Bug 83170 - Web Inspector: expose savedURL, setToolbarColors and toggleInspectElementMode in InspectorFrontendAPI
Summary: Web Inspector: expose savedURL, setToolbarColors and toggleInspectElementMode...
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: Pavel Feldman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-04 09:06 PDT by Pavel Feldman
Modified: 2012-04-10 05:59 PDT (History)
10 users (show)

See Also:


Attachments
Patch (1.93 KB, patch)
2012-04-04 09:08 PDT, Pavel Feldman
yurys: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.