[Webkit-unassigned] [Bug 180770] New: Web Inspector: replace HTMLCanvasElement with CanvasRenderingContext for instrumentation logic
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Dec 13 15:14:02 PST 2017
https://bugs.webkit.org/show_bug.cgi?id=180770
Bug ID: 180770
Summary: Web Inspector: replace HTMLCanvasElement with
CanvasRenderingContext for instrumentation logic
Product: WebKit
Version: WebKit Nightly Build
Hardware: All
OS: All
Status: NEW
Severity: Normal
Priority: P2
Component: Web Inspector
Assignee: webkit-unassigned at lists.webkit.org
Reporter: webkit at devinrousso.com
CC: inspector-bugzilla-changes at group.apple.com
Since everything we do with canvases really only cares about the CanvasRenderingContext (except for the DOM Node), we should really be tracking those instead of instances of HTMLCanvasElement.
This should also make it smoother to provide support for OffscreenCanvas once it's complete.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20171213/e6073f1f/attachment-0001.html>
More information about the webkit-unassigned
mailing list