Bug 17173 - HTML5 Canvas API requires us to ignore certain operations
Summary: HTML5 Canvas API requires us to ignore certain operations
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Oliver Hunt
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-04 04:46 PST by Oliver Hunt
Modified: 2008-04-28 00:44 PDT (History)
0 users

See Also:


Attachments
adding new semantics (23.40 KB, patch)
2008-02-04 04:58 PST, Oliver Hunt
no flags Details | Formatted Diff | Diff
Implement new semantics (30.82 KB, patch)
2008-04-27 20:30 PDT, Oliver Hunt
no flags Details | Formatted Diff | Diff
Updated with more tests (43.15 KB, patch)
2008-04-27 22:58 PDT, Oliver Hunt
mjs: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Oliver Hunt 2008-02-04 04:46:01 PST
HTML5 has added a requirement that most canvas APIs should just ignore calls that pass infinity or nan arguments.
Comment 1 Oliver Hunt 2008-02-04 04:58:55 PST
Created attachment 18903 [details]
adding new semantics
Comment 2 Oliver Hunt 2008-04-27 20:30:22 PDT
Created attachment 20859 [details]
Implement new semantics
Comment 3 Oliver Hunt 2008-04-27 22:58:32 PDT
Created attachment 20861 [details]
Updated with more tests
Comment 4 Maciej Stachowiak 2008-04-27 23:00:54 PDT
Comment on attachment 20861 [details]
Updated with more tests

r=me
Comment 5 Oliver Hunt 2008-04-28 00:44:46 PDT
Committed r32612