[Webkit-unassigned] [Bug 115564] Web Inspector: Implement WK2 version of WebInspectorFrontendClient::save

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 9 11:57:56 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=115564





--- Comment #24 from Timothy Hatcher <timothy at apple.com>  2013-05-09 11:56:19 PST ---
(In reply to comment #23)
> (From update of attachment 201249 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=201249&action=review
> 
> > Source/WebKit2/UIProcess/WebInspectorProxy.messages.in:31
> > +    CanSave() -> (bool result)
> 
> Why is this sync message required?  Lets try to do this without adding any more sync messages.

Just make all of WK2 return true for canSave in the WebProcess and just leave the save and append methods empty (notImplemented()) for the other ports.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list