Title: [150149] trunk
Revision
150149
Author
[email protected]
Date
2013-05-15 14:42:03 -0700 (Wed, 15 May 2013)

Log Message

        More fixing after WebProcessShim renaming in r149074.

        * Source/WebKit2/WebProcess/EntryPoint/mac/XPCService/WebContentServiceEntryPoint.mm:
        (WebContentServiceInitializer): Updated a comment to mention the shim by its new name.

        * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
        Updated to insert the right shim.

Modified Paths

Diff

Modified: trunk/ChangeLog (150148 => 150149)


--- trunk/ChangeLog	2013-05-15 21:25:59 UTC (rev 150148)
+++ trunk/ChangeLog	2013-05-15 21:42:03 UTC (rev 150149)
@@ -1,3 +1,10 @@
+2013-05-15  Alexey Proskuryakov  <[email protected]>
+
+        More fixing after WebProcessShim renaming in r149074.
+
+        * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
+        Updated to insert the right shim.
+
 2013-05-15  Patrick Gansterer  <[email protected]>
 
         Consolidate lists in WTF CMake files

Modified: trunk/Source/WebKit2/ChangeLog (150148 => 150149)


--- trunk/Source/WebKit2/ChangeLog	2013-05-15 21:25:59 UTC (rev 150148)
+++ trunk/Source/WebKit2/ChangeLog	2013-05-15 21:42:03 UTC (rev 150149)
@@ -1,5 +1,12 @@
 2013-05-15  Alexey Proskuryakov  <[email protected]>
 
+        More fixing after WebProcessShim renaming in r149074.
+
+        * WebProcess/EntryPoint/mac/XPCService/WebContentServiceEntryPoint.mm:
+        (WebContentServiceInitializer): Updated a comment to mention the shim by its new name.
+
+2013-05-15  Alexey Proskuryakov  <[email protected]>
+
         <rdar://problem/13902706> Lion: com.apple.tsm.uiserver sandbox error in Console when
         launching Safari
 

Modified: trunk/Source/WebKit2/WebProcess/EntryPoint/mac/XPCService/WebContentServiceEntryPoint.mm (150148 => 150149)


--- trunk/Source/WebKit2/WebProcess/EntryPoint/mac/XPCService/WebContentServiceEntryPoint.mm	2013-05-15 21:25:59 UTC (rev 150148)
+++ trunk/Source/WebKit2/WebProcess/EntryPoint/mac/XPCService/WebContentServiceEntryPoint.mm	2013-05-15 21:42:03 UTC (rev 150149)
@@ -40,7 +40,7 @@
 
 void WebContentServiceInitializer(xpc_connection_t connection, xpc_object_t initializerMessage)
 {
-    // Remove the SecItemShim from the DYLD_INSERT_LIBRARIES environment variable so any processes spawned by
+    // Remove the WebProcessShim from the DYLD_INSERT_LIBRARIES environment variable so any processes spawned by
     // the this process don't try to insert the shim and crash.
     EnvironmentUtilities::stripValuesEndingWithString("DYLD_INSERT_LIBRARIES", "/WebProcessShim.dylib");
 

Modified: trunk/WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme (150148 => 150149)


--- trunk/WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme	2013-05-15 21:25:59 UTC (rev 150148)
+++ trunk/WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme	2013-05-15 21:42:03 UTC (rev 150149)
@@ -161,7 +161,7 @@
       <EnvironmentVariables>
          <EnvironmentVariable
             key = "DYLD_INSERT_LIBRARIES"
-            value = "$(BUILT_PRODUCTS_DIR)/SecItemShim.dylib"
+            value = "$(BUILT_PRODUCTS_DIR)/WebProcessShim.dylib"
             isEnabled = "YES">
          </EnvironmentVariable>
       </EnvironmentVariables>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to