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

Issue 2081873002: Incorporate comments in Dbus code and add Eol icon (Closed)

Created:
4 years, 6 months ago by xiaoyinh(OOO Sep 11-29)
Modified:
4 years, 5 months ago
CC:
chromium-reviews, sadrul, hashimoto+watch_chromium.org, dzhioev+watch_chromium.org, achuith+watch_chromium.org, oshima+watch_chromium.org, kalyank, davemoore+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Follow up CL for EOL notification. Incorporate comments in Dbus code and add Eol icon BUG=611816 TEST=manual and browsertest CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:closure_compilation Committed: https://crrev.com/aa17d834373d7501a033b7b56b0d7531363fc8e1 Cr-Commit-Position: refs/heads/master@{#403319}

Patch Set 1 #

Total comments: 10

Patch Set 2 : Incorporate comments from reviewers #

Patch Set 3 : wrap the include with #if defined(OS_CHROMEOS). #

Total comments: 1

Patch Set 4 : Incorporoate comments from hashimoto@ #

Patch Set 5 : Add new vector icons and add a dismiss button. #

Total comments: 1

Patch Set 6 : Cancel notification when after buttonclick #

Patch Set 7 : Incorporate comments from UI review: Changed vector icons and UI strings. #

Total comments: 14

Patch Set 8 : Incorporate comments from xiyuan@ and estade@ #

Patch Set 9 : flip the EOL flag to make it enabled by default #

Total comments: 2

Patch Set 10 : run through svgo for eol.svg #

Patch Set 11 : Fix trybot failure #

Total comments: 2

Patch Set 12 : Incorporate comments from xiyuan@ #

Total comments: 2

Patch Set 13 : incorporate comments from isherman@ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+293 lines, -78 lines) Patch
M chrome/app/chromeos_strings.grdp View 1 2 3 4 5 6 1 chunk +20 lines, -11 lines 0 comments Download
M chrome/browser/about_flags.cc View 1 2 3 4 5 6 7 8 2 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/chromeos/eol_notification.h View 3 chunks +4 lines, -3 lines 0 comments Download
M chrome/browser/chromeos/eol_notification.cc View 1 2 3 4 5 6 7 6 chunks +43 lines, -20 lines 0 comments Download
M chrome/browser/chromeos/login/session/user_session_manager.cc View 1 2 3 4 5 6 3 chunks +8 lines, -8 lines 0 comments Download
M chrome/browser/resources/help/help_content.css View 1 2 3 4 5 6 7 2 chunks +18 lines, -0 lines 0 comments Download
M chrome/browser/resources/help/help_content.html View 1 2 3 4 5 6 7 2 chunks +9 lines, -1 line 0 comments Download
M chrome/browser/resources/help/help_page.js View 1 2 3 4 5 6 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/help/help_browsertest.js View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +11 lines, -5 lines 0 comments Download
M chrome/browser/ui/webui/help/help_handler.h View 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/ui/webui/help/help_handler.cc View 1 2 3 4 5 6 5 chunks +11 lines, -11 lines 0 comments Download
M chrome/browser/ui/webui/help/version_updater.h View 1 2 2 chunks +6 lines, -1 line 0 comments Download
M chrome/browser/ui/webui/help/version_updater_chromeos.cc View 1 chunk +0 lines, -1 line 0 comments Download
M chromeos/chromeos_switches.h View 1 2 3 4 5 6 2 chunks +1 line, -1 line 0 comments Download
M chromeos/chromeos_switches.cc View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M chromeos/dbus/fake_update_engine_client.cc View 1 2 3 3 chunks +11 lines, -3 lines 0 comments Download
M chromeos/dbus/update_engine_client.h View 1 chunk +4 lines, -3 lines 0 comments Download
M chromeos/dbus/update_engine_client.cc View 1 chunk +1 line, -1 line 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -0 lines 0 comments Download
M ui/gfx/BUILD.gn View 1 2 3 4 5 6 7 3 chunks +3 lines, -0 lines 0 comments Download
A ui/gfx/vector_icons/eol.icon View 1 2 3 4 5 6 1 chunk +59 lines, -0 lines 0 comments Download
A ui/gfx/vector_icons/info_outline.icon View 1 2 3 4 5 6 7 1 chunk +30 lines, -0 lines 0 comments Download
A ui/gfx/vector_icons/notifications_off.icon View 1 2 3 4 5 6 7 1 chunk +41 lines, -0 lines 0 comments Download
A ui/webui/resources/images/eol.svg View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 57 (16 generated)
xiaoyinh(OOO Sep 11-29)
4 years, 6 months ago (2016-06-21 00:46:22 UTC) #3
hashimoto
https://codereview.chromium.org/2081873002/diff/1/chromeos/dbus/fake_update_engine_client.cc File chromeos/dbus/fake_update_engine_client.cc (right): https://codereview.chromium.org/2081873002/diff/1/chromeos/dbus/fake_update_engine_client.cc#newcode78 chromeos/dbus/fake_update_engine_client.cc:78: base::Bind(&FakeUpdateEngineClient::OnGetChannel, This line does nothing. If you want to ...
4 years, 6 months ago (2016-06-21 03:09:52 UTC) #5
oshima
What hashimoto said, plus please specify who should review which directories when you send CL ...
4 years, 6 months ago (2016-06-21 06:19:15 UTC) #6
xiyuan
https://codereview.chromium.org/2081873002/diff/1/ash/resources/ash_resources.grd File ash/resources/ash_resources.grd (right): https://codereview.chromium.org/2081873002/diff/1/ash/resources/ash_resources.grd#newcode167 ash/resources/ash_resources.grd:167: <structure type="chrome_scaled_image" name="IDR_AURA_NOTIFICATION_EOL" file="cros/notification/eol_notification_icon.png" /> Why do we put ...
4 years, 6 months ago (2016-06-21 15:18:14 UTC) #7
xiaoyinh(OOO Sep 11-29)
oshima@, Thank you for the advice. Could you help review changes in chrome/app/theme? xiyuan@, could ...
4 years, 6 months ago (2016-06-22 18:25:40 UTC) #8
xiyuan
lgtm
4 years, 6 months ago (2016-06-22 18:31:45 UTC) #9
xiaoyinh(OOO Sep 11-29)
Some trybots failed at compilation. Local compilation did succeed though. Should I use this in ...
4 years, 6 months ago (2016-06-22 20:20:51 UTC) #10
xiyuan
On 2016/06/22 20:20:51, xiaoyinh wrote: > Some trybots failed at compilation. Local compilation did succeed ...
4 years, 6 months ago (2016-06-22 20:31:09 UTC) #11
stevenjb
lgtm
4 years, 6 months ago (2016-06-22 20:38:53 UTC) #12
xiaoyinh(OOO Sep 11-29)
On 2016/06/22 20:31:09, xiyuan wrote: > On 2016/06/22 20:20:51, xiaoyinh wrote: > > Some trybots ...
4 years, 6 months ago (2016-06-23 01:00:49 UTC) #13
hashimoto
https://codereview.chromium.org/2081873002/diff/40001/chromeos/dbus/fake_update_engine_client.cc File chromeos/dbus/fake_update_engine_client.cc (right): https://codereview.chromium.org/2081873002/diff/40001/chromeos/dbus/fake_update_engine_client.cc#newcode101 chromeos/dbus/fake_update_engine_client.cc:101: void FakeUpdateEngineClient::OnGetChannel(const GetChannelCallback& callback) { You don't need these ...
4 years, 6 months ago (2016-06-23 05:12:48 UTC) #14
xiaoyinh(OOO Sep 11-29)
On 2016/06/23 05:12:48, hashimoto wrote: > https://codereview.chromium.org/2081873002/diff/40001/chromeos/dbus/fake_update_engine_client.cc > File chromeos/dbus/fake_update_engine_client.cc (right): > > https://codereview.chromium.org/2081873002/diff/40001/chromeos/dbus/fake_update_engine_client.cc#newcode101 > ...
4 years, 6 months ago (2016-06-23 14:54:50 UTC) #15
oshima
can we use vector icon instead?
4 years, 6 months ago (2016-06-23 16:19:57 UTC) #16
xiaoyinh(OOO Sep 11-29)
In this new patch: 1. Incorporated oshima@'s comment to add vector icon. estade@, could you ...
4 years, 6 months ago (2016-06-23 21:02:03 UTC) #18
xiyuan
https://codereview.chromium.org/2081873002/diff/80001/chrome/browser/chromeos/eol_notification.cc File chrome/browser/chromeos/eol_notification.cc (right): https://codereview.chromium.org/2081873002/diff/80001/chrome/browser/chromeos/eol_notification.cc#newcode58 chrome/browser/chromeos/eol_notification.cc:58: switch (button_index) { Should we close the notification when ...
4 years, 6 months ago (2016-06-23 21:19:54 UTC) #19
hashimoto
chromeos/dbus lgtm
4 years, 6 months ago (2016-06-24 00:06:45 UTC) #20
xiaoyinh(OOO Sep 11-29)
On 2016/06/23 21:19:54, xiyuan wrote: > https://codereview.chromium.org/2081873002/diff/80001/chrome/browser/chromeos/eol_notification.cc > File chrome/browser/chromeos/eol_notification.cc (right): > > https://codereview.chromium.org/2081873002/diff/80001/chrome/browser/chromeos/eol_notification.cc#newcode58 > ...
4 years, 6 months ago (2016-06-24 00:41:17 UTC) #21
xiyuan
lgtm
4 years, 6 months ago (2016-06-24 01:00:22 UTC) #22
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2081873002/100001
4 years, 6 months ago (2016-06-24 15:39:18 UTC) #24
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: win_chromium_rel_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/244932)
4 years, 6 months ago (2016-06-24 16:45:09 UTC) #26
xiaoyinh(OOO Sep 11-29)
Patch 7 incoporate comment from UI review, which is including front end modification, new vector ...
4 years, 5 months ago (2016-06-29 22:12:49 UTC) #28
Evan Stade
https://codereview.chromium.org/2081873002/diff/120001/ui/gfx/vector_icons/eol.1x.icon File ui/gfx/vector_icons/eol.1x.icon (right): https://codereview.chromium.org/2081873002/diff/120001/ui/gfx/vector_icons/eol.1x.icon#newcode5 ui/gfx/vector_icons/eol.1x.icon:5: CANVAS_DIMENSIONS, 160, this doesn't make sense --- the 1x ...
4 years, 5 months ago (2016-06-29 22:22:19 UTC) #29
xiyuan
https://codereview.chromium.org/2081873002/diff/120001/chrome/browser/resources/help/help_content.css File chrome/browser/resources/help/help_content.css (right): https://codereview.chromium.org/2081873002/diff/120001/chrome/browser/resources/help/help_content.css#newcode112 chrome/browser/resources/help/help_content.css:112: margin-left: 12px; margin-left is not RTL friendly. Let's use ...
4 years, 5 months ago (2016-06-29 22:29:37 UTC) #30
xiaoyinh(OOO Sep 11-29)
https://codereview.chromium.org/2081873002/diff/120001/chrome/browser/resources/help/help_content.css File chrome/browser/resources/help/help_content.css (right): https://codereview.chromium.org/2081873002/diff/120001/chrome/browser/resources/help/help_content.css#newcode112 chrome/browser/resources/help/help_content.css:112: margin-left: 12px; On 2016/06/29 22:29:37, xiyuan wrote: > margin-left ...
4 years, 5 months ago (2016-06-29 23:25:56 UTC) #31
xiyuan
lgtm
4 years, 5 months ago (2016-06-30 00:19:56 UTC) #32
stevenjb
chromeos/ lgtm
4 years, 5 months ago (2016-06-30 00:21:22 UTC) #33
Evan Stade
lgtm https://codereview.chromium.org/2081873002/diff/160001/ui/webui/resources/images/eol.svg File ui/webui/resources/images/eol.svg (right): https://codereview.chromium.org/2081873002/diff/160001/ui/webui/resources/images/eol.svg#newcode3 ui/webui/resources/images/eol.svg:3: <!-- Generator: Sketch 3.8.3 (29802) - http://www.bohemiancoding.com/sketch --> ...
4 years, 5 months ago (2016-06-30 13:41:42 UTC) #34
xiaoyinh(OOO Sep 11-29)
https://codereview.chromium.org/2081873002/diff/160001/ui/webui/resources/images/eol.svg File ui/webui/resources/images/eol.svg (right): https://codereview.chromium.org/2081873002/diff/160001/ui/webui/resources/images/eol.svg#newcode3 ui/webui/resources/images/eol.svg:3: <!-- Generator: Sketch 3.8.3 (29802) - http://www.bohemiancoding.com/sketch --> On ...
4 years, 5 months ago (2016-06-30 16:16:20 UTC) #35
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2081873002/180001
4 years, 5 months ago (2016-06-30 16:17:07 UTC) #37
xiaoyinh(OOO Sep 11-29)
isherman@, could you take a look at histograms.xml? xiyuan@, could you help review help_browsertest.js? Thanks!
4 years, 5 months ago (2016-06-30 19:45:25 UTC) #40
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2081873002/200001
4 years, 5 months ago (2016-06-30 19:46:16 UTC) #42
xiyuan
help_browsertest.js lgtm https://codereview.chromium.org/2081873002/diff/200001/chrome/browser/ui/webui/help/help_browsertest.js File chrome/browser/ui/webui/help/help_browsertest.js (right): https://codereview.chromium.org/2081873002/diff/200001/chrome/browser/ui/webui/help/help_browsertest.js#newcode22 chrome/browser/ui/webui/help/help_browsertest.js:22: nit: undo this, no empty line needed ...
4 years, 5 months ago (2016-06-30 20:02:42 UTC) #43
xiaoyinh(OOO Sep 11-29)
https://codereview.chromium.org/2081873002/diff/200001/chrome/browser/ui/webui/help/help_browsertest.js File chrome/browser/ui/webui/help/help_browsertest.js (right): https://codereview.chromium.org/2081873002/diff/200001/chrome/browser/ui/webui/help/help_browsertest.js#newcode22 chrome/browser/ui/webui/help/help_browsertest.js:22: On 2016/06/30 20:02:42, xiyuan wrote: > nit: undo this, ...
4 years, 5 months ago (2016-06-30 20:31:53 UTC) #44
Ilya Sherman
histograms.xml lgtm % a nit: https://codereview.chromium.org/2081873002/diff/220001/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (left): https://codereview.chromium.org/2081873002/diff/220001/tools/metrics/histograms/histograms.xml#oldcode80979 tools/metrics/histograms/histograms.xml:80979: - <int value="581118445" label="enable-eol-notification"/> ...
4 years, 5 months ago (2016-06-30 21:02:49 UTC) #45
xiaoyinh(OOO Sep 11-29)
https://codereview.chromium.org/2081873002/diff/220001/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (left): https://codereview.chromium.org/2081873002/diff/220001/tools/metrics/histograms/histograms.xml#oldcode80979 tools/metrics/histograms/histograms.xml:80979: - <int value="581118445" label="enable-eol-notification"/> On 2016/06/30 21:02:49, Ilya Sherman ...
4 years, 5 months ago (2016-06-30 21:35:28 UTC) #46
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2081873002/240001
4 years, 5 months ago (2016-06-30 21:37:12 UTC) #48
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 5 months ago (2016-06-30 22:48:53 UTC) #50
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2081873002/240001
4 years, 5 months ago (2016-06-30 22:50:06 UTC) #53
commit-bot: I haz the power
Committed patchset #13 (id:240001)
4 years, 5 months ago (2016-06-30 22:56:24 UTC) #54
commit-bot: I haz the power
CQ bit was unchecked.
4 years, 5 months ago (2016-06-30 22:56:38 UTC) #55
commit-bot: I haz the power
4 years, 5 months ago (2016-06-30 22:58:42 UTC) #57
Message was sent while issue was closed.
Patchset 13 (id:??) landed as
https://crrev.com/aa17d834373d7501a033b7b56b0d7531363fc8e1
Cr-Commit-Position: refs/heads/master@{#403319}

Powered by Google App Engine
This is Rietveld 408576698