Comment #5 on issue 7377 by [email protected]: Regression: Omnibox  
trims URL ending with 0x85
http://code.google.com/p/chromium/issues/detail?id=7377

The following revision refers to this bug:
     http://src.chromium.org/viewvc/chrome?view=rev&revision=10970

------------------------------------------------------------------------
r10970 | [email protected] | 2009-03-04 19:41:51 -0800 (Wed, 04 Mar 2009)  
| 6 lines
Changed paths:
    M  
http://src.chromium.org/viewvc/chrome/trunk/src/base/string_util.cc?r1=10970&r2=10969
    M  
http://src.chromium.org/viewvc/chrome/trunk/src/base/string_util.h?r1=10970&r2=10969
    M  
http://src.chromium.org/viewvc/chrome/trunk/src/base/string_util_icu.cc?r1=10970&r2=10969
    M  
http://src.chromium.org/viewvc/chrome/trunk/src/base/string_util_unittest.cc?r1=10970&r2=10969
    M  
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/net/url_fixer_upper.cc?r1=10970&r2=10969
    M  
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/net/url_fixer_upper_unittest.cc?r1=10970&r2=10969

Fixes Issue 7377: Regression: Omnibox trims URL ending with 0x85 (Take 2)

This is the same change as "http://codereview.chromium.org/20219/show";,  
which I reverted it because it caused build breaks on sandbox. To  
investigate this build break, it seems this build break is somehow caused  
by "base/string_util.cc" that includes the TrimWhiteSpaceUTF8() function.  
To fix this build break, I moved the TrimWhiteSpaceUTF8() function  
to "base/string_util_icu.cc".

BUG=7377
Review URL: http://codereview.chromium.org/28310
------------------------------------------------------------------------


--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---

Reply via email to