[Webkit-unassigned] [Bug 89735] Web Inspector: Provide context menu 'Delete all watch expressions.'

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 28 03:15:19 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=89735


Yury Semikhatsky <yurys at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #149909|review?                     |review-
               Flag|                            |




--- Comment #22 from Yury Semikhatsky <yurys at chromium.org>  2012-06-28 03:15:18 PST ---
(From update of attachment 149909)
View in context: https://bugs.webkit.org/attachment.cgi?id=149909&action=review

> Source/WebCore/inspector/front-end/WatchExpressionsSidebarPane.js:263
> +        this.watchExpressions.splice(0, expressionCount);

Please this.watchExpressions = []; as in the previous patch and file a bug that WebInspector.Setting.get() should return a copy of the setting value.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list