Title: [99102] trunk/Source/WebKit2
- Revision
- 99102
- Author
- [email protected]
- Date
- 2011-11-02 15:06:44 -0700 (Wed, 02 Nov 2011)
Log Message
Move back functions that were not added.
* UIProcess/API/C/WKPage.h:
Modified Paths
Diff
Modified: trunk/Source/WebKit2/ChangeLog (99101 => 99102)
--- trunk/Source/WebKit2/ChangeLog 2011-11-02 22:01:58 UTC (rev 99101)
+++ trunk/Source/WebKit2/ChangeLog 2011-11-02 22:06:44 UTC (rev 99102)
@@ -1,5 +1,11 @@
2011-11-02 Anders Carlsson <[email protected]>
+ Move back functions that were not added.
+
+ * UIProcess/API/C/WKPage.h:
+
+2011-11-02 Anders Carlsson <[email protected]>
+
Fix build and WebKit2 ABI.
* Shared/APIClientTraits.cpp:
Modified: trunk/Source/WebKit2/UIProcess/API/C/WKPage.h (99101 => 99102)
--- trunk/Source/WebKit2/UIProcess/API/C/WKPage.h 2011-11-02 22:01:58 UTC (rev 99101)
+++ trunk/Source/WebKit2/UIProcess/API/C/WKPage.h 2011-11-02 22:06:44 UTC (rev 99102)
@@ -86,6 +86,8 @@
WKPageDidFirstLayoutForFrameCallback didFirstLayoutForFrame;
WKPageDidFirstVisuallyNonEmptyLayoutForFrameCallback didFirstVisuallyNonEmptyLayoutForFrame;
WKPageDidRemoveFrameFromHierarchyCallback didRemoveFrameFromHierarchy;
+ WKPageDidDisplayInsecureContentForFrameCallback didDisplayInsecureContentForFrame;
+ WKPageDidRunInsecureContentForFrameCallback didRunInsecureContentForFrame;
WKPageCanAuthenticateAgainstProtectionSpaceInFrameCallback canAuthenticateAgainstProtectionSpaceInFrame;
WKPageDidReceiveAuthenticationChallengeInFrameCallback didReceiveAuthenticationChallengeInFrame;
@@ -103,8 +105,6 @@
WKPageDidFailToInitializePluginCallback didFailToInitializePlugin;
// Version 1
- WKPageDidDisplayInsecureContentForFrameCallback didDisplayInsecureContentForFrame;
- WKPageDidRunInsecureContentForFrameCallback didRunInsecureContentForFrame;
WKPageDidDetectXSSForFrameCallback didDetectXSSForFrame;
};
typedef struct WKPageLoaderClient WKPageLoaderClient;
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes