[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.22-985-g3c00f00
pfeldman at chromium.org
pfeldman at chromium.org
Wed Mar 17 18:26:30 UTC 2010
The following commit has been merged in the webkit-1.1 branch:
commit 7d14c93be027eda9457f810eb7c88fc4b15fad9b
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