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-

Description Timothy Hatcher 2010-10-21 14:17:12 PDT
Stub out WebInspectorFrontendClient.
Comment 1 Timothy Hatcher 2010-10-21 14:19:48 PDT
Created attachment 71491 [details]
Proposed Change
Comment 2 Adam Roben (:aroben) 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&?
Comment 3 Timothy Hatcher 2010-10-23 07:23:25 PDT
Landed in r70387.