RESOLVED FIXED83170
Web Inspector: expose savedURL, setToolbarColors and toggleInspectElementMode in InspectorFrontendAPI
https://bugs.webkit.org/show_bug.cgi?id=83170
Summary Web Inspector: expose savedURL, setToolbarColors and toggleInspectElementMode...
Pavel Feldman
Reported 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.
Attachments
Patch (1.93 KB, patch)
2012-04-04 09:08 PDT, Pavel Feldman
yurys: review+
Pavel Feldman
Comment 1 2012-04-04 09:08:50 PDT
Pavel Feldman
Comment 2 2012-04-04 09:11:15 PDT
Timothy Hatcher
Comment 3 2012-04-04 09:25:11 PDT
What is savedURL used for?
Pavel Feldman
Comment 4 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.
Note You need to log in before you can comment on or make changes to this bug.