Title: [228959] branches/safari-605-branch/Source/WebKit
Revision
228959
Author
jmarc...@apple.com
Date
2018-02-23 12:30:08 -0800 (Fri, 23 Feb 2018)

Log Message

Cherry-pick r228937. rdar://problem/37833035

Modified Paths

Diff

Modified: branches/safari-605-branch/Source/WebKit/ChangeLog (228958 => 228959)


--- branches/safari-605-branch/Source/WebKit/ChangeLog	2018-02-23 20:30:06 UTC (rev 228958)
+++ branches/safari-605-branch/Source/WebKit/ChangeLog	2018-02-23 20:30:08 UTC (rev 228959)
@@ -1,3 +1,18 @@
+2018-02-23  Jason Marcell  <jmarc...@apple.com>
+
+        Cherry-pick r228937. rdar://problem/37833035
+
+    2018-02-22  Matt Baker  <mattba...@apple.com>
+
+            Web Inspector: REGRESSION (r228349): ImageBitmap builtin is now runtime guarded
+            https://bugs.webkit.org/show_bug.cgi?id=183056
+            <rdar://problem/37799067>
+
+            Reviewed by Joseph Pecoraro.
+
+            * WebProcess/WebPage/WebInspectorUI.cpp:
+            (WebKit::WebInspectorUI::WebInspectorUI):
+
 2018-02-21  Jason Marcell  <jmarc...@apple.com>
 
         Cherry-pick r228857. rdar://problem/37734496

Modified: branches/safari-605-branch/Source/WebKit/WebProcess/WebPage/WebInspectorUI.cpp (228958 => 228959)


--- branches/safari-605-branch/Source/WebKit/WebProcess/WebPage/WebInspectorUI.cpp	2018-02-23 20:30:06 UTC (rev 228958)
+++ branches/safari-605-branch/Source/WebKit/WebProcess/WebPage/WebInspectorUI.cpp	2018-02-23 20:30:08 UTC (rev 228959)
@@ -50,6 +50,7 @@
     , m_frontendAPIDispatcher(page)
 {
     RuntimeEnabledFeatures::sharedFeatures().setInspectorAdditionsEnabled(true);
+    RuntimeEnabledFeatures::sharedFeatures().setImageBitmapOffscreenCanvasEnabled(true);
 }
 
 void WebInspectorUI::establishConnection(IPC::Attachment encodedConnectionIdentifier, uint64_t inspectedPageIdentifier, bool underTest, unsigned inspectionLevel)
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to