[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

yurys at chromium.org yurys at chromium.org
Wed Dec 22 15:49:40 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit b31faf973641225aafbd9fd94f093d028873d57e
Author: yurys at chromium.org <yurys at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sat Nov 13 11:04:29 2010 +0000

    2010-11-13  Yury Semikhatsky  <yurys at chromium.org>
    
            Reviewed by Pavel Feldman.
    
            Web Inspector: DOM event listener name is cropped in Elements panel
            https://bugs.webkit.org/show_bug.cgi?id=49387
    
            * inspector/front-end/inspector.css:
            (.event-bar): use margin-left instead of left to fit child node into its parent
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@71965 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 2f1cd18..1f46eaa 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,13 @@
+2010-11-13  Yury Semikhatsky  <yurys at chromium.org>
+
+        Reviewed by Pavel Feldman.
+
+        Web Inspector: DOM event listener name is cropped in Elements panel
+        https://bugs.webkit.org/show_bug.cgi?id=49387
+
+        * inspector/front-end/inspector.css:
+        (.event-bar): use margin-left instead of left to fit child node into its parent
+
 2010-11-13  Ilya Sherman  <isherman at chromium.org>
 
         Reviewed by Shinichiro Hamaji.
diff --git a/WebCore/inspector/front-end/inspector.css b/WebCore/inspector/front-end/inspector.css
index ae26339..35fe120 100644
--- a/WebCore/inspector/front-end/inspector.css
+++ b/WebCore/inspector/front-end/inspector.css
@@ -1461,7 +1461,7 @@ body.inactive .placard.selected {
 
 .event-bar {
     position: relative;
-    left: 10px;
+    margin-left: 10px;
 }
 
 .event-bars .event-bar .header {
@@ -4393,4 +4393,4 @@ a.worker-item:hover {
 
 .cursor-auto {
     cursor: auto;
-}
\ No newline at end of file
+}

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list