Bug 83170

Summary: Web Inspector: expose savedURL, setToolbarColors and toggleInspectElementMode in InspectorFrontendAPI
Product: WebKit Reporter: Pavel Feldman <pfeldman>
Component: Web Inspector (Deprecated)Assignee: Pavel Feldman <pfeldman>
Status: RESOLVED FIXED    
Severity: Normal CC: apavlov, bweinstein, joepeck, keishi, loislo, pfeldman, pmuellr, rik, timothy, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch yurys: review+

Description Pavel Feldman 2012-04-04 09:06:15 PDT
Chromium port is calling these from the embedder layer and they all are perfect candidates for the InspectorFrontendAPI. Adding them there.
Comment 1 Pavel Feldman 2012-04-04 09:08:50 PDT
Created attachment 135604 [details]
Patch
Comment 2 Pavel Feldman 2012-04-04 09:11:15 PDT
Committed r113199: <http://trac.webkit.org/changeset/113199>
Comment 3 Timothy Hatcher 2012-04-04 09:25:11 PDT
What is savedURL used for?
Comment 4 Pavel Feldman 2012-04-10 05:59:43 PDT
(In reply to comment #3)
> What is savedURL used for?

It tells the front-end that given url has been associated with the file on the disk. From that moment, front-end will be issuing InspectorFrontendHost.save commands upon each Cmd/Ctrl+S on that resource.