Bug 65198 - [Qt][WK2] Simplify the PageUIClient
Summary: [Qt][WK2] Simplify the PageUIClient
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Benjamin Poulain
URL:
Keywords: Qt, QtTriaged
Depends on:
Blocks:
 
Reported: 2011-07-26 12:14 PDT by Benjamin Poulain
Modified: 2011-07-27 03:24 PDT (History)
0 users

See Also:


Attachments
Patch (8.36 KB, patch)
2011-07-26 12:22 PDT, Benjamin Poulain
kling: review+
kling: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Benjamin Poulain 2011-07-26 12:14:18 PDT
Now that the full interface is migrated to ViewInterface, we can simplify PageUIClient a lot.
Comment 1 Benjamin Poulain 2011-07-26 12:22:13 PDT
Created attachment 102039 [details]
Patch
Comment 2 Andreas Kling 2011-07-26 12:44:21 PDT
Comment on attachment 102039 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=102039&action=review

LGTM!

> Source/WebKit2/ChangeLog:12
> +        This patch remove the unused functions to simplify the client. Since the dependency

remove -> removes
Comment 3 Benjamin Poulain 2011-07-27 03:24:22 PDT
Committed r91831: <http://trac.webkit.org/changeset/91831>