[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.21-584-g1e41756

steveblock at google.com steveblock at google.com
Fri Feb 26 22:25:46 UTC 2010


The following commit has been merged in the webkit-1.1 branch:
commit 8e483ddae8042549a097201260f44328b9d7dcd2
Author: steveblock at google.com <steveblock at google.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Feb 19 19:09:37 2010 +0000

    Not reviewed. Reverts r55020 which causes crashes in Chromium LayoutTests
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@55022 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index e3ebdc2..1ca1174 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,5 +1,12 @@
 2010-02-19  Steve Block  <steveblock at google.com>
 
+        Not reviewed. Reverts r55020 which causes crashes in Chromium LayoutTests
+
+        * bindings/generic/RuntimeEnabledFeatures.cpp:
+        * storage/Database.cpp:
+
+2010-02-19  Steve Block  <steveblock at google.com>
+
         Reviewed by David Levin.
 
         Sets default values of V8 runtime enabler flags to match behavior with JSC
diff --git a/WebCore/bindings/generic/RuntimeEnabledFeatures.cpp b/WebCore/bindings/generic/RuntimeEnabledFeatures.cpp
index 1b09518..3fdbb6d 100644
--- a/WebCore/bindings/generic/RuntimeEnabledFeatures.cpp
+++ b/WebCore/bindings/generic/RuntimeEnabledFeatures.cpp
@@ -41,8 +41,8 @@ namespace WebCore {
 bool RuntimeEnabledFeatures::isLocalStorageEnabled = true;
 bool RuntimeEnabledFeatures::isSessionStorageEnabled = true;
 bool RuntimeEnabledFeatures::isWebkitNotificationsEnabled = false;
-bool RuntimeEnabledFeatures::isApplicationCacheEnabled = true;
-bool RuntimeEnabledFeatures::isGeolocationEnabled = true;
+bool RuntimeEnabledFeatures::isApplicationCacheEnabled = false;
+bool RuntimeEnabledFeatures::isGeolocationEnabled = false;
 bool RuntimeEnabledFeatures::isIndexedDBEnabled = false;
 
 #if ENABLE(VIDEO)
diff --git a/WebCore/storage/Database.cpp b/WebCore/storage/Database.cpp
index 2130631..648492f 100644
--- a/WebCore/storage/Database.cpp
+++ b/WebCore/storage/Database.cpp
@@ -73,7 +73,7 @@ const String& Database::databaseInfoTableName()
 
 #if ENABLE(DATABASE)
 
-static bool isDatabaseAvailable = true;
+static bool isDatabaseAvailable = false;
 
 void Database::setIsAvailable(bool available)
 {

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list