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

pfeldman at chromium.org pfeldman at chromium.org
Wed Dec 22 15:33:26 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 2ada29fc8fc9d7bb2fd78658a6eeb19c53b9a715
Author: pfeldman at chromium.org <pfeldman at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Nov 8 10:28:04 2010 +0000

    2010-11-08  Pavel Feldman  <pfeldman at chromium.org>
    
            Not reviewed: follow up to inspector commit.
            https://bugs.webkit.org/show_bug.cgi?id=49130
    
            * inspector/front-end/ScriptsPanel.js:
            (WebInspector.ScriptsPanel.prototype.reset):
            * inspector/front-end/inspector.css:
            (.event-bar):
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@71507 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index e41ab37..bb97436 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,13 @@
+2010-11-08  Pavel Feldman  <pfeldman at chromium.org>
+
+        Not reviewed: follow up to inspector commit.
+        https://bugs.webkit.org/show_bug.cgi?id=49130
+
+        * inspector/front-end/ScriptsPanel.js:
+        (WebInspector.ScriptsPanel.prototype.reset):
+        * inspector/front-end/inspector.css:
+        (.event-bar):
+
 2010-11-06  Pavel Feldman  <pfeldman at chromium.org>
 
         Reviewed by Yury Semikhatsky.
diff --git a/WebCore/inspector/front-end/ScriptsPanel.js b/WebCore/inspector/front-end/ScriptsPanel.js
index 1643325..32c7f21 100644
--- a/WebCore/inspector/front-end/ScriptsPanel.js
+++ b/WebCore/inspector/front-end/ScriptsPanel.js
@@ -462,8 +462,8 @@ WebInspector.ScriptsPanel.prototype = {
             if (Preferences.nativeInstrumentationEnabled) {
                 this.sidebarPanes.domBreakpoints.reset();
                 this.sidebarPanes.xhrBreakpoints.reset();
+                this.sidebarPanes.eventListenerBreakpoints.reset();
             }
-            this.sidebarPanes.eventListenerBreakpoints.reset();
             this.sidebarPanes.workers.reset();
         }
     },
diff --git a/WebCore/inspector/front-end/inspector.css b/WebCore/inspector/front-end/inspector.css
index be0bcf7..1480a8f 100644
--- a/WebCore/inspector/front-end/inspector.css
+++ b/WebCore/inspector/front-end/inspector.css
@@ -1477,6 +1477,7 @@ body.inactive .placard.selected {
 .event-bar {
     position: relative;
     left: 10px;
+    margin-right: 10px;
 }
 
 .event-bars .event-bar .header {

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list