Bug 17883 - Console completion should support bracket notation
Summary: Console completion should support bracket notation
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Timothy Hatcher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-16 16:29 PDT by Timothy Hatcher
Modified: 2008-03-17 11:58 PDT (History)
1 user (show)

See Also:


Attachments
Patch (3.88 KB, patch)
2008-03-16 16:38 PDT, Timothy Hatcher
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.