Bug 68188

Summary: Remove ScrollView::platformContentsSize
Product: WebKit Reporter: Anders Carlsson <andersca>
Component: New BugsAssignee: Anders Carlsson <andersca>
Status: RESOLVED FIXED    
Severity: Normal CC: simon.fraser
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 68262    
Bug Blocks:    
Attachments:
Description Flags
Patch
none
Patch darin: review+

Anders Carlsson
Reported 2011-09-15 13:41:42 PDT
Remove ScrollView::platformContentsSize
Attachments
Patch (3.67 KB, patch)
2011-09-15 13:43 PDT, Anders Carlsson
no flags
Patch (5.20 KB, patch)
2011-09-20 13:10 PDT, Anders Carlsson
darin: review+
Anders Carlsson
Comment 1 2011-09-15 13:43:51 PDT
Anders Carlsson
Comment 2 2011-09-15 14:09:23 PDT
Simon Fraser (smfr)
Comment 3 2011-09-15 18:02:20 PDT
Anders Carlsson
Comment 4 2011-09-19 16:40:59 PDT
Reopening this since the patch broke a bunch of tests and had to be rolled out
Anders Carlsson
Comment 5 2011-09-20 13:10:24 PDT
Darin Adler
Comment 6 2011-09-20 13:11:28 PDT
Comment on attachment 108043 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=108043&action=review Need to be sure to do more testing this time! > Source/WebKit/mac/WebView/WebFrameView.mm:170 > - documentView = [[viewClass alloc] initWithFrame:[self bounds]]; > + documentView = [[viewClass alloc] initWithFrame:NSZeroRect]; Just calling the init method will do the same thing. I think that’s more elegant than passing NSZeroRect.
Anders Carlsson
Comment 7 2011-09-20 14:46:05 PDT
Note You need to log in before you can comment on or make changes to this bug.