Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(608)

Issue 254613002: DevTools: add Tracing agent on back-end (Closed)

Created:
6 years, 8 months ago by caseq
Modified:
6 years, 6 months ago
Reviewers:
yurys
CC:
blink-reviews, caseq+blink_chromium.org, loislo+blink_chromium.org, eustas+blink_chromium.org, malch+blink_chromium.org, alph+blink_chromium.org, yurys+blink_chromium.org, lushnikov+blink_chromium.org, vsevik+blink_chromium.org, pfeldman+blink_chromium.org, paulirish+reviews_chromium.org, apavlov+blink_chromium.org, devtools-reviews_chromium.org, aandrey+blink_chromium.org
Visibility:
Public.

Description

DevTools: add Tracing agent on back-end We used to have tracing agent as a browser target only, this adds handling of start command to the back-end and moves the session id logic that was initialliy implemented in https://codereview.chromium.org/247513002/ to the tracing agent. BUG=361045 R=yurys@chromium.org Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=172623

Patch Set 1 : #

Patch Set 2 : removed obsolete code #

Total comments: 6

Patch Set 3 : review comments addressed #

Total comments: 1

Patch Set 4 : removed support for backend-initiated tracing #

Patch Set 5 : removed a stray call to TracingAgent.enable() #

Unified diffs Side-by-side diffs Delta from patch set Stats (+184 lines, -31 lines) Patch
M Source/core/core.gypi View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/inspector/InspectorController.h View 2 chunks +2 lines, -0 lines 0 comments Download
M Source/core/inspector/InspectorController.cpp View 1 2 3 3 chunks +6 lines, -0 lines 0 comments Download
M Source/core/inspector/InspectorTimelineAgent.h View 1 2 3 2 chunks +1 line, -2 lines 0 comments Download
M Source/core/inspector/InspectorTimelineAgent.cpp View 1 2 3 5 chunks +1 line, -16 lines 0 comments Download
A Source/core/inspector/InspectorTracingAgent.h View 1 2 3 1 chunk +50 lines, -0 lines 0 comments Download
A Source/core/inspector/InspectorTracingAgent.cpp View 1 2 3 1 chunk +68 lines, -0 lines 0 comments Download
M Source/devtools/front_end/sdk/TimelineManager.js View 1 2 3 2 chunks +1 line, -3 lines 0 comments Download
M Source/devtools/front_end/sdk/TracingModel.js View 1 2 3 3 chunks +43 lines, -3 lines 0 comments Download
M Source/devtools/front_end/timeline/TimelinePanel.js View 1 2 3 4 2 chunks +3 lines, -1 line 0 comments Download
M Source/devtools/protocol.json View 1 2 3 3 chunks +7 lines, -6 lines 0 comments Download

Messages

Total messages: 20 (0 generated)
caseq
Please note that the test included with this CL should be landed separately, as it ...
6 years, 8 months ago (2014-04-24 11:55:10 UTC) #1
yurys
https://codereview.chromium.org/254613002/diff/30001/Source/core/inspector/InspectorTracingAgent.cpp File Source/core/inspector/InspectorTracingAgent.cpp (right): https://codereview.chromium.org/254613002/diff/30001/Source/core/inspector/InspectorTracingAgent.cpp#newcode91 Source/core/inspector/InspectorTracingAgent.cpp:91: m_frontend->pageTracingStarted(sessionId); I believe we should use separate events to ...
6 years, 8 months ago (2014-04-24 14:08:09 UTC) #2
caseq
On 2014/04/24 14:08:09, yurys wrote: > https://codereview.chromium.org/254613002/diff/30001/Source/core/inspector/InspectorTracingAgent.cpp > File Source/core/inspector/InspectorTracingAgent.cpp (right): > > https://codereview.chromium.org/254613002/diff/30001/Source/core/inspector/InspectorTracingAgent.cpp#newcode91 > ...
6 years, 8 months ago (2014-04-24 16:12:52 UTC) #3
yurys
lgtm > This sets the categories that will be used when tracing is started by ...
6 years, 8 months ago (2014-04-25 09:12:59 UTC) #4
caseq
On 2014/04/25 09:12:59, yurys wrote: > lgtm > > > This sets the categories that ...
6 years, 8 months ago (2014-04-25 11:26:22 UTC) #5
caseq
The CQ bit was checked by caseq@chromium.org
6 years, 8 months ago (2014-04-25 11:26:30 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/caseq@chromium.org/254613002/70001
6 years, 8 months ago (2014-04-25 11:26:51 UTC) #7
caseq
The CQ bit was unchecked by caseq@chromium.org
6 years, 8 months ago (2014-04-25 11:28:32 UTC) #8
caseq
The CQ bit was checked by caseq@chromium.org
6 years, 8 months ago (2014-04-25 11:28:41 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/caseq@chromium.org/254613002/70001
6 years, 8 months ago (2014-04-25 11:29:16 UTC) #10
caseq
The CQ bit was unchecked by caseq@chromium.org
6 years, 8 months ago (2014-04-25 11:30:22 UTC) #11
caseq
The CQ bit was checked by caseq@chromium.org
6 years, 8 months ago (2014-04-25 11:38:14 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/caseq@chromium.org/254613002/90001
6 years, 8 months ago (2014-04-25 11:45:47 UTC) #13
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 8 months ago (2014-04-25 12:15:56 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.blink on linux_blink_rel
6 years, 8 months ago (2014-04-25 12:15:56 UTC) #15
caseq
The CQ bit was checked by caseq@chromium.org
6 years, 8 months ago (2014-04-25 12:16:50 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/caseq@chromium.org/254613002/90001
6 years, 8 months ago (2014-04-25 12:17:32 UTC) #17
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 8 months ago (2014-04-25 12:20:06 UTC) #18
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.blink on mac_blink_rel
6 years, 8 months ago (2014-04-25 12:20:07 UTC) #19
caseq
6 years, 8 months ago (2014-04-25 12:55:45 UTC) #20
Message was sent while issue was closed.
Committed patchset #5 manually as r172623 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698