Bug 48091

Summary: Web Inspector: stub out WebInspectorFrontendClient for WebKit2
Product: WebKit Reporter: Timothy Hatcher <timothy>
Component: Web Inspector (Deprecated)Assignee: Timothy Hatcher <timothy>
Status: RESOLVED FIXED    
Severity: Normal CC: apavlov, bweinstein, joepeck, keishi, loislo, pfeldman, pmuellr, rik, timothy, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Proposed Change aroben: review+, timothy: commit-queue-

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.