RESOLVED FIXED 48091
Web Inspector: stub out WebInspectorFrontendClient for WebKit2
https://bugs.webkit.org/show_bug.cgi?id=48091
Summary Web Inspector: stub out WebInspectorFrontendClient for WebKit2
Timothy Hatcher
Reported 2010-10-21 14:17:12 PDT
Stub out WebInspectorFrontendClient.
Attachments
Proposed Change (15.29 KB, patch)
2010-10-21 14:19 PDT, Timothy Hatcher
aroben: review+
timothy: commit-queue-
Timothy Hatcher
Comment 1 2010-10-21 14:19:48 PDT
Created attachment 71491 [details] Proposed Change
Adam Roben (:aroben)
Comment 2 2010-10-21 14:25:15 PDT
Comment on attachment 71491 [details] Proposed Change View in context: https://bugs.webkit.org/attachment.cgi?id=71491&action=review > WebKit2/WebProcess/WebCoreSupport/WebInspectorFrontendClient.cpp:47 > +void WebInspectorFrontendClient::moveWindowBy(float x, float y) You can remove these parameter names. I wonder why this doesn't take a const FloatSize&?
Timothy Hatcher
Comment 3 2010-10-23 07:23:25 PDT
Landed in r70387.
Note You need to log in before you can comment on or make changes to this bug.