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

Issue 399043002: DevTools: switch Timeline frontend into buffered mode and remove the corresponding experiment. (Closed)

Created:
6 years, 5 months ago by loislo
Modified:
6 years, 4 months ago
Reviewers:
caseq, alph, yurys, pfeldman
CC:
blink-reviews, shans, apavlov+blink_chromium.org, rjwright, Steve Block, caseq+blink_chromium.org, aandrey+blink_chromium.org, pfeldman+blink_chromium.org, malch+blink_chromium.org, yurys+blink_chromium.org, dstockwell, Timothy Loh, devtools-reviews_chromium.org, Eric Willigers, loislo+blink_chromium.org, lushnikov+blink_chromium.org, eustas+blink_chromium.org, paulirish+reviews_chromium.org, darktears, blink-reviews-animation_chromium.org, vsevik+blink_chromium.org, Mike Lawther (Google), sergeyv+blink_chromium.org
Project:
blink
Visibility:
Public.

Description

DevTools: switch Timeline frontend into buffered mode and remove the corresponding experiment. All the tests were adjusted to the buffered mode. Console.timeline also records timeline in buffered mode. BUG=361045 R=yurys@chromium.org Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=179113

Patch Set 1 #

Patch Set 2 : minor changes #

Total comments: 9

Patch Set 3 : rebaselined #

Patch Set 4 : rebaselined #

Patch Set 5 : timeline-decode-resize was fixed? #

Total comments: 8

Patch Set 6 : rebaselined #

Patch Set 7 : comments addressed #

Patch Set 8 : comments addressed #

Total comments: 1

Patch Set 9 : timeline-websocket-event rebaselined #

Unified diffs Side-by-side diffs Delta from patch set Stats (+220 lines, -391 lines) Patch
M LayoutTests/http/tests/inspector/timeline-test.js View 1 2 3 3 chunks +36 lines, -29 lines 0 comments Download
M LayoutTests/http/tests/inspector/timeline-xhr-event.html View 2 chunks +3 lines, -7 lines 0 comments Download
M LayoutTests/http/tests/inspector/timeline-xhr-response-type-blob-event.html View 1 2 chunks +10 lines, -8 lines 0 comments Download
M LayoutTests/http/tests/inspector/websocket/timeline-websocket-event.html View 1 1 chunk +5 lines, -8 lines 0 comments Download
M LayoutTests/http/tests/inspector/websocket/timeline-websocket-event-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
D LayoutTests/inspector-protocol/timeline/timeline-start-bufferEvents.html View 1 2 3 1 chunk +0 lines, -62 lines 0 comments Download
D LayoutTests/inspector-protocol/timeline/timeline-start-bufferEvents-expected.txt View 1 2 3 1 chunk +0 lines, -7 lines 0 comments Download
M LayoutTests/inspector/console/console-timeline.html View 1 2 3 4 5 6 7 chunks +49 lines, -65 lines 0 comments Download
M LayoutTests/inspector/console/console-timeline-expected.txt View 3 chunks +0 lines, -17 lines 0 comments Download
M LayoutTests/inspector/extensions/extensions-events.html View 1 2 3 4 5 6 1 chunk +0 lines, -18 lines 0 comments Download
M LayoutTests/inspector/extensions/extensions-events-expected.txt View 1 2 3 4 5 6 1 chunk +0 lines, -2 lines 0 comments Download
M LayoutTests/inspector/timeline/timeline-animation-frame.html View 1 chunk +3 lines, -6 lines 0 comments Download
M LayoutTests/inspector/timeline/timeline-bound-function.html View 2 chunks +3 lines, -4 lines 0 comments Download
M LayoutTests/inspector/timeline/timeline-bound-function-expected.txt View 1 chunk +0 lines, -1 line 0 comments Download
M LayoutTests/inspector/timeline/timeline-dom-content-loaded-event.html View 1 chunk +2 lines, -7 lines 0 comments Download
M LayoutTests/inspector/timeline/timeline-gc-event.html View 1 1 chunk +6 lines, -7 lines 0 comments Download
M LayoutTests/inspector/timeline/timeline-load-event.html View 1 1 chunk +2 lines, -8 lines 0 comments Download
M LayoutTests/inspector/timeline/timeline-network-received-data.html View 1 2 3 1 chunk +25 lines, -32 lines 0 comments Download
M LayoutTests/inspector/timeline/timeline-network-resource.html View 2 chunks +4 lines, -14 lines 0 comments Download
M LayoutTests/inspector/timeline/timeline-network-resource.js View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/inspector/timeline/timeline-paint.html View 1 chunk +11 lines, -17 lines 0 comments Download
M LayoutTests/inspector/timeline/timeline-receive-response-event.html View 1 2 3 4 chunks +4 lines, -18 lines 0 comments Download
M LayoutTests/inspector/timeline/timeline-script-id.html View 2 chunks +6 lines, -9 lines 0 comments Download
M LayoutTests/inspector/timeline/timeline-time.html View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/inspector/timeline/timeline-timer.html View 1 2 chunks +3 lines, -6 lines 0 comments Download
M LayoutTests/inspector/timeline/timeline-timer-fired-from-eval-call-site.html View 1 2 chunks +13 lines, -12 lines 0 comments Download
M LayoutTests/inspector/timeline/timeline-window-filter.html View 1 2 3 4 5 6 7 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/inspector/InspectorTimelineAgent.cpp View 1 2 3 4 5 6 7 1 chunk +3 lines, -0 lines 0 comments Download
M Source/devtools/front_end/common/Settings.js View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -1 line 0 comments Download
M Source/devtools/front_end/sdk/TimelineManager.js View 1 2 3 4 5 6 6 chunks +8 lines, -7 lines 0 comments Download
M Source/devtools/front_end/timeline/TimelineModelImpl.js View 1 2 3 4 5 6 7 6 chunks +17 lines, -8 lines 0 comments Download
M Source/devtools/front_end/timeline/TimelinePanel.js View 1 2 3 4 5 6 7 5 chunks +4 lines, -9 lines 0 comments Download

Messages

Total messages: 17 (0 generated)
loislo
6 years, 5 months ago (2014-07-17 08:49:18 UTC) #1
loislo
PTAL
6 years, 5 months ago (2014-07-17 09:01:29 UTC) #2
caseq
+Libo & Bryan in case this may affect PageSpeed.
6 years, 5 months ago (2014-07-17 09:06:55 UTC) #3
loislo
On 2014/07/17 09:06:55, caseq wrote: > +Libo & Bryan in case this may affect PageSpeed. ...
6 years, 5 months ago (2014-07-17 10:42:11 UTC) #4
yurys
As agreed offline let's revert backend change and update only front-end and tests. https://codereview.chromium.org/399043002/diff/20001/LayoutTests/http/tests/inspector/timeline-test.js File ...
6 years, 5 months ago (2014-07-17 10:42:25 UTC) #5
blink-reviews
Thanks for letting us know about this change. We are not using the timeline data ...
6 years, 5 months ago (2014-07-17 14:22:32 UTC) #6
yurys
https://codereview.chromium.org/399043002/diff/70001/LayoutTests/inspector/console/console-timeline.html File LayoutTests/inspector/console/console-timeline.html (right): https://codereview.chromium.org/399043002/diff/70001/LayoutTests/inspector/console/console-timeline.html#newcode154 LayoutTests/inspector/console/console-timeline.html:154: InspectorTest.addSniffer(panel._model._currentTarget.timelineManager, "_processBufferedEvents", next); Consider introducing event for this. https://codereview.chromium.org/399043002/diff/70001/LayoutTests/inspector/timeline/timeline-event-dispatch.html ...
6 years, 5 months ago (2014-07-24 16:58:37 UTC) #7
loislo
https://codereview.chromium.org/399043002/diff/70001/LayoutTests/inspector/console/console-timeline.html File LayoutTests/inspector/console/console-timeline.html (right): https://codereview.chromium.org/399043002/diff/70001/LayoutTests/inspector/console/console-timeline.html#newcode154 LayoutTests/inspector/console/console-timeline.html:154: InspectorTest.addSniffer(panel._model._currentTarget.timelineManager, "_processBufferedEvents", next); On 2014/07/24 16:58:37, yurys wrote: > ...
6 years, 4 months ago (2014-07-28 14:00:06 UTC) #8
yurys
lgtm https://codereview.chromium.org/399043002/diff/130001/Source/core/inspector/InspectorTimelineAgent.cpp File Source/core/inspector/InspectorTimelineAgent.cpp (right): https://codereview.chromium.org/399043002/diff/130001/Source/core/inspector/InspectorTimelineAgent.cpp#newcode830 Source/core/inspector/InspectorTimelineAgent.cpp:830: m_state->setBoolean(TimelineAgentState::bufferEvents, true); Please mention this change in the ...
6 years, 4 months ago (2014-07-29 07:19:21 UTC) #9
loislo
The CQ bit was checked by loislo@chromium.org
6 years, 4 months ago (2014-07-29 07:22:04 UTC) #10
loislo
The CQ bit was unchecked by loislo@chromium.org
6 years, 4 months ago (2014-07-29 07:22:09 UTC) #11
loislo
The CQ bit was checked by loislo@chromium.org
6 years, 4 months ago (2014-07-29 07:22:48 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/loislo@chromium.org/399043002/130001
6 years, 4 months ago (2014-07-29 07:22:53 UTC) #13
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: linux_blink_dbg on tryserver.blink ...
6 years, 4 months ago (2014-07-29 08:30:38 UTC) #14
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 4 months ago (2014-07-29 08:57:20 UTC) #15
commit-bot: I haz the power
Try jobs failed on following builders: linux_blink_rel on tryserver.blink (http://build.chromium.org/p/tryserver.blink/builders/linux_blink_rel/builds/18043)
6 years, 4 months ago (2014-07-29 08:57:21 UTC) #16
loislo
6 years, 4 months ago (2014-07-29 09:27:13 UTC) #17
Message was sent while issue was closed.
Committed patchset #9 manually as r179113 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698