[Webkit-unassigned] [Bug 161456] Web Inspector: Resources with unsaved changes should have an asterisk after their name
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Aug 31 15:04:42 PDT 2016
https://bugs.webkit.org/show_bug.cgi?id=161456
--- Comment #3 from Joseph Pecoraro <joepeck at webkit.org> ---
(In reply to comment #2)
> +1, but there is a slight issue with this in that the current definition of
> InspectorFrontendHost::save does not actually return whether the save was
> completed or not.
I think it actually should call through to:
InspectorFrontendAPI.savedURL
Which is currently unimplemented:
InspectorFrontendAPI = {
...
savedURL: function(url)
{
// Not used yet.
},
...
}
The frontend host (the person who injected InspectorFrontendHost) communicates with the inspector page by calling InspectorFrontendAPI methods. So the contract for InspectorFrontendHost.save will eventually response with a InspectorFrontendAPI.savedURL.
It is not a perfect API by any means, and totally changeable.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160831/06862928/attachment.html>
More information about the webkit-unassigned
mailing list