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

Issue 2729613008: [instrumentation] Introduce InspectorTraceEvents agent (Closed)

Created:
3 years, 9 months ago by alph
Modified:
3 years, 9 months ago
Reviewers:
dgozman, pfeldman
CC:
chromium-reviews, caseq+blink_chromium.org, Yoav Weiss, lushnikov+blink_chromium.org, pfeldman+blink_chromium.org, apavlov+blink_chromium.org, devtools-reviews_chromium.org, blink-reviews, kinuko+watch, kozyatinskiy+blink_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[instrumentation] Introduce InspectorTraceEvents agent Clean the instrumented code up by moving "devtools.timeline" trace events into the agent. BUG=695625 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.win:win_clang_dbg;master.tryserver.chromium.win:win_clang_x64_dbg Review-Url: https://codereview.chromium.org/2729613008 Cr-Original-Commit-Position: refs/heads/master@{#455197} Committed: https://chromium.googlesource.com/chromium/src/+/931b43e777872ff7d61803326c52371bc8b035a5 Review-Url: https://codereview.chromium.org/2729613008 Cr-Commit-Position: refs/heads/master@{#455554} Committed: https://chromium.googlesource.com/chromium/src/+/ac0269296fe6f43e9e15b4b56e2a7ab47156e573

Patch Set 1 #

Patch Set 2 : . #

Total comments: 10

Patch Set 3 : all done #

Unified diffs Side-by-side diffs Delta from patch set Stats (+149 lines, -64 lines) Patch
M third_party/WebKit/LayoutTests/inspector/tracing/timeline-network/timeline-network-resource-details-expected.txt View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/CodeGeneratorInstrumentation.py View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl View 1 2 1 chunk +6 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorNetworkAgent.h View 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorNetworkAgent.cpp View 2 chunks +4 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorTraceEvents.h View 1 2 4 chunks +48 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorTraceEvents.cpp View 1 2 1 chunk +67 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/loader/DocumentThreadableLoader.cpp View 1 chunk +0 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/loader/FrameFetchContext.cpp View 5 chunks +2 lines, -19 lines 0 comments Download
M third_party/WebKit/Source/core/loader/PingLoader.cpp View 2 chunks +4 lines, -23 lines 0 comments Download
M third_party/WebKit/Source/web/WebDevToolsAgentImpl.h View 1 2 4 chunks +4 lines, -1 line 0 comments Download
M third_party/WebKit/Source/web/WebDevToolsAgentImpl.cpp View 1 2 4 chunks +8 lines, -2 lines 0 comments Download

Messages

Total messages: 32 (17 generated)
alph
3 years, 9 months ago (2017-03-03 23:38:58 UTC) #2
dgozman
Should we settle between Timeline, Tracing and Performance once and for all?
3 years, 9 months ago (2017-03-05 06:10:40 UTC) #6
alph
ptal
3 years, 9 months ago (2017-03-06 22:45:41 UTC) #7
pfeldman
https://codereview.chromium.org/2729613008/diff/20001/third_party/WebKit/Source/core/inspector/CodeGeneratorInstrumentation.py File third_party/WebKit/Source/core/inspector/CodeGeneratorInstrumentation.py (right): https://codereview.chromium.org/2729613008/diff/20001/third_party/WebKit/Source/core/inspector/CodeGeneratorInstrumentation.py#newcode433 third_party/WebKit/Source/core/inspector/CodeGeneratorInstrumentation.py:433: return "InspectorTraceEvents" Just use TraceEvents as a name with ...
3 years, 9 months ago (2017-03-06 23:31:25 UTC) #8
alph
https://codereview.chromium.org/2729613008/diff/20001/third_party/WebKit/Source/core/inspector/CodeGeneratorInstrumentation.py File third_party/WebKit/Source/core/inspector/CodeGeneratorInstrumentation.py (right): https://codereview.chromium.org/2729613008/diff/20001/third_party/WebKit/Source/core/inspector/CodeGeneratorInstrumentation.py#newcode433 third_party/WebKit/Source/core/inspector/CodeGeneratorInstrumentation.py:433: return "InspectorTraceEvents" On 2017/03/06 23:31:24, pfeldman wrote: > Just ...
3 years, 9 months ago (2017-03-07 00:57:48 UTC) #9
pfeldman
lgtm
3 years, 9 months ago (2017-03-07 00:59:39 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2729613008/40001
3 years, 9 months ago (2017-03-07 01:00:46 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2729613008/40001
3 years, 9 months ago (2017-03-07 01:57:23 UTC) #16
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_x64_rel_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_x64_rel_ng/builds/378932)
3 years, 9 months ago (2017-03-07 04:17:02 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2729613008/40001
3 years, 9 months ago (2017-03-07 17:17:39 UTC) #20
commit-bot: I haz the power
Committed patchset #3 (id:40001) as https://chromium.googlesource.com/chromium/src/+/931b43e777872ff7d61803326c52371bc8b035a5
3 years, 9 months ago (2017-03-07 20:24:36 UTC) #23
Nico
A revert of this CL (patchset #3 id:40001) has been created in https://codereview.chromium.org/2737623006/ by thakis@chromium.org. ...
3 years, 9 months ago (2017-03-08 15:07:00 UTC) #24
alph
Trying to reland the patch after pkasting@ removed "using protocol::Response" out of header files. Thanks ...
3 years, 9 months ago (2017-03-08 19:48:23 UTC) #27
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2729613008/40001
3 years, 9 months ago (2017-03-08 19:51:30 UTC) #29
commit-bot: I haz the power
3 years, 9 months ago (2017-03-08 22:11:38 UTC) #32
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://chromium.googlesource.com/chromium/src/+/ac0269296fe6f43e9e15b4b56e2a...

Powered by Google App Engine
This is Rietveld 408576698