Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(789)

Issue 118062: Moving ICU dependent function ReadUTFChar into the icu.cc file.... (Closed)

Created:
11 years, 6 months ago by tommi (sloooow) - chröme
Modified:
9 years, 7 months ago
Reviewers:
brettw
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Moving ICU dependent function ReadUTFChar into the icu.cc file. This avoids icu dependency in other object files that use inline functions from url_canon_internal.h.

Patch Set 1 #

Total comments: 4

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+51 lines, -41 lines) Patch
M src/url_canon_icu.cc View 1 1 chunk +43 lines, -0 lines 0 comments Download
M src/url_canon_internal.h View 1 2 chunks +8 lines, -41 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
tommi (sloooow) - chröme
11 years, 6 months ago (2009-05-31 18:08:15 UTC) #1
brettw
What was the inspiration of this change? The current organization is that the non _icu.cc ...
11 years, 6 months ago (2009-06-01 19:29:11 UTC) #2
tommi (sloooow) - chröme
I narrowed the icu dependency in url_canon_internal.h down to U8_NEXT in ReadUTFChar. The other icu ...
11 years, 6 months ago (2009-06-01 19:58:11 UTC) #3
brettw
http://codereview.chromium.org/118062/diff/1/2 File src/url_canon_internal.h (left): http://codereview.chromium.org/118062/diff/1/2#oldcode166 Line 166: inline bool ReadUTFChar(const char* str, int* begin, int ...
11 years, 6 months ago (2009-06-01 20:00:59 UTC) #4
tommi (sloooow) - chröme
http://codereview.chromium.org/118062/diff/1/2 File src/url_canon_internal.h (left): http://codereview.chromium.org/118062/diff/1/2#oldcode166 Line 166: inline bool ReadUTFChar(const char* str, int* begin, int ...
11 years, 6 months ago (2009-06-01 21:07:50 UTC) #5
tommi (sloooow) - chröme
am I good to go?
11 years, 6 months ago (2009-06-02 18:08:36 UTC) #6
brettw
LGTM
11 years, 6 months ago (2009-06-02 18:10:55 UTC) #7
brettw
11 years, 6 months ago (2009-06-02 18:21:15 UTC) #8
Committed as googleurl@105.

Powered by Google App Engine
This is Rietveld 408576698