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

Issue 543493002: Compile chrome://settings, part 2: reduce from 950 to 400 errors (Closed)

Created:
6 years, 3 months ago by Vitaly Pavlenko
Modified:
6 years, 3 months ago
Reviewers:
Dan Beam
CC:
chromium-reviews, nkostylev+watch_chromium.org, yukishiino+watch_chromium.org, arv+watch_chromium.org, Ilya Sherman, mkwst+watchlist_chromium.org, yusukes+watch_chromium.org, extensions-reviews_chromium.org, benquan, stevenjb+watch_chromium.org, nona+watch_chromium.org, chromium-apps-reviews_chromium.org, dbeam+watch-closure_chromium.org, dbeam+watch-options_chromium.org, pam+watch_chromium.org, oshima+watch_chromium.org, vitalyp+closure_chromium.org, gcasto+watchlist_chromium.org, rouslan+autofillwatch_chromium.org, tfarina, Dane Wallinga, dyu1, estade+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@F_settings
Project:
chromium
Visibility:
Public.

Description

Compile chrome://settings, part 2: reduce from 950 to 400 errors 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/e49301cf668c7f5ef8f2fac348a6eb2e981c3b61 Cr-Commit-Position: refs/heads/master@{#294690}

Patch Set 1 #

Total comments: 55

Patch Set 2 : fixed all but one comment (website_settings.js:42 left) #

Total comments: 8

Patch Set 3 : fixed comments #

Total comments: 3

Patch Set 4 : move bind() call inside getImportHandler_() #

Patch Set 5 : rebase #

Patch Set 6 : fixed a typo #

Patch Set 7 : rebase #

Patch Set 8 : fix rebase error #

Patch Set 9 : revert chrome/common/extensions/docs/examples/extensions/plugin_settings/options/js/deletable_item_… #

Patch Set 10 : rebase #

Patch Set 11 : rebase? rebase! #

Unified diffs Side-by-side diffs Delta from patch set Stats (+337 lines, -257 lines) Patch
M chrome/browser/resources/chromeos/user_images_grid.js View 5 chunks +9 lines, -7 lines 0 comments Download
M chrome/browser/resources/options/autofill_edit_address_overlay.js View 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/resources/options/autofill_edit_creditcard_overlay.js View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/resources/options/autofill_options.js View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/resources/options/autofill_options_list.js View 4 chunks +8 lines, -4 lines 0 comments Download
M chrome/browser/resources/options/browser_options.js View 1 2 3 4 5 6 7 3 chunks +11 lines, -9 lines 0 comments Download
M chrome/browser/resources/options/browser_options_profile_list.js View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/options/certificate_import_error_overlay.js View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/resources/options/certificate_manager.js View 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/browser/resources/options/chromeos/accounts_options.js View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/resources/options/chromeos/accounts_user_list.js View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/resources/options/chromeos/accounts_user_name_edit.js View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/resources/options/chromeos/bluetooth_add_device_overlay.js View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/resources/options/chromeos/bluetooth_device_list.js View 3 chunks +7 lines, -7 lines 0 comments Download
M chrome/browser/resources/options/chromeos/bluetooth_pair_device_overlay.js View 4 chunks +9 lines, -8 lines 0 comments Download
M chrome/browser/resources/options/chromeos/change_picture_options.js View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/resources/options/chromeos/consumer_management_overlay.js View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/options/chromeos/display_options.js View 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/resources/options/chromeos/display_overscan.js View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/resources/options/chromeos/internet_detail.js View 1 2 3 4 5 6 7 8 9 13 chunks +40 lines, -22 lines 0 comments Download
M chrome/browser/resources/options/chromeos/internet_detail_ip_address_field.js View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/resources/options/chromeos/keyboard_overlay.js View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/resources/options/chromeos/network_list.js View 1 2 11 chunks +20 lines, -16 lines 0 comments Download
M chrome/browser/resources/options/chromeos/preferred_networks.js View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/resources/options/chromeos/third_party_ime_confirm_overlay.js View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/options/compiled_resources.gyp View 2 chunks +3 lines, -0 lines 0 comments Download
M chrome/browser/resources/options/content_settings.js View 4 chunks +5 lines, -4 lines 0 comments Download
M chrome/browser/resources/options/content_settings_exceptions_area.js View 1 2 3 4 5 6 7 8 9 5 chunks +7 lines, -9 lines 0 comments Download
M chrome/browser/resources/options/content_settings_ui.js View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/resources/options/controlled_setting.js View 1 2 6 chunks +4 lines, -7 lines 0 comments Download
M chrome/browser/resources/options/cookies_list.js View 6 chunks +7 lines, -6 lines 0 comments Download
M chrome/browser/resources/options/cookies_view.js View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/resources/options/deletable_item_list.js View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/resources/options/editable_text_field.js View 3 chunks +9 lines, -3 lines 0 comments Download
M chrome/browser/resources/options/font_settings.js View 1 2 chunks +6 lines, -6 lines 0 comments Download
M chrome/browser/resources/options/geolocation_options.js View 1 chunk +1 line, -1 line 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/hotword_search_setting_indicator.js View 1 2 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/resources/options/inline_editable_list.js View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/resources/options/language_add_language_overlay.js View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/resources/options/language_dictionary_overlay.js View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/options/language_dictionary_overlay_word_list.js View 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/resources/options/language_list.js View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/options/language_options.js View 3 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/resources/options/manage_profile_overlay.js View 1 2 3 3 chunks +20 lines, -16 lines 0 comments Download
M chrome/browser/resources/options/options_page.js View 1 2 2 chunks +7 lines, -6 lines 0 comments Download
M chrome/browser/resources/options/origin_resources_list.js View 2 chunks +8 lines, -2 lines 0 comments Download
M chrome/browser/resources/options/password_manager.js View 1 3 chunks +4 lines, -3 lines 0 comments Download
M chrome/browser/resources/options/password_manager_list.js View 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/resources/options/pref_ui.js View 5 chunks +1 line, -9 lines 0 comments Download
M chrome/browser/resources/options/preferences.js View 6 chunks +13 lines, -12 lines 0 comments Download
M chrome/browser/resources/options/search_engine_manager.js View 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/resources/options/search_engine_manager_engine_list.js View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/resources/options/search_page.js View 1 2 3 4 3 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/resources/options/settings_dialog.js View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/options/startup_overlay.js View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/options/supervised_user_create_confirm.js View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/options/supervised_user_import.js View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/options/supervised_user_learn_more.js View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/options/website_settings.js View 1 2 3 4 5 6 7 8 9 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/resources/options/website_settings_edit_page.js View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/resources/sync_setup_overlay.js View 1 2 3 4 5 6 7 8 9 15 chunks +35 lines, -31 lines 0 comments Download
M ui/webui/resources/js/cr/ui/autocomplete_list.js View 1 1 chunk +1 line, -1 line 0 comments Download
M ui/webui/resources/js/cr/ui/bubble_button.js View 1 2 2 chunks +11 lines, -1 line 0 comments Download
M ui/webui/resources/js/cr/ui/grid.js View 1 2 4 chunks +6 lines, -7 lines 0 comments Download
M ui/webui/resources/js/cr/ui/list_single_selection_model.js View 1 chunk +1 line, -1 line 0 comments Download
M ui/webui/resources/js/cr/ui/position_util.js View 1 1 chunk +4 lines, -3 lines 0 comments Download
M ui/webui/resources/js/cr/ui/repeating_button.js View 1 2 3 4 5 3 chunks +20 lines, -19 lines 0 comments Download

Messages

Total messages: 47 (19 generated)
Vitaly Pavlenko
6 years, 3 months ago (2014-09-04 00:30:25 UTC) #1
Dan Beam
some good finds... https://codereview.chromium.org/543493002/diff/1/chrome/browser/resources/options/browser_options.js File chrome/browser/resources/options/browser_options.js (right): https://codereview.chromium.org/543493002/diff/1/chrome/browser/resources/options/browser_options.js#newcode1559 chrome/browser/resources/options/browser_options.js:1559: * @param {{value: number, disabled: boolean, ...
6 years, 3 months ago (2014-09-06 02:22:39 UTC) #2
Vitaly Pavlenko
https://codereview.chromium.org/543493002/diff/1/chrome/browser/resources/options/browser_options.js File chrome/browser/resources/options/browser_options.js (right): https://codereview.chromium.org/543493002/diff/1/chrome/browser/resources/options/browser_options.js#newcode1559 chrome/browser/resources/options/browser_options.js:1559: * @param {{value: number, disabled: boolean, controlledBy: string}} pref ...
6 years, 3 months ago (2014-09-06 22:54:09 UTC) #3
Dan Beam
https://codereview.chromium.org/543493002/diff/1/chrome/browser/resources/options/chromeos/accounts_user_name_edit.js File chrome/browser/resources/options/chromeos/accounts_user_name_edit.js (right): https://codereview.chromium.org/543493002/diff/1/chrome/browser/resources/options/chromeos/accounts_user_name_edit.js#newcode70 chrome/browser/resources/options/chromeos/accounts_user_name_edit.js:70: * @return {?{name: string, email: string}} User info parsed ...
6 years, 3 months ago (2014-09-09 02:59:10 UTC) #4
Vitaly Pavlenko
https://codereview.chromium.org/543493002/diff/1/chrome/browser/resources/options/chromeos/accounts_user_name_edit.js File chrome/browser/resources/options/chromeos/accounts_user_name_edit.js (right): https://codereview.chromium.org/543493002/diff/1/chrome/browser/resources/options/chromeos/accounts_user_name_edit.js#newcode70 chrome/browser/resources/options/chromeos/accounts_user_name_edit.js:70: * @return {?{name: string, email: string}} User info parsed ...
6 years, 3 months ago (2014-09-09 17:54:52 UTC) #5
Dan Beam
lgtm https://codereview.chromium.org/543493002/diff/40001/chrome/browser/resources/options/manage_profile_overlay.js File chrome/browser/resources/options/manage_profile_overlay.js (right): https://codereview.chromium.org/543493002/diff/40001/chrome/browser/resources/options/manage_profile_overlay.js#newcode369 chrome/browser/resources/options/manage_profile_overlay.js:369: } }.bind(this); https://codereview.chromium.org/543493002/diff/40001/chrome/browser/resources/options/manage_profile_overlay.js#newcode409 chrome/browser/resources/options/manage_profile_overlay.js:409: .bind(this); move bind() to ...
6 years, 3 months ago (2014-09-09 19:05:48 UTC) #6
Vitaly Pavlenko
https://codereview.chromium.org/543493002/diff/40001/chrome/browser/resources/options/manage_profile_overlay.js File chrome/browser/resources/options/manage_profile_overlay.js (right): https://codereview.chromium.org/543493002/diff/40001/chrome/browser/resources/options/manage_profile_overlay.js#newcode409 chrome/browser/resources/options/manage_profile_overlay.js:409: .bind(this); On 2014/09/09 19:05:48, Dan Beam wrote: > move ...
6 years, 3 months ago (2014-09-09 21:26:05 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/vitalyp@chromium.org/543493002/60001
6 years, 3 months ago (2014-09-09 21:31:33 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/vitalyp@chromium.org/543493002/80001
6 years, 3 months ago (2014-09-09 22:06:29 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/9788)
6 years, 3 months ago (2014-09-09 22:19:23 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patchset/543493002/100001
6 years, 3 months ago (2014-09-10 23:17:57 UTC) #16
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/10142) win_chromium_x64_rel_swarming on tryserver.chromium.win (http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_x64_rel_swarming/builds/8191)
6 years, 3 months ago (2014-09-11 00:02:49 UTC) #18
Dan Beam
i'm committing https://codereview.chromium.org/561873004/ to unblock the presubmit error
6 years, 3 months ago (2014-09-11 04:18:35 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patchset/543493002/100001
6 years, 3 months ago (2014-09-11 16:58:54 UTC) #21
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/10352) win_chromium_x64_rel_swarming on tryserver.chromium.win (http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_x64_rel_swarming/builds/8524)
6 years, 3 months ago (2014-09-11 17:30:01 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patchset/543493002/130001
6 years, 3 months ago (2014-09-11 18:19:47 UTC) #25
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/10386)
6 years, 3 months ago (2014-09-11 18:38:49 UTC) #27
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patchset/543493002/150001
6 years, 3 months ago (2014-09-11 18:55:43 UTC) #29
commit-bot: I haz the power
Exceeded time limit waiting for builds to trigger.
6 years, 3 months ago (2014-09-12 00:58:14 UTC) #31
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patchset/543493002/150001
6 years, 3 months ago (2014-09-12 01:03:12 UTC) #33
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_rel_swarming on tryserver.chromium.win (http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_swarming/builds/11840)
6 years, 3 months ago (2014-09-12 02:39:23 UTC) #35
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patchset/543493002/170001
6 years, 3 months ago (2014-09-12 02:52:01 UTC) #37
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_rel_swarming on tryserver.chromium.win (http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_swarming/builds/11859)
6 years, 3 months ago (2014-09-12 04:07:08 UTC) #39
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patchset/543493002/190001
6 years, 3 months ago (2014-09-12 18:19:19 UTC) #41
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_rel_swarming on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_rel_swarming/builds/13790)
6 years, 3 months ago (2014-09-12 20:34:32 UTC) #43
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patchset/543493002/190001
6 years, 3 months ago (2014-09-12 22:29:24 UTC) #45
commit-bot: I haz the power
Committed patchset #11 (id:190001) as 4785e1d37334b8c5c2b700d3ccc3a6ae1a551ff2
6 years, 3 months ago (2014-09-12 23:12:18 UTC) #46
commit-bot: I haz the power
6 years, 3 months ago (2014-09-12 23:18:10 UTC) #47
Message was sent while issue was closed.
Patchset 11 (id:??) landed as
https://crrev.com/e49301cf668c7f5ef8f2fac348a6eb2e981c3b61
Cr-Commit-Position: refs/heads/master@{#294690}

Powered by Google App Engine
This is Rietveld 408576698