Bug 150110 - Implement CanvasRenderingContext2D::commit
Summary: Implement CanvasRenderingContext2D::commit
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Canvas (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Dean Jackson
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2015-10-13 18:05 PDT by Dean Jackson
Modified: 2015-10-14 13:06 PDT (History)
0 users

See Also:


Attachments
Patch (4.12 KB, patch)
2015-10-14 12:58 PDT, Dean Jackson
andersca: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dean Jackson 2015-10-13 18:05:47 PDT
Implement commit() on 2d canvases.
https://html.spec.whatwg.org/multipage/scripting.html#dom-context-2d-commit
Comment 1 Dean Jackson 2015-10-13 18:06:18 PDT
<rdar://problem/23057398>
Comment 2 Radar WebKit Bug Importer 2015-10-13 18:06:53 PDT
<rdar://problem/23101251>
Comment 3 Dean Jackson 2015-10-14 12:58:48 PDT
Created attachment 263100 [details]
Patch
Comment 4 Dean Jackson 2015-10-14 13:06:21 PDT
Committed r191064: <http://trac.webkit.org/changeset/191064>