Bug 176009 - Web Inspector: send data for WebGL objects during a recording instead of a placeholder string
Summary: Web Inspector: send data for WebGL objects during a recording instead of a pl...
Status: ASSIGNED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Devin Rousso
URL:
Keywords: InRadar
Depends on: 174483
Blocks: WebInspectorCanvasRecording
  Show dependency treegraph
 
Reported: 2017-08-26 16:57 PDT by Devin Rousso
Modified: 2018-09-26 23:22 PDT (History)
3 users (show)

See Also:


Attachments
[Patch] WIP (16.78 KB, patch)
2018-09-26 23:22 PDT, Devin Rousso
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Devin Rousso 2017-08-26 16:57:53 PDT
The data for buffers and textures can be regenerated, or at least previewed, to assist in debugging WebGL canvases in the WebInspector frontend.  We should send the actual data for these objects instead of placeholder strings (e.g. "WebGLBuffer", "WebGLTexture", etc.).
Comment 1 Radar WebKit Bug Importer 2017-09-01 13:47:38 PDT
<rdar://problem/34214702>
Comment 2 Devin Rousso 2018-09-26 23:22:54 PDT
Created attachment 350951 [details]
[Patch] WIP