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

Issue 1841653003: Drop |languages| from {Format,Elide}Url* and IDNToUnicode (Closed)

Created:
4 years, 8 months ago by jungshik at Google
Modified:
4 years, 8 months ago
CC:
asanka, cbentzel+watch_chromium.org, chromium-reviews, darin-cc_chromium.org, dcheng, gcasto+watchlist_chromium.org, jam, mkwst+watchlist-passwords_chromium.org, noyau+watch_chromium.org, tfarina, vabr+watchlistpasswordmanager_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Drop |languages| from FormatUrl*() and ElideUrl() In http://crrev.com/382029, IDN display policy was revised to be independent of Accept-Languages (A-L). Therefore, IDNToUnicode(), FormatUrl*() and ElideUrl() do not need |languages| argument any more. ( ElideUrl() can pass A-L down to gfx string drawing/measuring API help their font selection, but there's no gfx string drawing/measuring API taking into account A-L values in the font selection atm.) Drop it in the API and fix all the call sites. There is a huge ripple effect and a lot of files have to be fixed up. BUG=336973 TEST=Builds on all platforms and pass all the tests pass CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:linux_site_isolation CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel,mac_blink_rel,win_blink_rel Committed: https://crrev.com/1fb76469391f6e7e2a846c27a095d57b54b50738 Cr-Commit-Position: refs/heads/master@{#385299}

Patch Set 1 #

Patch Set 2 : checkpoint #2: still wip #

Patch Set 3 : checkpoint #4 #

Patch Set 4 : check point #4: more chrome fix #

Patch Set 5 : checkpoint 5: chrome is built on Linux #

Patch Set 6 : all targets built on linux #

Patch Set 7 : rebased #

Patch Set 8 : fix Android/iOS/Mac OS #

Patch Set 9 : More Android/iOS/Mac/Win fix: still all fine on Linux #

Patch Set 10 : Android/iOS/Mac more fixes + rebase #

Patch Set 11 : rebased #

Patch Set 12 : Android fixed, rebased #

Patch Set 13 : one more Android fix #

Patch Set 14 : one more android fix #

Patch Set 15 : rebased #

Patch Set 16 : rebased/fixed #

Patch Set 17 : rebased, most Android targets locally built successfully #

Total comments: 18

Patch Set 18 : address review comments #

Patch Set 19 : fix typo in elide_url.cc #

Unified diffs Side-by-side diffs Delta from patch set Stats (+618 lines, -1367 lines) Patch
M android_webview/browser/aw_javascript_dialog_manager.h View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -1 line 0 comments Download
M android_webview/browser/aw_javascript_dialog_manager.cc View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/android/fullscreen/fullscreen_infobar_delegate.cc View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +1 line, -8 lines 0 comments Download
M chrome/browser/android/omnibox/autocomplete_controller_android.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +0 lines, -5 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 1 chunk +0 lines, -13 lines 0 comments Download
M chrome/browser/android/password_ui_view_android.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 3 chunks +4 lines, -6 lines 0 comments Download
M chrome/browser/android/url_utilities.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/autocomplete/in_memory_url_index_factory.cc View 1 2 3 4 2 chunks +0 lines, -3 lines 0 comments Download
M chrome/browser/autocomplete/search_provider_unittest.cc View 1 2 3 4 5 4 chunks +4 lines, -5 lines 0 comments Download
M chrome/browser/bookmarks/bookmark_model_factory.cc View 1 2 3 4 2 chunks +0 lines, -2 lines 0 comments Download
M chrome/browser/chrome_quota_permission_context.cc View 1 2 3 4 12 chunks +4 lines, -24 lines 0 comments Download
M chrome/browser/content_settings/content_settings_usages_state_unittest.cc View 1 2 3 4 5 2 chunks +2 lines, -8 lines 0 comments Download
M chrome/browser/content_settings/tab_specific_content_settings.cc View 1 2 3 4 1 chunk +2 lines, -6 lines 0 comments Download
M chrome/browser/custom_home_pages_table_model.cc View 1 2 3 2 chunks +1 line, -5 lines 0 comments Download
M chrome/browser/dom_distiller/tab_utils_android.cc View 1 2 3 4 5 6 7 8 9 10 11 3 chunks +1 line, -8 lines 0 comments Download
M chrome/browser/download/download_query.cc View 1 2 3 4 2 chunks +2 lines, -9 lines 0 comments Download
M chrome/browser/download/notification/download_item_notification.cc View 1 2 3 4 5 6 7 2 chunks +1 line, -5 lines 0 comments Download
M chrome/browser/engagement/site_engagement_service_unittest.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/extensions/api/bookmarks/bookmarks_api.cc View 1 2 3 chunks +0 lines, -4 lines 0 comments Download
M chrome/browser/extensions/api/passwords_private/passwords_private_delegate_impl.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -3 lines 0 comments Download
M chrome/browser/extensions/api/passwords_private/passwords_private_delegate_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 5 chunks +4 lines, -5 lines 0 comments Download
M chrome/browser/extensions/api/sessions/sessions_api.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +1 line, -5 lines 0 comments Download
M chrome/browser/geolocation/geolocation_infobar_delegate_android.h View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +0 lines, -3 lines 0 comments Download
M chrome/browser/geolocation/geolocation_infobar_delegate_android.cc View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +3 lines, -6 lines 0 comments Download
M chrome/browser/history/android/android_provider_backend_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/history/history_service_factory.cc View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/history/history_tab_helper.cc View 1 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/interstitials/security_interstitial_page.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +1 line, -6 lines 0 comments Download
M chrome/browser/media/media_stream_capture_indicator.cc View 1 2 3 2 chunks +1 line, -9 lines 0 comments Download
M chrome/browser/media/midi_permission_infobar_delegate_android.h View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +0 lines, -3 lines 0 comments Download
M chrome/browser/media/midi_permission_infobar_delegate_android.cc View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +4 lines, -7 lines 0 comments Download
M chrome/browser/media/protected_media_identifier_infobar_delegate_android.h View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +0 lines, -3 lines 0 comments Download
M chrome/browser/media/protected_media_identifier_infobar_delegate_android.cc View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +3 lines, -7 lines 0 comments Download
M chrome/browser/notifications/notification_permission_infobar_delegate.h View 1 2 3 4 5 6 7 2 chunks +0 lines, -3 lines 0 comments Download
M chrome/browser/notifications/notification_permission_infobar_delegate.cc View 1 2 3 4 5 6 7 8 2 chunks +3 lines, -7 lines 0 comments Download
M chrome/browser/password_manager/account_chooser_dialog_android.cc View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/pepper_broker_infobar_delegate.h View 1 2 3 2 chunks +0 lines, -2 lines 0 comments Download
M chrome/browser/pepper_broker_infobar_delegate.cc View 1 2 3 4 chunks +3 lines, -8 lines 0 comments Download
M chrome/browser/permissions/permission_bubble_request_impl.h View 1 2 3 2 chunks +0 lines, -2 lines 0 comments Download
M chrome/browser/permissions/permission_bubble_request_impl.cc View 1 2 3 2 chunks +2 lines, -5 lines 0 comments Download
M chrome/browser/permissions/permission_context_base.cc View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/permissions/permission_queue_controller.cc View 1 2 3 4 5 6 7 8 9 10 11 12 5 chunks +7 lines, -16 lines 0 comments Download
M chrome/browser/push_messaging/push_messaging_notification_manager.cc View 1 2 3 3 chunks +4 lines, -8 lines 0 comments Download
M chrome/browser/renderer_context_menu/render_view_context_menu.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 3 chunks +3 lines, -4 lines 0 comments Download
M chrome/browser/safe_browsing/incident_reporting/last_download_finder_unittest.cc View 1 2 3 4 5 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/safe_browsing/incident_reporting/off_domain_inclusion_detector_unittest.cc View 1 2 3 4 5 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/search_engines/ui_thread_search_terms_data.h View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/search_engines/ui_thread_search_terms_data.cc View 1 chunk +0 lines, -5 lines 0 comments Download
M chrome/browser/ssl/bad_clock_blocking_page.cc View 1 2 3 4 3 chunks +1 line, -9 lines 0 comments Download
M chrome/browser/ssl/captive_portal_blocking_page.cc View 1 2 3 2 chunks +1 line, -9 lines 0 comments Download
M chrome/browser/ssl/ssl_blocking_page.cc View 1 2 3 4 2 chunks +5 lines, -8 lines 0 comments Download
M chrome/browser/ui/android/bluetooth_chooser_android.cc View 1 2 3 4 5 6 7 8 9 2 chunks +1 line, -8 lines 0 comments Download
M chrome/browser/ui/android/usb_chooser_dialog_android.cc View 1 2 3 4 5 6 7 8 9 2 chunks +1 line, -7 lines 0 comments Download
M chrome/browser/ui/bookmarks/bookmark_utils.h View 1 2 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/ui/bookmarks/bookmark_utils.cc View 1 2 1 chunk +3 lines, -8 lines 0 comments Download
M chrome/browser/ui/browser.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +3 lines, -5 lines 0 comments Download
M chrome/browser/ui/cocoa/bookmarks/bookmark_editor_controller.mm View 1 2 3 4 5 6 7 2 chunks +1 line, -5 lines 0 comments Download
M chrome/browser/ui/cocoa/status_bubble_mac.h View 1 2 3 4 5 6 7 2 chunks +1 line, -5 lines 0 comments Download
M chrome/browser/ui/cocoa/status_bubble_mac.mm View 1 2 3 4 5 6 7 8 3 chunks +4 lines, -5 lines 0 comments Download
M chrome/browser/ui/cocoa/status_bubble_mac_unittest.mm View 1 2 3 4 5 6 7 8 9 6 chunks +14 lines, -17 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 16 17 2 chunks +3 lines, -4 lines 0 comments Download
M chrome/browser/ui/content_settings/content_setting_bubble_model_unittest.cc View 1 2 3 4 5 8 chunks +8 lines, -23 lines 0 comments Download
M chrome/browser/ui/login/login_handler.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 2 chunks +1 line, -13 lines 0 comments Download
M chrome/browser/ui/passwords/manage_passwords_view_utils.cc View 1 2 3 4 5 6 2 chunks +4 lines, -5 lines 0 comments Download
M chrome/browser/ui/passwords/password_manager_presenter.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +0 lines, -4 lines 0 comments Download
M chrome/browser/ui/passwords/password_manager_presenter.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 10 chunks +8 lines, -16 lines 0 comments Download
M chrome/browser/ui/passwords/password_manager_presenter_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/ui/search_engines/search_engine_tab_helper.cc View 1 2 3 4 5 chunks +4 lines, -9 lines 0 comments Download
M chrome/browser/ui/status_bubble.h View 1 2 3 1 chunk +2 lines, -3 lines 0 comments Download
M chrome/browser/ui/toolbar/back_forward_menu_model.cc View 1 2 3 2 chunks +1 line, -7 lines 0 comments Download
M chrome/browser/ui/toolbar/chrome_toolbar_model_delegate.h View 1 chunk +0 lines, -2 lines 0 comments Download
M chrome/browser/ui/toolbar/chrome_toolbar_model_delegate.cc View 1 chunk +0 lines, -6 lines 0 comments Download
M chrome/browser/ui/views/bookmarks/bookmark_bar_view.h View 1 2 3 1 chunk +1 line, -2 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 3 chunks +3 lines, -6 lines 0 comments Download
M chrome/browser/ui/views/bookmarks/bookmark_editor_view.cc View 1 2 3 4 2 chunks +1 line, -4 lines 0 comments Download
M chrome/browser/ui/views/bookmarks/bookmark_menu_delegate.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/omnibox/omnibox_view_views_browsertest.cc View 1 2 3 4 5 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/ui/views/status_bubble_views.h View 2 chunks +1 line, -4 lines 0 comments Download
M chrome/browser/ui/views/status_bubble_views.cc View 4 chunks +4 lines, -6 lines 0 comments Download
M chrome/browser/ui/views/website_settings/permissions_bubble_view.cc View 1 2 3 4 5 chunks +2 lines, -8 lines 0 comments Download
M chrome/browser/ui/website_settings/website_settings.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 4 chunks +4 lines, -8 lines 0 comments Download
M chrome/browser/ui/webui/browsing_history_handler.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 2 chunks +1 line, -4 lines 0 comments Download
M chrome/browser/ui/webui/browsing_history_handler.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 8 chunks +4 lines, -16 lines 0 comments Download
M chrome/browser/ui/webui/options/password_manager_handler.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -3 lines 0 comments Download
M chrome/browser/ui/webui/options/password_manager_handler.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 4 chunks +4 lines, -6 lines 0 comments Download
M chrome/common/net/x509_certificate_model.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/net/net_error_helper.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 3 chunks +2 lines, -6 lines 0 comments Download
M chrome/test/base/testing_profile.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 3 chunks +1 line, -4 lines 0 comments Download
M chrome/test/base/ui_test_utils.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +1 line, -1 line 0 comments Download
M components/app_modal/javascript_dialog_manager.h View 1 2 3 4 5 6 7 8 2 chunks +0 lines, -2 lines 0 comments Download
M components/app_modal/javascript_dialog_manager.cc View 1 2 3 4 5 6 7 8 4 chunks +2 lines, -6 lines 0 comments Download
M components/bookmarks/browser/bookmark_expanded_state_tracker_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M components/bookmarks/browser/bookmark_index.h View 1 2 chunks +1 line, -6 lines 0 comments Download
M components/bookmarks/browser/bookmark_index.cc View 1 5 chunks +6 lines, -8 lines 0 comments Download
M components/bookmarks/browser/bookmark_model.h View 1 2 chunks +1 line, -3 lines 0 comments Download
M components/bookmarks/browser/bookmark_model.cc View 1 4 chunks +3 lines, -5 lines 0 comments Download
M components/bookmarks/browser/bookmark_utils.h View 3 chunks +11 lines, -14 lines 0 comments Download
M components/bookmarks/browser/bookmark_utils.cc View 5 chunks +6 lines, -11 lines 0 comments Download
M components/bookmarks/browser/bookmark_utils_unittest.cc View 1 2 7 chunks +15 lines, -15 lines 0 comments Download
M components/bookmarks/managed/managed_bookmarks_tracker_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M components/bookmarks/test/test_bookmark_client.cc View 1 1 chunk +1 line, -2 lines 0 comments Download
M components/browser_sync/browser/profile_sync_service_bookmark_unittest.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M components/content_settings/core/browser/content_settings_usages_state.h View 1 3 chunks +1 line, -6 lines 0 comments Download
M components/content_settings/core/browser/content_settings_usages_state.cc View 1 3 chunks +2 lines, -8 lines 0 comments Download
M components/error_page/common/localized_error.h View 1 chunk +0 lines, -1 line 0 comments Download
M components/error_page/common/localized_error.cc View 1 3 chunks +2 lines, -4 lines 0 comments Download
M components/error_page/renderer/net_error_helper_core.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +0 lines, -1 line 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 5 chunks +5 lines, -11 lines 0 comments Download
M components/error_page/renderer/net_error_helper_core_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +1 line, -1 line 0 comments Download
M components/history/core/browser/history_backend.h View 1 2 2 chunks +2 lines, -6 lines 0 comments Download
M components/history/core/browser/history_backend.cc View 1 2 3 chunks +1 line, -3 lines 0 comments Download
M components/history/core/browser/history_backend_unittest.cc View 1 2 5 chunks +4 lines, -10 lines 0 comments Download
M components/history/core/browser/history_querying_unittest.cc View 1 2 1 chunk +1 line, -2 lines 0 comments Download
M components/history/core/browser/history_service.h View 1 2 3 chunks +5 lines, -11 lines 0 comments Download
M components/history/core/browser/history_service.cc View 1 2 2 chunks +1 line, -2 lines 0 comments Download
M components/history/core/browser/history_service_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M components/history/core/browser/top_sites_impl_unittest.cc View 1 2 2 chunks +0 lines, -4 lines 0 comments Download
M components/history/core/browser/typed_url_syncable_service_unittest.cc View 1 2 1 chunk +1 line, -2 lines 0 comments Download
M components/history/core/browser/url_database.cc View 1 1 chunk +1 line, -4 lines 0 comments Download
M components/history/core/test/history_backend_db_base_test.cc View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M components/history/core/test/history_service_test_util.h View 1 2 1 chunk +1 line, -3 lines 0 comments Download
M components/history/core/test/history_service_test_util.cc View 1 2 1 chunk +2 lines, -5 lines 0 comments Download
M components/nacl/browser/nacl_process_host.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/omnibox/browser/autocomplete_controller.cc View 2 chunks +2 lines, -4 lines 0 comments Download
M components/omnibox/browser/autocomplete_match.h View 1 chunk +6 lines, -12 lines 0 comments Download
M components/omnibox/browser/autocomplete_match.cc View 4 chunks +6 lines, -11 lines 0 comments Download
M components/omnibox/browser/autocomplete_match_unittest.cc View 1 2 1 chunk +4 lines, -4 lines 0 comments Download
M components/omnibox/browser/autocomplete_result.h View 2 chunks +0 lines, -2 lines 0 comments Download
M components/omnibox/browser/autocomplete_result.cc View 3 chunks +2 lines, -4 lines 0 comments Download
M components/omnibox/browser/autocomplete_result_unittest.cc View 1 9 chunks +11 lines, -11 lines 0 comments Download
M components/omnibox/browser/base_search_provider.cc View 1 chunk +1 line, -2 lines 0 comments Download
M components/omnibox/browser/bookmark_provider.h View 1 1 chunk +0 lines, -3 lines 0 comments Download
M components/omnibox/browser/bookmark_provider.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 2 chunks +3 lines, -8 lines 0 comments Download
M components/omnibox/browser/clipboard_url_provider.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M components/omnibox/browser/history_quick_provider.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M components/omnibox/browser/history_quick_provider.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 3 chunks +3 lines, -6 lines 0 comments Download
M components/omnibox/browser/history_quick_provider_unittest.cc View 1 2 2 chunks +2 lines, -5 lines 0 comments Download
M components/omnibox/browser/history_url_provider.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 3 chunks +0 lines, -5 lines 0 comments Download
M components/omnibox/browser/history_url_provider.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 10 chunks +6 lines, -12 lines 0 comments Download
M components/omnibox/browser/history_url_provider_unittest.cc View 1 2 4 chunks +3 lines, -9 lines 0 comments Download
M components/omnibox/browser/in_memory_url_index.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 4 chunks +2 lines, -11 lines 0 comments Download
M components/omnibox/browser/in_memory_url_index.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 9 chunks +4 lines, -12 lines 0 comments Download
M components/omnibox/browser/in_memory_url_index_unittest.cc View 1 2 6 chunks +8 lines, -11 lines 0 comments Download
M components/omnibox/browser/scored_history_match.h View 1 chunk +1 line, -3 lines 0 comments Download
M components/omnibox/browser/scored_history_match.cc View 1 3 chunks +1 line, -3 lines 0 comments Download
M components/omnibox/browser/scored_history_match_unittest.cc View 1 2 14 chunks +49 lines, -60 lines 0 comments Download
M components/omnibox/browser/search_provider.cc View 3 chunks +3 lines, -5 lines 0 comments Download
M components/omnibox/browser/search_suggestion_parser.h View 3 chunks +5 lines, -9 lines 0 comments Download
M components/omnibox/browser/search_suggestion_parser.cc View 1 7 chunks +5 lines, -10 lines 0 comments Download
M components/omnibox/browser/shortcuts_backend_unittest.cc View 1 2 1 chunk +2 lines, -4 lines 0 comments Download
M components/omnibox/browser/shortcuts_provider.h View 1 chunk +0 lines, -1 line 0 comments Download
M components/omnibox/browser/shortcuts_provider.cc View 3 chunks +2 lines, -4 lines 0 comments Download
M components/omnibox/browser/shortcuts_provider_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M components/omnibox/browser/url_index_private_data.h View 8 chunks +18 lines, -39 lines 0 comments Download
M components/omnibox/browser/url_index_private_data.cc View 20 chunks +24 lines, -35 lines 0 comments Download
M components/omnibox/browser/zero_suggest_provider.cc View 2 chunks +2 lines, -4 lines 0 comments Download
M components/password_manager/core/browser/affiliation_utils.h View 1 2 1 chunk +2 lines, -5 lines 0 comments Download
M components/password_manager/core/browser/affiliation_utils.cc View 1 1 chunk +4 lines, -4 lines 0 comments Download
M components/password_manager/core/browser/affiliation_utils_unittest.cc View 1 2 3 chunks +3 lines, -3 lines 0 comments Download
M components/password_manager/core/browser/password_ui_utils.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 2 chunks +6 lines, -7 lines 0 comments Download
M components/password_manager/core/browser/password_ui_utils.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 2 chunks +4 lines, -5 lines 0 comments Download
M components/password_manager/core/browser/password_ui_utils_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 4 chunks +9 lines, -11 lines 0 comments Download
M components/search_engines/keyword_table.cc View 1 1 chunk +1 line, -2 lines 0 comments Download
M components/search_engines/search_terms_data.h View 1 chunk +0 lines, -5 lines 0 comments Download
M components/search_engines/search_terms_data.cc View 1 chunk +0 lines, -4 lines 0 comments Download
M components/search_engines/template_url.h View 1 1 chunk +1 line, -4 lines 0 comments Download
M components/search_engines/template_url.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 2 chunks +4 lines, -8 lines 0 comments Download
M components/search_engines/template_url_parser.cc View 1 1 chunk +1 line, -2 lines 0 comments Download
M components/search_engines/template_url_service.cc View 1 chunk +1 line, -2 lines 0 comments Download
M components/search_engines/template_url_unittest.cc View 1 2 1 chunk +8 lines, -9 lines 0 comments Download
M components/security_interstitials/core/bad_clock_ui.h View 1 2 2 chunks +0 lines, -2 lines 0 comments Download
M components/security_interstitials/core/bad_clock_ui.cc View 1 2 2 chunks +1 line, -3 lines 0 comments Download
M components/security_interstitials/core/common_string_util.h View 1 2 1 chunk +1 line, -2 lines 0 comments Download
M components/security_interstitials/core/common_string_util.cc View 1 2 1 chunk +2 lines, -3 lines 0 comments Download
M components/security_interstitials/core/ssl_error_ui.h View 1 2 2 chunks +0 lines, -2 lines 0 comments Download
M components/security_interstitials/core/ssl_error_ui.cc View 1 2 4 chunks +3 lines, -7 lines 0 comments Download
M components/sync_bookmarks/bookmark_data_type_controller_unittest.cc View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M components/toolbar/toolbar_model_delegate.h View 1 chunk +0 lines, -4 lines 0 comments Download
M components/toolbar/toolbar_model_impl.cc View 2 chunks +1 line, -4 lines 0 comments Download
M components/url_formatter/elide_url.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 4 chunks +6 lines, -13 lines 0 comments Download
M 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 4 chunks +9 lines, -16 lines 0 comments Download
M components/url_formatter/elide_url_unittest.cc View 3 chunks +8 lines, -27 lines 0 comments Download
M components/url_formatter/url_fixer.cc View 2 chunks +2 lines, -3 lines 0 comments Download
M components/url_formatter/url_formatter.h View 7 chunks +11 lines, -21 lines 0 comments Download
M components/url_formatter/url_formatter.cc View 7 chunks +9 lines, -15 lines 0 comments Download
M components/url_formatter/url_formatter_unittest.cc View 1 2 15 chunks +28 lines, -30 lines 0 comments Download
M content/browser/download/save_package.h View 1 2 chunks +2 lines, -4 lines 0 comments Download
M content/browser/download/save_package.cc View 4 chunks +5 lines, -12 lines 0 comments Download
M content/browser/download/save_package_unittest.cc View 1 2 3 4 5 1 chunk +1 line, -2 lines 0 comments Download
M content/browser/frame_host/navigation_controller_impl_unittest.cc View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M content/browser/frame_host/navigation_entry_impl.h View 1 2 3 4 5 6 1 chunk +1 line, -2 lines 0 comments Download
M content/browser/frame_host/navigation_entry_impl.cc View 1 2 3 4 5 6 2 chunks +3 lines, -4 lines 0 comments Download
M content/browser/frame_host/navigation_entry_impl_unittest.cc View 1 2 3 4 5 6 2 chunks +11 lines, -13 lines 0 comments Download
M content/browser/web_contents/web_contents_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 4 chunks +4 lines, -12 lines 0 comments Download
M content/browser/web_contents/web_contents_impl_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +0 lines, -1 line 0 comments Download
M content/public/browser/javascript_dialog_manager.h View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -1 line 0 comments Download
M content/public/browser/navigation_entry.h View 1 1 chunk +2 lines, -5 lines 0 comments Download
M content/renderer/renderer_blink_platform_impl.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +1 line, -3 lines 0 comments Download
M content/renderer/renderer_blink_platform_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +2 lines, -3 lines 0 comments Download
M content/shell/browser/layout_test/layout_test_javascript_dialog_manager.h View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -1 line 0 comments Download
M content/shell/browser/layout_test/layout_test_javascript_dialog_manager.cc View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -1 line 0 comments Download
M content/shell/browser/shell_javascript_dialog_manager.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -1 line 0 comments Download
M content/shell/browser/shell_javascript_dialog_manager.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +1 line, -2 lines 0 comments Download
M extensions/browser/guest_view/web_view/javascript_dialog_helper.h View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -1 line 0 comments Download
M extensions/browser/guest_view/web_view/javascript_dialog_helper.cc View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -1 line 0 comments Download
M ios/chrome/browser/autocomplete/in_memory_url_index_factory.cc View 1 2 3 4 5 6 7 2 chunks +0 lines, -3 lines 0 comments Download
M ios/chrome/browser/bookmarks/bookmark_model_factory.cc View 1 2 3 4 5 6 7 2 chunks +0 lines, -2 lines 0 comments Download
M ios/chrome/browser/browser_state/test_chrome_browser_state.mm View 1 2 3 4 5 6 7 8 3 chunks +0 lines, -3 lines 0 comments Download
M ios/chrome/browser/history/history_service_factory.cc View 1 2 3 4 5 6 7 1 chunk +2 lines, -4 lines 0 comments Download
M ios/chrome/browser/interstitials/ios_security_interstitial_page.mm View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -5 lines 0 comments Download
M ios/chrome/browser/ssl/ios_ssl_blocking_page.mm View 1 2 3 4 5 6 7 8 3 chunks +2 lines, -10 lines 0 comments Download
M ios/chrome/browser/ui/webui/history/browsing_history_handler.h View 1 2 3 4 5 6 7 8 3 chunks +1 line, -8 lines 0 comments Download
M ios/chrome/browser/ui/webui/history/browsing_history_handler.cc View 1 2 3 4 5 6 7 8 9 chunks +7 lines, -20 lines 0 comments Download
M ios/web/navigation/navigation_item_impl.h View 1 chunk +1 line, -2 lines 0 comments Download
M ios/web/navigation/navigation_item_impl.mm View 2 chunks +3 lines, -4 lines 0 comments Download
M ios/web/public/navigation_item.h View 1 1 chunk +2 lines, -5 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 11 12 13 14 15 16 17 1 chunk +1 line, -4 lines 0 comments Download
M ios/web/web_state/web_state_impl.mm View 1 2 3 4 5 6 1 chunk +1 line, -5 lines 0 comments Download
M third_party/WebKit/Source/core/html/forms/EmailInputType.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +1 line, -5 lines 0 comments Download
M third_party/WebKit/public/platform/Platform.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +1 line, -1 line 0 comments Download
M ui/message_center/views/notification_view.cc View 1 2 1 chunk +4 lines, -6 lines 0 comments Download

Messages

Total messages: 86 (42 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1841653003/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1841653003/60001
4 years, 8 months ago (2016-03-30 07:06:50 UTC) #3
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: android_arm64_dbg_recipe on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_arm64_dbg_recipe/builds/42217) android_clang_dbg_recipe on ...
4 years, 8 months ago (2016-03-30 07:10:14 UTC) #5
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1841653003/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1841653003/100001
4 years, 8 months ago (2016-03-30 08:55:18 UTC) #7
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1841653003/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1841653003/100001
4 years, 8 months ago (2016-03-30 08:55:55 UTC) #10
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: ios_dbg_simulator_ninja on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_dbg_simulator_ninja/builds/151300) ios_rel_device_ninja on ...
4 years, 8 months ago (2016-03-30 08:58:36 UTC) #12
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1841653003/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1841653003/120001
4 years, 8 months ago (2016-03-30 17:29:09 UTC) #14
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: ios_rel_device_ninja on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_rel_device_ninja/builds/193041)
4 years, 8 months ago (2016-03-30 17:40:02 UTC) #17
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1841653003/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1841653003/140001
4 years, 8 months ago (2016-03-30 18:30:39 UTC) #20
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: ios_dbg_simulator_gn on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_dbg_simulator_gn/builds/11136) ios_dbg_simulator_ninja on ...
4 years, 8 months ago (2016-03-30 18:39:38 UTC) #22
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1841653003/160001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1841653003/160001
4 years, 8 months ago (2016-03-30 22:20:50 UTC) #25
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: ios_dbg_simulator_ninja on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_dbg_simulator_ninja/builds/151715)
4 years, 8 months ago (2016-03-30 22:30:29 UTC) #27
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1841653003/170001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1841653003/170001
4 years, 8 months ago (2016-03-30 22:57:36 UTC) #29
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: android_arm64_dbg_recipe on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_arm64_dbg_recipe/builds/42683) android_chromium_gn_compile_dbg on ...
4 years, 8 months ago (2016-03-30 23:02:38 UTC) #31
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1841653003/190001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1841653003/190001
4 years, 8 months ago (2016-03-31 05:19:18 UTC) #34
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: android_compile_dbg on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_compile_dbg/builds/42924)
4 years, 8 months ago (2016-03-31 05:34:57 UTC) #36
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1841653003/210001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1841653003/210001
4 years, 8 months ago (2016-03-31 07:14:41 UTC) #38
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: android_arm64_dbg_recipe on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_arm64_dbg_recipe/builds/42873)
4 years, 8 months ago (2016-03-31 07:32:57 UTC) #40
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1841653003/230001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1841653003/230001
4 years, 8 months ago (2016-03-31 08:31:41 UTC) #42
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_android_rel_ng on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/linux_android_rel_ng/builds/45871)
4 years, 8 months ago (2016-03-31 08:54:48 UTC) #44
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1841653003/270001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1841653003/270001
4 years, 8 months ago (2016-03-31 19:11:29 UTC) #46
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: ios_dbg_simulator_ninja on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_dbg_simulator_ninja/builds/152298) ios_rel_device_ninja on ...
4 years, 8 months ago (2016-03-31 19:37:36 UTC) #48
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1841653003/290001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1841653003/290001
4 years, 8 months ago (2016-03-31 21:30:23 UTC) #50
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_chromium_chromeos_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_rel_ng/builds/189231)
4 years, 8 months ago (2016-03-31 21:46:12 UTC) #52
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1841653003/310001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1841653003/310001
4 years, 8 months ago (2016-04-01 23:22:01 UTC) #54
jungshik at Google
Sorry that this CL is huge. I didn't expect it to grow this much. Most ...
4 years, 8 months ago (2016-04-02 00:08:15 UTC) #56
jungshik at Google
sdefresne@: can you take a look at ios/ changes? Thanks
4 years, 8 months ago (2016-04-02 00:12:51 UTC) #58
jungshik at Google
fsamuel@ : can you review changes in extensions/browser/guest_view? Thanks
4 years, 8 months ago (2016-04-02 00:17:28 UTC) #60
Fady Samuel
guest_view lgtm
4 years, 8 months ago (2016-04-02 00:28:19 UTC) #62
Avi (use Gerrit)
lgtm
4 years, 8 months ago (2016-04-02 01:12:16 UTC) #63
esprehn
lgtm, sad webkit apparently had no tests. :(
4 years, 8 months ago (2016-04-02 01:16:27 UTC) #64
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 8 months ago (2016-04-02 01:59:44 UTC) #66
jochen (gone - plz use gerrit)
lgtm
4 years, 8 months ago (2016-04-03 11:15:57 UTC) #67
Torne
android_webview LGTM
4 years, 8 months ago (2016-04-04 10:30:54 UTC) #68
jungshik at Google
stuartmorgan@: can you take a look at ios/{web,chrome}? Thanks
4 years, 8 months ago (2016-04-04 18:31:41 UTC) #70
sdefresne
ios/ lgtm
4 years, 8 months ago (2016-04-04 19:03:03 UTC) #71
jungshik at Google
Thank you all for the review/approval ! Peter, do you have any concern in url_formatter/omnibox/autocomplete?
4 years, 8 months ago (2016-04-04 20:25:18 UTC) #72
Peter Kasting
LGTM https://codereview.chromium.org/1841653003/diff/310001/chrome/browser/android/omnibox/autocomplete_controller_android.cc File chrome/browser/android/omnibox/autocomplete_controller_android.cc (right): https://codereview.chromium.org/1841653003/diff/310001/chrome/browser/android/omnibox/autocomplete_controller_android.cc#newcode559 chrome/browser/android/omnibox/autocomplete_controller_android.cc:559: base::string16 AutocompleteControllerAndroid::FormatURLUsingAcceptLanguages( This function name is now inaccurate. ...
4 years, 8 months ago (2016-04-05 02:42:33 UTC) #73
Yaron
lgtm % Peter's comment in autocomplete_controller_android.cc
4 years, 8 months ago (2016-04-05 03:05:04 UTC) #74
jungshik at Google
Thanks a lot, Peter, for the thorough review. And, thanks Yaron as well. https://codereview.chromium.org/1841653003/diff/310001/chrome/browser/android/omnibox/autocomplete_controller_android.cc File ...
4 years, 8 months ago (2016-04-05 18:56:19 UTC) #75
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1841653003/330001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1841653003/330001
4 years, 8 months ago (2016-04-05 18:57:21 UTC) #78
commit-bot: I haz the power
Try jobs failed on following builders: ios_dbg_simulator_ninja on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_dbg_simulator_ninja/builds/154642)
4 years, 8 months ago (2016-04-05 19:28:10 UTC) #80
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1841653003/350001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1841653003/350001
4 years, 8 months ago (2016-04-05 19:42:13 UTC) #83
commit-bot: I haz the power
Committed patchset #19 (id:350001)
4 years, 8 months ago (2016-04-05 22:13:16 UTC) #84
commit-bot: I haz the power
4 years, 8 months ago (2016-04-05 22:14:32 UTC) #86
Message was sent while issue was closed.
Patchset 19 (id:??) landed as
https://crrev.com/1fb76469391f6e7e2a846c27a095d57b54b50738
Cr-Commit-Position: refs/heads/master@{#385299}

Powered by Google App Engine
This is Rietveld 408576698