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

Issue 14876021: Re-factor network_event_log (Closed)

Created:
7 years, 7 months ago by stevenjb
Modified:
7 years, 7 months ago
CC:
chromium-reviews, sadrul, nkostylev+watch_chromium.org, ben+watch_chromium.org, tfarina, gspencer+watch_chromium.org, gauravsh+watch_chromium.org, oshima+watch_chromium.org, stevenjb+watch_chromium.org, davemoore+watch_chromium.org
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : . #

Total comments: 55

Patch Set 3 : Address Feedback #

Patch Set 4 : Move escaping to network_event_log #

Patch Set 5 : Rebase #

Total comments: 8

Patch Set 6 : More feedback #

Patch Set 7 : Rebase with NetworkConnectionHandler #

Total comments: 3

Patch Set 8 : Rebase + update comment #

Total comments: 13

Patch Set 9 : Address final nits #

Unified diffs Side-by-side diffs Delta from patch set Stats (+512 lines, -243 lines) Patch
M ash/system/chromeos/network/network_state_notifier.cc View 2 chunks +1 line, -4 lines 0 comments Download
M chrome/browser/chromeos/system/syslogs_provider.cc View 1 2 1 chunk +5 lines, -3 lines 0 comments Download
M chrome/browser/chromeos/system_logs/network_event_log_source.cc View 1 chunk +4 lines, -1 line 0 comments Download
M chrome/browser/ui/webui/chromeos/about_network.h View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/chromeos/about_network.cc View 1 2 3 4 chunks +20 lines, -5 lines 0 comments Download
M chromeos/network/managed_network_configuration_handler.cc View 1 2 3 4 5 6 2 chunks +1 line, -3 lines 0 comments Download
M chromeos/network/managed_state.cc View 1 2 5 6 7 5 chunks +5 lines, -4 lines 0 comments Download
M chromeos/network/network_configuration_handler.cc View 1 2 3 4 5 6 5 chunks +5 lines, -7 lines 0 comments Download
M chromeos/network/network_connection_handler.cc View 1 2 3 4 5 6 5 chunks +5 lines, -7 lines 0 comments Download
M chromeos/network/network_event_log.h View 1 2 3 4 5 6 7 8 3 chunks +60 lines, -20 lines 0 comments Download
M chromeos/network/network_event_log.cc View 1 2 3 4 5 6 7 8 7 chunks +157 lines, -25 lines 0 comments Download
M chromeos/network/network_event_log_unittest.cc View 1 2 3 4 5 6 7 8 3 chunks +147 lines, -36 lines 0 comments Download
M chromeos/network/network_handler_callbacks.h View 1 2 3 4 5 6 1 chunk +1 line, -2 lines 0 comments Download
M chromeos/network/network_handler_callbacks.cc View 2 chunks +5 lines, -8 lines 0 comments Download
M chromeos/network/network_state.cc View 1 2 3 4 5 6 6 chunks +11 lines, -17 lines 0 comments Download
M chromeos/network/network_state_handler.h View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M chromeos/network/network_state_handler.cc View 1 2 3 4 5 6 7 8 16 chunks +44 lines, -66 lines 0 comments Download
M chromeos/network/network_state_handler_unittest.cc View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M chromeos/network/onc/onc_certificate_importer.cc View 3 chunks +10 lines, -6 lines 0 comments Download
M chromeos/network/shill_property_handler.h View 2 chunks +3 lines, -2 lines 0 comments Download
M chromeos/network/shill_property_handler.cc View 1 2 3 4 5 6 7 8 12 chunks +23 lines, -22 lines 0 comments Download
M chromeos/network/shill_property_handler_unittest.cc View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 15 (0 generated)
stevenjb
7 years, 7 months ago (2013-05-09 23:12:58 UTC) #1
gauravsh
https://codereview.chromium.org/14876021/diff/2001/chrome/browser/ui/webui/chromeos/about_network.cc File chrome/browser/ui/webui/chromeos/about_network.cc (right): https://codereview.chromium.org/14876021/diff/2001/chrome/browser/ui/webui/chromeos/about_network.cc#newcode299 chrome/browser/ui/webui/chromeos/about_network.cc:299: base::StringTokenizer tok(query, "/"); Update the comment for AboutNetwork in ...
7 years, 7 months ago (2013-05-13 00:34:50 UTC) #2
pneubeck (no reviews)
https://codereview.chromium.org/14876021/diff/2001/chrome/browser/ui/webui/chromeos/about_network.cc File chrome/browser/ui/webui/chromeos/about_network.cc (right): https://codereview.chromium.org/14876021/diff/2001/chrome/browser/ui/webui/chromeos/about_network.cc#newcode62 chrome/browser/ui/webui/chromeos/about_network.cc:62: std::string GetHeaderEventLogInfo(bool debug) { This function's name is cryptic ...
7 years, 7 months ago (2013-05-13 13:16:25 UTC) #3
stevenjb
PTAL https://codereview.chromium.org/14876021/diff/2001/chrome/browser/ui/webui/chromeos/about_network.cc File chrome/browser/ui/webui/chromeos/about_network.cc (right): https://codereview.chromium.org/14876021/diff/2001/chrome/browser/ui/webui/chromeos/about_network.cc#newcode62 chrome/browser/ui/webui/chromeos/about_network.cc:62: std::string GetHeaderEventLogInfo(bool debug) { On 2013/05/13 13:16:25, pneubeck ...
7 years, 7 months ago (2013-05-13 19:36:38 UTC) #4
gauravsh
https://codereview.chromium.org/14876021/diff/31002/chrome/browser/ui/webui/chromeos/about_network.h File chrome/browser/ui/webui/chromeos/about_network.h (right): https://codereview.chromium.org/14876021/diff/31002/chrome/browser/ui/webui/chromeos/about_network.h#newcode15 chrome/browser/ui/webui/chromeos/about_network.h:15: // refresh interval and whther to include debug log ...
7 years, 7 months ago (2013-05-14 00:01:39 UTC) #5
stevenjb
https://codereview.chromium.org/14876021/diff/31002/chrome/browser/ui/webui/chromeos/about_network.h File chrome/browser/ui/webui/chromeos/about_network.h (right): https://codereview.chromium.org/14876021/diff/31002/chrome/browser/ui/webui/chromeos/about_network.h#newcode15 chrome/browser/ui/webui/chromeos/about_network.h:15: // refresh interval and whther to include debug log ...
7 years, 7 months ago (2013-05-14 00:27:42 UTC) #6
gauravsh
lgtm https://codereview.chromium.org/14876021/diff/53002/chromeos/network/managed_state.cc File chromeos/network/managed_state.cc (right): https://codereview.chromium.org/14876021/diff/53002/chromeos/network/managed_state.cc#newcode63 chromeos/network/managed_state.cc:63: bool new_value; I think you need to rebase ...
7 years, 7 months ago (2013-05-14 23:01:20 UTC) #7
stevenjb
Rebased. pneubeck@, PTAL https://codereview.chromium.org/14876021/diff/53002/chromeos/network/network_event_log.cc File chromeos/network/network_event_log.cc (right): https://codereview.chromium.org/14876021/diff/53002/chromeos/network/network_event_log.cc#newcode185 chromeos/network/network_event_log.cc:185: // Iterate backwards through the list, ...
7 years, 7 months ago (2013-05-15 16:20:42 UTC) #8
pneubeck (no reviews)
Mostly minor issues that you should judge yourself. lgtm. https://codereview.chromium.org/14876021/diff/2001/chromeos/network/network_event_log.cc File chromeos/network/network_event_log.cc (right): https://codereview.chromium.org/14876021/diff/2001/chromeos/network/network_event_log.cc#newcode31 chromeos/network/network_event_log.cc:31: ...
7 years, 7 months ago (2013-05-16 08:21:06 UTC) #9
stevenjb
https://codereview.chromium.org/14876021/diff/67001/chromeos/network/network_event_log.cc File chromeos/network/network_event_log.cc (right): https://codereview.chromium.org/14876021/diff/67001/chromeos/network/network_event_log.cc#newcode69 chromeos/network/network_event_log.cc:69: line += net::EscapeForHTML( On 2013/05/16 08:21:07, pneubeck wrote: > ...
7 years, 7 months ago (2013-05-16 17:09:53 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/stevenjb@chromium.org/14876021/80001
7 years, 7 months ago (2013-05-16 17:10:05 UTC) #11
commit-bot: I haz the power
Retried try job too often on chromium_presubmit for step(s) presubmit http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=chromium_presubmit&number=3319
7 years, 7 months ago (2013-05-16 17:21:59 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/stevenjb@chromium.org/14876021/80001
7 years, 7 months ago (2013-05-16 18:25:08 UTC) #13
commit-bot: I haz the power
Retried try job too often on win_rel for step(s) content_browsertests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_rel&number=149818
7 years, 7 months ago (2013-05-16 21:29:56 UTC) #14
stevenjb
7 years, 7 months ago (2013-05-16 21:56:13 UTC) #15
Message was sent while issue was closed.
Committed patchset #9 manually as r200632 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698