[SCM] WebKit Debian packaging branch, webkit-1.2, updated. upstream/1.1.90-6072-g9a69373

pfeldman at chromium.org pfeldman at chromium.org
Thu Apr 8 02:18:45 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit 8ef0f545205ae9101b4e506f432a3d99b7f472b4
Author: pfeldman at chromium.org <pfeldman at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Mar 10 19:17:00 2010 +0000

    2010-03-10  Pavel Feldman  <pfeldman at chromium.org>
    
            Reviewed by Timothy Hatcher.
    
            Web Inspector: Audits panel needs an icon.
            Landing icon attached by Timothy. Enabling panel!
    
            https://bugs.webkit.org/show_bug.cgi?id=35945
    
            * WebCore.gypi:
            * inspector/front-end/Images/auditsIcon.png: Added.
            * inspector/front-end/WebKit.qrc:
            * inspector/front-end/inspector.css:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@55790 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index faf2e2b..46030bc 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,17 @@
+2010-03-10  Pavel Feldman  <pfeldman at chromium.org>
+
+        Reviewed by Timothy Hatcher.
+
+        Web Inspector: Audits panel needs an icon.
+        Landing icon attached by Timothy. Enabling panel!
+
+        https://bugs.webkit.org/show_bug.cgi?id=35945
+
+        * WebCore.gypi:
+        * inspector/front-end/Images/auditsIcon.png: Added.
+        * inspector/front-end/WebKit.qrc:
+        * inspector/front-end/inspector.css:
+
 2010-03-10  Gustavo Noronha Silva  <gustavo.noronha at collabora.co.uk>
 
         Roll-out r55657, as Xan noticed a bad degradation in playing
diff --git a/WebCore/WebCore.gypi b/WebCore/WebCore.gypi
index a24e62c..eded622 100644
--- a/WebCore/WebCore.gypi
+++ b/WebCore/WebCore.gypi
@@ -3837,7 +3837,7 @@
             'inspector/front-end/textViewer.css',
         ],
         'webinspector_image_files': [
-
+            'inspector/front-end/Images/auditsIcon.png',
             'inspector/front-end/Images/back.png',
             'inspector/front-end/Images/breakpointBorder.png',
             'inspector/front-end/Images/breakpointConditionalBorder.png',
diff --git a/WebCore/inspector/front-end/Images/auditsIcon.png b/WebCore/inspector/front-end/Images/auditsIcon.png
new file mode 100644
index 0000000..8d1f752
Binary files /dev/null and b/WebCore/inspector/front-end/Images/auditsIcon.png differ
diff --git a/WebCore/inspector/front-end/Settings.js b/WebCore/inspector/front-end/Settings.js
index bb004a2..7d5d6de 100644
--- a/WebCore/inspector/front-end/Settings.js
+++ b/WebCore/inspector/front-end/Settings.js
@@ -41,7 +41,7 @@ var Preferences = {
     showColorNicknames: true,
     debuggerAlwaysEnabled: false,
     profilerAlwaysEnabled: false,
-    auditsPanelEnabled: false
+    auditsPanelEnabled: true
 }
 
 WebInspector.populateFrontendSettings = function(settingsString)
diff --git a/WebCore/inspector/front-end/WebKit.qrc b/WebCore/inspector/front-end/WebKit.qrc
index ac4c306..8b057c0 100644
--- a/WebCore/inspector/front-end/WebKit.qrc
+++ b/WebCore/inspector/front-end/WebKit.qrc
@@ -96,6 +96,7 @@
     <file>inspectorSyntaxHighlight.css</file>
     <file>popover.css</file>
     <file>textViewer.css</file>
+    <file>Images/auditsIcon.png</file>
     <file>Images/back.png</file>
     <file>Images/breakpointBorder.png</file>
     <file>Images/breakpointConditionalBorder.png</file>
diff --git a/WebCore/inspector/front-end/inspector.css b/WebCore/inspector/front-end/inspector.css
index 7b023a4..db6f17b 100644
--- a/WebCore/inspector/front-end/inspector.css
+++ b/WebCore/inspector/front-end/inspector.css
@@ -219,6 +219,10 @@ body.attached #search-results-matches {
     background-image: url(Images/profilesIcon.png);
 }
 
+.toolbar-item.audits .toolbar-icon {
+    background-image: url(Images/auditsIcon.png);
+}
+
 .toolbar-item.console .toolbar-icon {
     background-image: url(Images/consoleIcon.png);
 }

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list