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

Issue 211543008: Show a modified outdated upgrade Bubble for non-enterprise users without auto-update (Closed)

Created:
6 years, 9 months ago by MAD
Modified:
6 years, 9 months ago
CC:
chromium-reviews, tfarina, jar (doing other things), asvitkine+watch_chromium.org
Visibility:
Public.

Description

Show a modified outdated upgrade Bubble for non-enterprise users without auto-update BUG=164681, 171271 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=260289

Patch Set 1 #

Total comments: 18

Patch Set 2 : Merged ToT. #

Patch Set 3 : Code review comments 1. #

Total comments: 8

Patch Set 4 : Added missing Win32 includes... Surprisingly not needed on a local build... :-( #

Total comments: 6

Patch Set 5 : Code review comments 2. #

Patch Set 6 : Install Util is win only... oups... #

Patch Set 7 : Code Review Comments 3. #

Patch Set 8 : Merged ToT. #

Patch Set 9 : Merged ToT. #

Patch Set 10 : Shot in the dark to try and prevent Mac crashes... #

Unified diffs Side-by-side diffs Delta from patch set Stats (+279 lines, -78 lines) Patch
M chrome/browser/chrome_notification_types.h View 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/ui/browser_commands.cc View 1 1 chunk +5 lines, -0 lines 0 comments Download
M chrome/browser/ui/toolbar/wrench_menu_model.cc View 1 1 chunk +3 lines, -4 lines 0 comments Download
M chrome/browser/ui/views/outdated_upgrade_bubble_view.h View 1 2 3 chunks +13 lines, -6 lines 0 comments Download
M chrome/browser/ui/views/outdated_upgrade_bubble_view.cc View 1 2 3 4 5 6 8 chunks +105 lines, -33 lines 0 comments Download
M chrome/browser/ui/views/toolbar/toolbar_view.h View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/ui/views/toolbar/toolbar_view.cc View 1 2 3 4 5 6 7 8 3 chunks +11 lines, -4 lines 0 comments Download
M chrome/browser/upgrade_detector.h View 2 chunks +9 lines, -0 lines 0 comments Download
M chrome/browser/upgrade_detector.cc View 1 2 3 4 5 6 2 chunks +8 lines, -0 lines 0 comments Download
M chrome/browser/upgrade_detector_impl.h View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/upgrade_detector_impl.cc View 1 2 3 4 5 6 7 8 9 16 chunks +68 lines, -24 lines 0 comments Download
M chrome/common/chrome_switches.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/chrome_switches.cc View 1 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/common/pref_names.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/pref_names.cc View 1 2 3 4 1 chunk +7 lines, -0 lines 0 comments Download
M tools/metrics/actions/actions.xml View 1 2 3 4 5 6 7 1 chunk +27 lines, -6 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 chunk +9 lines, -0 lines 0 comments Download

Messages

Total messages: 61 (0 generated)
MAD
Can you take a first quick look at this? I was hesitating with something, now ...
6 years, 9 months ago (2014-03-26 02:52:15 UTC) #1
robertshield
Awesome, notes and questions below: https://codereview.chromium.org/211543008/diff/1/chrome/browser/ui/views/outdated_upgrade_bubble_view.cc File chrome/browser/ui/views/outdated_upgrade_bubble_view.cc (right): https://codereview.chromium.org/211543008/diff/1/chrome/browser/ui/views/outdated_upgrade_bubble_view.cc#newcode60 chrome/browser/ui/views/outdated_upgrade_bubble_view.cc:60: GetModuleFileName(NULL, exe_path, arraysize(exe_path)); PathService::Get(base::FILE_EXE, ...
6 years, 9 months ago (2014-03-26 03:20:11 UTC) #2
robertshield
Also, any chance you can fix up the other strings I messed up in https://codereview.chromium.org/209433008/ ...
6 years, 9 months ago (2014-03-26 03:24:44 UTC) #3
robertshield
On 2014/03/26 03:24:44, robertshield wrote: > Also, any chance you can fix up the other ...
6 years, 9 months ago (2014-03-26 03:51:38 UTC) #4
MAD
Thanks all addressed/answered... Adding Alexei for tools\metrics OWNERS review... Thanks! BYE MAD https://codereview.chromium.org/211543008/diff/1/chrome/browser/ui/views/outdated_upgrade_bubble_view.cc File chrome/browser/ui/views/outdated_upgrade_bubble_view.cc ...
6 years, 9 months ago (2014-03-26 19:30:16 UTC) #5
robertshield
https://codereview.chromium.org/211543008/diff/140001/chrome/browser/ui/views/outdated_upgrade_bubble_view.cc File chrome/browser/ui/views/outdated_upgrade_bubble_view.cc (right): https://codereview.chromium.org/211543008/diff/140001/chrome/browser/ui/views/outdated_upgrade_bubble_view.cc#newcode259 chrome/browser/ui/views/outdated_upgrade_bubble_view.cc:259: // auto-update, and record enable_au bit to local state. ...
6 years, 9 months ago (2014-03-26 20:37:18 UTC) #6
MAD
Answered 2, addressed one... Did I convinced you enough with my answers? :-) Adding sky ...
6 years, 9 months ago (2014-03-26 21:21:10 UTC) #7
Alexei Svitkine (slow)
(Hmm, somehow I reviewed a different CL than I thought you asked me to review... ...
6 years, 9 months ago (2014-03-26 21:24:41 UTC) #8
Alexei Svitkine (slow)
Nevermind, you did ask me to review this one (I got confused since I wasn't ...
6 years, 9 months ago (2014-03-26 21:26:18 UTC) #9
robertshield
LGTM, feel free to add the pref if you like or disagree with me otherwise ...
6 years, 9 months ago (2014-03-26 21:45:09 UTC) #10
MAD
Addressed all comments from both Robert and Alexei... Now just needs OWNER approvals... Thanks! BYE ...
6 years, 9 months ago (2014-03-26 23:47:35 UTC) #11
sky
LGTM
6 years, 9 months ago (2014-03-27 15:38:29 UTC) #12
Alexei Svitkine (slow)
LGTM
6 years, 9 months ago (2014-03-27 15:47:18 UTC) #13
MAD
The CQ bit was checked by mad@chromium.org
6 years, 9 months ago (2014-03-27 15:48:05 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/211543008/240001
6 years, 9 months ago (2014-03-27 15:48:16 UTC) #15
MAD
Thanks OWNERS...
6 years, 9 months ago (2014-03-27 15:48:21 UTC) #16
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-27 15:55:29 UTC) #17
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on linux_chromium_rel
6 years, 9 months ago (2014-03-27 15:55:30 UTC) #18
MAD
The CQ bit was checked by mad@chromium.org
6 years, 9 months ago (2014-03-27 16:55:23 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/211543008/240001
6 years, 9 months ago (2014-03-27 16:55:28 UTC) #20
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-27 17:18:34 UTC) #21
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on linux_chromium_chromeos_clang_dbg
6 years, 9 months ago (2014-03-27 17:18:35 UTC) #22
MAD
The CQ bit was checked by mad@chromium.org
6 years, 9 months ago (2014-03-27 17:58:37 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/211543008/240001
6 years, 9 months ago (2014-03-27 17:59:12 UTC) #24
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-27 18:04:06 UTC) #25
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on linux_chromium_rel
6 years, 9 months ago (2014-03-27 18:04:07 UTC) #26
MAD
The CQ bit was checked by mad@chromium.org
6 years, 9 months ago (2014-03-27 18:06:12 UTC) #27
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/211543008/240001
6 years, 9 months ago (2014-03-27 18:08:29 UTC) #28
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-27 19:45:29 UTC) #29
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on mac_chromium_rel
6 years, 9 months ago (2014-03-27 19:45:29 UTC) #30
MAD
The CQ bit was checked by mad@chromium.org
6 years, 9 months ago (2014-03-27 19:56:38 UTC) #31
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/211543008/240001
6 years, 9 months ago (2014-03-27 20:00:22 UTC) #32
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-28 02:29:40 UTC) #33
commit-bot: I haz the power
Retried try job too often on ios_dbg_simulator for step(s) components_unittests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=ios_dbg_simulator&number=136589
6 years, 9 months ago (2014-03-28 02:29:41 UTC) #34
MAD
The CQ bit was checked by mad@chromium.org
6 years, 9 months ago (2014-03-28 02:46:13 UTC) #35
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/211543008/240001
6 years, 9 months ago (2014-03-28 02:47:11 UTC) #36
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-28 02:47:47 UTC) #37
commit-bot: I haz the power
Failed to apply patch for chrome/browser/upgrade_detector_impl.cc: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
6 years, 9 months ago (2014-03-28 02:47:47 UTC) #38
MAD
The CQ bit was checked by mad@chromium.org
6 years, 9 months ago (2014-03-28 02:56:45 UTC) #39
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/211543008/260001
6 years, 9 months ago (2014-03-28 02:57:42 UTC) #40
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-28 03:33:17 UTC) #41
commit-bot: I haz the power
Retried try job too often on ios_dbg_simulator for step(s) crypto_unittests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=ios_dbg_simulator&number=136652
6 years, 9 months ago (2014-03-28 03:33:18 UTC) #42
robertshield
The CQ bit was checked by robertshield@chromium.org
6 years, 9 months ago (2014-03-28 05:16:57 UTC) #43
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/211543008/260001
6 years, 9 months ago (2014-03-28 05:17:38 UTC) #44
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-28 07:09:59 UTC) #45
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on mac_chromium_rel
6 years, 9 months ago (2014-03-28 07:10:00 UTC) #46
MAD
The CQ bit was checked by mad@chromium.org
6 years, 9 months ago (2014-03-28 11:14:31 UTC) #47
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/211543008/260001
6 years, 9 months ago (2014-03-28 11:15:58 UTC) #48
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-28 13:14:27 UTC) #49
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on mac_chromium_rel
6 years, 9 months ago (2014-03-28 13:14:28 UTC) #50
MAD
The CQ bit was checked by mad@chromium.org
6 years, 9 months ago (2014-03-28 14:05:14 UTC) #51
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/211543008/260001
6 years, 9 months ago (2014-03-28 14:06:59 UTC) #52
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-28 16:20:35 UTC) #53
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on mac_chromium_rel
6 years, 9 months ago (2014-03-28 16:20:36 UTC) #54
MAD
The CQ bit was checked by mad@chromium.org
6 years, 9 months ago (2014-03-28 17:41:08 UTC) #55
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/211543008/280001
6 years, 9 months ago (2014-03-28 17:41:27 UTC) #56
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-28 21:19:10 UTC) #57
commit-bot: I haz the power
Failed to apply the patch. svn: Caught signal
6 years, 9 months ago (2014-03-28 21:19:13 UTC) #58
MAD
The CQ bit was checked by mad@chromium.org
6 years, 9 months ago (2014-03-28 21:40:18 UTC) #59
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mad@chromium.org/211543008/280001
6 years, 9 months ago (2014-03-28 21:41:56 UTC) #60
commit-bot: I haz the power
6 years, 9 months ago (2014-03-28 21:46:28 UTC) #61
Message was sent while issue was closed.
Change committed as 260289

Powered by Google App Engine
This is Rietveld 408576698