Title: [168808] branches/safari-538.34-branch/Source/WebKit2

Diff

Modified: branches/safari-538.34-branch/Source/WebKit2/ChangeLog (168807 => 168808)


--- branches/safari-538.34-branch/Source/WebKit2/ChangeLog	2014-05-14 07:59:53 UTC (rev 168807)
+++ branches/safari-538.34-branch/Source/WebKit2/ChangeLog	2014-05-14 08:02:13 UTC (rev 168808)
@@ -1,5 +1,20 @@
 2014-05-14  Lucas Forschler  <[email protected]>
 
+        Merge r168629
+
+    2014-05-12  Anders Carlsson  <[email protected]>
+
+            WKWebView should default to _backgroundExtendsBeyondPage = YES
+            https://bugs.webkit.org/show_bug.cgi?id=132829
+            <rdar://problem/16886364>
+
+            Reviewed by Beth Dakin.
+
+            * UIProcess/API/Cocoa/WKWebView.mm:
+            (-[WKWebView initWithFrame:configuration:]):
+
+2014-05-14  Lucas Forschler  <[email protected]>
+
         Merge r168583
 
     2014-05-10  Anders Carlsson  <[email protected]>

Modified: branches/safari-538.34-branch/Source/WebKit2/UIProcess/API/Cocoa/WKWebView.mm (168807 => 168808)


--- branches/safari-538.34-branch/Source/WebKit2/UIProcess/API/Cocoa/WKWebView.mm	2014-05-14 07:59:53 UTC (rev 168807)
+++ branches/safari-538.34-branch/Source/WebKit2/UIProcess/API/Cocoa/WKWebView.mm	2014-05-14 08:02:13 UTC (rev 168808)
@@ -223,6 +223,8 @@
     _page = WebKit::toImpl([_wkView pageRef]);
 #endif
 
+    _page->setBackgroundExtendsBeyondPage(true);
+
     _navigationState = std::make_unique<WebKit::NavigationState>(self);
     _page->setPolicyClient(_navigationState->createPolicyClient());
     _page->setLoaderClient(_navigationState->createLoaderClient());
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to