Bug 93377

Summary: Web Inspector: store last evaluation result in $_
Product: WebKit Reporter: Pavel Feldman <pfeldman>
Component: Web Inspector (Deprecated)Assignee: Pavel Feldman <pfeldman>
Status: RESOLVED FIXED    
Severity: Normal CC: apavlov, bweinstein, homakov, joepeck, keishi, loislo, pfeldman, pmuellr, rik, timothy, webkit.review.bot, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch none

Pavel Feldman
Reported 2012-08-07 11:15:51 PDT
This would allow referencing the last eval result from console.
Attachments
Patch (5.31 KB, patch)
2012-08-07 11:18 PDT, Pavel Feldman
no flags
Pavel Feldman
Comment 1 2012-08-07 11:18:08 PDT
Paul Irish
Comment 2 2012-08-07 11:22:36 PDT
*** Bug 87038 has been marked as a duplicate of this bug. ***
Vsevolod Vlasov
Comment 3 2012-08-07 23:16:15 PDT
Comment on attachment 156962 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=156962&action=review Shouldn't we agree with firebug folks on this particular name for such a variable? > Source/WebCore/inspector/InjectedScriptSource.js:805 > + this.$_ = injectedScript._lastResult; nit: I'd use __defineGetter__ instead.
WebKit Review Bot
Comment 4 2012-08-08 06:21:56 PDT
Comment on attachment 156962 [details] Patch Clearing flags on attachment: 156962 Committed r125033: <http://trac.webkit.org/changeset/125033>
WebKit Review Bot
Comment 5 2012-08-08 06:22:00 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.