[Webkit-unassigned] [Bug 191340] Web Inspector: Fix "Javascript" => "JavaScript" enum in protocol generated objects
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Nov 6 17:46:41 PST 2018
https://bugs.webkit.org/show_bug.cgi?id=191340
Matt Baker <mattbaker at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mattbaker at apple.com
Attachment #354033|review? |review-
Flags| |
--- Comment #3 from Matt Baker <mattbaker at apple.com> ---
Comment on attachment 354033
--> https://bugs.webkit.org/attachment.cgi?id=354033
[PATCH] Proposed Fix
View in context: https://bugs.webkit.org/attachment.cgi?id=354033&action=review
Looks good, except for the issue mentioned.
> Source/WebInspectorUI/UserInterface/Protocol/Legacy/11.3/InspectorBackendCommands.js:70
> +InspectorBackend.registerEnum("Canvas.ContextType", {Canvas2D: "canvas-2d", BitmapRenderer: "bitmaprenderer", WebGL: "webgl", WebGL2: "webgl2", Webgpu: "webgpu"});
The frontend uses CanvasAgent.ContextType.WebGPU. This change causes calls to InspectorCanvasAgent::requestContent to fail with "unsupported canvas context type".
--
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/20181107/2ae8220b/attachment.html>
More information about the webkit-unassigned
mailing list