Title: [227046] branches/safari-605-branch/Source/WebCore
Revision
227046
Author
[email protected]
Date
2018-01-16 21:38:47 -0800 (Tue, 16 Jan 2018)

Log Message

Cherry-pick r226880. rdar://problem/36569616

Modified Paths

Diff

Modified: branches/safari-605-branch/Source/WebCore/ChangeLog (227045 => 227046)


--- branches/safari-605-branch/Source/WebCore/ChangeLog	2018-01-17 05:05:13 UTC (rev 227045)
+++ branches/safari-605-branch/Source/WebCore/ChangeLog	2018-01-17 05:38:47 UTC (rev 227046)
@@ -1,5 +1,24 @@
 2018-01-16  Jason Marcell  <[email protected]>
 
+        Cherry-pick r226880. rdar://problem/36569616
+
+    2018-01-12  Commit Queue  <[email protected]>
+
+            Unreviewed, rolling out r226721.
+            https://bugs.webkit.org/show_bug.cgi?id=181583
+
+            Lets do a slightly different fix (Requested by anttik on
+            #webkit).
+
+            Reverted changeset:
+
+            "REGRESSION(r225650): The scores of MotionMark tests Multiply
+            and Leaves dropped by 8%"
+            https://bugs.webkit.org/show_bug.cgi?id=181460
+            https://trac.webkit.org/changeset/226721
+
+2018-01-16  Jason Marcell  <[email protected]>
+
         Cherry-pick r227010. rdar://problem/36567991
 
     2018-01-16  Chris Dumez  <[email protected]>

Modified: branches/safari-605-branch/Source/WebCore/css/parser/CSSParser.cpp (227045 => 227046)


--- branches/safari-605-branch/Source/WebCore/css/parser/CSSParser.cpp	2018-01-17 05:05:13 UTC (rev 227045)
+++ branches/safari-605-branch/Source/WebCore/css/parser/CSSParser.cpp	2018-01-17 05:38:47 UTC (rev 227046)
@@ -78,7 +78,7 @@
     , mode(document.inQuirksMode() ? HTMLQuirksMode : HTMLStandardMode)
     , isHTMLDocument(document.isHTMLDocument())
     , cssGridLayoutEnabled(document.isCSSGridLayoutEnabled())
-    , hasDocumentSecurityOrigin(document.baseURL() == baseURL || document.securityOrigin().canRequest(baseURL))
+    , hasDocumentSecurityOrigin(document.securityOrigin().canRequest(baseURL))
 {
     needsSiteSpecificQuirks = document.settings().needsSiteSpecificQuirks();
     enforcesCSSMIMETypeInNoQuirksMode = document.settings().enforceCSSMIMETypeInNoQuirksMode();
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to