Bug 19115 - No completion for local variables when script paused
Summary: No completion for local variables when script paused
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-05-18 15:30 PDT by Anthony Ricaud
Modified: 2008-08-17 20:33 PDT (History)
2 users (show)

See Also:


Attachments
Proposed patch (4.42 KB, patch)
2008-08-15 17:26 PDT, Timothy Hatcher
ggaren: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Anthony Ricaud 2008-05-18 15:30:09 PDT
Now that we have access to variables in the local scope (see https://bugs.webkit.org/show_bug.cgi?id=19052), it would great to have the same completion as global variables. It means the automatic gray "hint" and the completion when pressing the tabulation key.
Comment 1 Timothy Hatcher 2008-08-15 17:26:47 PDT
Created attachment 22829 [details]
Proposed patch
Comment 2 Geoffrey Garen 2008-08-16 22:00:49 PDT
Comment on attachment 22829 [details]
Proposed patch

r=me
Comment 3 Timothy Hatcher 2008-08-17 20:33:46 PDT
Landed in r35814.