Bug 17883

Summary: Console completion should support bracket notation
Product: WebKit Reporter: Timothy Hatcher <timothy>
Component: Web Inspector (Deprecated)Assignee: Timothy Hatcher <timothy>
Status: RESOLVED FIXED    
Severity: Normal CC: aroben
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch darin: review+

Description Timothy Hatcher 2008-03-16 16:29:10 PDT
The console tab and auto completion should support getting properties with the bracket notation.

For example typing:

document["add

should complete to:

document["addEventListener"]
Comment 1 Timothy Hatcher 2008-03-16 16:38:07 PDT
Created attachment 19811 [details]
Patch
Comment 2 Darin Adler 2008-03-17 11:10:21 PDT
Comment on attachment 19811 [details]
Patch

r=me
Comment 3 Timothy Hatcher 2008-03-17 11:58:45 PDT
Landed in r31101.