RESOLVED FIXED 128333
Web Inspector: show probe sets for script content views in the details sidebar
https://bugs.webkit.org/show_bug.cgi?id=128333
Summary Web Inspector: show probe sets for script content views in the details sidebar
Blaze Burg
Reported 2014-02-06 14:31:32 PST
Upstreaming this will include: ProbeDetailsSidebarPanel ProbeSetDetailsSection ProbeSetDataGrid EventListenerSet and some glue code to make the sidebar show up at the right times.
Attachments
patch - maybe needs new asset instead of PDF glyph (274.23 KB, patch)
2014-02-07 21:06 PST, Blaze Burg
timothy: review+
Radar WebKit Bug Importer
Comment 1 2014-02-06 14:32:06 PST
Blaze Burg
Comment 2 2014-02-07 21:06:57 PST
Created attachment 223545 [details] patch - maybe needs new asset instead of PDF glyph
Timothy Hatcher
Comment 3 2014-02-08 10:14:07 PST
Comment on attachment 223545 [details] patch - maybe needs new asset instead of PDF glyph View in context: https://bugs.webkit.org/attachment.cgi?id=223545&action=review > Source/WebInspectorUI/UserInterface/DataGrid.js:385 > + insertColumn: function(columnIdentifier, columnData, insertionIndex) { Some newlines in this function would help readability. > Source/WebInspectorUI/UserInterface/DataGrid.js:399 > + console.log("columns ", this.orderedColumns.slice()); Debug statement. > Source/WebInspectorUI/UserInterface/ProbeSetDataGridNode.js:101 > + default: console.log("Don't know how to represent sample:", sample); console.error?
Blaze Burg
Comment 4 2014-02-08 16:31:32 PST
(In reply to comment #3) > (From update of attachment 223545 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=223545&action=review > > > Source/WebInspectorUI/UserInterface/DataGrid.js:385 > > + insertColumn: function(columnIdentifier, columnData, insertionIndex) { > > Some newlines in this function would help readability. I added a few, but the code is already put into 5-line chunks for setting up each DOM element or whatever. Not sure how much more can be split into separate actions.
Blaze Burg
Comment 5 2014-02-08 18:51:53 PST
Note You need to log in before you can comment on or make changes to this bug.