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

Issue 700383008: Use setProperties for Cellular APN (Closed)

Created:
6 years, 1 month ago by stevenjb
Modified:
5 years, 10 months ago
CC:
chromium-reviews, dbeam+watch-options_chromium.org, hashimoto+watch_chromium.org, stevenjb+watch_chromium.org, arv+watch_chromium.org, oshima+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@issue_430113_internet_options_2
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Use setProperties for Cellular APN This actually represents a pretty huge milestone - no more usage of {Unmanaged} NetworkConnectionHandler from InternetOptionsHandler! Everything is now using setProperties which uses MNCH. BUG=430113 Committed: https://crrev.com/24c82bc3a6b006c8792be56faa35b7deff8c0582 Cr-Commit-Position: refs/heads/master@{#313578}

Patch Set 1 #

Total comments: 14

Patch Set 2 : Feedback #

Total comments: 2

Patch Set 3 : Convert selectApn, fix bugs #

Total comments: 31

Patch Set 4 : Feedback #

Patch Set 5 : Rebase #

Patch Set 6 : Allow Cellular in shill_property_util::CopyIdentifyingProperties to fix unit test #

Unified diffs Side-by-side diffs Delta from patch set Stats (+133 lines, -144 lines) Patch
M chrome/browser/resources/options/chromeos/internet_detail.js View 1 2 3 4 8 chunks +126 lines, -75 lines 0 comments Download
M chrome/browser/ui/webui/options/chromeos/internet_options_handler.h View 1 2 1 chunk +0 lines, -4 lines 0 comments Download
M chrome/browser/ui/webui/options/chromeos/internet_options_handler.cc View 1 2 3 4 4 chunks +0 lines, -65 lines 0 comments Download
M chromeos/dbus/fake_shill_manager_client.cc View 1 2 2 chunks +4 lines, -0 lines 0 comments Download
M chromeos/network/shill_property_util.cc View 1 2 3 4 5 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 26 (6 generated)
stevenjb
6 years, 1 month ago (2014-11-10 18:44:17 UTC) #2
armansito
lgtm
6 years, 1 month ago (2014-11-10 19:01:18 UTC) #3
pneubeck (no reviews)
for far looks good to me. I can take another look after rebasing / changing ...
6 years ago (2014-12-01 13:54:11 UTC) #4
stevenjb
I need to get my hands on a device to test this with before committing, ...
5 years, 11 months ago (2015-01-09 20:10:59 UTC) #5
pneubeck (no reviews)
lgtm if you decide to go the empty-dictionary route (which I would recommend not to ...
5 years, 11 months ago (2015-01-13 09:48:15 UTC) #6
stevenjb
https://codereview.chromium.org/700383008/diff/20001/chrome/browser/resources/options/chromeos/internet_detail.js File chrome/browser/resources/options/chromeos/internet_detail.js (right): https://codereview.chromium.org/700383008/diff/20001/chrome/browser/resources/options/chromeos/internet_detail.js#newcode888 chrome/browser/resources/options/chromeos/internet_detail.js:888: if (apnName) { On 2015/01/13 09:48:15, pneubeck wrote: > ...
5 years, 11 months ago (2015-01-13 17:13:06 UTC) #7
pneubeck (no reviews)
On 2015/01/13 17:13:06, stevenjb wrote: > https://codereview.chromium.org/700383008/diff/20001/chrome/browser/resources/options/chromeos/internet_detail.js > File chrome/browser/resources/options/chromeos/internet_detail.js (right): > > https://codereview.chromium.org/700383008/diff/20001/chrome/browser/resources/options/chromeos/internet_detail.js#newcode888 > ...
5 years, 11 months ago (2015-01-13 17:27:10 UTC) #8
pneubeck (no reviews)
On 2015/01/13 17:27:10, pneubeck wrote: > On 2015/01/13 17:13:06, stevenjb wrote: > > > https://codereview.chromium.org/700383008/diff/20001/chrome/browser/resources/options/chromeos/internet_detail.js ...
5 years, 11 months ago (2015-01-13 17:30:17 UTC) #9
stevenjb
On 2015/01/13 17:27:10, pneubeck wrote: > I would suggest some explicit non-null value, e.g. like ...
5 years, 11 months ago (2015-01-13 17:38:34 UTC) #10
pneubeck (no reviews)
On 2015/01/13 17:38:34, stevenjb wrote: > On 2015/01/13 17:27:10, pneubeck wrote: > > > I ...
5 years, 11 months ago (2015-01-13 18:53:14 UTC) #11
stevenjb
I discovered that I forgot to convert the 'selectApn_' method to use setProperties, and also ...
5 years, 11 months ago (2015-01-23 01:20:36 UTC) #14
pneubeck (no reviews)
sorry for the many comments but this code is nearly impossible to review... mental interpreter ...
5 years, 11 months ago (2015-01-23 14:53:29 UTC) #15
stevenjb
PTAL https://codereview.chromium.org/700383008/diff/60001/chrome/browser/resources/options/chromeos/internet_detail.js File chrome/browser/resources/options/chromeos/internet_detail.js (right): https://codereview.chromium.org/700383008/diff/60001/chrome/browser/resources/options/chromeos/internet_detail.js#newcode71 chrome/browser/resources/options/chromeos/internet_detail.js:71: return value ? String(value) : ''; On 2015/01/23 ...
5 years, 11 months ago (2015-01-23 20:25:33 UTC) #16
pneubeck (no reviews)
thanks for explaining what this actually does. lgtm I'd suggest taking special care that setDefaultApn_ ...
5 years, 11 months ago (2015-01-24 09:33:13 UTC) #17
stevenjb
On 2015/01/24 09:33:13, pneubeck wrote: > thanks for explaining what this actually does. > lgtm ...
5 years, 11 months ago (2015-01-26 19:15:29 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/700383008/100001
5 years, 10 months ago (2015-01-28 00:57:05 UTC) #20
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_rel_ng on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_rel_ng/builds/18950)
5 years, 10 months ago (2015-01-28 01:54:21 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/700383008/120001
5 years, 10 months ago (2015-01-28 19:32:02 UTC) #24
commit-bot: I haz the power
Committed patchset #6 (id:120001)
5 years, 10 months ago (2015-01-28 20:49:31 UTC) #25
commit-bot: I haz the power
5 years, 10 months ago (2015-01-28 20:50:20 UTC) #26
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/24c82bc3a6b006c8792be56faa35b7deff8c0582
Cr-Commit-Position: refs/heads/master@{#313578}

Powered by Google App Engine
This is Rietveld 408576698