Bug 179205 - Web Inspector: Canvas: capture backtrace whenever an extension is enabled
Summary: Web Inspector: Canvas: capture backtrace whenever an extension is enabled
Status: NEW
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:
Depends on: 179070
Blocks: WebInspectorCanvasRecording
  Show dependency treegraph
 
Reported: 2017-11-02 15:42 PDT by Devin Rousso
Modified: 2017-12-04 17:30 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Devin Rousso 2017-11-02 15:42:01 PDT
This would only occur when WebInspector is open on the page, similar to the backtrace of the creation of the canvas context.
Comment 1 Devin Rousso 2017-11-02 18:16:30 PDT
I created this bug to discuss the usefulness/validity of this addition.  I am still not convinced that it would be useful, but I also have never programmed with WebGL.  Does anyone else have any thoughts?
Comment 2 Joseph Pecoraro 2017-11-02 20:47:37 PDT
Yeah when I saw this bug I didn't think it would be useful. I'd guess extensions are enabled in one place, and probably would be easy to search for.

Tangentially, what might be useful would be toggling extensions on / off. I'm not sure to what degree that is possible.