[SCM] WebKit Debian packaging branch, webkit-1.2, updated. upstream/1.1.90-6072-g9a69373

mitz at apple.com mitz at apple.com
Thu Apr 8 00:49:02 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit d16dafe911b613c738b8decc3608297bd7a17587
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