[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.19-706-ge5415e9

jberlin at webkit.org jberlin at webkit.org
Thu Feb 4 21:36:49 UTC 2010


The following commit has been merged in the webkit-1.1 branch:
commit 71bdbfe1f016cf3027b1984791fbd701e5415d8e
Author: jberlin at webkit.org <jberlin at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Feb 2 15:25:18 2010 +0000

    2010-02-01  Jessie Berlin  <jberlin at webkit.org>
    
            Reviewed by Holger Freyther.
    
            [Qt] Enable inspecting the Web Inspector in QtLauncher
    
            https://bugs.webkit.org/show_bug.cgi?id=34329
    
            * WebCoreSupport/InspectorClientQt.cpp:
            (WebCore::InspectorClientWebPage::InspectorClientWebPage):
            Allow the DeveloperExtrasEnabled setting to default to true for the page containing the Web Inspector.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@54233 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/qt/ChangeLog b/WebKit/qt/ChangeLog
index 0f43288..620fa23 100644
--- a/WebKit/qt/ChangeLog
+++ b/WebKit/qt/ChangeLog
@@ -1,3 +1,15 @@
+2010-02-01  Jessie Berlin  <jberlin at webkit.org>
+
+        Reviewed by Holger Freyther.
+
+        [Qt] Enable inspecting the Web Inspector in QtLauncher
+
+        https://bugs.webkit.org/show_bug.cgi?id=34329
+
+        * WebCoreSupport/InspectorClientQt.cpp:
+        (WebCore::InspectorClientWebPage::InspectorClientWebPage):
+        Allow the DeveloperExtrasEnabled setting to default to true for the page containing the Web Inspector.
+
 2010-02-02  Andreas Kling  <andreas.kling at nokia.com>
 
         Reviewed by Kenneth Rohde Christiansen.
diff --git a/WebKit/qt/WebCoreSupport/InspectorClientQt.cpp b/WebKit/qt/WebCoreSupport/InspectorClientQt.cpp
index 1caf96d..dc1e320 100644
--- a/WebKit/qt/WebCoreSupport/InspectorClientQt.cpp
+++ b/WebKit/qt/WebCoreSupport/InspectorClientQt.cpp
@@ -60,7 +60,6 @@ public:
     InspectorClientWebPage(QObject* parent = 0)
     : QWebPage(parent)
     {
-        settings()->setAttribute(QWebSettings::DeveloperExtrasEnabled, false);
     }
 
     QWebPage* createWindow(QWebPage::WebWindowType)

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list