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

Issue 315393004: Make timeline_data indented JSON. (Closed)

Created:
6 years, 6 months ago by Dai Mikurube (NOT FULLTIME)
Modified:
6 years, 4 months ago
CC:
chromium-reviews, telemetry+watch_chromium.org
Visibility:
Public.

Description

Make timeline_data indented JSON. BUG=None TEST=None Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=289028

Patch Set 1 #

Patch Set 2 : #

Total comments: 2

Patch Set 3 : rebased #

Patch Set 4 : indent=4 everywhere #

Patch Set 5 : empty line: ready #

Total comments: 3

Patch Set 6 : always indent=4 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -3 lines) Patch
M tools/telemetry/telemetry/timeline/inspector_timeline_data.py View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M tools/telemetry/telemetry/timeline/tracing_timeline_data.py View 1 2 3 4 5 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 25 (0 generated)
Dai Mikurube (NOT FULLTIME)
Hi nednguyen, Could you ptal?
6 years, 6 months ago (2014-06-06 07:16:05 UTC) #1
nednguyen(REVIEW IN OTHER ACC)
On 2014/06/06 07:16:05, Dai Mikurube wrote: > Hi nednguyen, > > Could you ptal? Oopss. ...
6 years, 5 months ago (2014-07-21 19:46:53 UTC) #2
nednguyen
lgtm Thanks for this patch. I always want to do this for such a long ...
6 years, 5 months ago (2014-07-21 19:51:34 UTC) #3
Dai Mikurube (NOT FULLTIME)
Thanks, Ned. Ah, sorry, I'll use your @google.com from the next time. Committing! https://codereview.chromium.org/315393004/diff/20001/tools/telemetry/telemetry/core/backends/chrome/tracing_timeline_data.py File ...
6 years, 5 months ago (2014-07-22 06:39:46 UTC) #4
Dai Mikurube (NOT FULLTIME)
The CQ bit was checked by dmikurube@chromium.org
6 years, 5 months ago (2014-07-22 06:39:59 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dmikurube@chromium.org/315393004/80001
6 years, 5 months ago (2014-07-22 06:40:23 UTC) #6
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: win_chromium_compile_dbg on tryserver.chromium ...
6 years, 5 months ago (2014-07-22 08:31:26 UTC) #7
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 5 months ago (2014-07-22 09:49:04 UTC) #8
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_rel on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/win_chromium_rel/builds/41469)
6 years, 5 months ago (2014-07-22 09:49:05 UTC) #9
Dai Mikurube (NOT FULLTIME)
The CQ bit was checked by dmikurube@chromium.org
6 years, 5 months ago (2014-07-22 09:50:51 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dmikurube@chromium.org/315393004/80001
6 years, 5 months ago (2014-07-22 09:52:01 UTC) #11
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: win_chromium_rel on tryserver.chromium ...
6 years, 5 months ago (2014-07-22 10:36:29 UTC) #12
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 5 months ago (2014-07-22 11:54:11 UTC) #13
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_rel on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/win_chromium_rel/builds/41500)
6 years, 5 months ago (2014-07-22 11:54:11 UTC) #14
Dai Mikurube (NOT FULLTIME)
The CQ bit was checked by dmikurube@chromium.org
6 years, 5 months ago (2014-07-22 15:21:09 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dmikurube@chromium.org/315393004/80001
6 years, 5 months ago (2014-07-22 15:22:10 UTC) #16
nednguyen
The CQ bit was unchecked by nednguyen@google.com
6 years, 5 months ago (2014-07-22 15:25:19 UTC) #17
nednguyen
Sorry, a few more comments after rebasing. https://codereview.chromium.org/315393004/diff/80001/tools/telemetry/telemetry/timeline/timeline_data.py File tools/telemetry/telemetry/timeline/timeline_data.py (right): https://codereview.chromium.org/315393004/diff/80001/tools/telemetry/telemetry/timeline/timeline_data.py#newcode9 tools/telemetry/telemetry/timeline/timeline_data.py:9: def Serialize(self, ...
6 years, 5 months ago (2014-07-22 15:34:25 UTC) #18
Dai Mikurube (NOT FULLTIME)
https://codereview.chromium.org/315393004/diff/80001/tools/telemetry/telemetry/timeline/timeline_data.py File tools/telemetry/telemetry/timeline/timeline_data.py (right): https://codereview.chromium.org/315393004/diff/80001/tools/telemetry/telemetry/timeline/timeline_data.py#newcode9 tools/telemetry/telemetry/timeline/timeline_data.py:9: def Serialize(self, f, indent=4): On 2014/07/22 15:34:25, nednguyen wrote: ...
6 years, 5 months ago (2014-07-23 04:59:06 UTC) #19
nednguyen
On 2014/07/23 04:59:06, Dai Mikurube wrote: > https://codereview.chromium.org/315393004/diff/80001/tools/telemetry/telemetry/timeline/timeline_data.py > File tools/telemetry/telemetry/timeline/timeline_data.py (right): > > https://codereview.chromium.org/315393004/diff/80001/tools/telemetry/telemetry/timeline/timeline_data.py#newcode9 ...
6 years, 5 months ago (2014-07-23 13:52:59 UTC) #20
Dai Mikurube (NOT FULLTIME)
Sorry that I forgot it. Made it always indent=4.
6 years, 4 months ago (2014-08-12 08:26:10 UTC) #21
nednguyen
On 2014/08/12 08:26:10, Dai Mikurube wrote: > Sorry that I forgot it. Made it always ...
6 years, 4 months ago (2014-08-12 15:24:36 UTC) #22
nednguyen
The CQ bit was checked by nednguyen@google.com
6 years, 4 months ago (2014-08-12 15:39:37 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dmikurube@chromium.org/315393004/100001
6 years, 4 months ago (2014-08-12 15:40:54 UTC) #24
commit-bot: I haz the power
6 years, 4 months ago (2014-08-12 18:24:29 UTC) #25
Message was sent while issue was closed.
Change committed as 289028

Powered by Google App Engine
This is Rietveld 408576698