Bug 119206 - Max IOSurfaceDimension should be an inclusive upper bound
Summary: Max IOSurfaceDimension should be an inclusive upper bound
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Images (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Dean Jackson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-29 00:10 PDT by Dean Jackson
Modified: 2013-07-29 12:24 PDT (History)
4 users (show)

See Also:


Attachments
Patch (1.68 KB, patch)
2013-07-29 00:13 PDT, Dean Jackson
simon.fraser: review+
buildbot: commit-queue-
Details | Formatted Diff | Diff
Archive of layout-test-results from webkit-ews-11 for mac-mountainlion-wk2 (464.86 KB, application/zip)
2013-07-29 04:05 PDT, Build Bot
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dean Jackson 2013-07-29 00:10:40 PDT
ImageBufferCG looks at maxIOSurfaceDimension to determine if it can create an accelerated canvas. This value should be treated as an inclusive upper bound, not exclusive.

<rdar://problem/14555311>
Comment 1 Dean Jackson 2013-07-29 00:13:09 PDT
Created attachment 207622 [details]
Patch
Comment 2 Build Bot 2013-07-29 04:05:38 PDT
Comment on attachment 207622 [details]
Patch

Attachment 207622 [details] did not pass mac-wk2-ews (mac-wk2):
Output: http://webkit-queues.appspot.com/results/1249988

New failing tests:
editing/selection/leak-document-with-selection-inside.html
Comment 3 Build Bot 2013-07-29 04:05:41 PDT
Created attachment 207636 [details]
Archive of layout-test-results from webkit-ews-11 for mac-mountainlion-wk2

The attached test failures were seen while running run-webkit-tests on the mac-wk2-ews.
Bot: webkit-ews-11  Port: mac-mountainlion-wk2  Platform: Mac OS X 10.8.4
Comment 4 Dean Jackson 2013-07-29 12:24:41 PDT
Committed r153438: <http://trac.webkit.org/changeset/153438>