[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.15.1-1414-gc69ee75

bweinstein at apple.com bweinstein at apple.com
Thu Oct 29 20:43:51 UTC 2009


The following commit has been merged in the webkit-1.1 branch:
commit 6a3283e8bfc57884d53ad4bcb4ab4811e8fc2fba
Author: bweinstein at apple.com <bweinstein at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Oct 13 17:08:18 2009 +0000

    Fix REGRESSION(49479): Mouseover on resources graph doesn't show timings.
    
    Reviewed by Timothy Hatcher.
    
    Set pointer-events: none on the new overlay so mouseover events are passed
    to the resources graph so we can show timings.
    
    * inspector/front-end/inspector.css:
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@49504 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 3ed4f17..33292e9 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,14 @@
+2009-10-13  Brian Weinstein  <bweinstein at apple.com>
+
+        Reviewed by Timothy Hatcher.
+
+        Fix REGRESSION(49479): Mouseover on resources graph doesn't show timings.
+        
+        Set pointer-events: none on the new overlay so mouseover events are passed
+        to the resources graph so we can show timings.
+
+        * inspector/front-end/inspector.css:
+
 2009-10-13  Girish Ramakrishnan  <girish at forwardbias.in>
 
         Reviewed by Simon Hausmann.
diff --git a/WebCore/inspector/front-end/inspector.css b/WebCore/inspector/front-end/inspector.css
index 48cb960..fc08bc2 100644
--- a/WebCore/inspector/front-end/inspector.css
+++ b/WebCore/inspector/front-end/inspector.css
@@ -2573,6 +2573,7 @@ button.enable-toggle-status-bar-item.toggled-on .glyph {
     height: 100%;
     top: 0;
     z-index: 300;
+    pointer-events: none;
 }
 
 #resources-dividers-label-bar {
@@ -2600,6 +2601,7 @@ button.enable-toggle-status-bar-item.toggled-on .glyph {
     width: 8px;
     top: 0;
     bottom: 0;
+    pointer-events: auto;
 }
 
 .resources-onload-divider {

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list