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

Issue 1146843003: Beacons for tracking default browser status. (Closed)

Created:
5 years, 7 months ago by grt (UTC plus 2)
Modified:
5 years, 6 months ago
Reviewers:
gab, Will Harris
CC:
chromium-reviews, grt+watch_chromium.org, wfh+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Beacons for tracking default browser status. BUG=488247 R=gab@chromium.org,wfh@chromium.org Committed: https://crrev.com/53cc88da9a258bc4a34c4bff50025ee044c2e64d Cr-Commit-Position: refs/heads/master@{#332423}

Patch Set 1 #

Patch Set 2 : unittest, and update default beacon on os update for user-level installs #

Patch Set 3 : revise active setup version #

Total comments: 61

Patch Set 4 : gab comments #

Patch Set 5 : sync to position 331965 #

Patch Set 6 : gab comments #

Total comments: 8

Patch Set 7 : gab comments #

Patch Set 8 : sync to position 332247 #

Patch Set 9 : fix using in unittest #

Patch Set 10 : take three #

Unified diffs Side-by-side diffs Delta from patch set Stats (+636 lines, -7 lines) Patch
M chrome/chrome_installer.gypi View 1 2 chunks +3 lines, -0 lines 0 comments Download
M chrome/chrome_installer_util.gypi View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/installer/setup/install.cc View 1 4 chunks +15 lines, -0 lines 0 comments Download
M chrome/installer/setup/install_worker.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/installer/util/BUILD.gn View 1 2 3 3 chunks +5 lines, -0 lines 0 comments Download
A chrome/installer/util/beacons.h View 1 2 3 4 5 1 chunk +126 lines, -0 lines 0 comments Download
A chrome/installer/util/beacons.cc View 1 2 3 4 5 6 1 chunk +151 lines, -0 lines 0 comments Download
A chrome/installer/util/beacons_unittest.cc View 1 2 3 4 5 6 7 8 9 1 chunk +277 lines, -0 lines 0 comments Download
M chrome/installer/util/shell_util.h View 1 2 3 4 5 6 1 chunk +4 lines, -3 lines 0 comments Download
M chrome/installer/util/shell_util.cc View 1 2 3 2 chunks +5 lines, -3 lines 0 comments Download
A chrome/installer/util/test_app_registration_data.h View 1 1 chunk +20 lines, -0 lines 0 comments Download
A chrome/installer/util/test_app_registration_data.cc View 1 1 chunk +27 lines, -0 lines 0 comments Download

Messages

Total messages: 36 (14 generated)
grt (UTC plus 2)
PTAL
5 years, 7 months ago (2015-05-22 17:24:04 UTC) #2
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1146843003/60001
5 years, 7 months ago (2015-05-22 23:27:42 UTC) #4
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 7 months ago (2015-05-23 01:18:44 UTC) #6
grt (UTC plus 2)
On 2015/05/22 17:24:04, grt wrote: > PTAL gab, wfh: ping
5 years, 7 months ago (2015-05-26 13:47:31 UTC) #7
gab
Looks very good, neat code and tests :-). Bunch of nits/questions/comments below, but otherwise love ...
5 years, 7 months ago (2015-05-26 18:54:35 UTC) #8
grt (UTC plus 2)
Thanks! https://codereview.chromium.org/1146843003/diff/60001/chrome/installer/setup/install.cc File chrome/installer/setup/install.cc (right): https://codereview.chromium.org/1146843003/diff/60001/chrome/installer/setup/install.cc#newcode629 chrome/installer/setup/install.cc:629: UpdateOsUpgradeBeacon(installer_state.system_install(), On 2015/05/26 18:54:34, gab wrote: > Do ...
5 years, 7 months ago (2015-05-26 20:54:02 UTC) #9
grt (UTC plus 2)
More thinking. https://codereview.chromium.org/1146843003/diff/60001/chrome/installer/util/beacons.h File chrome/installer/util/beacons.h (right): https://codereview.chromium.org/1146843003/diff/60001/chrome/installer/util/beacons.h#newcode41 chrome/installer/util/beacons.h:41: class Beacon { On 2015/05/26 20:54:01, grt ...
5 years, 6 months ago (2015-05-28 14:05:42 UTC) #10
gab
lg, some more comments/replies. Cheers, Gab https://codereview.chromium.org/1146843003/diff/60001/chrome/installer/util/beacons.cc File chrome/installer/util/beacons.cc (right): https://codereview.chromium.org/1146843003/diff/60001/chrome/installer/util/beacons.cc#newcode15 chrome/installer/util/beacons.cc:15: ignore_result(ShellUtil::GetChromeDefaultStateFromPath(chrome_exe)); On 2015/05/26 ...
5 years, 6 months ago (2015-05-29 13:37:37 UTC) #11
grt (UTC plus 2)
PTAL https://codereview.chromium.org/1146843003/diff/60001/chrome/installer/util/beacons.cc File chrome/installer/util/beacons.cc (right): https://codereview.chromium.org/1146843003/diff/60001/chrome/installer/util/beacons.cc#newcode89 chrome/installer/util/beacons.cc:89: FILETIME now(base::Time::Now().ToFileTime()); On 2015/05/29 13:37:36, gab wrote: > ...
5 years, 6 months ago (2015-05-29 15:31:11 UTC) #13
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1146843003/140001
5 years, 6 months ago (2015-05-29 15:31:41 UTC) #15
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 6 months ago (2015-05-29 17:01:55 UTC) #17
grt (UTC plus 2)
On 2015/05/29 15:31:11, grt wrote: > PTAL gab: ping
5 years, 6 months ago (2015-06-01 17:04:01 UTC) #18
gab
lgtm w/ nits https://codereview.chromium.org/1146843003/diff/140001/chrome/installer/util/beacons.cc File chrome/installer/util/beacons.cc (right): https://codereview.chromium.org/1146843003/diff/140001/chrome/installer/util/beacons.cc#newcode15 chrome/installer/util/beacons.cc:15: ignore_result(ShellUtil::GetChromeDefaultStateFromPath(chrome_exe)); Add a comment that GetChromeDefaultStateFromPath() ...
5 years, 6 months ago (2015-06-01 18:43:12 UTC) #19
grt (UTC plus 2)
Thanks. https://codereview.chromium.org/1146843003/diff/140001/chrome/installer/util/beacons.cc File chrome/installer/util/beacons.cc (right): https://codereview.chromium.org/1146843003/diff/140001/chrome/installer/util/beacons.cc#newcode15 chrome/installer/util/beacons.cc:15: ignore_result(ShellUtil::GetChromeDefaultStateFromPath(chrome_exe)); On 2015/06/01 18:43:12, gab wrote: > Add ...
5 years, 6 months ago (2015-06-01 19:49:43 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1146843003/180001
5 years, 6 months ago (2015-06-01 19:55:28 UTC) #23
commit-bot: I haz the power
Try jobs failed on following builders: win8_chromium_rel on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win8_chromium_rel/builds/89050)
5 years, 6 months ago (2015-06-01 21:02:10 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1146843003/200001
5 years, 6 months ago (2015-06-02 13:17:08 UTC) #28
commit-bot: I haz the power
Try jobs failed on following builders: win8_chromium_rel on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win8_chromium_rel/builds/89362)
5 years, 6 months ago (2015-06-02 13:48:19 UTC) #30
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1146843003/220001
5 years, 6 months ago (2015-06-02 15:57:33 UTC) #33
commit-bot: I haz the power
Committed patchset #10 (id:220001)
5 years, 6 months ago (2015-06-02 17:33:15 UTC) #34
commit-bot: I haz the power
Patchset 10 (id:??) landed as https://crrev.com/53cc88da9a258bc4a34c4bff50025ee044c2e64d Cr-Commit-Position: refs/heads/master@{#332423}
5 years, 6 months ago (2015-06-02 17:34:15 UTC) #35
Will Harris
5 years, 6 months ago (2015-06-02 17:36:18 UTC) #36
Message was sent while issue was closed.
great success!

Powered by Google App Engine
This is Rietveld 408576698