[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:30:50 UTC 2010
The following commit has been merged in the webkit-1.1 branch:
commit 58dca2cb392831bbec80c8178b9d3bdc52a349ae
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