Title: [201699] trunk/Source/WebKit/mac
Revision
201699
Author
[email protected]
Date
2016-06-05 09:35:43 -0700 (Sun, 05 Jun 2016)

Log Message

Attempt to fix plug-in hangs by adding back empty slots for the removed messages.

* Plugins/Hosted/WebKitPluginClient.defs:
* Plugins/Hosted/WebKitPluginHost.defs:

Modified Paths

Diff

Modified: trunk/Source/WebKit/mac/ChangeLog (201698 => 201699)


--- trunk/Source/WebKit/mac/ChangeLog	2016-06-05 15:23:05 UTC (rev 201698)
+++ trunk/Source/WebKit/mac/ChangeLog	2016-06-05 16:35:43 UTC (rev 201699)
@@ -1,3 +1,10 @@
+2016-06-05  Anders Carlsson  <[email protected]>
+
+        Attempt to fix plug-in hangs by adding back empty slots for the removed messages.
+
+        * Plugins/Hosted/WebKitPluginClient.defs:
+        * Plugins/Hosted/WebKitPluginHost.defs:
+
 2016-06-04  Anders Carlsson  <[email protected]>
 
         Remove NPSPI that is no longer used

Modified: trunk/Source/WebKit/mac/Plugins/Hosted/WebKitPluginClient.defs (201698 => 201699)


--- trunk/Source/WebKit/mac/Plugins/Hosted/WebKitPluginClient.defs	2016-06-05 15:23:05 UTC (rev 201698)
+++ trunk/Source/WebKit/mac/Plugins/Hosted/WebKitPluginClient.defs	2016-06-05 16:35:43 UTC (rev 201699)
@@ -191,6 +191,15 @@
 simpleroutine PCSetModal(clientPort :mach_port_t;
                        modal :boolean_t);
 
+// Was PCCheckIfAllowedToLoadURL.
+skip;
+
+// Was PCCancelCheckIfAllowedToLoadURL.
+skip;
+
+// Was PCResolveURL.
+skip;
+
 // Replies
 simpleroutine PCInstantiatePluginReply(clientPort :mach_port_t;
                                      pluginID :uint32_t;

Modified: trunk/Source/WebKit/mac/Plugins/Hosted/WebKitPluginHost.defs (201698 => 201699)


--- trunk/Source/WebKit/mac/Plugins/Hosted/WebKitPluginHost.defs	2016-06-05 15:23:05 UTC (rev 201698)
+++ trunk/Source/WebKit/mac/Plugins/Hosted/WebKitPluginHost.defs	2016-06-05 16:35:43 UTC (rev 201699)
@@ -130,6 +130,9 @@
                                     pluginID :uint32_t;
                                     requestID :uint32_t);
 
+// Was PHCheckIfAllowedToLoadURLResult.
+skip;
+
 // Streams
 simpleroutine PHStartStream(pluginHostPort :mach_port_t;
                           pluginID :uint32_t;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to