[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.22-985-g3c00f00
simon.fraser at apple.com
simon.fraser at apple.com
Wed Mar 17 18:29:05 UTC 2010
The following commit has been merged in the webkit-1.1 branch:
commit 78ace5f7f80a9760f8f7d303df6dc0a217357307
Author: simon.fraser at apple.com <simon.fraser at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Tue Mar 9 01:47:33 2010 +0000
2010-03-08 Simon Fraser <simon.fraser at apple.com>
Reviewed by Mark Rowe.
Move the new method to the end of the MIG definitions file, to avoid breaking
compatibility between WebKit and older versions of WebKitPluginHost.
* Plugins/Hosted/WebKitPluginHost.defs:
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@55703 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebKit/mac/ChangeLog b/WebKit/mac/ChangeLog
index 401ac4c..b976a0c 100644
--- a/WebKit/mac/ChangeLog
+++ b/WebKit/mac/ChangeLog
@@ -1,5 +1,14 @@
2010-03-08 Simon Fraser <simon.fraser at apple.com>
+ Reviewed by Mark Rowe.
+
+ Move the new method to the end of the MIG definitions file, to avoid breaking
+ compatibility between WebKit and older versions of WebKitPluginHost.
+
+ * Plugins/Hosted/WebKitPluginHost.defs:
+
+2010-03-08 Simon Fraser <simon.fraser at apple.com>
+
Reviewed by Kevin Decker.
<rdar://problem/7714340> Need to grab image snapshot of Core Animation plugins
diff --git a/WebKit/mac/Plugins/Hosted/WebKitPluginHost.defs b/WebKit/mac/Plugins/Hosted/WebKitPluginHost.defs
index e1092b2..5d9df45 100644
--- a/WebKit/mac/Plugins/Hosted/WebKitPluginHost.defs
+++ b/WebKit/mac/Plugins/Hosted/WebKitPluginHost.defs
@@ -125,12 +125,6 @@ simpleroutine PHPluginInstancePrint(pluginHostPort :mach_port_t;
width :uint32_t;
height :uint32_t);
-simpleroutine PHPluginInstanceSnapshot(pluginHostPort :mach_port_t;
- pluginID :uint32_t;
- requestID :uint32_t;
- width :uint32_t;
- height :uint32_t);
-
simpleroutine PHDestroyPluginInstance(pluginHostPort :mach_port_t;
pluginID :uint32_t;
requestID :uint32_t);
@@ -248,3 +242,9 @@ simpleroutine PHPluginInstancePrivateBrowsingModeDidChange(pluginHostPort :mach_
simpleroutine PHSyncOpenPanelReply(pluginHostPort :mach_port_t;
filenames :data_t);
+
+simpleroutine PHPluginInstanceSnapshot(pluginHostPort :mach_port_t;
+ pluginID :uint32_t;
+ requestID :uint32_t;
+ width :uint32_t;
+ height :uint32_t);
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list