[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:18:21 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit 8dcaf9c80043dfec6533b394e78eeb9e9cc130bf
Author: pfeldman at chromium.org <pfeldman at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Mar 10 06:17:40 2010 +0000

    2010-03-09  Pavel Feldman  <pfeldman at chromium.org>
    
            Reviewed by Timothy Hatcher.
    
            Web Inspector: REGRESSION: Tall image resources are cropped over the bottom.
    
            https://bugs.webkit.org/show_bug.cgi?id=34720
    
            * inspector/front-end/inspector.css:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@55765 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index b985105..64c0098 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -2,6 +2,16 @@
 
         Reviewed by Timothy Hatcher.
 
+        Web Inspector: REGRESSION: Tall image resources are cropped over the bottom.
+
+        https://bugs.webkit.org/show_bug.cgi?id=34720
+
+        * inspector/front-end/inspector.css:
+
+2010-03-09  Pavel Feldman  <pfeldman at chromium.org>
+
+        Reviewed by Timothy Hatcher.
+
         Web Inspector: REGRESSION: Pressing up/down arrow key to change numeric
         value in CSS property takes focus away.
 
diff --git a/WebCore/inspector/front-end/inspector.css b/WebCore/inspector/front-end/inspector.css
index 870e509..9beb10a 100644
--- a/WebCore/inspector/front-end/inspector.css
+++ b/WebCore/inspector/front-end/inspector.css
@@ -882,6 +882,7 @@ body.platform-linux .monospace, body.platform-linux .source-code {
     right: 0;
     left: 0;
     bottom: 0;
+    overflow: auto;
 }
 
 .resource-view.headers-visible .resource-view-content {

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list