Bug 77453 - [chromium] Expose windowResizerRectChanged() on WebWidget.
Summary: [chromium] Expose windowResizerRectChanged() on 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: Nico Weber
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-31 10:41 PST by Nico Weber
Modified: 2012-01-31 15:02 PST (History)
1 user (show)

See Also:


Attachments
Patch (2.87 KB, patch)
2012-01-31 10:41 PST, Nico Weber
no flags Details | Formatted Diff | Diff
Patch for landing (2.88 KB, patch)
2012-01-31 10:47 PST, Nico Weber
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Nico Weber 2012-01-31 10:41:25 PST
[chromium] Expose windowResizerRectChanged() on WebWidget.
Comment 1 Nico Weber 2012-01-31 10:41:55 PST
Created attachment 124771 [details]
Patch
Comment 2 WebKit Review Bot 2012-01-31 10:44:13 PST
Attachment 124771 [details] did not pass style-queue:

Failed to run "['Tools/Scripts/update-webkit']" exit_code: 9

Updating OpenSource
First, rewinding head to replay your work on top of it...
Applying: Fix compilation errors on build-webkit --debug --no-workers on mac.
Using index info to reconstruct a base tree...
Falling back to patching base and 3-way merge...
Auto-merging LayoutTests/ChangeLog
CONFLICT (content): Merge conflict in LayoutTests/ChangeLog
Auto-merging LayoutTests/platform/qt/Skipped
CONFLICT (content): Merge conflict in LayoutTests/platform/qt/Skipped
Auto-merging Source/WebCore/ChangeLog
CONFLICT (content): Merge conflict in Source/WebCore/ChangeLog
Failed to merge in the changes.
Patch failed at 0001 Fix compilation errors on build-webkit --debug --no-workers on mac.

When you have resolved this problem run "git rebase --continue".
If you would prefer to skip this patch, instead run "git rebase --skip".
To restore the original branch and stop rebasing run "git rebase --abort".

rebase refs/remotes/origin/master: command returned error: 1

Died at Tools/Scripts/update-webkit line 164.


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Darin Fisher (:fishd, Google) 2012-01-31 10:45:22 PST
Comment on attachment 124771 [details]
Patch

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

R=me

> Source/WebKit/chromium/public/WebWidget.h:188
> +    virtual void windowResizerRectChanged() { }

nit: please name this didChangeWindowResizerRect() to match naming conventions in the API.
Comment 4 Nico Weber 2012-01-31 10:47:55 PST
Created attachment 124773 [details]
Patch for landing
Comment 5 WebKit Review Bot 2012-01-31 15:02:30 PST
Comment on attachment 124773 [details]
Patch for landing

Clearing flags on attachment: 124773

Committed r106401: <http://trac.webkit.org/changeset/106401>
Comment 6 WebKit Review Bot 2012-01-31 15:02:36 PST
All reviewed patches have been landed.  Closing bug.