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

joepeck at webkit.org joepeck at webkit.org
Fri Feb 26 22:18:26 UTC 2010


The following commit has been merged in the webkit-1.1 branch:
commit b0acad5729efbc3929b69d7a8ad7b15d4621988d
Author: joepeck at webkit.org <joepeck at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Feb 12 05:14:40 2010 +0000

    2010-02-11  Joseph Pecoraro  <joepeck at webkit.org>
    
            Reviewed by Timothy Hatcher.
    
            Web Inspector: Focusing a resource in the inspector should default to content not header
            https://bugs.webkit.org/show_bug.cgi?id=34861
    
            * inspector/front-end/Settings.js:
            (WebInspector.Settings.prototype._load): changed initial default to content tab
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@54702 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 5932f0b..20aeaa5 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -2,6 +2,16 @@
 
         Reviewed by Timothy Hatcher.
 
+        Web Inspector: Focusing a resource in the inspector should default to content not header
+        https://bugs.webkit.org/show_bug.cgi?id=34861
+
+        * inspector/front-end/Settings.js:
+        (WebInspector.Settings.prototype._load): changed initial default to content tab
+
+2010-02-11  Joseph Pecoraro  <joepeck at webkit.org>
+
+        Reviewed by Timothy Hatcher.
+
         Web Inspector: Editing Styles Cannot Tab Backwards from a New Style Item
         https://bugs.webkit.org/show_bug.cgi?id=34872
 
diff --git a/WebCore/inspector/front-end/Settings.js b/WebCore/inspector/front-end/Settings.js
index 85aecd5..e6fc0c3 100644
--- a/WebCore/inspector/front-end/Settings.js
+++ b/WebCore/inspector/front-end/Settings.js
@@ -67,7 +67,7 @@ WebInspector.Settings.prototype = {
         this._installSetting("lastViewedScriptFile", "last-viewed-script-file");
         this._installSetting("showInheritedComputedStyleProperties", "show-inherited-computed-style-properties", false);
         this._installSetting("showUserAgentStyles", "show-user-agent-styles", true);
-        this._installSetting("resourceViewTab", "resource-view-tab", "headers");
+        this._installSetting("resourceViewTab", "resource-view-tab", "content");
         this.dispatchEventToListeners("loaded");
     },
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list