Title: [99103] trunk/Tools
Revision
99103
Author
[email protected]
Date
2011-11-02 15:13:26 -0700 (Wed, 02 Nov 2011)

Log Message

Update for the WebKit2 API fixage.

* MiniBrowser/mac/BrowserWindowController.m:
(-[BrowserWindowController awakeFromNib]):
* WebKitTestRunner/TestController.cpp:
(WTR::TestController::initialize):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (99102 => 99103)


--- trunk/Tools/ChangeLog	2011-11-02 22:06:44 UTC (rev 99102)
+++ trunk/Tools/ChangeLog	2011-11-02 22:13:26 UTC (rev 99103)
@@ -1,5 +1,14 @@
 2011-11-02  Anders Carlsson  <[email protected]>
 
+        Update for the WebKit2 API fixage.
+
+        * MiniBrowser/mac/BrowserWindowController.m:
+        (-[BrowserWindowController awakeFromNib]):
+        * WebKitTestRunner/TestController.cpp:
+        (WTR::TestController::initialize):
+
+2011-11-02  Anders Carlsson  <[email protected]>
+
         Fix build.
 
         Add new functions to the page loader client.

Modified: trunk/Tools/MiniBrowser/mac/BrowserWindowController.m (99102 => 99103)


--- trunk/Tools/MiniBrowser/mac/BrowserWindowController.m	2011-11-02 22:06:44 UTC (rev 99102)
+++ trunk/Tools/MiniBrowser/mac/BrowserWindowController.m	2011-11-02 22:13:26 UTC (rev 99103)
@@ -596,6 +596,8 @@
         didFirstLayoutForFrame,
         didFirstVisuallyNonEmptyLayoutForFrame,
         didRemoveFrameFromHierarchy,
+        didDisplayInsecureContentForFrame,
+        didRunInsecureContentForFrame,
         0, // canAuthenticateAgainstProtectionSpaceInFrame
         0, // didReceiveAuthenticationChallengeInFrame
         didStartProgress,
@@ -607,8 +609,6 @@
         didChangeBackForwardList,
         0, // shouldGoToBackForwardItem
         0,  // didFailToInitializePlugin
-        didDisplayInsecureContentForFrame,
-        didRunInsecureContentForFrame,
         didDetectXSSForFrame,
     };
     WKPageSetPageLoaderClient(_webView.pageRef, &loadClient);

Modified: trunk/Tools/WebKitTestRunner/TestController.cpp (99102 => 99103)


--- trunk/Tools/WebKitTestRunner/TestController.cpp	2011-11-02 22:06:44 UTC (rev 99102)
+++ trunk/Tools/WebKitTestRunner/TestController.cpp	2011-11-02 22:13:26 UTC (rev 99103)
@@ -374,6 +374,8 @@
         0, // didFirstLayoutForFrame
         0, // didFirstVisuallyNonEmptyLayoutForFrame
         0, // didRemoveFrameFromHierarchy
+        0, // didFailToInitializePlugin
+        0, // didDisplayInsecureContentForFrame
         0, // canAuthenticateAgainstProtectionSpaceInFrame
         0, // didReceiveAuthenticationChallengeInFrame
         0, // didStartProgress
@@ -384,8 +386,6 @@
         processDidCrash,
         0, // didChangeBackForwardList
         0, // shouldGoToBackForwardListItem
-        0, // didFailToInitializePlugin
-        0, // didDisplayInsecureContentForFrame
         0, // didRunInsecureContentForFrame
         0, // didDetectXSSForFrame
     };
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to