[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.18-1-697-g2f78b87

eric at webkit.org eric at webkit.org
Wed Jan 20 22:24:15 UTC 2010


The following commit has been merged in the debian/unstable branch:
commit f43d76d2977d4b70f394e33ebbeecf68218c669d
Author: eric at webkit.org <eric at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Jan 14 14:06:13 2010 +0000

    2010-01-14  Ilya Tikhonovsky  <loislo at chromium.org>
    
            Reviewed by Pavel Feldman.
    
            WebInspector: Scrolling of Timeline Page was broken by fix for bug 33470.
            https://bugs.webkit.org/show_bug.cgi?id=33666
    
            * inspector/front-end/inspector.css:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@53263 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index d7304b8..e0e8d36 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,12 @@
+2010-01-14  Ilya Tikhonovsky  <loislo at chromium.org>
+
+        Reviewed by Pavel Feldman.
+
+        WebInspector: Scrolling of Timeline Page was broken by fix for bug 33470.
+        https://bugs.webkit.org/show_bug.cgi?id=33666
+
+        * inspector/front-end/inspector.css:
+
 2010-01-14  Jocelyn Turcotte  <jocelyn.turcotte at nokia.com>
 
         [Qt] Unreviewed fix of builds with the --no-svg switch.
diff --git a/WebCore/inspector/front-end/inspector.css b/WebCore/inspector/front-end/inspector.css
index 18e52f3..3d96372 100644
--- a/WebCore/inspector/front-end/inspector.css
+++ b/WebCore/inspector/front-end/inspector.css
@@ -3285,6 +3285,8 @@ body.inactive .sidebar-tree-item.selected .bubble.search-matches {
 .timeline .sidebar {
     overflow-y: hidden;
     z-index: 100;
+    min-height: 100%;
+    bottom: auto;
 }
 
 #timeline-overview-separator {

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list