Bug 176008

Summary: Web Inspector: Record actions performed on WebGL2RenderingContext
Product: WebKit Reporter: Devin Rousso <hi>
Component: Web InspectorAssignee: Devin Rousso <hi>
Status: RESOLVED FIXED    
Severity: Normal CC: bburg, cdumez, commit-queue, dino, esprehn+autocc, ews-watchlist, graouts, gyuyoung.kim, hi, inspector-bugzilla-changes, joepeck, keith_miller, kondapallykalyan, mark.lam, mattbaker, msaboff, saam, timothy, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: All   
OS: All   
Bug Depends on: 174481    
Bug Blocks: 173807    
Attachments:
Description Flags
Patch
none
Archive of layout-test-results from ews117 for mac-highsierra
none
Patch
none
Patch none

Devin Rousso
Reported 2017-08-26 16:51:55 PDT
Use the protocol/instrumentation logic created in <https://webkit.org/b/174481> Web Inspector: create protocol functions for recording Canvas contexts
Attachments
Patch (99.14 KB, patch)
2019-04-19 08:26 PDT, Devin Rousso
no flags
Archive of layout-test-results from ews117 for mac-highsierra (3.27 MB, application/zip)
2019-04-19 15:07 PDT, EWS Watchlist
no flags
Patch (101.05 KB, patch)
2019-04-19 16:23 PDT, Devin Rousso
no flags
Patch (99.68 KB, patch)
2019-05-03 00:31 PDT, Devin Rousso
no flags
Radar WebKit Bug Importer
Comment 1 2017-09-01 13:11:40 PDT
Devin Rousso
Comment 2 2019-04-19 08:26:54 PDT
Created attachment 367798 [details] Patch I thought about it, and even though WebKit's WebGL2 implementation isn't complete, the IDL is standardized and very unlikely to change. :)
EWS Watchlist
Comment 3 2019-04-19 08:29:40 PDT Comment hidden (obsolete)
EWS Watchlist
Comment 4 2019-04-19 15:07:53 PDT Comment hidden (obsolete)
EWS Watchlist
Comment 5 2019-04-19 15:07:55 PDT Comment hidden (obsolete)
Devin Rousso
Comment 6 2019-04-19 16:23:21 PDT
Joseph Pecoraro
Comment 7 2019-05-02 19:32:58 PDT
Comment on attachment 367851 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=367851&action=review Nice! rs=me > Source/WebInspectorUI/UserInterface/Views/CanvasSidebarPanel.js:215 > + if (this._recording) { > + this._recordingTreeOutline.updateVirtualizedElementsDebouncer.force(); What is this code in CanvasSidebarPanel? Seems new and unexplained. > Source/WebInspectorUI/UserInterface/Views/RecordingContentView.js:181 > + this._updateSliderValue(); Another drive-by? Seems good!
Devin Rousso
Comment 8 2019-05-03 00:24:38 PDT
Comment on attachment 367851 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=367851&action=review >> Source/WebInspectorUI/UserInterface/Views/CanvasSidebarPanel.js:215 >> + this._recordingTreeOutline.updateVirtualizedElementsDebouncer.force(); > > What is this code in CanvasSidebarPanel? Seems new and unexplained. This ensures that the initial action is selected as soon as it's visible rather than have to wait a frame for it to populate (the debounce). >> Source/WebInspectorUI/UserInterface/Views/RecordingContentView.js:181 >> + this._updateSliderValue(); > > Another drive-by? Seems good! And this is for the same reason.
WebKit Commit Bot
Comment 9 2019-05-03 00:26:59 PDT Comment hidden (obsolete)
Devin Rousso
Comment 10 2019-05-03 00:31:29 PDT
WebKit Commit Bot
Comment 11 2019-05-03 09:36:22 PDT
Comment on attachment 368909 [details] Patch Clearing flags on attachment: 368909 Committed r244908: <https://trac.webkit.org/changeset/244908>
WebKit Commit Bot
Comment 12 2019-05-03 09:36:24 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.