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

bweinstein at apple.com bweinstein at apple.com
Wed Apr 7 23:52:35 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit e7023112a5a6c43b4bd68377cdd57af7c9401d43
Author: bweinstein at apple.com <bweinstein at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Nov 20 21:29:12 2009 +0000

    Fixes <http://webkit.org/b/31741>.
    Web Inspector: User Entered Data on the console should show up no matter what filters.
    
    Reviewed by Tim Hatcher.
    
    Always show .console-user-command-result, no matter what the filter say
    we should do with the other classes.
    
    * inspector/front-end/inspector.css:
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@51255 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index e053ea9..789a19c 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -2,6 +2,18 @@
 
         Reviewed by Tim Hatcher.
 
+        Fixes <http://webkit.org/b/31741>.
+        Web Inspector: User Entered Data on the console should show up no matter what filters.
+        
+        Always show .console-user-command-result, no matter what the filter say
+        we should do with the other classes.
+
+        * inspector/front-end/inspector.css:
+
+2009-11-20  Brian Weinstein  <bweinstein at apple.com>
+
+        Reviewed by Tim Hatcher.
+
         Fixes <http://webkit.org/b/31700>.
         Web Inspector: isMac should be in one central location + Cached.
         
diff --git a/WebCore/inspector/front-end/inspector.css b/WebCore/inspector/front-end/inspector.css
index 50e7ef6..1f753a1 100644
--- a/WebCore/inspector/front-end/inspector.css
+++ b/WebCore/inspector/front-end/inspector.css
@@ -2745,6 +2745,10 @@ button.enable-toggle-status-bar-item.toggled-on .glyph {
     display: block;
 }
 
+.console-user-command-result {
+    display: block;
+}
+
 .resources-graph-bar.waiting {
     opacity: 0.35;
 }

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list