Bug 62263 - [Chromium] Add stubs to WebWidget
Summary: [Chromium] Add stubs to WebWidget
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-07 22:02 PDT by Sailesh Agrawal
Modified: 2011-06-08 22:35 PDT (History)
2 users (show)

See Also:


Attachments
Patch (1.78 KB, patch)
2011-06-07 22:03 PDT, Sailesh Agrawal
no flags Details | Formatted Diff | Diff
Patch (8.34 KB, patch)
2011-06-08 20:55 PDT, Sailesh Agrawal
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sailesh Agrawal 2011-06-07 22:02:29 PDT
Remove stubs for WebWidget::willStartLiveResize and WebWidget::willEndLiveResize
Comment 1 Sailesh Agrawal 2011-06-07 22:03:25 PDT
Created attachment 96379 [details]
Patch
Comment 2 Sailesh Agrawal 2011-06-07 22:04:02 PDT
Waiting for Chromium try bots to complete before asking for review.
Comment 3 Sailesh Agrawal 2011-06-08 10:20:42 PDT
Try bots passed.
Comment 4 Darin Fisher (:fishd, Google) 2011-06-08 16:39:27 PDT
Comment on attachment 96379 [details]
Patch

I think a better fix would be to make all of the methods have default implementations
since there is an implementation of WebWidget in the Chromium repository.  If you don't
do that then we will continually have to repeat this exercise.  It would be better if
the code guided people to add default implementations (which is what we do for other
interfaces that Chromium implements -- e.g., WebFrameClient).
Comment 5 Sailesh Agrawal 2011-06-08 20:55:18 PDT
Created attachment 96539 [details]
Patch
Comment 6 Sailesh Agrawal 2011-06-08 20:56:43 PDT
Default implementations added for all methods in WebWidget.
Comment 7 Darin Fisher (:fishd, Google) 2011-06-08 21:56:38 PDT
Comment on attachment 96539 [details]
Patch

Thanks!  R+CQ=me
Comment 8 WebKit Review Bot 2011-06-08 22:35:32 PDT
Comment on attachment 96539 [details]
Patch

Clearing flags on attachment: 96539

Committed r88422: <http://trac.webkit.org/changeset/88422>
Comment 9 WebKit Review Bot 2011-06-08 22:35:36 PDT
All reviewed patches have been landed.  Closing bug.