Title: [244826] trunk/Source
- Revision
- 244826
- Author
- [email protected]
- Date
- 2019-05-01 10:12:19 -0700 (Wed, 01 May 2019)
Log Message
Unreviewed, rolling out r244822.
Source/WebCore:
Causing
Reverted changeset:
https://trac.webkit.org/changeset/244822
Source/WTF:
Causing 4 Test262 failures on JSC Release and Debug
Reverted changeset:
https://trac.webkit.org/changeset/244822 https://trac.webkit.org/changeset/244821
Modified Paths
Diff
Modified: trunk/Source/WTF/ChangeLog (244825 => 244826)
--- trunk/Source/WTF/ChangeLog 2019-05-01 17:09:20 UTC (rev 244825)
+++ trunk/Source/WTF/ChangeLog 2019-05-01 17:12:19 UTC (rev 244826)
@@ -1,3 +1,13 @@
+2019-05-01 Shawn Roberts <[email protected]>
+
+ Unreviewed, rolling out r244822.
+
+ Causing 4 Test262 failures on JSC Release and Debug
+
+ Reverted changeset:
+
+ https://trac.webkit.org/changeset/244822 https://trac.webkit.org/changeset/244821
+
2019-04-29 Darin Adler <[email protected]>
WebKit has too much of its own UTF-8 code and should rely more on ICU's UTF-8 support
Modified: trunk/Source/WTF/wtf/unicode/UTF8Conversion.cpp (244825 => 244826)
--- trunk/Source/WTF/wtf/unicode/UTF8Conversion.cpp 2019-05-01 17:09:20 UTC (rev 244825)
+++ trunk/Source/WTF/wtf/unicode/UTF8Conversion.cpp 2019-05-01 17:12:19 UTC (rev 244826)
@@ -42,7 +42,7 @@
for (source = *sourceStart; source < sourceEnd; ++source) {
UBool sawError = false;
// Work around bug in either Windows compiler or old version of ICU, where passing a uint8_t to
- // U8_APPEND warns, by converting from uint8_t to a wider type.
+ // U8_APPEND warns, by convering from uint8_t to a wider type.
UChar32 character = *source;
U8_APPEND(reinterpret_cast<uint8_t*>(target), i, targetEnd - *targetStart, character, sawError);
if (sawError)
Modified: trunk/Source/WebCore/ChangeLog (244825 => 244826)
--- trunk/Source/WebCore/ChangeLog 2019-05-01 17:09:20 UTC (rev 244825)
+++ trunk/Source/WebCore/ChangeLog 2019-05-01 17:12:19 UTC (rev 244826)
@@ -1,3 +1,13 @@
+2019-05-01 Shawn Roberts <[email protected]>
+
+ Unreviewed, rolling out r244822.
+
+ Causing
+
+ Reverted changeset:
+
+ https://trac.webkit.org/changeset/244822
+
2019-05-01 Youenn Fablet <[email protected]>
Reject/throw when calling AudioContext methods on a stopped AudioContext
Modified: trunk/Source/WebCore/ChangeLog-2010-12-06 (244825 => 244826)
--- trunk/Source/WebCore/ChangeLog-2010-12-06 2019-05-01 17:09:20 UTC (rev 244825)
+++ trunk/Source/WebCore/ChangeLog-2010-12-06 2019-05-01 17:12:19 UTC (rev 244826)
@@ -95190,7 +95190,7 @@
[chromium] fast/forms/input-file-directory-upload.html fails on win after r63454
https://bugs.webkit.org/show_bug.cgi?id=42768
- Normalize path separators for the script API by converting \'s to /'s.
+ Normalize path separators for the script API by convering \'s to /'s.
Covered by input-file-directory-upload.html
Modified: trunk/Source/WebCore/ChangeLog-2013-04-24 (244825 => 244826)
--- trunk/Source/WebCore/ChangeLog-2013-04-24 2019-05-01 17:09:20 UTC (rev 244825)
+++ trunk/Source/WebCore/ChangeLog-2013-04-24 2019-05-01 17:12:19 UTC (rev 244826)
@@ -42510,7 +42510,7 @@
* platform/graphics/chromium/GraphicsLayerChromium.cpp:
(WebCore::transformToSkMatrix44):
- Utility for converting a WebCore::TransformationMatrix to an SkMatrix44.
+ Utility for convering a WebCore::TransformationMatrix to an SkMatrix44.
Will move to a more common location once it gets more callers.
(WebCore::GraphicsLayerChromium::updateTransform):
(WebCore::GraphicsLayerChromium::updateChildrenTransform):
@@ -158891,7 +158891,7 @@
Reviewed by Filip Pizlo.
- In order to avoid unnecessary up converting of 8 bit strings to 16 bits, added 8 bit paths to
+ In order to avoid unnecessary up convering of 8 bit strings to 16 bits, added 8 bit paths to
parseHTMLInteger() and parseHTMLNonNegativeInteger() by breaking out the core logic into
templated helper functions. These methods are primarily used to process attribute values.
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes