Title: [110541] trunk/Source/WebCore
Revision
110541
Author
[email protected]
Date
2012-03-12 23:42:41 -0700 (Mon, 12 Mar 2012)

Log Message

Switch Chromium from LocaleToScriptMappingICU.cpp to LocaleToScriptMappingDefault.cpp
https://bugs.webkit.org/show_bug.cgi?id=80935

Patch by Matt Falkenhagen <[email protected]> on 2012-03-12
Reviewed by Kent Tamura.

ICU seems to have issues with non-well-formed locale strings.
Currently, the only port that uses LocaleToScriptMappingICU.cpp is
Chromium.

No new tests. LocaleToScriptMappingDefault.cpp is already used by
other ports and covered by existing tests.

* WebCore.gyp/WebCore.gyp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (110540 => 110541)


--- trunk/Source/WebCore/ChangeLog	2012-03-13 06:15:58 UTC (rev 110540)
+++ trunk/Source/WebCore/ChangeLog	2012-03-13 06:42:41 UTC (rev 110541)
@@ -1,3 +1,19 @@
+2012-03-12  Matt Falkenhagen  <[email protected]>
+
+        Switch Chromium from LocaleToScriptMappingICU.cpp to LocaleToScriptMappingDefault.cpp
+        https://bugs.webkit.org/show_bug.cgi?id=80935
+
+        Reviewed by Kent Tamura.
+
+        ICU seems to have issues with non-well-formed locale strings.
+        Currently, the only port that uses LocaleToScriptMappingICU.cpp is
+        Chromium.
+
+        No new tests. LocaleToScriptMappingDefault.cpp is already used by
+        other ports and covered by existing tests.
+
+        * WebCore.gyp/WebCore.gyp:
+
 2012-03-12  Benjamin Poulain  <[email protected]>
 
         Fix IndexedDB build with JSC

Modified: trunk/Source/WebCore/WebCore.gyp/WebCore.gyp (110540 => 110541)


--- trunk/Source/WebCore/WebCore.gyp/WebCore.gyp	2012-03-13 06:15:58 UTC (rev 110540)
+++ trunk/Source/WebCore/WebCore.gyp/WebCore.gyp	2012-03-13 06:42:41 UTC (rev 110541)
@@ -1461,7 +1461,7 @@
         ['exclude', 'platform/image-encoders/PNGImageEncoder\\.(cpp|h)$'],
         ['exclude', 'platform/network/ResourceHandle\\.cpp$'],
         ['exclude', 'platform/sql/SQLiteFileSystem\\.cpp$'],
-        ['exclude', 'platform/text/LocaleToScriptMappingDefault\\.cpp$'],
+        ['exclude', 'platform/text/LocaleToScriptMappingICU\\.cpp$'],
         ['exclude', 'platform/text/LocalizedNumberNone\\.cpp$'],
         ['exclude', 'platform/text/TextEncodingDetectorNone\\.cpp$'],
       ],
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to