Bug 152250 - Canvas API not exposed by WebKitGTK
Summary: Canvas API not exposed by WebKitGTK
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: Other
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-12-14 05:40 PST by Erik Allik
Modified: 2015-12-14 05:40 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Erik Allik 2015-12-14 05:40:22 PST
It appears WebKitGTK does not expose the full WebKit API, for example these are offered by WebKit:

* https://developer.apple.com/library/safari/documentation/WebKit/Reference/HTMLCanvasElementRef/
* https://developer.apple.com/library/safari/documentation/WebKit/Reference/CanvasRenderingContext2DClassRef/

but not by WebKitGTK:

* http://webkitgtk.org/reference/webkitdomgtk/stable/WebKitDOMHTMLCanvasElement.html

— is this an intentional limitation? Could these APIs be added to WebKitGTK? The lack of those APIs makes it extremely hard if not impossible to work with HTML5 canvas elements via the API when using WebKitGTK.