Title: [228601] trunk
Revision
228601
Author
[email protected]
Date
2018-02-17 20:43:31 -0800 (Sat, 17 Feb 2018)

Log Message

Fix up ChangeLog entry for r228594 (https://bugs.webkit.org/show_bug.cgi?id=182900). Update bug title
and description to explain that this change was removing the code to parse the UTF-32{BE, LE} BOM and
encoding/decoding logic that is no longer needed following the removal of UTF-32{BE, LE} from the text
codec registry in r224747 (https://bugs.webkit.org/show_bug.cgi?id=179435).

Modified Paths

Diff

Modified: trunk/LayoutTests/imported/w3c/ChangeLog (228600 => 228601)


--- trunk/LayoutTests/imported/w3c/ChangeLog	2018-02-17 19:10:15 UTC (rev 228600)
+++ trunk/LayoutTests/imported/w3c/ChangeLog	2018-02-18 04:43:31 UTC (rev 228601)
@@ -1,6 +1,6 @@
 2018-02-16  Daniel Bates  <[email protected]>
 
-        Remove dead code for UTF-32
+        Remove UTF-32 BOM parsing code
         https://bugs.webkit.org/show_bug.cgi?id=182900
         <rdar://problem/37238717>
 

Modified: trunk/Source/WebCore/ChangeLog (228600 => 228601)


--- trunk/Source/WebCore/ChangeLog	2018-02-17 19:10:15 UTC (rev 228600)
+++ trunk/Source/WebCore/ChangeLog	2018-02-18 04:43:31 UTC (rev 228601)
@@ -77,7 +77,7 @@
 
 2018-02-16  Daniel Bates  <[email protected]>
 
-        Remove dead code for UTF-32
+        Remove UTF-32 BOM parsing code
         https://bugs.webkit.org/show_bug.cgi?id=182900
         <rdar://problem/37238717>
 
@@ -84,7 +84,8 @@
         Reviewed by Alexey Proskuryakov.
 
         The UTF-32 encodings were removed from the text codec registry in r224747. So,
-        we no longer need code to encode or decode these variants.
+        we no longer need code to parse UTF-32{BE, LE} BOM or encode and decode these
+        variants.
 
         * dom/TextDecoder.cpp:
         (WebCore::codeUnitByteSize):
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to