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

pfeldman at chromium.org pfeldman at chromium.org
Wed Apr 7 23:18:26 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit dae154c7290e6557640f5708d0b1e987490f8227
Author: pfeldman at chromium.org <pfeldman at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Nov 2 18:32:49 2009 +0000

    2009-11-02  Pavel Feldman  <pfeldman at chromium.org>
    
            Reviewed by Timothy Hatcher.
    
            Web Inspector: [REGRESSION] No timeline marks on resources panel.
    
            https://bugs.webkit.org/show_bug.cgi?id=31013
    
            * inspector/front-end/AbstractTimelinePanel.js:
            (WebInspector.AbstractTimelinePanel.prototype.updateGraphDividersIfNeeded):
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@50418 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 34f90b2..b82610d 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,14 @@
+2009-11-02  Pavel Feldman  <pfeldman at chromium.org>
+
+        Reviewed by Timothy Hatcher.
+
+        Web Inspector: [REGRESSION] No timeline marks on resources panel.
+
+        https://bugs.webkit.org/show_bug.cgi?id=31013
+
+        * inspector/front-end/AbstractTimelinePanel.js:
+        (WebInspector.AbstractTimelinePanel.prototype.updateGraphDividersIfNeeded):
+
 2009-11-02  David Levin  <levin at chromium.org>
 
         Reviewed by Dan Bernstein.
diff --git a/WebCore/inspector/front-end/AbstractTimelinePanel.js b/WebCore/inspector/front-end/AbstractTimelinePanel.js
index 75e4062..fd61db5 100644
--- a/WebCore/inspector/front-end/AbstractTimelinePanel.js
+++ b/WebCore/inspector/front-end/AbstractTimelinePanel.js
@@ -259,6 +259,7 @@ WebInspector.AbstractTimelinePanel.prototype = {
 
             this.dividersLabelBarElement.appendChild(divider);
         }
+        return true;
     },
 
     _updateDividersLabelBarPosition: function()

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list