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

Issue 8728030: Infrastructure for accessing and manipulating network UI data. (Closed)

Created:
9 years ago by Mattias Nissler (ping if slow)
Modified:
9 years ago
Reviewers:
stevenjb
CC:
chromium-reviews, stevenjb+watch_chromium.org, nkostylev+watch_chromium.org, davemoore+watch_chromium.org
Visibility:
Public.

Description

Infrastructure for accessing and manipulating network UI data. BUG=chromium-os:23124 TEST=compiles and passes tests, no observable changes. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=112472

Patch Set 1 #

Patch Set 2 : Fix compile problem. #

Total comments: 25

Patch Set 3 : Address comments, add unit tests. #

Patch Set 4 : Actually rebase this onto Charlie's CL :) #

Patch Set 5 : Make clang happy. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+502 lines, -1 line) Patch
M chrome/browser/chromeos/cros/network_library.h View 1 2 3 2 chunks +3 lines, -1 line 0 comments Download
A chrome/browser/chromeos/cros/network_ui_data.h View 1 2 1 chunk +165 lines, -0 lines 0 comments Download
A chrome/browser/chromeos/cros/network_ui_data.cc View 1 2 3 1 chunk +168 lines, -0 lines 0 comments Download
A chrome/browser/chromeos/cros/network_ui_data_unittest.cc View 1 2 3 4 1 chunk +163 lines, -0 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/chrome_tests.gypi View 1 2 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
Mattias Nissler (ping if slow)
Here's the new ui data handling CL that moves all the ui data details to ...
9 years ago (2011-11-29 14:47:38 UTC) #1
stevenjb
Thanks for separating these out, I think this will be a lot easier to maintain. ...
9 years ago (2011-11-29 17:35:15 UTC) #2
stevenjb
One more note: http://codereview.chromium.org/8728030/diff/1004/chrome/browser/chromeos/cros/network_ui_data.h File chrome/browser/chromeos/cros/network_ui_data.h (right): http://codereview.chromium.org/8728030/diff/1004/chrome/browser/chromeos/cros/network_ui_data.h#newcode128 chrome/browser/chromeos/cros/network_ui_data.h:128: bool editable() const { return controller() ...
9 years ago (2011-11-29 17:45:48 UTC) #3
stevenjb
OK, thinking this through more, we're not going to want to store a NetworkUIData structure ...
9 years ago (2011-11-29 17:49:04 UTC) #4
Mattias Nissler (ping if slow)
Hey Steven, I've just uploaded a new version that also adds unit tests. Please take ...
9 years ago (2011-11-29 20:48:47 UTC) #5
stevenjb
Yay for tests! LGTM with comments http://codereview.chromium.org/8728030/diff/1004/chrome/browser/chromeos/cros/network_ui_data.cc File chrome/browser/chromeos/cros/network_ui_data.cc (right): http://codereview.chromium.org/8728030/diff/1004/chrome/browser/chromeos/cros/network_ui_data.cc#newcode162 chrome/browser/chromeos/cros/network_ui_data.cc:162: std::string NetworkPropertyUIData::EncodeController(Controller controller) ...
9 years ago (2011-11-29 23:39:05 UTC) #6
Mattias Nissler (ping if slow)
Thanks for the review! Now waiting for Charlie's CL to reland before I can submit ...
9 years ago (2011-11-30 10:16:47 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mnissler@chromium.org/8728030/11008
9 years ago (2011-12-01 14:11:28 UTC) #8
commit-bot: I haz the power
9 years ago (2011-12-01 16:20:05 UTC) #9
Change committed as 112472

Powered by Google App Engine
This is Rietveld 408576698