[Webkit-unassigned] [Bug 138941] New: Web Inspector: improve canvas details shown in Resources panel
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Nov 20 16:18:14 PST 2014
https://bugs.webkit.org/show_bug.cgi?id=138941
Bug ID: 138941
Summary: Web Inspector: improve canvas details shown in
Resources panel
Classification: Unclassified
Product: WebKit
Version: 528+ (Nightly build)
Hardware: All
OS: All
Status: NEW
Severity: Normal
Priority: P2
Component: Web Inspector
Assignee: webkit-unassigned at lists.webkit.org
Reporter: mattbaker at apple.com
CC: graouts at webkit.org, joepeck at webkit.org,
timothy at apple.com, webkit-bug-importer at group.apple.com
It would be nice to have a more descriptive name (where possible) for canvases in the Resources panel. Instead of "Canvas 1", "Canvas 2", etc, maybe we could use "Canvas #foo" for <canvas id="foo">, or "CSS Canvas 'foo'" for -webkit-canvas(foo). Very long IDs could pose a problem, but the details sidebar could display additional information about the canvas:
-Element ID (if it exists)
-Is a CSS canvas? (-webkit-canvas)
-Is an offscreen canvas?
-Rendering context creation parameters (antialias, depth, etc.)
--
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/20141121/5114a4c4/attachment-0002.html>
More information about the webkit-unassigned
mailing list