Bug 32578

Summary: Web Inspector: No Need for ?="" now that we have context menus
Product: WebKit Reporter: Brian Weinstein <bweinstein>
Component: Web Inspector (Deprecated)Assignee: Brian Weinstein <bweinstein>
Status: RESOLVED FIXED    
Severity: Normal CC: bweinstein, joepeck, keishi, pfeldman, pmuellr, rik, timothy
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
[PATCH] Fix timothy: review+, bweinstein: commit-queue-

Description Brian Weinstein 2009-12-15 13:27:10 PST
In the Elements Tree Outline, we needed a way to add new attributes, so we had ?="" show up on mouseover, so the user could double click. Now that we have context menus with an "Add Attribute" item, we don't need this anymore.
Comment 1 Brian Weinstein 2009-12-15 13:31:37 PST
Created attachment 44905 [details]
[PATCH] Fix
Comment 2 Brian Weinstein 2009-12-15 13:37:04 PST
Landed in r52168.