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

Issue 2664503004: MD Settings: Make all HTML import href's relative. (Closed)

Created:
3 years, 10 months ago by dpapad
Modified:
3 years, 10 months ago
Reviewers:
Dan Beam
CC:
arv+watch_chromium.org, chromium-apps-reviews_chromium.org, chromium-reviews, dbeam+watch-settings_chromium.org, dcheng, extensions-reviews_chromium.org, gcasto+watchlist_chromium.org, michaelpg+watch-md-settings_chromium.org, michaelpg+watch-md-ui_chromium.org, stevenjb+watch-md-settings_chromium.org, tfarina, vabr+watchlistpasswordmanager_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

MD Settings: Make all HTML import href's relative. This allows those URLs to be treated the same way (as relative URLs) on Windows/Linux by vulcanize, and also requires less --redirect flags passed to Vulcanize. BUG=673825 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2664503004 Cr-Commit-Position: refs/heads/master@{#447441} Committed: https://chromium.googlesource.com/chromium/src/+/e4d460e023ab5c5880ba77dc812496c48a276148

Patch Set 1 #

Patch Set 2 : Rebase #

Patch Set 3 : Fix wrong path. #

Total comments: 2

Patch Set 4 : resolve conflits #

Patch Set 5 : Fix endless request loop. #

Patch Set 6 : Rebase #

Patch Set 7 : Fix typo #

Patch Set 8 : resolve more conflicts #

Unified diffs Side-by-side diffs Delta from patch set Stats (+520 lines, -520 lines) Patch
M chrome/browser/resources/settings/a11y_page/a11y_page.html View 1 chunk +5 lines, -5 lines 0 comments Download
M chrome/browser/resources/settings/a11y_page/manage_a11y_page.html View 1 chunk +5 lines, -5 lines 0 comments Download
M chrome/browser/resources/settings/about_page/about_page.html View 2 chunks +12 lines, -12 lines 0 comments Download
M chrome/browser/resources/settings/about_page/channel_switcher_dialog.html View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/resources/settings/about_page/detailed_build_info.html View 1 chunk +4 lines, -4 lines 0 comments Download
M chrome/browser/resources/settings/android_apps_page/android_apps_page.html View 1 chunk +5 lines, -5 lines 0 comments Download
M chrome/browser/resources/settings/appearance_page/appearance_fonts_page.html View 1 chunk +4 lines, -4 lines 0 comments Download
M chrome/browser/resources/settings/appearance_page/appearance_page.html View 1 1 chunk +12 lines, -12 lines 0 comments Download
M chrome/browser/resources/settings/basic_page/basic_page.html View 1 2 3 1 chunk +24 lines, -24 lines 0 comments Download
M chrome/browser/resources/settings/bluetooth_page/bluetooth_device_dialog.html View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/resources/settings/bluetooth_page/bluetooth_device_list_item.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/settings/bluetooth_page/bluetooth_page.html View 1 2 3 4 5 6 1 chunk +5 lines, -5 lines 0 comments Download
M chrome/browser/resources/settings/certificate_manager_page/ca_trust_edit_dialog.html View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/resources/settings/certificate_manager_page/certificate_delete_confirmation_dialog.html View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/resources/settings/certificate_manager_page/certificate_entry.html View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/resources/settings/certificate_manager_page/certificate_list.html View 1 1 chunk +5 lines, -5 lines 0 comments Download
M chrome/browser/resources/settings/certificate_manager_page/certificate_manager_page.html View 1 chunk +8 lines, -8 lines 0 comments Download
M chrome/browser/resources/settings/certificate_manager_page/certificate_password_decryption_dialog.html View 1 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/resources/settings/certificate_manager_page/certificate_password_encryption_dialog.html View 1 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/resources/settings/certificate_manager_page/certificate_subentry.html View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/resources/settings/certificate_manager_page/certificates_error_dialog.html View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/resources/settings/clear_browsing_data_dialog/clear_browsing_data_dialog.html View 1 chunk +7 lines, -7 lines 0 comments Download
M chrome/browser/resources/settings/clear_browsing_data_dialog/history_deletion_dialog.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/settings/controls/controlled_button.html View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/resources/settings/controls/controlled_radio_button.html View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/resources/settings/controls/extension_controlled_indicator.html View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/resources/settings/controls/pref_control_behavior.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/settings/controls/settings_boolean_control_behavior.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/settings/controls/settings_checkbox.html View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/resources/settings/controls/settings_dropdown_menu.html View 1 chunk +5 lines, -5 lines 0 comments Download
M chrome/browser/resources/settings/controls/settings_input.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/settings/controls/settings_radio_group.html View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/resources/settings/controls/settings_toggle_button.html View 1 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/resources/settings/date_time_page/date_time_page.html View 1 chunk +6 lines, -6 lines 0 comments Download
M chrome/browser/resources/settings/default_browser_page/default_browser_page.html View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/resources/settings/device_page/device_page.html View 1 chunk +12 lines, -12 lines 0 comments Download
M chrome/browser/resources/settings/device_page/display.html View 1 chunk +4 lines, -4 lines 0 comments Download
M chrome/browser/resources/settings/device_page/display_layout.html View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/resources/settings/device_page/display_overscan_dialog.html View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/resources/settings/device_page/drive_cache_dialog.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/settings/device_page/keyboard.html View 1 chunk +5 lines, -5 lines 0 comments Download
M chrome/browser/resources/settings/device_page/pointers.html View 1 chunk +4 lines, -4 lines 0 comments Download
M chrome/browser/resources/settings/device_page/storage.html View 1 chunk +4 lines, -4 lines 0 comments Download
M chrome/browser/resources/settings/device_page/stylus.html View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/resources/settings/direction_delegate.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/settings/downloads_page/downloads_page.html View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/resources/settings/global_scroll_target_behavior.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/settings/internet_page/internet_detail_page.html View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/resources/settings/internet_page/internet_known_networks_page.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/settings/internet_page/internet_page.html View 1 chunk +5 lines, -5 lines 0 comments Download
M chrome/browser/resources/settings/internet_page/internet_shared_css.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/settings/internet_page/network_apnlist.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/settings/internet_page/network_nameservers.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/settings/internet_page/network_proxy.html View 1 chunk +5 lines, -5 lines 0 comments Download
M chrome/browser/resources/settings/internet_page/network_siminfo.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/settings/internet_page/network_summary_item.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/settings/languages_page/add_languages_dialog.html View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/resources/settings/languages_page/edit_dictionary_page.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/settings/languages_page/languages.html View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/resources/settings/languages_page/languages_page.html View 2 chunks +8 lines, -8 lines 0 comments Download
M chrome/browser/resources/settings/languages_page/manage_input_methods_page.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/settings/on_startup_page/on_startup_page.html View 1 chunk +6 lines, -6 lines 0 comments Download
M chrome/browser/resources/settings/on_startup_page/startup_url_dialog.html View 1 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/resources/settings/on_startup_page/startup_url_entry.html View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/resources/settings/on_startup_page/startup_urls_page.html View 1 chunk +5 lines, -5 lines 0 comments Download
M chrome/browser/resources/settings/passwords_and_forms_page/address_edit_dialog.html View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/resources/settings/passwords_and_forms_page/autofill_section.html View 1 chunk +5 lines, -5 lines 0 comments Download
M chrome/browser/resources/settings/passwords_and_forms_page/credit_card_edit_dialog.html View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/resources/settings/passwords_and_forms_page/password_edit_dialog.html View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/resources/settings/passwords_and_forms_page/passwords_and_forms_page.html View 1 chunk +8 lines, -8 lines 0 comments Download
M chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.html View 1 2 3 4 5 6 7 1 chunk +6 lines, -6 lines 0 comments Download
M chrome/browser/resources/settings/people_page/camera.html View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/resources/settings/people_page/change_picture.html View 1 chunk +6 lines, -6 lines 0 comments Download
M chrome/browser/resources/settings/people_page/easy_unlock_turn_off_dialog.html View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/resources/settings/people_page/import_data_dialog.html View 1 chunk +7 lines, -7 lines 0 comments Download
M chrome/browser/resources/settings/people_page/lock_screen.html View 1 2 3 4 5 6 7 1 chunk +9 lines, -9 lines 0 comments Download
M chrome/browser/resources/settings/people_page/manage_profile.html View 1 chunk +4 lines, -4 lines 0 comments Download
M chrome/browser/resources/settings/people_page/password_prompt_dialog.html View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/resources/settings/people_page/people_page.html View 1 2 3 4 5 6 7 1 chunk +16 lines, -16 lines 0 comments Download
M chrome/browser/resources/settings/people_page/setup_pin_dialog.html View 1 chunk +4 lines, -4 lines 0 comments Download
M chrome/browser/resources/settings/people_page/sync_browser_proxy.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/settings/people_page/sync_page.html View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/resources/settings/people_page/user_list.html View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/resources/settings/people_page/users_add_user_dialog.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/settings/people_page/users_page.html View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/resources/settings/printing_page/cloud_printers.html View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/resources/settings/printing_page/cups_add_printer_dialog.html View 1 chunk +5 lines, -5 lines 0 comments Download
M chrome/browser/resources/settings/printing_page/cups_add_printer_dialog_util.html View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/resources/settings/printing_page/cups_printer_details_page.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/settings/printing_page/cups_printers.html View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/resources/settings/printing_page/cups_printers_list.html View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/resources/settings/printing_page/printing_page.html View 1 chunk +7 lines, -7 lines 0 comments Download
M chrome/browser/resources/settings/privacy_page/privacy_page.html View 1 1 chunk +21 lines, -21 lines 0 comments Download
M chrome/browser/resources/settings/reset_page/powerwash_dialog.html View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/resources/settings/reset_page/reset_page.html View 1 chunk +5 lines, -5 lines 0 comments Download
M chrome/browser/resources/settings/reset_page/reset_profile_banner.html View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/resources/settings/reset_page/reset_profile_dialog.html View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/resources/settings/search_engines_page/omnibox_extension_entry.html View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/resources/settings/search_engines_page/search_engine_dialog.html View 1 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/resources/settings/search_engines_page/search_engine_entry.html View 1 chunk +5 lines, -5 lines 0 comments Download
M chrome/browser/resources/settings/search_engines_page/search_engines_list.html View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/resources/settings/search_engines_page/search_engines_page.html View 1 chunk +5 lines, -5 lines 0 comments Download
M chrome/browser/resources/settings/search_page/search_page.html View 1 chunk +11 lines, -11 lines 0 comments Download
M chrome/browser/resources/settings/settings.html View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/settings/settings_main/settings_main.html View 1 chunk +4 lines, -4 lines 0 comments Download
M chrome/browser/resources/settings/settings_menu/settings_menu.html View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/resources/settings/settings_page/main_page_behavior.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/settings/settings_page/settings_animated_pages.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/settings/settings_page/settings_section.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/settings/settings_page/settings_subpage.html View 1 2 3 4 5 6 7 1 chunk +4 lines, -4 lines 0 comments Download
M chrome/browser/resources/settings/settings_page_css.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/settings/settings_shared_css.html View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/settings/settings_ui/settings_ui.html View 1 2 3 4 5 6 7 1 chunk +10 lines, -10 lines 0 comments Download
M chrome/browser/resources/settings/site_settings/add_site_dialog.html View 1 chunk +4 lines, -4 lines 0 comments Download
M chrome/browser/resources/settings/site_settings/all_sites.html View 1 chunk +4 lines, -4 lines 0 comments Download
M chrome/browser/resources/settings/site_settings/category_default_setting.html View 1 chunk +5 lines, -5 lines 0 comments Download
M chrome/browser/resources/settings/site_settings/category_setting_exceptions.html View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/resources/settings/site_settings/cookie_tree_behavior.html View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/resources/settings/site_settings/media_picker.html View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/resources/settings/site_settings/pdf_documents.html View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/resources/settings/site_settings/protocol_handlers.html View 1 chunk +4 lines, -4 lines 0 comments Download
M chrome/browser/resources/settings/site_settings/site_data.html View 1 chunk +4 lines, -4 lines 0 comments Download
M chrome/browser/resources/settings/site_settings/site_data_details_subpage.html View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/resources/settings/site_settings/site_details.html View 1 chunk +6 lines, -6 lines 0 comments Download
M chrome/browser/resources/settings/site_settings/site_details_permission.html View 1 chunk +5 lines, -5 lines 0 comments Download
M chrome/browser/resources/settings/site_settings/site_list.html View 1 chunk +8 lines, -8 lines 0 comments Download
M chrome/browser/resources/settings/site_settings/site_settings_behavior.html View 1 chunk +5 lines, -5 lines 0 comments Download
M chrome/browser/resources/settings/site_settings/usb_devices.html View 1 chunk +4 lines, -4 lines 0 comments Download
M chrome/browser/resources/settings/site_settings/zoom_levels.html View 1 chunk +4 lines, -4 lines 0 comments Download
M chrome/browser/resources/settings/site_settings_page/site_settings_page.html View 1 1 chunk +6 lines, -6 lines 0 comments Download
M chrome/browser/resources/settings/system_page/system_page.html View 1 chunk +7 lines, -7 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 28 (20 generated)
dpapad
3 years, 10 months ago (2017-01-31 02:41:01 UTC) #9
Dan Beam
lgtm with annoying global nit that does not need to be addressed now https://codereview.chromium.org/2664503004/diff/40001/chrome/browser/resources/settings/appearance_page/appearance_page.html File ...
3 years, 10 months ago (2017-01-31 03:10:16 UTC) #10
dpapad
https://codereview.chromium.org/2664503004/diff/40001/chrome/browser/resources/settings/appearance_page/appearance_page.html File chrome/browser/resources/settings/appearance_page/appearance_page.html (right): https://codereview.chromium.org/2664503004/diff/40001/chrome/browser/resources/settings/appearance_page/appearance_page.html#newcode20 chrome/browser/resources/settings/appearance_page/appearance_page.html:20: <link rel="import" href="appearance_fonts_page.html"> On 2017/01/31 at 03:10:16, Dan Beam ...
3 years, 10 months ago (2017-01-31 18:29:24 UTC) #11
Dan Beam
On 2017/01/31 18:29:24, dpapad wrote: > https://codereview.chromium.org/2664503004/diff/40001/chrome/browser/resources/settings/appearance_page/appearance_page.html > File chrome/browser/resources/settings/appearance_page/appearance_page.html > (right): > > https://codereview.chromium.org/2664503004/diff/40001/chrome/browser/resources/settings/appearance_page/appearance_page.html#newcode20 ...
3 years, 10 months ago (2017-01-31 18:46:10 UTC) #12
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/2664503004/40001
3 years, 10 months ago (2017-01-31 18:49:43 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_rel_ng on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_ng/builds/379227)
3 years, 10 months ago (2017-01-31 19:36:36 UTC) #16
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/2664503004/140001
3 years, 10 months ago (2017-02-01 02:04:29 UTC) #25
commit-bot: I haz the power
3 years, 10 months ago (2017-02-01 03:52:07 UTC) #28
Message was sent while issue was closed.
Committed patchset #8 (id:140001) as
https://chromium.googlesource.com/chromium/src/+/e4d460e023ab5c5880ba77dc8124...

Powered by Google App Engine
This is Rietveld 408576698