Bug 152250

Summary: Canvas API not exposed by WebKitGTK
Product: WebKit Reporter: Erik Allik <eallik>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: bugs-noreply
Priority: P2    
Version: Other   
Hardware: All   
OS: All   

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.