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

Issue 1171333003: Move net::FormatUrl and friends outside of //net and into //components (Closed)

Created:
5 years, 6 months ago by Ryan Sleevi
Modified:
5 years, 4 months ago
CC:
asanka, benjhayden+dwatch_chromium.org, cbentzel+watch_chromium.org, chromium-apps-reviews_chromium.org, chromium-reviews, creis+watch_chromium.org, darin-cc_chromium.org, extensions-reviews_chromium.org, feature-media-reviews_chromium.org, gcasto+watchlist_chromium.org, jochen+watch_chromium.org, jshin+watch_chromium.org, markusheintz_, mcasas+watch_chromium.org, mkwst+watchlist-passwords_chromium.org, mkwst+moarreviews-renderer_chromium.org, mkwst+moarreviews-shell_chromium.org, mlamouri+watch-notifications_chromium.org, mlamouri+watch-permissions_chromium.org, mlamouri+watch-geolocation_chromium.org, mlamouri+watch-content_chromium.org, Michael van Ouwerkerk, nasko+codewatch_chromium.org, noyau+watch_chromium.org, peter+watch_chromium.org, posciak+watch_chromium.org, James Su, tfarina, toyoshim+midi_chromium.org, vabr+watchlist_chromium.org, wjia+watch_chromium.org, Miguel Garcia
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Move net::FormatUrl and friends outside of //net and into //components net::FormatUrl and related are specifically concerned with display policies of URLs, which is not something that //net needs to be aware of, as that's a UX question. This folds in net::FormatURL along with the existing //components/url_fixer and //components/secure_display into a common component, //components/url_formatter, that handles reformatting URLs for user-friendly or data storage (url_formatter), for use in security prompts (elide_url), or for reformatting URLs from user input (url_fixer) (Disabling presubmit since this is intentionally not fixing a legacy API, just moving it for future cleanups) BUG=486979 NOPRESUBMIT=true Committed: https://crrev.com/24f64dc221628032b7843f1af6b277a7f0d6c562 Cr-Commit-Position: refs/heads/master@{#342445}

Patch Set 1 #

Patch Set 2 : Rebased to ToT #

Patch Set 3 : Fix GN build #

Patch Set 4 : Compile fixes following rebase #

Total comments: 5

Patch Set 5 : Rebased #

Patch Set 6 : Proper rebasing #

Patch Set 7 : Fold in url_fixer #

Patch Set 8 : Fold in secure_display to url_formatter #

Total comments: 2

Patch Set 9 : Fix dep and OWNERs #

Patch Set 10 : Cleanup & de-duping deps #

Patch Set 11 : Rebased #

Patch Set 12 : iOS & GN fixes #

Patch Set 13 : Fix iOS circular dep and compile issues #

Patch Set 14 : Fix checkdeps #

Patch Set 15 : One more GN fix #

Patch Set 16 : Rebased #

Patch Set 17 : Rebased after revert #

Patch Set 18 : Fix Android deps #

Patch Set 19 : Fix Android checkdeps #

Total comments: 3

Patch Set 20 : GN fixes #

Patch Set 21 : Rebased yet again #

Patch Set 22 : vim keybinding fail #

Patch Set 23 : Rebase again now that CQ is fixed #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1416 lines, -5337 lines) Patch
M .gn View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 21 22 1 chunk +1 line, -1 line 0 comments Download
M chrome/DEPS View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 21 22 1 chunk +1 line, -1 line 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/UrlUtilities.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/DEPS View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/android/fullscreen/fullscreen_infobar_delegate.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/android/omnibox/autocomplete_controller_android.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 3 chunks +4 lines, -3 lines 0 comments Download
M chrome/browser/android/tab_android.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/android/url_utilities.cc View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/autocomplete/history_url_provider_unittest.cc View 1 2 3 4 5 6 3 chunks +5 lines, -4 lines 0 comments Download
M chrome/browser/browser_about_handler.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/browser_about_handler.cc View 1 2 3 4 5 6 3 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/chrome_content_browser_client.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chrome_quota_permission_context.cc View 3 chunks +17 lines, -17 lines 0 comments Download
M chrome/browser/custom_home_pages_table_model.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/dom_distiller/tab_utils_android.cc View 2 chunks +5 lines, -8 lines 0 comments Download
M chrome/browser/download/download_query.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/extensions/api/sessions/sessions_api.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/extensions/api/settings_private/prefs_util.cc View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/extensions/extension_tab_util.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/geolocation/geolocation_infobar_delegate.cc View 2 chunks +8 lines, -6 lines 0 comments Download
M chrome/browser/interstitials/security_interstitial_page.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/media/media_stream_capture_indicator.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/media/midi_permission_infobar_delegate.cc View 2 chunks +6 lines, -5 lines 0 comments Download
M chrome/browser/media/protected_media_identifier_infobar_delegate.cc View 1 2 3 4 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/notifications/notification_permission_infobar_delegate.cc View 1 2 3 4 5 2 chunks +7 lines, -5 lines 0 comments Download
M chrome/browser/notifications/platform_notification_service_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 3 chunks +4 lines, -3 lines 0 comments Download
M chrome/browser/pepper_broker_infobar_delegate.cc View 3 chunks +4 lines, -5 lines 0 comments Download
M chrome/browser/permissions/permission_bubble_request_impl.cc View 1 2 3 4 5 2 chunks +7 lines, -5 lines 0 comments Download
M chrome/browser/policy/managed_bookmarks_policy_handler.cc View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/policy/url_blacklist_manager_unittest.cc View 1 2 3 4 5 6 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/prefs/session_startup_pref.cc View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/profiles/profile_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 3 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/profiles/profile_io_data.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ssl/captive_portal_blocking_page.cc View 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/supervised_user/supervised_user_bookmarks_handler.cc View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/supervised_user/supervised_user_url_filter.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/DEPS View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/bookmarks/bookmark_utils.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/bookmarks/bookmark_utils.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/ui/cocoa/bookmarks/bookmark_editor_controller.mm View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/cocoa/status_bubble_mac.mm View 1 2 3 4 5 6 7 3 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/ui/cocoa/tabs/tab_strip_controller.mm View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/cocoa/toolbar/toolbar_controller.mm View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/content_settings/content_setting_bubble_model.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/content_settings/content_setting_bubble_model_unittest.cc View 1 2 3 4 5 6 7 9 chunks +9 lines, -9 lines 0 comments Download
M chrome/browser/ui/passwords/manage_passwords_view_utils.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/search_engines/edit_search_engine_controller.cc View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/startup/startup_browser_creator.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/toolbar/toolbar_model_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 3 chunks +4 lines, -3 lines 0 comments Download
M chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/bookmarks/bookmark_editor_view.cc View 1 2 3 4 5 6 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/status_bubble_views.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 4 chunks +6 lines, -5 lines 0 comments Download
M chrome/browser/ui/views/website_settings/permissions_bubble_view.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +6 lines, -7 lines 0 comments Download
M chrome/browser/ui/webui/history_ui.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/net_internals/net_internals_ui.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/options/core_options_handler.cc View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/options/startup_pages_handler.cc View 1 2 3 4 5 6 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 2 chunks +1 line, -1 line 0 comments Download
M chrome/chrome_browser_ui.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 2 chunks +1 line, -2 lines 0 comments Download
M chrome/chrome_common.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +1 line, -0 lines 0 comments Download
M chrome/chrome_utility.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/DEPS View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/localized_error.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 3 chunks +6 lines, -6 lines 0 comments Download
M chrome/common/net/url_util.cc View 2 chunks +7 lines, -5 lines 0 comments Download
M chrome/common/net/x509_certificate_model.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/utility/BUILD.gn View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M chrome/utility/importer/bookmarks_file_importer.cc View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M components/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 3 chunks +2 lines, -3 lines 0 comments Download
M components/OWNERS View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +1 line, -1 line 0 comments Download
M components/app_modal.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +3 lines, -2 lines 0 comments Download
M components/app_modal/BUILD.gn View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M components/app_modal/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
M components/app_modal/javascript_dialog_manager.cc View 1 2 3 4 2 chunks +2 lines, -1 line 0 comments Download
M components/bookmarks.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -0 lines 0 comments Download
M components/bookmarks/DEPS View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M components/bookmarks/browser/BUILD.gn View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M components/bookmarks/browser/bookmark_utils.h View 1 chunk +6 lines, -6 lines 0 comments Download
M components/bookmarks/browser/bookmark_utils.cc View 1 2 3 4 3 chunks +13 lines, -12 lines 0 comments Download
M components/components.gyp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 2 chunks +0 lines, -2 lines 0 comments Download
M components/components_tests.gyp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 9 chunks +7 lines, -10 lines 0 comments Download
M components/content_settings.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -0 lines 0 comments Download
M components/content_settings/core/browser/BUILD.gn View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M components/content_settings/core/browser/DEPS View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M components/content_settings/core/browser/content_settings_usages_state.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M components/error_page.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -0 lines 0 comments Download
M components/error_page/renderer/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M components/error_page/renderer/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
M components/error_page/renderer/net_error_helper_core.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 3 chunks +5 lines, -5 lines 0 comments Download
M components/google.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M components/google/DEPS View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M components/google/core/browser/BUILD.gn View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M components/google/core/browser/google_util.cc View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M components/history.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -0 lines 0 comments Download
M components/history/core/DEPS View 1 chunk +2 lines, -0 lines 0 comments Download
M components/history/core/browser/BUILD.gn View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M components/history/core/browser/url_database.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M components/nacl.gyp View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -0 lines 0 comments Download
M components/nacl/browser/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
M components/nacl/browser/nacl_process_host.cc View 1 2 3 4 3 chunks +2 lines, -2 lines 0 comments Download
M components/omnibox.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 1 chunk +1 line, -1 line 0 comments Download
M components/omnibox/browser/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 1 chunk +1 line, -1 line 0 comments Download
M components/omnibox/browser/DEPS View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +1 line, -1 line 0 comments Download
M components/omnibox/browser/autocomplete_input.cc View 1 2 3 4 5 6 5 chunks +6 lines, -5 lines 0 comments Download
M components/omnibox/browser/autocomplete_match.cc View 1 2 3 4 5 2 chunks +4 lines, -4 lines 0 comments Download
M components/omnibox/browser/autocomplete_provider.cc View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M components/omnibox/browser/autocomplete_result.cc View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M components/omnibox/browser/bookmark_provider.cc View 1 2 3 4 5 2 chunks +5 lines, -4 lines 0 comments Download
M components/omnibox/browser/builtin_provider.cc View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M components/omnibox/browser/history_quick_provider.cc View 1 2 3 4 5 2 chunks +10 lines, -9 lines 0 comments Download
M components/omnibox/browser/history_url_provider.cc View 1 2 3 4 5 6 5 chunks +19 lines, -15 lines 0 comments Download
M components/omnibox/browser/omnibox_edit_model.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 2 chunks +3 lines, -2 lines 0 comments Download
M components/omnibox/browser/search_provider.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 3 chunks +7 lines, -6 lines 0 comments Download
M components/omnibox/browser/search_suggestion_parser.cc View 1 2 3 4 5 6 4 chunks +23 lines, -12 lines 0 comments Download
M components/omnibox/browser/shortcuts_provider.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M components/omnibox/browser/url_index_private_data.cc View 1 2 3 4 5 2 chunks +4 lines, -5 lines 0 comments Download
M components/omnibox/browser/zero_suggest_provider.cc View 1 2 3 4 5 2 chunks +4 lines, -3 lines 0 comments Download
M components/password_manager.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 1 chunk +1 line, -0 lines 0 comments Download
M components/password_manager/core/browser/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 1 chunk +1 line, -0 lines 0 comments Download
M components/password_manager/core/browser/DEPS View 1 chunk +2 lines, -1 line 0 comments Download
M components/password_manager/core/browser/affiliation_utils.cc View 1 2 3 4 2 chunks +4 lines, -1 line 0 comments Download
M components/policy/core/browser/url_blacklist_manager.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M components/search_engines.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M components/search_engines/BUILD.gn View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M components/search_engines/DEPS View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M components/search_engines/template_url.cc View 1 2 3 4 5 2 chunks +2 lines, -1 line 0 comments Download
M components/search_engines/template_url_service.cc View 1 2 3 4 5 6 2 chunks +3 lines, -3 lines 0 comments Download
M components/secure_display.gypi View 1 2 3 4 5 6 7 1 chunk +0 lines, -26 lines 0 comments Download
M components/secure_display/BUILD.gn View 1 2 3 4 5 6 7 1 chunk +0 lines, -29 lines 0 comments Download
M components/secure_display/DEPS View 1 2 3 4 5 6 7 1 chunk +0 lines, -7 lines 0 comments Download
D components/secure_display/OWNERS View 1 2 3 4 5 6 7 1 chunk +0 lines, -2 lines 0 comments Download
M components/secure_display/elide_url.h View 1 2 3 4 5 6 7 1 chunk +0 lines, -72 lines 0 comments Download
M components/secure_display/elide_url.cc View 1 2 3 4 5 6 7 1 chunk +0 lines, -353 lines 0 comments Download
D components/secure_display/elide_url_unittest.cc View 1 2 3 4 5 6 7 1 chunk +0 lines, -324 lines 0 comments Download
M components/url_fixer.gypi View 1 2 3 4 5 6 1 chunk +0 lines, -27 lines 0 comments Download
M components/url_fixer/BUILD.gn View 1 2 3 4 5 6 1 chunk +0 lines, -18 lines 0 comments Download
M components/url_fixer/DEPS View 1 2 3 4 5 6 1 chunk +0 lines, -3 lines 0 comments Download
D components/url_fixer/OWNERS View 1 2 3 4 5 6 1 chunk +0 lines, -1 line 0 comments Download
D components/url_fixer/url_fixer.h View 1 2 3 4 5 6 1 chunk +0 lines, -87 lines 0 comments Download
M components/url_fixer/url_fixer.cc View 1 2 3 4 5 6 1 chunk +0 lines, -681 lines 0 comments Download
D components/url_fixer/url_fixer_unittest.cc View 1 2 3 4 5 6 1 chunk +0 lines, -536 lines 0 comments Download
A components/url_formatter/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 1 chunk +50 lines, -0 lines 0 comments Download
A components/url_formatter/DEPS View 1 2 3 4 5 6 7 1 chunk +11 lines, -0 lines 0 comments Download
A components/url_formatter/OWNERS View 1 2 3 4 5 6 7 8 1 chunk +9 lines, -0 lines 0 comments Download
A + components/url_formatter/elide_url.h View 1 2 3 4 5 6 7 4 chunks +7 lines, -7 lines 0 comments Download
A + components/url_formatter/elide_url.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 15 chunks +54 lines, -54 lines 0 comments Download
A + components/url_formatter/elide_url_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 8 chunks +37 lines, -37 lines 0 comments Download
A + components/url_formatter/url_fixer.h View 1 2 3 4 5 6 3 chunks +5 lines, -5 lines 0 comments Download
A + components/url_formatter/url_fixer.cc View 1 2 3 4 5 6 16 chunks +50 lines, -58 lines 0 comments Download
A + components/url_formatter/url_fixer_unittest.cc View 1 2 3 4 5 6 14 chunks +18 lines, -17 lines 0 comments Download
A components/url_formatter/url_formatter.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +155 lines, -0 lines 0 comments Download
A + components/url_formatter/url_formatter.cc View 1 2 3 4 5 6 17 chunks +313 lines, -345 lines 0 comments Download
A components/url_formatter/url_formatter.gyp View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +39 lines, -0 lines 0 comments Download
A + components/url_formatter/url_formatter_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 25 chunks +229 lines, -354 lines 0 comments Download
M content/browser/BUILD.gn View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/DEPS View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/download/save_package.cc View 1 2 3 4 2 chunks +2 lines, -1 line 0 comments Download
M content/browser/frame_host/navigation_entry_impl.cc View 1 2 3 4 2 chunks +3 lines, -3 lines 0 comments Download
M content/browser/web_contents/web_contents_impl.cc View 1 2 3 4 5 6 7 8 9 10 17 18 19 20 3 chunks +4 lines, -4 lines 0 comments Download
M content/content_browser.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 1 chunk +1 line, -0 lines 0 comments Download
M content/content_renderer.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +1 line, -0 lines 0 comments Download
M content/content_shell.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -0 lines 0 comments Download
M content/renderer/BUILD.gn View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
M content/renderer/DEPS View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M content/renderer/renderer_blink_platform_impl.cc View 1 2 3 4 3 chunks +2 lines, -2 lines 0 comments Download
M content/shell/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +1 line, -0 lines 0 comments Download
M content/shell/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
M content/shell/browser/shell_javascript_dialog_manager.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M ios/web/DEPS View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M ios/web/ios_web.gyp View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -0 lines 0 comments Download
M ios/web/navigation/navigation_item_impl.mm View 1 2 3 4 2 chunks +3 lines, -3 lines 0 comments Download
M ios/web/web_state/ui/crw_web_controller.mm View 1 2 3 4 5 6 7 8 9 10 3 chunks +3 lines, -2 lines 0 comments Download
M net/base/net_util.h View 1 2 3 4 3 chunks +0 lines, -116 lines 0 comments Download
M net/base/net_util.cc View 1 2 3 4 1 chunk +0 lines, -8 lines 0 comments Download
M net/base/net_util_icu.cc View 1 2 3 4 4 chunks +4 lines, -788 lines 0 comments Download
M net/base/net_util_icu_unittest.cc View 1 3 chunks +5 lines, -1027 lines 0 comments Download

Messages

Total messages: 80 (29 generated)
Ryan Sleevi
jam: This is a big CL, but because it's so tightly coupled to //components, I ...
5 years, 6 months ago (2015-06-10 02:04:31 UTC) #2
Ryan Sleevi
Also adding droger@ for an early design review, to make sure I haven't botched the ...
5 years, 6 months ago (2015-06-10 02:23:46 UTC) #6
droger
This is the first time //ios/web depends on a component. Adding stuartmorgan who is the ...
5 years, 6 months ago (2015-06-10 10:25:42 UTC) #8
stuartmorgan
ios/web/ changes LGTM. (I'm still not at all thrilled by the fact that there's no ...
5 years, 6 months ago (2015-06-10 16:09:10 UTC) #9
jam
On 2015/06/10 02:04:31, Ryan Sleevi wrote: > jam: This is a big CL, but because ...
5 years, 6 months ago (2015-06-10 20:06:33 UTC) #10
Ryan Sleevi
On 2015/06/10 20:06:33, jam wrote: > My main question is: do we want to have ...
5 years, 6 months ago (2015-06-10 23:44:56 UTC) #11
Ryan Sleevi
I'm going to start collecting stamps now, but in the event anyone starts closely reviewing, ...
5 years, 6 months ago (2015-06-10 23:50:37 UTC) #13
Ryan Sleevi
jochen@chromium.org: Please review changes in components/ (wide-reaching rubber-stamp into the DEPS changes; see my initial ...
5 years, 6 months ago (2015-06-10 23:54:12 UTC) #15
Peter Kasting
On 2015/06/10 23:50:37, Ryan Sleevi wrote: > mailto:pkasting@chromium.org: Please review changes in > components/omnibox > ...
5 years, 6 months ago (2015-06-11 00:14:20 UTC) #16
Ryan Sleevi
On 2015/06/11 00:14:20, Peter Kasting wrote: > Yes, I would combine these. I wrote much ...
5 years, 6 months ago (2015-06-11 00:23:28 UTC) #17
Peter Kasting
On 2015/06/11 00:23:28, Ryan Sleevi wrote: > On 2015/06/11 00:14:20, Peter Kasting wrote: > > ...
5 years, 6 months ago (2015-06-11 00:30:05 UTC) #18
Ryan Sleevi
On 2015/06/11 00:30:05, Peter Kasting wrote: > Is it correct to say that this is ...
5 years, 6 months ago (2015-06-11 00:41:06 UTC) #19
Peter Kasting
OK, thanks for the explanations. chrome/browser/autocomplete, components/omnibox, and infobar files LGTM. I would still suggest ...
5 years, 6 months ago (2015-06-11 05:12:22 UTC) #20
jochen (gone - plz use gerrit)
if you want to use this component from html_viewer, you'll need to use a separate ...
5 years, 6 months ago (2015-06-11 12:42:33 UTC) #21
jam
On 2015/06/11 05:12:22, Peter Kasting wrote: > OK, thanks for the explanations. > > chrome/browser/autocomplete, ...
5 years, 6 months ago (2015-06-15 16:48:24 UTC) #22
Ryan Sleevi
On 2015/06/15 16:48:24, jam wrote: > > +1. I think the fact that different headers ...
5 years, 6 months ago (2015-06-15 16:55:09 UTC) #23
Ryan Sleevi
On 2015/06/15 16:48:24, jam wrote: > > +1. I think the fact that different headers ...
5 years, 6 months ago (2015-06-15 16:55:16 UTC) #24
Ryan Sleevi
OK! Time to pick up this CL again. John, Peter, Adrienne: This incorporates the changes ...
5 years, 4 months ago (2015-07-31 02:30:40 UTC) #26
Ryan Sleevi
On 2015/06/11 12:42:33, jochen wrote: > if you want to use this component from html_viewer, ...
5 years, 4 months ago (2015-07-31 02:34:31 UTC) #27
jochen (gone - plz use gerrit)
On 2015/07/31 at 02:34:31, rsleevi wrote: > On 2015/06/11 12:42:33, jochen wrote: > > if ...
5 years, 4 months ago (2015-07-31 07:07:29 UTC) #28
jam
lgtm (I just looked at the files you mentioned + content). let me know if ...
5 years, 4 months ago (2015-07-31 15:25:12 UTC) #29
jam
https://codereview.chromium.org/1171333003/diff/130001/components/url_formatter/DEPS File components/url_formatter/DEPS (right): https://codereview.chromium.org/1171333003/diff/130001/components/url_formatter/DEPS#newcode7 components/url_formatter/DEPS:7: "-mandoline", it seems redundant to add these lines, since ...
5 years, 4 months ago (2015-07-31 17:25:17 UTC) #30
Ryan Sleevi
https://codereview.chromium.org/1171333003/diff/130001/components/url_formatter/DEPS File components/url_formatter/DEPS (right): https://codereview.chromium.org/1171333003/diff/130001/components/url_formatter/DEPS#newcode7 components/url_formatter/DEPS:7: "-mandoline", On 2015/07/31 17:25:17, jam wrote: > it seems ...
5 years, 4 months ago (2015-07-31 17:30:30 UTC) #31
Peter Kasting
Since I already signed off on the earlier change on on the general direction of ...
5 years, 4 months ago (2015-07-31 20:36:36 UTC) #32
jam
On 2015/07/31 17:30:30, Ryan Sleevi wrote: > https://codereview.chromium.org/1171333003/diff/130001/components/url_formatter/DEPS > File components/url_formatter/DEPS (right): > > https://codereview.chromium.org/1171333003/diff/130001/components/url_formatter/DEPS#newcode7 ...
5 years, 4 months ago (2015-07-31 20:59:05 UTC) #33
Ryan Sleevi
On 2015/07/31 20:36:36, Peter Kasting wrote: > Since I already signed off on the earlier ...
5 years, 4 months ago (2015-07-31 21:00:54 UTC) #34
Peter Kasting
On 2015/07/31 21:00:54, Ryan Sleevi wrote: > On 2015/07/31 20:36:36, Peter Kasting wrote: > > ...
5 years, 4 months ago (2015-07-31 21:13:10 UTC) #35
Ryan Sleevi
On 2015/07/31 21:13:10, Peter Kasting wrote: > It would be nice to not be the ...
5 years, 4 months ago (2015-07-31 21:57:51 UTC) #36
Ryan Sleevi
OK, sending this to the CQ now. Brett's comfortable OWNING, and pkasting/jam@ are being used ...
5 years, 4 months ago (2015-08-03 19:39:19 UTC) #37
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1171333003/290001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1171333003/290001
5 years, 4 months ago (2015-08-03 19:40:36 UTC) #42
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/84413)
5 years, 4 months ago (2015-08-03 19:53:30 UTC) #44
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1171333003/290001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1171333003/290001
5 years, 4 months ago (2015-08-03 20:33:48 UTC) #46
commit-bot: I haz the power
Committed patchset #16 (id:290001)
5 years, 4 months ago (2015-08-03 20:47:22 UTC) #47
commit-bot: I haz the power
Patchset 16 (id:??) landed as https://crrev.com/1659865c3eb47166c82378bb840801135b057a09 Cr-Commit-Position: refs/heads/master@{#341605}
5 years, 4 months ago (2015-08-03 20:47:51 UTC) #48
jochen (gone - plz use gerrit)
A revert of this CL (patchset #16 id:290001) has been created in https://codereview.chromium.org/1260033005/ by jochen@chromium.org. ...
5 years, 4 months ago (2015-08-04 07:03:21 UTC) #49
Ryan Sleevi
Brett: Huge CL, but just asking you to review .gn and elide_url.cc (diff with PS ...
5 years, 4 months ago (2015-08-05 23:12:11 UTC) #51
brettw
GN LGTM, this is what the nogncheck is for. https://codereview.chromium.org/1171333003/diff/350001/components/url_formatter/BUILD.gn File components/url_formatter/BUILD.gn (right): https://codereview.chromium.org/1171333003/diff/350001/components/url_formatter/BUILD.gn#newcode5 components/url_formatter/BUILD.gn:5: ...
5 years, 4 months ago (2015-08-06 22:25:50 UTC) #52
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1171333003/390001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1171333003/390001
5 years, 4 months ago (2015-08-06 23:17:40 UTC) #55
commit-bot: I haz the power
Try jobs failed on following builders: android_chromium_gn_compile_dbg on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/android_chromium_gn_compile_dbg/builds/100429) android_chromium_gn_compile_rel on tryserver.chromium.linux (JOB_FAILED, ...
5 years, 4 months ago (2015-08-06 23:22:59 UTC) #57
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1171333003/410001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1171333003/410001
5 years, 4 months ago (2015-08-06 23:42:20 UTC) #60
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_rel_ng on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_ng/builds/96211)
5 years, 4 months ago (2015-08-07 01:11:08 UTC) #62
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1171333003/410001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1171333003/410001
5 years, 4 months ago (2015-08-07 01:14:27 UTC) #64
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_rel_ng on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_ng/builds/96270)
5 years, 4 months ago (2015-08-07 01:21:30 UTC) #66
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1171333003/410001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1171333003/410001
5 years, 4 months ago (2015-08-07 01:29:47 UTC) #68
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_rel_ng on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_ng/builds/96284)
5 years, 4 months ago (2015-08-07 02:19:05 UTC) #70
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1171333003/430001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1171333003/430001
5 years, 4 months ago (2015-08-07 17:38:47 UTC) #73
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_rel_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/90548)
5 years, 4 months ago (2015-08-07 19:37:34 UTC) #75
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1171333003/430001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1171333003/430001
5 years, 4 months ago (2015-08-07 19:41:38 UTC) #77
commit-bot: I haz the power
Committed patchset #23 (id:430001)
5 years, 4 months ago (2015-08-07 21:39:34 UTC) #78
commit-bot: I haz the power
Patchset 23 (id:??) landed as https://crrev.com/24f64dc221628032b7843f1af6b277a7f0d6c562 Cr-Commit-Position: refs/heads/master@{#342445}
5 years, 4 months ago (2015-08-07 21:40:12 UTC) #79
Miguel Garcia
5 years, 4 months ago (2015-08-10 09:04:35 UTC) #80
Message was sent while issue was closed.
Just back from vacation apologies for the late reply.

>Make sure these look sane first. I'm a little uncomfortable with
>url_formatter.gypi depending on //ui/gfx, but that was inherited from
>//components/secure_display (by virtue of elide_url). It seems like ElideUrl
>should be moved back to chrome/browser/ui, while FormatUrlForSecurityDisplay
>kept in //components/url_formatter

Please don't move back ElideUrl to chrome/browser/ui. We want to use
it to elide the host in webpush notifications (which live in //ui) I
am planning to complete this work and we are tracking it in
https://code.google.com/p/chromium/issues/detail?id=509834

I originally moved ElideUrl to it's own directory in //ui exactly
because of the dependency you are worried about but during code review
was strongly advised to make it a component. (see patch set #1 in
https://chromiumcodereview.appspot.com/1233313005/)




On Fri, Aug 7, 2015 at 10:40 PM, commit-bot@chromium.org via
codereview.chromium.org <reply@chromiumcodereview-hr.appspotmail.com>
wrote:
> Patchset 23 (id:??) landed as
> https://crrev.com/24f64dc221628032b7843f1af6b277a7f0d6c562
> Cr-Commit-Position: refs/heads/master@{#342445}
>
> https://codereview.chromium.org/1171333003/

To unsubscribe from this group and stop receiving emails from it, send an email
to chromium-reviews+unsubscribe@chromium.org.

Powered by Google App Engine
This is Rietveld 408576698