Title: [169182] tags/Safari-538.36/Source/WebKit2
Revision
169182
Author
[email protected]
Date
2014-05-21 17:56:19 -0700 (Wed, 21 May 2014)

Log Message

Merge r169180. <rdar://problem/16982059>

Modified Paths

Diff

Modified: tags/Safari-538.36/Source/WebKit2/ChangeLog (169181 => 169182)


--- tags/Safari-538.36/Source/WebKit2/ChangeLog	2014-05-22 00:12:47 UTC (rev 169181)
+++ tags/Safari-538.36/Source/WebKit2/ChangeLog	2014-05-22 00:56:19 UTC (rev 169182)
@@ -1,3 +1,15 @@
+2014-05-21  Matthew Hanson  <[email protected]>
+
+        Merge r169180 <rdar://problem/16982059>
+
+    2014-05-21  Oliver Hunt  <[email protected]>
+    
+            Only enable sandbox extensions on mac.
+    
+            RS = Alexey.
+    
+            * WebKit2Prefix.h:
+    
 2014-05-20  Enrica Casucci  <[email protected]>
 
         REGRESSION (WK2): Tapping on the input field in duckduckgo.com shows the keyboard but not the caret.

Modified: tags/Safari-538.36/Source/WebKit2/WebKit2Prefix.h (169181 => 169182)


--- tags/Safari-538.36/Source/WebKit2/WebKit2Prefix.h	2014-05-22 00:12:47 UTC (rev 169181)
+++ tags/Safari-538.36/Source/WebKit2/WebKit2Prefix.h	2014-05-22 00:56:19 UTC (rev 169182)
@@ -32,9 +32,8 @@
 
 #if PLATFORM(COCOA)
 
-#define ENABLE_SANDBOX_EXTENSIONS 1
-
 #if !PLATFORM(IOS)
+#define ENABLE_SANDBOX_EXTENSIONS 1
 #define ENABLE_WEB_PROCESS_SANDBOX 1
 #endif
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to