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

Issue 2507003005: Implement extension controlled indicators, starting with New Tab page (Closed)

Created:
4 years, 1 month ago by Dan Beam
Modified:
4 years, 1 month ago
Reviewers:
dpapad
CC:
arv+watch_chromium.org, chromium-apps-reviews_chromium.org, chromium-reviews, dbeam+watch-settings_chromium.org, dbeam+watch-closure_chromium.org, extensions-reviews_chromium.org, jlklein+watch-closure_chromium.org, michaelpg+watch-md-ui_chromium.org, michaelpg+watch-md-settings_chromium.org, stevenjb+watch-md-settings_chromium.org, vitalyp+closure_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Implement extension controlled indicators, starting with New Tab page R=dpapad@chromium.org BUG=614265 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation NOTRY=true # fixed a merge, see patchset 3 Committed: https://chromium.googlesource.com/chromium/src/+/9d3df9aeeedfdc4e57e3450f3cc6168037766609

Patch Set 1 : mo hackin' #

Total comments: 20

Patch Set 2 : dpapad@ review #

Patch Set 3 : git cl format #

Patch Set 4 : merge #

Unified diffs Side-by-side diffs Delta from patch set Stats (+282 lines, -15 lines) Patch
M chrome/app/generated_resources.grd View 1 2 3 1 chunk +0 lines, -3 lines 0 comments Download
M chrome/app/settings_strings.grdp View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/resources/settings/controls/compiled_resources2.gyp View 1 chunk +9 lines, -0 lines 0 comments Download
A chrome/browser/resources/settings/controls/extension_controlled_indicator.html View 1 1 chunk +37 lines, -0 lines 0 comments Download
A chrome/browser/resources/settings/controls/extension_controlled_indicator.js View 1 1 chunk +36 lines, -0 lines 0 comments Download
M chrome/browser/resources/settings/on_startup_page/compiled_resources2.gyp View 1 chunk +11 lines, -0 lines 0 comments Download
A chrome/browser/resources/settings/on_startup_page/on_startup_browser_proxy.html View 1 chunk +3 lines, -0 lines 0 comments Download
A chrome/browser/resources/settings/on_startup_page/on_startup_browser_proxy.js View 1 chunk +35 lines, -0 lines 0 comments Download
M chrome/browser/resources/settings/on_startup_page/on_startup_page.html View 2 chunks +11 lines, -0 lines 0 comments Download
M chrome/browser/resources/settings/on_startup_page/on_startup_page.js View 1 2 chunks +27 lines, -4 lines 0 comments Download
M chrome/browser/resources/settings/settings_resources.grd View 2 chunks +12 lines, -0 lines 0 comments Download
M chrome/browser/ui/BUILD.gn View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/policy_indicator_localized_strings_provider.cc View 1 chunk +0 lines, -4 lines 0 comments Download
M chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc View 1 2 3 1 chunk +5 lines, -4 lines 0 comments Download
M chrome/browser/ui/webui/settings/md_settings_ui.cc View 2 chunks +2 lines, -0 lines 0 comments Download
A chrome/browser/ui/webui/settings/on_startup_handler.h View 1 chunk +36 lines, -0 lines 0 comments Download
A chrome/browser/ui/webui/settings/on_startup_handler.cc View 1 2 1 chunk +53 lines, -0 lines 0 comments Download

Messages

Total messages: 33 (23 generated)
Dan Beam
4 years, 1 month ago (2016-11-17 01:03:43 UTC) #5
dpapad
https://codereview.chromium.org/2507003005/diff/20001/chrome/browser/resources/settings/on_startup_page/on_startup_browser_proxy.js File chrome/browser/resources/settings/on_startup_page/on_startup_browser_proxy.js (right): https://codereview.chromium.org/2507003005/diff/20001/chrome/browser/resources/settings/on_startup_page/on_startup_browser_proxy.js#newcode12 chrome/browser/resources/settings/on_startup_page/on_startup_browser_proxy.js:12: OnStartupBrowserProxy.prototype = { Do we need a new Proxy ...
4 years, 1 month ago (2016-11-17 01:16:47 UTC) #8
Dan Beam
https://codereview.chromium.org/2507003005/diff/20001/chrome/browser/resources/settings/on_startup_page/on_startup_browser_proxy.js File chrome/browser/resources/settings/on_startup_page/on_startup_browser_proxy.js (right): https://codereview.chromium.org/2507003005/diff/20001/chrome/browser/resources/settings/on_startup_page/on_startup_browser_proxy.js#newcode12 chrome/browser/resources/settings/on_startup_page/on_startup_browser_proxy.js:12: OnStartupBrowserProxy.prototype = { On 2016/11/17 01:16:46, dpapad wrote: > ...
4 years, 1 month ago (2016-11-17 01:33:11 UTC) #9
dpapad
LGTM with nits. https://codereview.chromium.org/2507003005/diff/20001/chrome/browser/resources/settings/controls/extension_controlled_indicator.html File chrome/browser/resources/settings/controls/extension_controlled_indicator.html (right): https://codereview.chromium.org/2507003005/diff/20001/chrome/browser/resources/settings/controls/extension_controlled_indicator.html#newcode13 chrome/browser/resources/settings/controls/extension_controlled_indicator.html:13: min-height: 44px; Can this be a ...
4 years, 1 month ago (2016-11-17 01:50:07 UTC) #12
Dan Beam
https://codereview.chromium.org/2507003005/diff/20001/chrome/browser/resources/settings/controls/extension_controlled_indicator.html File chrome/browser/resources/settings/controls/extension_controlled_indicator.html (right): https://codereview.chromium.org/2507003005/diff/20001/chrome/browser/resources/settings/controls/extension_controlled_indicator.html#newcode13 chrome/browser/resources/settings/controls/extension_controlled_indicator.html:13: min-height: 44px; On 2016/11/17 01:50:07, dpapad wrote: > Can ...
4 years, 1 month ago (2016-11-17 02:50:15 UTC) #13
Dan Beam
whoops, missed a couple https://codereview.chromium.org/2507003005/diff/20001/chrome/browser/ui/webui/settings/on_startup_handler.cc File chrome/browser/ui/webui/settings/on_startup_handler.cc (right): https://codereview.chromium.org/2507003005/diff/20001/chrome/browser/ui/webui/settings/on_startup_handler.cc#newcode19 chrome/browser/ui/webui/settings/on_startup_handler.cc:19: OnStartupHandler::OnStartupHandler() {} On 2016/11/17 01:16:46, ...
4 years, 1 month ago (2016-11-17 02:51:48 UTC) #14
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/2507003005/60001
4 years, 1 month ago (2016-11-17 05:03:43 UTC) #25
commit-bot: I haz the power
Failed to apply patch for chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc: While running git apply --index -p1; error: patch failed: ...
4 years, 1 month ago (2016-11-17 05:10:41 UTC) #27
commit-bot: I haz the power
Patchset 4 (id:??) landed as https://crrev.com/9d3df9aeeedfdc4e57e3450f3cc6168037766609 Cr-Commit-Position: refs/heads/master@{#432764}
4 years, 1 month ago (2016-11-17 05:37:11 UTC) #31
Dan Beam
4 years, 1 month ago (2016-11-17 05:38:42 UTC) #33
Message was sent while issue was closed.
Committed patchset #4 (id:80001) manually as
9d3df9aeeedfdc4e57e3450f3cc6168037766609 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698