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

Issue 599653002: SRT Bubble (Closed)

Created:
6 years, 2 months ago by MAD
Modified:
6 years, 2 months ago
CC:
chromium-reviews, tfarina, battre, engedy
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Offer to download the Software removal tool when the sw_reporter component found something that it can handle. For chrome/app/chrome_command_ids.h TBR=cpu@chromium.org BUG=416582 Committed: https://crrev.com/2b3b655281789477955499659b5b06eba5faacfc Cr-Commit-Position: refs/heads/master@{#296594}

Patch Set 1 : WIP #

Patch Set 2 : Working Version #

Total comments: 6

Patch Set 3 : CR Comments. #

Total comments: 34

Patch Set 4 : Moar CR Comments... #

Total comments: 4

Patch Set 5 : Merged in ToT. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+390 lines, -38 lines) Patch
M chrome/app/chrome_command_ids.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/app/chromium_strings.grd View 1 2 3 4 1 chunk +19 lines, -0 lines 0 comments Download
M chrome/app/generated_resources.grd View 1 chunk +5 lines, -0 lines 0 comments Download
M chrome/app/google_chrome_strings.grd View 1 2 3 4 1 chunk +19 lines, -0 lines 0 comments Download
M chrome/browser/component_updater/sw_reporter_installer_win.h View 1 2 chunks +9 lines, -1 line 0 comments Download
M chrome/browser/component_updater/sw_reporter_installer_win.cc View 1 2 3 4 10 chunks +118 lines, -18 lines 0 comments Download
M chrome/browser/prefs/browser_prefs.cc View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/prefs/chrome_pref_service_factory.cc View 1 2 3 3 chunks +16 lines, -3 lines 0 comments Download
A chrome/browser/safe_browsing/srt_global_error_win.h View 1 2 3 1 chunk +52 lines, -0 lines 0 comments Download
A chrome/browser/safe_browsing/srt_global_error_win.cc View 1 2 3 1 chunk +112 lines, -0 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 4 chunks +17 lines, -15 lines 0 comments Download
M components/component_updater/pref_names.h View 1 2 3 1 chunk +6 lines, -0 lines 0 comments Download
M components/component_updater/pref_names.cc View 1 2 3 1 chunk +15 lines, -1 line 0 comments Download

Messages

Total messages: 24 (7 generated)
MAD
gab@, robertshield@, can you take a first look before I go to ONWERs? battre@, & ...
6 years, 2 months ago (2014-09-24 04:31:45 UTC) #3
engedy
Just a few comments. https://codereview.chromium.org/599653002/diff/40001/chrome/browser/safe_browsing/srt_global_error.cc File chrome/browser/safe_browsing/srt_global_error.cc (right): https://codereview.chromium.org/599653002/diff/40001/chrome/browser/safe_browsing/srt_global_error.cc#newcode19 chrome/browser/safe_browsing/srt_global_error.cc:19: const char kSRTDownloadURL[] = "http://www.google.com/chrome/srt/"; ...
6 years, 2 months ago (2014-09-24 10:14:45 UTC) #5
MAD
Thanks! All addressed... Anything else? BYE MAD https://codereview.chromium.org/599653002/diff/40001/chrome/browser/safe_browsing/srt_global_error.cc File chrome/browser/safe_browsing/srt_global_error.cc (right): https://codereview.chromium.org/599653002/diff/40001/chrome/browser/safe_browsing/srt_global_error.cc#newcode19 chrome/browser/safe_browsing/srt_global_error.cc:19: const char ...
6 years, 2 months ago (2014-09-24 11:12:33 UTC) #6
robertshield
Just a couple of nits from me, LGTM https://codereview.chromium.org/599653002/diff/60001/chrome/app/chromium_strings.grd File chrome/app/chromium_strings.grd (right): https://codereview.chromium.org/599653002/diff/60001/chrome/app/chromium_strings.grd#newcode910 chrome/app/chromium_strings.grd:910: <message ...
6 years, 2 months ago (2014-09-24 13:02:13 UTC) #8
engedy
LGTM module one more comment. https://codereview.chromium.org/599653002/diff/60001/chrome/browser/safe_browsing/srt_global_error.cc File chrome/browser/safe_browsing/srt_global_error.cc (right): https://codereview.chromium.org/599653002/diff/60001/chrome/browser/safe_browsing/srt_global_error.cc#newcode69 chrome/browser/safe_browsing/srt_global_error.cc:69: ShowBubbleView(browser); Showing more than ...
6 years, 2 months ago (2014-09-24 13:37:15 UTC) #9
gab
lg, comments below https://codereview.chromium.org/599653002/diff/60001/chrome/app/google_chrome_strings.grd File chrome/app/google_chrome_strings.grd (right): https://codereview.chromium.org/599653002/diff/60001/chrome/app/google_chrome_strings.grd#newcode832 chrome/app/google_chrome_strings.grd:832: <!-- SRT bubble messages --> I ...
6 years, 2 months ago (2014-09-24 16:22:37 UTC) #10
MAD
Thanks all. Addressed/Answered all comments. Will now reach out to OWNERS... Let me know if ...
6 years, 2 months ago (2014-09-24 20:40:36 UTC) #11
MAD
OWNERS review: waffles@: chrome/browser/component_updater/sw_reporter_installer_win.* components/component_updater/pref_names.* noelutz@: chrome/browser/safe_browsing/srt_global_error.* Thanks! BYE MAD
6 years, 2 months ago (2014-09-24 20:49:50 UTC) #14
waffles
lgtm for */component_updater/*
6 years, 2 months ago (2014-09-24 21:33:53 UTC) #15
noé
lgtm
6 years, 2 months ago (2014-09-24 23:13:28 UTC) #16
MAD
Excellent! Thanks all... Landing as soon as the tree re-opens... On Wed, Sep 24, 2014 ...
6 years, 2 months ago (2014-09-24 23:18:57 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/599653002/100001
6 years, 2 months ago (2014-09-24 23:40:59 UTC) #19
commit-bot: I haz the power
Committed patchset #5 (id:100001) as 97e84b2fb4f1f8158612f5365dc0312a921b0eba
6 years, 2 months ago (2014-09-25 00:44:58 UTC) #20
commit-bot: I haz the power
Patchset 5 (id:??) landed as https://crrev.com/2b3b655281789477955499659b5b06eba5faacfc Cr-Commit-Position: refs/heads/master@{#296594}
6 years, 2 months ago (2014-09-25 00:45:31 UTC) #21
gab
A few comments post-commit. https://codereview.chromium.org/599653002/diff/80001/chrome/browser/component_updater/sw_reporter_installer_win.cc File chrome/browser/component_updater/sw_reporter_installer_win.cc (right): https://codereview.chromium.org/599653002/diff/80001/chrome/browser/component_updater/sw_reporter_installer_win.cc#newcode143 chrome/browser/component_updater/sw_reporter_installer_win.cc:143: browser = new Browser(Browser::CreateParams(profile, desktop_type)); ...
6 years, 2 months ago (2014-09-25 16:26:30 UTC) #22
MAD
Thanks, addressed in https://codereview.chromium.org/607573002 https://codereview.chromium.org/599653002/diff/80001/chrome/browser/component_updater/sw_reporter_installer_win.cc File chrome/browser/component_updater/sw_reporter_installer_win.cc (right): https://codereview.chromium.org/599653002/diff/80001/chrome/browser/component_updater/sw_reporter_installer_win.cc#newcode143 chrome/browser/component_updater/sw_reporter_installer_win.cc:143: browser = new Browser(Browser::CreateParams(profile, desktop_type)); ...
6 years, 2 months ago (2014-09-25 16:41:42 UTC) #23
gab
6 years, 2 months ago (2014-09-25 16:56:23 UTC) #24
Message was sent while issue was closed.
On 2014/09/25 16:41:42, MAD wrote:
> Thanks, addressed in  https://codereview.chromium.org/607573002

Woot! With this, lgtm :-)!

Powered by Google App Engine
This is Rietveld 408576698