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

Issue 566063002: Compile chrome://settings, part 8: the final battle (Closed)

Created:
6 years, 3 months ago by Vitaly Pavlenko
Modified:
6 years, 2 months ago
CC:
chromium-reviews, dbeam+watch-options_chromium.org, nkostylev+watch_chromium.org, arv+watch_chromium.org, oshima+watch_chromium.org, vitalyp+closure_chromium.org, stevenjb+watch_chromium.org, dbeam+watch-closure_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@H_options_errors_6
Project:
chromium
Visibility:
Public.

Description

Compile chrome://settings, part 8: the final battle R=dbeam@chromium.org BUG=393873 TEST=GYP_GENERATORS=ninja gyp --depth . chrome/browser/resources/options/compiled_resources.gyp && ninja -C out/Default | grep ERROR | wc -l Committed: https://crrev.com/7abe92adb4c607460d284e95c3df21d3a7f86520 Cr-Commit-Position: refs/heads/master@{#297461}

Patch Set 1 #

Total comments: 23

Patch Set 2 : fixed comments #

Total comments: 2

Patch Set 3 : fixed one nit #

Total comments: 7

Patch Set 4 : instanceof #

Patch Set 5 : nit #

Patch Set 6 : suppress #

Total comments: 1

Patch Set 7 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+66 lines, -19 lines) Patch
M chrome/browser/resources/chromeos/user_images_grid.js View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/resources/options/browser_options.js View 1 2 3 3 chunks +11 lines, -3 lines 0 comments Download
M chrome/browser/resources/options/chromeos/display_overscan.js View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/options/chromeos/internet_detail.js View 1 2 3 2 chunks +6 lines, -2 lines 0 comments Download
M chrome/browser/resources/options/chromeos/onc_data.js View 1 2 3 3 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/resources/options/content_settings.js View 1 2 3 3 chunks +18 lines, -5 lines 0 comments Download
M chrome/browser/resources/options/content_settings_exceptions_area.js View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/resources/options/handler_options_list.js View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/options/manage_profile_overlay.js View 1 2 3 chunks +19 lines, -3 lines 0 comments Download
M third_party/closure_compiler/compiled_resources.gyp View 1 chunk +1 line, -0 lines 0 comments Download
M ui/webui/resources/js/cr/ui/command.js View 1 2 3 4 5 1 chunk +3 lines, -1 line 0 comments Download

Messages

Total messages: 21 (2 generated)
Vitaly Pavlenko
6 years, 3 months ago (2014-09-12 22:25:54 UTC) #1
Dan Beam
https://chromiumcodereview.appspot.com/566063002/diff/1/chrome/browser/resources/options/browser_options.js File chrome/browser/resources/options/browser_options.js (right): https://chromiumcodereview.appspot.com/566063002/diff/1/chrome/browser/resources/options/browser_options.js#newcode1758 chrome/browser/resources/options/browser_options.js:1758: * proxy: {id: string, name: string}}} details A dictionary ...
6 years, 3 months ago (2014-09-12 23:36:12 UTC) #2
Vitaly Pavlenko
https://chromiumcodereview.appspot.com/566063002/diff/1/chrome/browser/resources/options/browser_options.js File chrome/browser/resources/options/browser_options.js (right): https://chromiumcodereview.appspot.com/566063002/diff/1/chrome/browser/resources/options/browser_options.js#newcode1758 chrome/browser/resources/options/browser_options.js:1758: * proxy: {id: string, name: string}}} details A dictionary ...
6 years, 3 months ago (2014-09-13 00:02:37 UTC) #3
Dan Beam
https://chromiumcodereview.appspot.com/566063002/diff/1/chrome/browser/resources/options/manage_profile_overlay.js File chrome/browser/resources/options/manage_profile_overlay.js (right): https://chromiumcodereview.appspot.com/566063002/diff/1/chrome/browser/resources/options/manage_profile_overlay.js#newcode784 chrome/browser/resources/options/manage_profile_overlay.js:784: this.updateSignedInStatus_(email, hasError); On 2014/09/13 00:02:36, Vitaly Pavlenko wrote: > ...
6 years, 3 months ago (2014-09-16 01:19:10 UTC) #4
Vitaly Pavlenko
https://chromiumcodereview.appspot.com/566063002/diff/1/chrome/browser/resources/options/manage_profile_overlay.js File chrome/browser/resources/options/manage_profile_overlay.js (right): https://chromiumcodereview.appspot.com/566063002/diff/1/chrome/browser/resources/options/manage_profile_overlay.js#newcode784 chrome/browser/resources/options/manage_profile_overlay.js:784: this.updateSignedInStatus_(email, hasError); On 2014/09/16 01:19:10, Dan Beam wrote: > ...
6 years, 3 months ago (2014-09-16 03:36:55 UTC) #5
Vitaly Pavlenko
On 2014/09/16 03:36:55, Vitaly Pavlenko wrote: > https://chromiumcodereview.appspot.com/566063002/diff/1/chrome/browser/resources/options/manage_profile_overlay.js > File chrome/browser/resources/options/manage_profile_overlay.js (right): > > https://chromiumcodereview.appspot.com/566063002/diff/1/chrome/browser/resources/options/manage_profile_overlay.js#newcode784 ...
6 years, 3 months ago (2014-09-19 00:51:30 UTC) #6
Dan Beam
https://chromiumcodereview.appspot.com/566063002/diff/1/ui/webui/resources/js/cr/ui/command.js File ui/webui/resources/js/cr/ui/command.js (right): https://chromiumcodereview.appspot.com/566063002/diff/1/ui/webui/resources/js/cr/ui/command.js#newcode216 ui/webui/resources/js/cr/ui/command.js:216: doc.addEventListener('focus', this.handleFocus_.bind(this), true); On 2014/09/16 03:36:55, Vitaly Pavlenko wrote: ...
6 years, 3 months ago (2014-09-19 01:05:55 UTC) #7
Vitaly Pavlenko
https://chromiumcodereview.appspot.com/566063002/diff/1/ui/webui/resources/js/cr/ui/command.js File ui/webui/resources/js/cr/ui/command.js (right): https://chromiumcodereview.appspot.com/566063002/diff/1/ui/webui/resources/js/cr/ui/command.js#newcode216 ui/webui/resources/js/cr/ui/command.js:216: doc.addEventListener('focus', this.handleFocus_.bind(this), true); On 2014/09/19 01:05:55, Dan Beam wrote: ...
6 years, 3 months ago (2014-09-19 01:36:26 UTC) #8
Vitaly Pavlenko
On 2014/09/19 01:36:26, Vitaly Pavlenko wrote: > https://chromiumcodereview.appspot.com/566063002/diff/1/ui/webui/resources/js/cr/ui/command.js > File ui/webui/resources/js/cr/ui/command.js (right): > > https://chromiumcodereview.appspot.com/566063002/diff/1/ui/webui/resources/js/cr/ui/command.js#newcode216 ...
6 years, 2 months ago (2014-09-22 19:59:21 UTC) #9
Dan Beam
+arv@ for thoughts https://chromiumcodereview.appspot.com/566063002/diff/1/ui/webui/resources/js/cr/ui/command.js File ui/webui/resources/js/cr/ui/command.js (right): https://chromiumcodereview.appspot.com/566063002/diff/1/ui/webui/resources/js/cr/ui/command.js#newcode244 ui/webui/resources/js/cr/ui/command.js:244: if ('menu' in target || 'command' ...
6 years, 2 months ago (2014-09-23 02:19:53 UTC) #11
Vitaly Pavlenko
On 2014/09/23 02:19:53, Dan Beam wrote: > +arv@ for thoughts > > https://chromiumcodereview.appspot.com/566063002/diff/1/ui/webui/resources/js/cr/ui/command.js > File ...
6 years, 2 months ago (2014-09-24 17:01:27 UTC) #12
arv (Not doing code reviews)
https://codereview.chromium.org/566063002/diff/40001/chrome/browser/resources/options/chromeos/onc_data.js File chrome/browser/resources/options/chromeos/onc_data.js (right): https://codereview.chromium.org/566063002/diff/40001/chrome/browser/resources/options/chromeos/onc_data.js#newcode157 chrome/browser/resources/options/chromeos/onc_data.js:157: assert(typeof source == 'string'); I'm not sure we want ...
6 years, 2 months ago (2014-09-29 22:46:27 UTC) #13
Dan Beam
https://codereview.chromium.org/566063002/diff/40001/chrome/browser/resources/options/handler_options_list.js File chrome/browser/resources/options/handler_options_list.js (right): https://codereview.chromium.org/566063002/diff/40001/chrome/browser/resources/options/handler_options_list.js#newcode182 chrome/browser/resources/options/handler_options_list.js:182: delegate.removeHandler(i, data.handlers[i]); On 2014/09/29 22:46:27, arv wrote: > Scary. ...
6 years, 2 months ago (2014-09-29 23:00:16 UTC) #14
Vitaly Pavlenko
https://codereview.chromium.org/566063002/diff/40001/chrome/browser/resources/options/chromeos/onc_data.js File chrome/browser/resources/options/chromeos/onc_data.js (right): https://codereview.chromium.org/566063002/diff/40001/chrome/browser/resources/options/chromeos/onc_data.js#newcode157 chrome/browser/resources/options/chromeos/onc_data.js:157: assert(typeof source == 'string'); On 2014/09/29 22:46:27, arv wrote: ...
6 years, 2 months ago (2014-09-30 03:52:02 UTC) #15
Vitaly Pavlenko
On 2014/09/30 03:52:02, Vitaly Pavlenko (last week) wrote: > https://codereview.chromium.org/566063002/diff/40001/chrome/browser/resources/options/chromeos/onc_data.js > File chrome/browser/resources/options/chromeos/onc_data.js (right): > ...
6 years, 2 months ago (2014-09-30 04:00:27 UTC) #16
Dan Beam
lgtm https://chromiumcodereview.appspot.com/566063002/diff/100001/ui/webui/resources/js/cr/ui/command.js File ui/webui/resources/js/cr/ui/command.js (right): https://chromiumcodereview.appspot.com/566063002/diff/100001/ui/webui/resources/js/cr/ui/command.js#newcode240 ui/webui/resources/js/cr/ui/command.js:240: * TODO(vitalyp): remove the suppression. this is fine ...
6 years, 2 months ago (2014-09-30 16:47:15 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/566063002/120001
6 years, 2 months ago (2014-09-30 17:26:46 UTC) #19
commit-bot: I haz the power
Committed patchset #7 (id:120001) as f99b00f208532ff816f85d8864474f018ac887be
6 years, 2 months ago (2014-09-30 18:26:14 UTC) #20
commit-bot: I haz the power
6 years, 2 months ago (2014-09-30 18:26:58 UTC) #21
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/7abe92adb4c607460d284e95c3df21d3a7f86520
Cr-Commit-Position: refs/heads/master@{#297461}

Powered by Google App Engine
This is Rietveld 408576698