DescriptionDevTools: process events from all threads in TimelineTraceEventBindings
We used to process only main thread events in both TraceEventBindings
and TimelineFrameModel. This drops the filtering by thread from TracingModel
and lets its clients process all events from the inspected target, performing
filtering on their own.
Also, this forks the enum for thread event names from that of timeline model --
they may occasionally overlap, but essentially these are two different enums.
BUG=361045
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=174955
Patch Set 1 #Patch Set 2 : rebased #
Total comments: 2
Patch Set 3 : review comments addressed #Messages
Total messages: 8 (0 generated)
|