Title: [142693] trunk/Source/WebKit2
Revision
142693
Author
wei...@apple.com
Date
2013-02-12 17:10:23 -0800 (Tue, 12 Feb 2013)

Log Message

Make Plug-in XPC services "join existing sessions"
<rdar://problem/13196448>

Reviewed by Mark Rowe.

* PluginProcess/EntryPoint/mac/XPCService/PluginService.32/Info.plist:
* PluginProcess/EntryPoint/mac/XPCService/PluginService.64/Info.plist:
* PluginProcess/EntryPoint/mac/XPCService/PluginService.Development/Info.plist:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (142692 => 142693)


--- trunk/Source/WebKit2/ChangeLog	2013-02-13 01:00:15 UTC (rev 142692)
+++ trunk/Source/WebKit2/ChangeLog	2013-02-13 01:10:23 UTC (rev 142693)
@@ -1,5 +1,16 @@
 2013-02-12  Sam Weinig  <s...@webkit.org>
 
+        Make Plug-in XPC services "join existing sessions"
+        <rdar://problem/13196448>
+
+        Reviewed by Mark Rowe.
+
+        * PluginProcess/EntryPoint/mac/XPCService/PluginService.32/Info.plist:
+        * PluginProcess/EntryPoint/mac/XPCService/PluginService.64/Info.plist:
+        * PluginProcess/EntryPoint/mac/XPCService/PluginService.Development/Info.plist:
+
+2013-02-12  Sam Weinig  <s...@webkit.org>
+
         Add skeleton of the OfflineStorageProcess
         https://bugs.webkit.org/show_bug.cgi?id=109615
 

Modified: trunk/Source/WebKit2/PluginProcess/EntryPoint/mac/XPCService/PluginService.32/Info.plist (142692 => 142693)


--- trunk/Source/WebKit2/PluginProcess/EntryPoint/mac/XPCService/PluginService.32/Info.plist	2013-02-13 01:00:15 UTC (rev 142692)
+++ trunk/Source/WebKit2/PluginProcess/EntryPoint/mac/XPCService/PluginService.32/Info.plist	2013-02-13 01:10:23 UTC (rev 142693)
@@ -36,6 +36,8 @@
 		<string>Application</string>
 		<key>RunLoopType</key>
 		<string>_NSApplicationMain</string>
+		<key>JoinExistingSession</key>
+		<true/>
 		<key>_MultipleInstances</key>
 		<true/>
 		<key>EnvironmentVariables</key>

Modified: trunk/Source/WebKit2/PluginProcess/EntryPoint/mac/XPCService/PluginService.64/Info.plist (142692 => 142693)


--- trunk/Source/WebKit2/PluginProcess/EntryPoint/mac/XPCService/PluginService.64/Info.plist	2013-02-13 01:00:15 UTC (rev 142692)
+++ trunk/Source/WebKit2/PluginProcess/EntryPoint/mac/XPCService/PluginService.64/Info.plist	2013-02-13 01:10:23 UTC (rev 142693)
@@ -36,6 +36,8 @@
 		<string>Application</string>
 		<key>RunLoopType</key>
 		<string>_NSApplicationMain</string>
+		<key>JoinExistingSession</key>
+		<true/>
 		<key>_MultipleInstances</key>
 		<true/>
 		<key>EnvironmentVariables</key>

Modified: trunk/Source/WebKit2/PluginProcess/EntryPoint/mac/XPCService/PluginService.Development/Info.plist (142692 => 142693)


--- trunk/Source/WebKit2/PluginProcess/EntryPoint/mac/XPCService/PluginService.Development/Info.plist	2013-02-13 01:00:15 UTC (rev 142692)
+++ trunk/Source/WebKit2/PluginProcess/EntryPoint/mac/XPCService/PluginService.Development/Info.plist	2013-02-13 01:10:23 UTC (rev 142693)
@@ -36,6 +36,8 @@
 		<string>Application</string>
 		<key>RunLoopType</key>
 		<string>_NSApplicationMain</string>
+		<key>JoinExistingSession</key>
+		<true/>
 		<key>_MultipleInstances</key>
 		<true/>
 	</dict>
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to