Bug 48091 - Web Inspector: stub out WebInspectorFrontendClient for WebKit2
Summary: Web Inspector: stub out WebInspectorFrontendClient for WebKit2
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Timothy Hatcher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-21 14:17 PDT by Timothy Hatcher
Modified: 2010-10-23 07:23 PDT (History)
10 users (show)

See Also:


Attachments
Proposed Change (15.29 KB, patch)
2010-10-21 14:19 PDT, Timothy Hatcher
aroben: review+
timothy: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.