[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 14:45:28 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 13e946e52c3d95123c627c623a4a6d26960462d1
Author: yurys at chromium.org <yurys at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Oct 19 14:12:18 2010 +0000

    2010-10-19  Yury Semikhatsky  <yurys at chromium.org>
    
            Reviewed by Pavel Feldman.
    
            Web Inspector: crash while trying to step over a function using inspector
            https://bugs.webkit.org/show_bug.cgi?id=47902
    
            * inspector/front-end/ScriptsPanel.js:
            (WebInspector.ScriptsPanel.prototype.reset): reset scripts panel to resumed state on navigation.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@70054 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 18fc8e9..dfe407d 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,13 @@
+2010-10-19  Yury Semikhatsky  <yurys at chromium.org>
+
+        Reviewed by Pavel Feldman.
+
+        Web Inspector: crash while trying to step over a function using inspector
+        https://bugs.webkit.org/show_bug.cgi?id=47902
+
+        * inspector/front-end/ScriptsPanel.js:
+        (WebInspector.ScriptsPanel.prototype.reset): reset scripts panel to resumed state on navigation.
+
 2010-10-19  Ryuan Choi  <ryuan.choi at samsung.com>
 
         Unreviewed attempt to remove warning in EFL build.
diff --git a/WebCore/inspector/front-end/ScriptsPanel.js b/WebCore/inspector/front-end/ScriptsPanel.js
index e6a78b4..0a653c9 100644
--- a/WebCore/inspector/front-end/ScriptsPanel.js
+++ b/WebCore/inspector/front-end/ScriptsPanel.js
@@ -435,13 +435,7 @@ WebInspector.ScriptsPanel.prototype = {
         delete this.currentQuery;
         this.searchCanceled();
 
-        if (!this._debuggerEnabled) {
-            this._paused = false;
-            this._waitingToPause = false;
-            this._stepping = false;
-        }
-
-        this._clearInterface();
+        this.debuggerResumed();
 
         this._backForwardList = [];
         this._currentBackForwardIndex = -1;

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list