[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:12:56 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit 6b8e04e208fb11d05f03191dc6c4457dfebc6d88
Author: pfeldman at chromium.org <pfeldman at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sat Mar 6 21:42:04 2010 +0000

    2010-03-06  Pavel Feldman  <pfeldman at chromium.org>
    
            Reviewed by Timothy Hatcher.
    
            Web Inspector: make timeline overview bars transparent to mouse events.
    
            https://bugs.webkit.org/show_bug.cgi?id=35832
    
            * inspector/front-end/inspector.css:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@55628 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index da1b584..35e7154 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,5 +1,15 @@
 2010-03-06  Pavel Feldman  <pfeldman at chromium.org>
 
+        Reviewed by Timothy Hatcher.
+
+        Web Inspector: make timeline overview bars transparent to mouse events.
+
+        https://bugs.webkit.org/show_bug.cgi?id=35832
+
+        * inspector/front-end/inspector.css:
+
+2010-03-06  Pavel Feldman  <pfeldman at chromium.org>
+
         Reviewed by Jeremy Orlow.
 
         Web Inspector: switching to/from Timeline Panel moves scroller.
diff --git a/WebCore/inspector/front-end/inspector.css b/WebCore/inspector/front-end/inspector.css
index a6a993c..870e509 100644
--- a/WebCore/inspector/front-end/inspector.css
+++ b/WebCore/inspector/front-end/inspector.css
@@ -3323,6 +3323,10 @@ body.inactive .sidebar-tree-item.selected .bubble.search-matches {
     height: 80px;
 }
 
+#timeline-overview-panel .timeline-graph-bar {
+    pointer-events: none;
+}
+
 .timeline-sidebar-background {
     top: 90px;
     bottom: 0;

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list