RESOLVED FIXED Bug 131127
Web Inspector: hook up probe samples to TimelineAgent's records
https://bugs.webkit.org/show_bug.cgi?id=131127
Summary Web Inspector: hook up probe samples to TimelineAgent's records
Brian Burg
Reported 2014-04-02 14:01:09 PDT
Katie and I are unsure whether to put probes+console messages into its own timeline category, or to fold it into the JavaScript & Events category. Our first step is to prototype the latter to see how it would work.
Attachments
the patch (13.85 KB, patch)
2014-04-03 18:13 PDT, Brian Burg
timothy: review+
Radar WebKit Bug Importer
Comment 1 2014-04-02 14:02:06 PDT
Brian Burg
Comment 2 2014-04-03 11:09:57 PDT
Narrowing this bug just to hooking up the backend. Katie will tackle the frontend part.
Brian Burg
Comment 3 2014-04-03 18:13:46 PDT
Created attachment 228568 [details] the patch
Timothy Hatcher
Comment 4 2014-04-04 12:29:07 PDT
Comment on attachment 228568 [details] the patch View in context: https://bugs.webkit.org/attachment.cgi?id=228568&action=review > Source/WebInspectorUI/UserInterface/Controllers/TimelineManager.js:275 > + case TimelineAgent.EventType.ProbeSample: > + break; FIXME comment here would be nice.
Brian Burg
Comment 5 2014-04-04 22:54:16 PDT
Note You need to log in before you can comment on or make changes to this bug.