Bug 35489

Summary: Resizing requests are triggered only for uniform content size changes
Product: WebKit Reporter: Kalle Vahlman <zuh>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Attachments:
Description Flags
Patch to trigger resizes when either of content dimensions change
none
Re-made patch to fix (original) style issues none

Description Kalle Vahlman 2010-02-27 21:47:21 PST
Created attachment 49693 [details]
Patch to trigger resizes when either of content dimensions change

ChromeClient::contentsSizeChanged() currently only triggers resizing if both dimensions change, this is seems obviously wrong.
Comment 1 WebKit Review Bot 2010-02-27 21:51:08 PST
Attachment 49693 [details] did not pass style-queue:

Failed to run "WebKitTools/Scripts/check-webkit-style" exit_code: 1
WebKit/gtk/WebCoreSupport/ChromeClientGtk.cpp:433:  Boolean expressions that span multiple lines should have their operators on the left side of the line instead of the right side.  [whitespace/operators] [4]
Total errors found: 1 in 2 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 2 Kalle Vahlman 2010-02-27 21:54:50 PST
Created attachment 49694 [details]
Re-made patch to fix (original) style issues
Comment 3 Gustavo Noronha (kov) 2010-03-01 10:23:49 PST
Comment on attachment 49694 [details]
Re-made patch to fix (original) style issues

Thanks for the patch!
Comment 4 WebKit Commit Bot 2010-03-01 14:07:50 PST
Comment on attachment 49694 [details]
Re-made patch to fix (original) style issues

Clearing flags on attachment: 49694

Committed r55378: <http://trac.webkit.org/changeset/55378>
Comment 5 WebKit Commit Bot 2010-03-01 14:07:54 PST
All reviewed patches have been landed.  Closing bug.