Bug 99602

Summary: Web Inspector: no "delete watch expression" context menu item when clicking on the expression value
Product: WebKit Reporter: Yury Semikhatsky <yurys>
Component: Web Inspector (Deprecated)Assignee: Yury Semikhatsky <yurys>
Status: RESOLVED FIXED    
Severity: Normal CC: apavlov, keishi, loislo, pfeldman, pmuellr, vsevik, web-inspector-bugs, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch pfeldman: review+

Description Yury Semikhatsky 2012-10-17 09:24:51 PDT
The item is only available when you click outside of the value.
Comment 1 Yury Semikhatsky 2012-10-17 09:28:18 PDT
Created attachment 169196 [details]
Patch
Comment 2 Pavel Feldman 2012-10-17 09:30:18 PDT
Comment on attachment 169196 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=169196&action=review

> Source/WebCore/inspector/front-end/ObjectPropertiesSection.js:262
> +    populateContextMenu: function(contextMenu)

Please annotate

> Source/WebCore/inspector/front-end/WatchExpressionsSidebarPane.js:395
> +     * @override

override is not supported
Comment 3 Yury Semikhatsky 2012-10-17 09:39:06 PDT
Committed r131612: <http://trac.webkit.org/changeset/131612>