[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.17-1283-gcf603cf
mitz at apple.com
mitz at apple.com
Wed Jan 6 00:00:15 UTC 2010
The following commit has been merged in the webkit-1.1 branch:
commit e001a8662a4588004bd6c62011c06d79daf44d9d
Author: mitz at apple.com <mitz at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Fri Dec 25 06:07:13 2009 +0000
Web Inspector: Console should force long URLs to wrap
https://bugs.webkit.org/show_bug.cgi?id=32927
Reviewed by Timothy Hatcher.
* inspector/front-end/inspector.css: Added "word-wrap: break-word;" to
the #console-messages rule.
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@52555 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 1689324..9e8fea6 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,13 @@
+2009-12-24 Dan Bernstein <mitz at apple.com>
+
+ Reviewed by Timothy Hatcher.
+
+ Web Inspector: Console should force long URLs to wrap
+ https://bugs.webkit.org/show_bug.cgi?id=32927
+
+ * inspector/front-end/inspector.css: Added "word-wrap: break-word;" to
+ the #console-messages rule.
+
2009-12-24 Shinichiro Hamaji <hamaji at chromium.org>
Unreviewed Chromium test fix by reverting r52536.
diff --git a/WebCore/inspector/front-end/inspector.css b/WebCore/inspector/front-end/inspector.css
index e5bd9dd..9c2cef1 100644
--- a/WebCore/inspector/front-end/inspector.css
+++ b/WebCore/inspector/front-end/inspector.css
@@ -498,6 +498,7 @@ body.drawer-visible #drawer {
font-family: monospace;
padding: 2px 0;
overflow-y: overlay;
+ word-wrap: break-word;
-webkit-user-select: text;
-webkit-text-size-adjust: auto;
}
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list