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

Issue 6276001: Fix two bugs in recording web timing histograms. (Closed)

Created:
9 years, 11 months ago by tonyg
Modified:
9 years, 6 months ago
CC:
chromium-reviews, darin-cc_chromium.org, brettw-cc_chromium.org
Visibility:
Public.

Description

Fix two bugs in recording web timing histograms. 1. Record them prior to the missing-start shortcut. 2. Don't share a recorded boolean with the legacy times. TEST=NONE BUG=NONE Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=71452

Patch Set 1 #

Total comments: 4

Patch Set 2 : Initialize member and fix lint #

Unified diffs Side-by-side diffs Delta from patch set Stats (+41 lines, -19 lines) Patch
M chrome/renderer/navigation_state.h View 2 chunks +8 lines, -0 lines 0 comments Download
M chrome/renderer/navigation_state.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M chrome/renderer/page_load_histograms.cc View 1 5 chunks +32 lines, -19 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
tonyg
9 years, 11 months ago (2011-01-13 01:41:52 UTC) #1
James Simonsen
LGTM http://codereview.chromium.org/6276001/diff/1/chrome/renderer/page_load_histograms.cc File chrome/renderer/page_load_histograms.cc (right): http://codereview.chromium.org/6276001/diff/1/chrome/renderer/page_load_histograms.cc#newcode106 chrome/renderer/page_load_histograms.cc:106: navigation_state); Line up with (.
9 years, 11 months ago (2011-01-13 03:35:18 UTC) #2
jar (doing other things)
http://codereview.chromium.org/6276001/diff/1/chrome/renderer/navigation_state.h File chrome/renderer/navigation_state.h (right): http://codereview.chromium.org/6276001/diff/1/chrome/renderer/navigation_state.h#newcode291 chrome/renderer/navigation_state.h:291: bool web_timing_histograms_recorded_; Please add a constructor initializer for this ...
9 years, 11 months ago (2011-01-13 17:42:20 UTC) #3
tonyg
http://codereview.chromium.org/6276001/diff/1/chrome/renderer/navigation_state.h File chrome/renderer/navigation_state.h (right): http://codereview.chromium.org/6276001/diff/1/chrome/renderer/navigation_state.h#newcode291 chrome/renderer/navigation_state.h:291: bool web_timing_histograms_recorded_; On 2011/01/13 17:42:20, jar wrote: > Please ...
9 years, 11 months ago (2011-01-13 22:14:07 UTC) #4
tonyg
Jim, do you have anything else or should I take James' LGTM? On Thu, Jan ...
9 years, 11 months ago (2011-01-14 16:53:26 UTC) #5
jar (doing other things)
9 years, 11 months ago (2011-01-14 17:05:10 UTC) #6
LGTM

Powered by Google App Engine
This is Rietveld 408576698