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

Issue 2370923005: Implement restart-required message on Linux. (Closed)

Created:
4 years, 2 months ago by waffles
Modified:
4 years, 2 months ago
CC:
chromium-reviews, jam
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Implement restart-required message on Linux. When a plugin (Flash) can't be found in the registered plugins list, but the component updater says it knows about and has an implementation of that plugin, give a "restart required" message on Linux. If the plugin is disabled because it is out of date, this flow is not triggered - the browser instead displays "Couldn't load plugin". (This existing behavior is not modified by this changelist.) BUG=641611 Committed: https://crrev.com/e7759f75a134bfb7e94c984488916423e0cf6ebf Cr-Commit-Position: refs/heads/master@{#424288}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Through #11 & sync #

Total comments: 1

Patch Set 3 : Through #22 & sync #

Unified diffs Side-by-side diffs Delta from patch set Stats (+33 lines, -4 lines) Patch
M chrome/app/chromium_strings.grd View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
M chrome/app/google_chrome_strings.grd View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
M chrome/browser/plugins/plugin_info_message_filter.cc View 1 2 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/common/render_messages.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M chrome/renderer/chrome_content_renderer_client.cc View 1 2 2 chunks +8 lines, -0 lines 0 comments Download
M components/component_updater/component_updater_service.h View 1 chunk +3 lines, -1 line 0 comments Download
M components/component_updater/component_updater_service.cc View 2 chunks +5 lines, -3 lines 0 comments Download

Messages

Total messages: 31 (14 generated)
waffles
Hi all, PTAL at this UI polish issue around just-in-time Flash updates on Linux, where ...
4 years, 2 months ago (2016-09-27 17:52:46 UTC) #4
Sorin Jianu
lgtm Thank you! https://codereview.chromium.org/2370923005/diff/1/chrome/renderer/chrome_content_renderer_client.cc File chrome/renderer/chrome_content_renderer_client.cc (right): https://codereview.chromium.org/2370923005/diff/1/chrome/renderer/chrome_content_renderer_client.cc#newcode878 chrome/renderer/chrome_content_renderer_client.cc:878: base::string16 accname_app = l10n_util::GetStringUTF16(IDS_ACCNAME_APP); maybe const?
4 years, 2 months ago (2016-09-27 17:59:40 UTC) #5
Greg K
On 2016/09/27 17:52:46, waffles wrote: > Hi all, PTAL at this UI polish issue around ...
4 years, 2 months ago (2016-09-27 18:14:09 UTC) #6
Will Harris
can you update the first line of the CL description so it appears nicely in ...
4 years, 2 months ago (2016-09-27 22:39:57 UTC) #9
waffles
On 2016/09/27 22:39:57, Will Harris wrote: > can you update the first line of the ...
4 years, 2 months ago (2016-09-27 22:44:46 UTC) #11
waffles
https://codereview.chromium.org/2370923005/diff/1/chrome/renderer/chrome_content_renderer_client.cc File chrome/renderer/chrome_content_renderer_client.cc (right): https://codereview.chromium.org/2370923005/diff/1/chrome/renderer/chrome_content_renderer_client.cc#newcode878 chrome/renderer/chrome_content_renderer_client.cc:878: base::string16 accname_app = l10n_util::GetStringUTF16(IDS_ACCNAME_APP); On 2016/09/27 17:59:40, Sorin Jianu ...
4 years, 2 months ago (2016-09-27 22:54:19 UTC) #13
Bernhard Bauer
lgtm
4 years, 2 months ago (2016-09-28 08:44:01 UTC) #17
waffles
wfh, thestig: ping (wfh: welcome back!)
4 years, 2 months ago (2016-10-10 18:20:00 UTC) #18
Will Harris
lgtm for the chrome/common/render_messages.h
4 years, 2 months ago (2016-10-10 18:25:06 UTC) #19
Lei Zhang
https://codereview.chromium.org/2370923005/diff/20001/chrome/app/generated_resources.grd File chrome/app/generated_resources.grd (right): https://codereview.chromium.org/2370923005/diff/20001/chrome/app/generated_resources.grd#newcode7186 chrome/app/generated_resources.grd:7186: + Restart <ph name="ACCNAME_APP">$1<ex>Chrome</ex></ph> to enable <ph name="PLUGIN_NAME">$2<ex>Flash</ex></ph> Is ...
4 years, 2 months ago (2016-10-10 18:29:13 UTC) #20
waffles
On 2016/10/10 18:29:13, Lei Zhang wrote: > https://codereview.chromium.org/2370923005/diff/20001/chrome/app/generated_resources.grd > File chrome/app/generated_resources.grd (right): > > https://codereview.chromium.org/2370923005/diff/20001/chrome/app/generated_resources.grd#newcode7186 ...
4 years, 2 months ago (2016-10-10 21:45:44 UTC) #21
Lei Zhang
On 2016/10/10 21:45:44, waffles wrote: > On 2016/10/10 18:29:13, Lei Zhang wrote: > > > ...
4 years, 2 months ago (2016-10-10 21:52:11 UTC) #22
waffles
On 2016/10/10 21:52:11, Lei Zhang wrote: > On 2016/10/10 21:45:44, waffles wrote: > > On ...
4 years, 2 months ago (2016-10-10 22:47:46 UTC) #23
Lei Zhang
lgtm
4 years, 2 months ago (2016-10-10 22:57:56 UTC) #24
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/2370923005/40001
4 years, 2 months ago (2016-10-10 23:02:36 UTC) #27
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 2 months ago (2016-10-10 23:42:46 UTC) #29
commit-bot: I haz the power
4 years, 2 months ago (2016-10-10 23:47:53 UTC) #31
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/e7759f75a134bfb7e94c984488916423e0cf6ebf
Cr-Commit-Position: refs/heads/master@{#424288}

Powered by Google App Engine
This is Rietveld 408576698