Bug 19115

Summary: No completion for local variables when script paused
Product: WebKit Reporter: Anthony Ricaud <rik>
Component: Web Inspector (Deprecated)Assignee: Timothy Hatcher <timothy>
Status: RESOLVED FIXED    
Severity: Normal CC: aroben, timothy
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Proposed patch ggaren: review+

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.