Title: [157538] trunk/Source/WebKit2
Revision
157538
Author
[email protected]
Date
2013-10-16 16:42:49 -0700 (Wed, 16 Oct 2013)

Log Message

Remove Qt sandbox process code
https://bugs.webkit.org/show_bug.cgi?id=122920

Reviewed by Geoffrey Garen.

This code was only used by the Qt port, and the other Linux-based ports are using the seccomp based sandbox.

* Shared/linux/SandboxProcess/SandboxEnvironmentLinux.cpp: Removed.
* Shared/linux/SandboxProcess/SandboxEnvironmentLinux.h: Removed.

Modified Paths

Removed Paths

  • trunk/Source/WebKit2/Shared/linux/SandboxProcess/

Diff

Modified: trunk/Source/WebKit2/ChangeLog (157537 => 157538)


--- trunk/Source/WebKit2/ChangeLog	2013-10-16 23:36:25 UTC (rev 157537)
+++ trunk/Source/WebKit2/ChangeLog	2013-10-16 23:42:49 UTC (rev 157538)
@@ -1,3 +1,15 @@
+2013-10-16  Anders Carlsson  <[email protected]>
+
+        Remove Qt sandbox process code
+        https://bugs.webkit.org/show_bug.cgi?id=122920
+
+        Reviewed by Geoffrey Garen.
+
+        This code was only used by the Qt port, and the other Linux-based ports are using the seccomp based sandbox.
+
+        * Shared/linux/SandboxProcess/SandboxEnvironmentLinux.cpp: Removed.
+        * Shared/linux/SandboxProcess/SandboxEnvironmentLinux.h: Removed.
+
 2013-10-16  Jochen Eisinger  <[email protected]>
 
         A page should exit fullscreen mode if it opens a new popup
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to