[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

andersca at apple.com andersca at apple.com
Wed Dec 22 13:51:48 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 8b62681da9b8ebef5da214ec7a63623e7a6bf12f
Author: andersca at apple.com <andersca at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Sep 28 15:29:45 2010 +0000

    Out of process plug-ins shouldn't be turned on just yet...
    
    * WebKit2Prefix.h:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@68518 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit2/ChangeLog b/WebKit2/ChangeLog
index 3ae34ef..be8747b 100644
--- a/WebKit2/ChangeLog
+++ b/WebKit2/ChangeLog
@@ -1,3 +1,9 @@
+2010-09-28  Anders Carlsson  <andersca at apple.com>
+
+        Out of process plug-ins shouldn't be turned on just yet...
+
+        * WebKit2Prefix.h:
+
 2010-09-28  Andras Becsi  <abecsi at webkit.org>
 
         Reviewed by Kenneth Rohde Christiansen.
diff --git a/WebKit2/WebKit2Prefix.h b/WebKit2/WebKit2Prefix.h
index 9fddc99..5811fa3 100644
--- a/WebKit2/WebKit2Prefix.h
+++ b/WebKit2/WebKit2Prefix.h
@@ -44,7 +44,7 @@
 #endif
 
 // FIXME: Enable once this works well enough.
-#define ENABLE_PLUGIN_PROCESS 1
+#define ENABLE_PLUGIN_PROCESS 0
 
 #import <CoreGraphics/CoreGraphics.h>
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list