Title: [148756] trunk/Source/WebKit2
Revision
148756
Author
[email protected]
Date
2013-04-19 11:12:40 -0700 (Fri, 19 Apr 2013)

Log Message

Add JoinExistingSession to the WebContext XPC.
<rdar://problem/13541540> and https://bugs.webkit.org/show_bug.cgi?id=114882

Reviewed by Sam Weinig.

This fixes <keygen> and maybe other things.

* WebProcess/EntryPoint/mac/XPCService/WebContentService.Development/Info.plist:
* WebProcess/EntryPoint/mac/XPCService/WebContentService/Info.plist:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (148755 => 148756)


--- trunk/Source/WebKit2/ChangeLog	2013-04-19 17:55:57 UTC (rev 148755)
+++ trunk/Source/WebKit2/ChangeLog	2013-04-19 18:12:40 UTC (rev 148756)
@@ -1,3 +1,15 @@
+2013-04-19  Brady Eidson  <[email protected]>
+
+        Add JoinExistingSession to the WebContext XPC.
+        <rdar://problem/13541540> and https://bugs.webkit.org/show_bug.cgi?id=114882
+
+        Reviewed by Sam Weinig.
+
+        This fixes <keygen> and maybe other things.
+
+        * WebProcess/EntryPoint/mac/XPCService/WebContentService.Development/Info.plist:
+        * WebProcess/EntryPoint/mac/XPCService/WebContentService/Info.plist:
+
 2013-04-19  Martin Robinson  <[email protected]>
 
         [GTK] JSCore.gir.in has a few problems

Modified: trunk/Source/WebKit2/WebProcess/EntryPoint/mac/XPCService/WebContentService/Info.plist (148755 => 148756)


--- trunk/Source/WebKit2/WebProcess/EntryPoint/mac/XPCService/WebContentService/Info.plist	2013-04-19 17:55:57 UTC (rev 148755)
+++ trunk/Source/WebKit2/WebProcess/EntryPoint/mac/XPCService/WebContentService/Info.plist	2013-04-19 18:12:40 UTC (rev 148756)
@@ -36,6 +36,8 @@
 	<true/>
 	<key>XPCService</key>
 	<dict>
+		<key>JoinExistingSession</key>
+		<true/>
 		<key>ServiceType</key>
 		<string>Application</string>
 		<key>RunLoopType</key>

Modified: trunk/Source/WebKit2/WebProcess/EntryPoint/mac/XPCService/WebContentService.Development/Info.plist (148755 => 148756)


--- trunk/Source/WebKit2/WebProcess/EntryPoint/mac/XPCService/WebContentService.Development/Info.plist	2013-04-19 17:55:57 UTC (rev 148755)
+++ trunk/Source/WebKit2/WebProcess/EntryPoint/mac/XPCService/WebContentService.Development/Info.plist	2013-04-19 18:12:40 UTC (rev 148756)
@@ -36,6 +36,8 @@
 	<true/>
 	<key>XPCService</key>
 	<dict>
+		<key>JoinExistingSession</key>
+		<true/>
 		<key>ServiceType</key>
 		<string>Application</string>
 		<key>RunLoopType</key>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to