Summary: | Canvas's getContext() must return null when called with an invalid/unsupported parameter | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Andreas Kling <kling> | ||||
Component: | WebCore Misc. | Assignee: | Nobody <webkit-unassigned> | ||||
Status: | CLOSED FIXED | ||||||
Severity: | Normal | CC: | commit-queue, hausmann, kenneth | ||||
Priority: | P2 | ||||||
Version: | 528+ (Nightly build) | ||||||
Hardware: | All | ||||||
OS: | All | ||||||
Bug Depends on: | |||||||
Bug Blocks: | 35784 | ||||||
Attachments: |
|
Description
Andreas Kling
2010-05-14 23:22:19 PDT
Created attachment 56142 [details]
Proposed patch
Comment on attachment 56142 [details]
Proposed patch
LGTM, but please add the spec link to the ChangeLog
Comment on attachment 56142 [details]
Proposed patch
Looks like the spec link is already in the WebCore ChangeLog. Did you mean that it should be in the LayoutTests ChangeLog too?
I overlooked that, my bad. Having it both places makes sense though. Another option would be to link to it from the test itself. Comment on attachment 56142 [details] Proposed patch Clearing flags on attachment: 56142 Committed r59569: <http://trac.webkit.org/changeset/59569> All reviewed patches have been landed. Closing bug. |