[SCM] WebKit Debian packaging branch, debian/experimental, updated. debian/1.3.8-1-1049-g2e11a8e

mnaganov at chromium.org mnaganov at chromium.org
Fri Jan 21 14:44:20 UTC 2011


The following commit has been merged in the debian/experimental branch:
commit 8f9b27db4566f4f3d77fac8b52acbaf80f087b3b
Author: mnaganov at chromium.org <mnaganov at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Dec 28 17:24:06 2010 +0000

    2010-12-28  Mikhail Naganov  <mnaganov at chromium.org>
    
            Reviewed by Pavel Feldman.
    
            [Chromium] Fix memory leak in Profiles tab concerned with heap profiles views.
    
            https://bugs.webkit.org/show_bug.cgi?id=51680
    
            * inspector/front-end/ProfilesPanel.js:
            (WebInspector.ProfilesPanel.prototype._reset):
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@74712 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index c087ad6..ec275be 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,14 @@
+2010-12-28  Mikhail Naganov  <mnaganov at chromium.org>
+
+        Reviewed by Pavel Feldman.
+
+        [Chromium] Fix memory leak in Profiles tab concerned with heap profiles views.
+
+        https://bugs.webkit.org/show_bug.cgi?id=51680
+
+        * inspector/front-end/ProfilesPanel.js:
+        (WebInspector.ProfilesPanel.prototype._reset):
+
 2010-12-28  Alexander Pavlov  <apavlov at chromium.org>
 
         Reviewed by Pavel Feldman.
diff --git a/WebCore/inspector/front-end/ProfilesPanel.js b/WebCore/inspector/front-end/ProfilesPanel.js
index 3e31ba5..bff5be7 100644
--- a/WebCore/inspector/front-end/ProfilesPanel.js
+++ b/WebCore/inspector/front-end/ProfilesPanel.js
@@ -212,6 +212,8 @@ WebInspector.ProfilesPanel.prototype = {
 
         this.profileViewStatusBarItemsContainer.removeChildren();
 
+        this.removeAllListeners();
+
         this._updateInterface();
         this.welcomeView.show();
     },

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list