Bug 65285 - Web Inspector: support cd(frame) from Firebug command line API.
Summary: Web Inspector: support cd(frame) from Firebug command line API.
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 14355
  Show dependency treegraph
 
Reported: 2011-07-27 14:33 PDT by Pavel Feldman
Modified: 2014-01-13 10:05 PST (History)
11 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Pavel Feldman 2011-07-27 14:33:06 PDT
Frame selector was implemented in http://trac.webkit.org/changeset/91839, that did not cover the cd(frame) though.
Comment 1 BJ Burg 2014-01-12 11:11:11 PST
I have no idea what this is describing. Please re-open if it still makes sense and more details are available.
Comment 2 Adam Roben (:aroben) 2014-01-13 04:14:43 PST
This is talking about the function described here: <http://getfirebug.com/wiki/index.php/Command_Line_API#cd.28window.29>. It lets you change the default evaluation context of the console from the main frame to a subframe.
Comment 3 BJ Burg 2014-01-13 09:01:56 PST
Ah, the inspector now has a selector next to the console that lets you change the evaluation context. Is this still worth implementing? I've never heard of it. (Is there any way to figure out what Firebug command line APIs are actually used?)
Comment 4 Adam Roben (:aroben) 2014-01-13 10:05:35 PST
You mean which APIs developers actually rely on? You'd probably have to ask the Firebug folks. I don't think we track API usage in WebKit.