Bug 115550

Summary: Move pixelSnappedLayoutOverflowRect and maxLayoutOverflow from RenderBox
Product: WebKit Reporter: Andrei Bucur <abucur>
Component: WebCore Misc.Assignee: Andrei Bucur <abucur>
Status: RESOLVED FIXED    
Severity: Normal CC: achicu, buildbot, commit-queue, esprehn+autocc, glenn, rniwa, simon.fraser
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Archive of layout-test-results from webkit-ews-09 for mac-mountainlion-wk2 none

Andrei Bucur
Reported 2013-05-03 09:29:49 PDT
pixelSnappedLayoutOverflowRect and maxLayoutOverflow are used only in special situations so I think they should be moved somewhere else. pixelSnappedLayoutOverflowRect - called only on RenderView at this moment. There are other places when the overflow rect is pixel snapped but only after the rect is adjusted for writing modes or inflated. maxLayoutOverflow - used only in RenderTreeAsText; I think it's better to add a static method in RenderTreeAsText.cpp
Attachments
Patch (4.82 KB, patch)
2013-05-03 10:10 PDT, Andrei Bucur
no flags
Archive of layout-test-results from webkit-ews-09 for mac-mountainlion-wk2 (569.58 KB, application/zip)
2013-05-03 11:19 PDT, Build Bot
no flags
Andrei Bucur
Comment 1 2013-05-03 10:10:04 PDT
Build Bot
Comment 2 2013-05-03 11:19:47 PDT
Comment on attachment 200431 [details] Patch Attachment 200431 [details] did not pass mac-wk2-ews (mac-wk2): Output: http://webkit-queues.appspot.com/results/388503 New failing tests: fast/frames/crash-remove-iframe-during-object-beforeload.html
Build Bot
Comment 3 2013-05-03 11:19:48 PDT
Created attachment 200443 [details] Archive of layout-test-results from webkit-ews-09 for mac-mountainlion-wk2 The attached test failures were seen while running run-webkit-tests on the mac-wk2-ews. Bot: webkit-ews-09 Port: mac-mountainlion-wk2 Platform: Mac OS X 10.8.2
Andrei Bucur
Comment 4 2013-05-03 12:16:53 PDT
(In reply to comment #3) > Created an attachment (id=200443) [details] > Archive of layout-test-results from webkit-ews-09 for mac-mountainlion-wk2 > > The attached test failures were seen while running run-webkit-tests on the mac-wk2-ews. > Bot: webkit-ews-09 Port: mac-mountainlion-wk2 Platform: Mac OS X 10.8.2 AX stuff strikes again. Not me :(.
WebKit Commit Bot
Comment 5 2013-05-03 13:47:10 PDT
Comment on attachment 200431 [details] Patch Clearing flags on attachment: 200431 Committed r149533: <http://trac.webkit.org/changeset/149533>
WebKit Commit Bot
Comment 6 2013-05-03 13:47:13 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.