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

pfeldman at chromium.org pfeldman at chromium.org
Wed Dec 22 15:32:30 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 9c3aa8b765df1829b0d46d176c95ad716095c6a5
Author: pfeldman at chromium.org <pfeldman at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sun Nov 7 06:23:23 2010 +0000

    2010-11-06  Pavel Feldman  <pfeldman at chromium.org>
    
            Reviewed by Timothy Hatcher.
    
            Web Inspector: XHR logging is not checked in context menu after browser restart.
            https://bugs.webkit.org/show_bug.cgi?id=49133
    
            * inspector/InspectorState.cpp:
            (WebCore::InspectorState::InspectorState):
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@71476 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index cb4bf4a..9f7a6eb 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,13 @@
+2010-11-06  Pavel Feldman  <pfeldman at chromium.org>
+
+        Reviewed by Timothy Hatcher.
+
+        Web Inspector: XHR logging is not checked in context menu after browser restart.
+        https://bugs.webkit.org/show_bug.cgi?id=49133
+
+        * inspector/InspectorState.cpp:
+        (WebCore::InspectorState::InspectorState):
+
 2010-11-06  Ryosuke Niwa  <rniwa at webkit.org>
 
         Unreviewed Windows build fix.
diff --git a/WebCore/inspector/InspectorState.cpp b/WebCore/inspector/InspectorState.cpp
index 7c6204d..e5aaf42 100644
--- a/WebCore/inspector/InspectorState.cpp
+++ b/WebCore/inspector/InspectorState.cpp
@@ -39,7 +39,7 @@ namespace WebCore {
 InspectorState::InspectorState(InspectorClient* client)
     : m_client(client)
 {
-    registerBoolean(monitoringXHR, false, "monitoringXHR", "xhrMonitor");
+    registerBoolean(monitoringXHR, false, "monitoringXHREnabled", "xhrMonitor");
     registerBoolean(timelineProfilerEnabled, false, "timelineProfilerEnabled", (const char*)0);
     registerBoolean(searchingForNode, false, "searchingForNodeEnabled", (const char*)0);
     registerBoolean(profilerAlwaysEnabled, false, (const char*)0, "profilerEnabled");

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list