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

Issue 1102173002: Move GuestView layer in browser to components (Closed)

Created:
5 years, 8 months ago by Fady Samuel
Modified:
5 years, 7 months ago
CC:
aandrey+blink_chromium.org, ajwong+watch_chromium.org, Avi (use Gerrit), cbentzel+watch_chromium.org, chromium-apps-reviews_chromium.org, chromium-reviews, creis+watch_chromium.org, davidben+watch_chromium.org, devtools-reviews_chromium.org, extensions-reviews_chromium.org, gavinp+prer_chromium.org, pfeldman, tburkard+watch_chromium.org, tfarina, yurys
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Move GuestView layer in browser to components In addition to moving the browser-side of the GuestView layer into components, this CL also: 1. Replaces some loops to the top level web contents with GuestViewBase::GetTopLevelWebContents. 2. Installs the ExtensionsGuestViewMessageFilter in appshell. 3. Move some files out of extensions/common/guest_view to components/guest_view/common BUG=444869 Committed: https://crrev.com/8dfa19acbffebaeafd38e8c3f4ef136c3fc83734 Cr-Commit-Position: refs/heads/master@{#328243}

Patch Set 1 #

Patch Set 2 : Fix Chrome OS Build #

Patch Set 3 : Fixed GN Build #

Patch Set 4 : Rebased #

Patch Set 5 : Fixed Mac Build + GN Test builds #

Total comments: 6

Patch Set 6 : Fixed GuestViewManagerTest + Cleanup + Hopefully fixed Windows #

Patch Set 7 : Don't compile unit tests on iOS #

Patch Set 8 : Another try #

Patch Set 9 : Hopefully fix some builds #

Patch Set 10 : Rebased #

Patch Set 11 : Added missing files #

Patch Set 12 : Fixed return values in unittests #

Patch Set 13 : Hopefully fixes windows build #

Patch Set 14 : Another try: added test support code as dependencies. #

Patch Set 15 : Introduce guest_view_test_support target to avoid cyclic dependencies #

Patch Set 16 : Test change to build #

Total comments: 10

Patch Set 17 : Addressed comments #

Patch Set 18 : Make bots happy (hopefully) #

Total comments: 4

Patch Set 19 : Addressed nits #

Patch Set 20 : Removed unnecessary dependency #

Total comments: 1

Patch Set 21 : Addressed Jochen's comment + GuestViewBase cleanup #

Total comments: 4

Patch Set 22 : Addressed John's comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+554 lines, -3060 lines) Patch
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 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/DEPS View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/apps/guest_view/app_view_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +8 lines, -5 lines 0 comments Download
M chrome/browser/apps/guest_view/extension_view/extension_view_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 3 chunks +10 lines, -9 lines 0 comments Download
M chrome/browser/apps/guest_view/web_view_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 6 chunks +9 lines, -8 lines 0 comments Download
M chrome/browser/apps/guest_view/web_view_interactive_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 7 chunks +12 lines, -10 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 17 18 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/login/helper.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/chromeos/profiles/profile_helper.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/devtools/devtools_target_impl.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/extensions/api/identity/identity_apitest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 3 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/extensions/api/identity/web_auth_flow.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 3 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/extensions/api/messaging/message_service.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/extensions/chrome_content_browser_client_extensions_part.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 3 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/guest_view/web_view/chrome_web_view_guest_delegate.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +4 lines, -1 line 0 comments Download
M chrome/browser/guest_view/web_view/chrome_web_view_permission_helper_delegate.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 4 chunks +6 lines, -6 lines 0 comments Download
M chrome/browser/plugins/plugin_info_message_filter.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/prerender/prerender_link_manager.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/printing/print_preview_dialog_controller.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 3 chunks +3 lines, -9 lines 0 comments Download
M chrome/browser/printing/print_view_manager_common.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/profiles/off_the_record_profile_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 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 2 chunks +2 lines, -2 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 17 18 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/task_manager/extension_information.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/task_manager/guest_information.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 6 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/ui/cocoa/constrained_window/constrained_window_mac.mm View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 2 chunks +3 lines, -7 lines 0 comments Download
M chrome/browser/ui/login/login_prompt.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/tab_contents/core_tab_helper.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/chrome_constrained_window_views_client.cc View 1 2 3 4 5 2 chunks +0 lines, -6 lines 0 comments Download
M chrome/browser/ui/webui/signin/inline_login_ui.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/webui/signin/inline_login_ui_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 4 chunks +4 lines, -4 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 1 chunk +1 line, -0 lines 0 comments Download
M chrome/chrome_tests.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 2 chunks +4 lines, -0 lines 0 comments Download
M chrome/test/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 2 chunks +2 lines, -0 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 15 16 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 1 chunk +1 line, -0 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 1 chunk +1 line, -0 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 3 chunks +6 lines, -0 lines 0 comments Download
M components/constrained_window/BUILD.gn View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M components/constrained_window/DEPS View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M components/constrained_window/constrained_window_views.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +3 lines, -2 lines 0 comments Download
M components/constrained_window/constrained_window_views_client.h View 1 2 3 4 5 1 chunk +0 lines, -5 lines 0 comments Download
A components/guest_view.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +55 lines, -0 lines 0 comments Download
A components/guest_view/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +46 lines, -0 lines 0 comments Download
A + components/guest_view/OWNERS View 0 chunks +-1 lines, --1 lines 0 comments Download
A + components/guest_view/browser/DEPS View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 1 chunk +3 lines, -2 lines 0 comments Download
A + components/guest_view/browser/guest_view.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +7 lines, -7 lines 0 comments Download
A + components/guest_view/browser/guest_view_base.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 4 chunks +7 lines, -7 lines 0 comments Download
A + components/guest_view/browser/guest_view_base.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 12 chunks +26 lines, -29 lines 0 comments Download
A + components/guest_view/browser/guest_view_event.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +5 lines, -5 lines 0 comments Download
A + components/guest_view/browser/guest_view_event.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +5 lines, -5 lines 0 comments Download
A + components/guest_view/browser/guest_view_manager.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 3 chunks +9 lines, -11 lines 0 comments Download
A + components/guest_view/browser/guest_view_manager.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 9 chunks +15 lines, -14 lines 0 comments Download
A + components/guest_view/browser/guest_view_manager_delegate.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 2 chunks +14 lines, -14 lines 0 comments Download
A components/guest_view/browser/guest_view_manager_delegate.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +23 lines, -0 lines 0 comments Download
A + components/guest_view/browser/guest_view_manager_factory.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +7 lines, -10 lines 0 comments Download
A + components/guest_view/browser/guest_view_manager_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 4 chunks +12 lines, -20 lines 0 comments Download
A + components/guest_view/browser/guest_view_message_filter.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 3 chunks +5 lines, -5 lines 0 comments Download
A + components/guest_view/browser/guest_view_message_filter.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 3 chunks +6 lines, -6 lines 0 comments Download
A + components/guest_view/browser/test_guest_view_manager.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 4 chunks +11 lines, -11 lines 0 comments Download
A + components/guest_view/browser/test_guest_view_manager.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 4 chunks +8 lines, -9 lines 0 comments Download
A + components/guest_view/common/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
A + components/guest_view/common/OWNERS View 0 chunks +-1 lines, --1 lines 0 comments Download
A + components/guest_view/common/guest_view_constants.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +5 lines, -5 lines 0 comments Download
A + components/guest_view/common/guest_view_constants.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +2 lines, -2 lines 0 comments Download
A + components/guest_view/common/guest_view_message_generator.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +2 lines, -2 lines 0 comments Download
A + components/guest_view/common/guest_view_message_generator.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +7 lines, -8 lines 0 comments Download
A + components/guest_view/common/guest_view_messages.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 0 chunks +-1 lines, --1 lines 0 comments Download
M extensions/BUILD.gn 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 extensions/DEPS View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +1 line, -0 lines 0 comments Download
M extensions/browser/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
M extensions/browser/api/guest_view/guest_view_internal_api.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 4 chunks +10 lines, -8 lines 0 comments Download
M extensions/browser/guest_view/app_view/app_view_apitest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +7 lines, -3 lines 0 comments Download
M extensions/browser/guest_view/app_view/app_view_guest.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +2 lines, -2 lines 0 comments Download
M extensions/browser/guest_view/app_view/app_view_guest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 3 chunks +2 lines, -1 line 0 comments Download
M extensions/browser/guest_view/extension_options/extension_options_guest.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +3 lines, -3 lines 0 comments Download
M extensions/browser/guest_view/extension_options/extension_options_guest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 4 chunks +5 lines, -3 lines 0 comments Download
M extensions/browser/guest_view/extension_view/extension_view_guest.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +4 lines, -4 lines 0 comments Download
M extensions/browser/guest_view/extension_view/extension_view_guest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 3 chunks +5 lines, -3 lines 0 comments Download
M extensions/browser/guest_view/extensions_guest_view_manager_delegate.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +5 lines, -10 lines 0 comments Download
M extensions/browser/guest_view/extensions_guest_view_manager_delegate.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 4 chunks +8 lines, -6 lines 0 comments Download
M extensions/browser/guest_view/extensions_guest_view_message_filter.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 5 chunks +9 lines, -8 lines 0 comments Download
D extensions/browser/guest_view/guest_view.h View 1 chunk +0 lines, -70 lines 0 comments Download
D extensions/browser/guest_view/guest_view_base.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -458 lines 0 comments Download
D extensions/browser/guest_view/guest_view_base.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -824 lines 0 comments Download
D extensions/browser/guest_view/guest_view_event.h View 1 chunk +0 lines, -41 lines 0 comments Download
D extensions/browser/guest_view/guest_view_event.cc View 1 chunk +0 lines, -28 lines 0 comments Download
D extensions/browser/guest_view/guest_view_manager.h View 1 chunk +0 lines, -214 lines 0 comments Download
D extensions/browser/guest_view/guest_view_manager.cc View 1 chunk +0 lines, -375 lines 0 comments Download
D extensions/browser/guest_view/guest_view_manager_delegate.h View 1 chunk +0 lines, -53 lines 0 comments Download
D extensions/browser/guest_view/guest_view_manager_factory.h View 1 chunk +0 lines, -33 lines 0 comments Download
D extensions/browser/guest_view/guest_view_manager_unittest.cc View 1 chunk +0 lines, -92 lines 0 comments Download
D extensions/browser/guest_view/guest_view_message_filter.h View 1 chunk +0 lines, -67 lines 0 comments Download
D extensions/browser/guest_view/guest_view_message_filter.cc View 1 chunk +0 lines, -80 lines 0 comments Download
M extensions/browser/guest_view/mime_handler_view/mime_handler_view_guest.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +4 lines, -3 lines 0 comments Download
M extensions/browser/guest_view/mime_handler_view/mime_handler_view_guest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +2 lines, -1 line 0 comments Download
M extensions/browser/guest_view/surface_worker/surface_worker_guest.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +4 lines, -3 lines 0 comments Download
M extensions/browser/guest_view/surface_worker/surface_worker_guest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +3 lines, -1 line 0 comments Download
D extensions/browser/guest_view/test_guest_view_manager.h View 1 chunk +0 lines, -82 lines 0 comments Download
D extensions/browser/guest_view/test_guest_view_manager.cc View 1 chunk +0 lines, -100 lines 0 comments Download
M extensions/browser/guest_view/web_view/javascript_dialog_helper.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +2 lines, -2 lines 0 comments Download
M extensions/browser/guest_view/web_view/web_view_apitest.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 4 chunks +7 lines, -4 lines 0 comments Download
M extensions/browser/guest_view/web_view/web_view_apitest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 4 chunks +7 lines, -4 lines 0 comments Download
M extensions/browser/guest_view/web_view/web_view_content_script_manager.cc View 1 2 3 2 chunks +1 line, -1 line 0 comments Download
M extensions/browser/guest_view/web_view/web_view_find_helper.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +3 lines, -1 line 0 comments Download
M extensions/browser/guest_view/web_view/web_view_guest.h 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 extensions/browser/guest_view/web_view/web_view_guest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 11 chunks +18 lines, -15 lines 0 comments Download
M extensions/browser/guest_view/web_view/web_view_guest_delegate.h View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -1 line 0 comments Download
M extensions/browser/guest_view/web_view/web_view_permission_helper.h 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 extensions/browser/guest_view/web_view/web_view_permission_helper.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 4 chunks +4 lines, -3 lines 0 comments Download
M extensions/common/extension_message_generator.h View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -1 line 0 comments Download
D extensions/common/guest_view/guest_view_constants.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -50 lines 0 comments Download
D extensions/common/guest_view/guest_view_constants.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -45 lines 0 comments Download
D extensions/common/guest_view/guest_view_messages.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -35 lines 0 comments Download
M extensions/extensions.gyp View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +2 lines, -0 lines 0 comments Download
M extensions/extensions.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 3 chunks +0 lines, -16 lines 0 comments Download
M extensions/extensions_tests.gyp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +2 lines, -0 lines 0 comments Download
M extensions/extensions_tests.gypi View 1 chunk +0 lines, -1 line 0 comments Download
M extensions/renderer/guest_view/extensions_guest_view_container.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +3 lines, -3 lines 0 comments Download
M extensions/renderer/guest_view/guest_view_container.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 3 chunks +4 lines, -4 lines 0 comments Download
M extensions/renderer/guest_view/guest_view_internal_custom_bindings.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +2 lines, -2 lines 0 comments Download
M extensions/renderer/guest_view/mime_handler_view/mime_handler_view_container.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 3 chunks +4 lines, -4 lines 0 comments Download
M extensions/renderer/messaging_bindings.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 extensions/shell/BUILD.gn View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M extensions/shell/browser/shell_browser_context.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +2 lines, -2 lines 0 comments Download
M extensions/shell/browser/shell_content_browser_client.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 3 chunks +7 lines, -2 lines 0 comments Download

Messages

Total messages: 119 (52 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/1102173002/1
5 years, 8 months ago (2015-04-25 20:31:37 UTC) #2
commit-bot: I haz the power
Dry run: 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/59070)
5 years, 8 months ago (2015-04-25 20:37:57 UTC) #4
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1102173002/20001
5 years, 8 months ago (2015-04-25 21:16:45 UTC) #6
commit-bot: I haz the power
Dry run: 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/59073)
5 years, 8 months ago (2015-04-25 21:23:04 UTC) #8
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1102173002/40001
5 years, 8 months ago (2015-04-25 22:04:17 UTC) #10
commit-bot: I haz the power
Dry run: 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/59075)
5 years, 8 months ago (2015-04-25 22:12:15 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/1102173002/60001
5 years, 8 months ago (2015-04-25 22:29:32 UTC) #14
commit-bot: I haz the power
Dry run: 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/59078)
5 years, 8 months ago (2015-04-25 22:36:34 UTC) #16
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1102173002/80001
5 years, 8 months ago (2015-04-26 02:16:25 UTC) #18
commit-bot: I haz the power
Dry run: 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/59085)
5 years, 8 months ago (2015-04-26 02:23:25 UTC) #20
Fady Samuel
Notes to self https://codereview.chromium.org/1102173002/diff/80001/chrome/browser/printing/print_preview_dialog_controller.cc File chrome/browser/printing/print_preview_dialog_controller.cc (left): https://codereview.chromium.org/1102173002/diff/80001/chrome/browser/printing/print_preview_dialog_controller.cc#oldcode107 chrome/browser/printing/print_preview_dialog_controller.cc:107: while (guest_view && guest_view->attached()) { Note: ...
5 years, 8 months ago (2015-04-26 02:44:58 UTC) #21
Fady Samuel
Addressed my past self's comments. https://codereview.chromium.org/1102173002/diff/80001/chrome/browser/printing/print_preview_dialog_controller.cc File chrome/browser/printing/print_preview_dialog_controller.cc (left): https://codereview.chromium.org/1102173002/diff/80001/chrome/browser/printing/print_preview_dialog_controller.cc#oldcode107 chrome/browser/printing/print_preview_dialog_controller.cc:107: while (guest_view && guest_view->attached()) ...
5 years, 8 months ago (2015-04-26 04:29:17 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/1102173002/100001
5 years, 8 months ago (2015-04-26 04:29:32 UTC) #24
commit-bot: I haz the power
Dry run: 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/59088)
5 years, 8 months ago (2015-04-26 04:36:04 UTC) #26
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1102173002/120001
5 years, 8 months ago (2015-04-26 04:45:37 UTC) #28
commit-bot: I haz the power
Dry run: 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/59091)
5 years, 8 months ago (2015-04-26 04:53:49 UTC) #30
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1102173002/140001
5 years, 8 months ago (2015-04-26 12:27:05 UTC) #32
commit-bot: I haz the power
Dry run: 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/59106)
5 years, 8 months ago (2015-04-26 12:34:06 UTC) #34
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1102173002/160001
5 years, 8 months ago (2015-04-26 21:14:54 UTC) #36
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: mac_chromium_compile_dbg_ng on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_compile_dbg_ng/builds/47025)
5 years, 8 months ago (2015-04-26 21:19:15 UTC) #38
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1102173002/180001
5 years, 8 months ago (2015-04-26 22:00:15 UTC) #40
commit-bot: I haz the power
Dry run: 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/59121)
5 years, 8 months ago (2015-04-26 22:07:15 UTC) #42
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1102173002/200001
5 years, 8 months ago (2015-04-26 22:20:54 UTC) #44
commit-bot: I haz the power
Dry run: 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/59124)
5 years, 8 months ago (2015-04-26 22:28:01 UTC) #46
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1102173002/220001
5 years, 8 months ago (2015-04-26 22:46:48 UTC) #48
commit-bot: I haz the power
Dry run: 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/59126)
5 years, 8 months ago (2015-04-26 22:53:56 UTC) #50
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1102173002/240001
5 years, 8 months ago (2015-04-27 02:44:19 UTC) #52
commit-bot: I haz the power
Dry run: 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/59136)
5 years, 8 months ago (2015-04-27 02:51:15 UTC) #54
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1102173002/260001
5 years, 8 months ago (2015-04-27 04:41:26 UTC) #56
commit-bot: I haz the power
Dry run: 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/59149)
5 years, 8 months ago (2015-04-27 04:48:52 UTC) #58
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1102173002/280001
5 years, 8 months ago (2015-04-27 05:47:14 UTC) #60
commit-bot: I haz the power
Dry run: 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/59159)
5 years, 8 months ago (2015-04-27 05:53:55 UTC) #62
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1102173002/300001
5 years, 7 months ago (2015-04-27 23:08:57 UTC) #64
commit-bot: I haz the power
Dry run: 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/59403)
5 years, 7 months ago (2015-04-27 23:24:12 UTC) #66
Fady Samuel
5 years, 7 months ago (2015-04-28 22:48:11 UTC) #68
lazyboy
Looks OK Haven't looked at BUILD/DEPS/gn/gypi closely. https://chromiumcodereview.appspot.com/1102173002/diff/300001/components/guest_view/BUILD.gn File components/guest_view/BUILD.gn (right): https://chromiumcodereview.appspot.com/1102173002/diff/300001/components/guest_view/BUILD.gn#newcode1 components/guest_view/BUILD.gn:1: # Copyright ...
5 years, 7 months ago (2015-04-30 19:31:07 UTC) #69
Fady Samuel
PTAL https://codereview.chromium.org/1102173002/diff/300001/components/guest_view/BUILD.gn File components/guest_view/BUILD.gn (right): https://codereview.chromium.org/1102173002/diff/300001/components/guest_view/BUILD.gn#newcode1 components/guest_view/BUILD.gn:1: # Copyright 2014 The Chromium Authors. All rights ...
5 years, 7 months ago (2015-04-30 23:26:05 UTC) #70
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1102173002/320001
5 years, 7 months ago (2015-04-30 23:27:04 UTC) #72
commit-bot: I haz the power
Dry run: 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/60418)
5 years, 7 months ago (2015-04-30 23:37:48 UTC) #74
lazyboy
*guest_view* LGTM
5 years, 7 months ago (2015-05-01 00:05:03 UTC) #75
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1102173002/340001
5 years, 7 months ago (2015-05-01 00:30:42 UTC) #78
commit-bot: I haz the power
Dry run: 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/60432)
5 years, 7 months ago (2015-05-01 00:41:56 UTC) #80
Fady Samuel
This CL isn't as scary as it looks. It's mostly just moving guest_view into components. ...
5 years, 7 months ago (2015-05-01 03:02:02 UTC) #82
sky
LGTM
5 years, 7 months ago (2015-05-01 15:08:47 UTC) #83
not at google - send to devlin
lgtm with some comments as I explore the gyp/gn changes - but you may need ...
5 years, 7 months ago (2015-05-01 15:33:45 UTC) #84
Fady Samuel
+jam@ for guest_view DEPS on content and ipc. +jochen@ for guest_view DEPS on third_party/WebKit overall ...
5 years, 7 months ago (2015-05-01 21:20:29 UTC) #86
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1102173002/380001
5 years, 7 months ago (2015-05-01 21:24:26 UTC) #89
commit-bot: I haz the power
Dry run: 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/60625)
5 years, 7 months ago (2015-05-01 21:35:43 UTC) #91
kenrb
lgtm
5 years, 7 months ago (2015-05-02 03:37:24 UTC) #92
jochen (gone - plz use gerrit)
https://codereview.chromium.org/1102173002/diff/380001/components/guest_view/browser/DEPS File components/guest_view/browser/DEPS (right): https://codereview.chromium.org/1102173002/diff/380001/components/guest_view/browser/DEPS#newcode7 components/guest_view/browser/DEPS:7: '+third_party/WebKit/public/web', ideally, browser/ stuff should explicitly list the WebKit ...
5 years, 7 months ago (2015-05-04 07:26:03 UTC) #93
Fady Samuel
PTAL jochen@ I've addressed your comments. PTAL jam@ for guest_view DEPS on content and ipc.
5 years, 7 months ago (2015-05-04 13:00:56 UTC) #94
jochen (gone - plz use gerrit)
lgtm
5 years, 7 months ago (2015-05-04 13:12:58 UTC) #95
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1102173002/400001
5 years, 7 months ago (2015-05-04 14:15:33 UTC) #98
commit-bot: I haz the power
Dry run: 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/60817)
5 years, 7 months ago (2015-05-04 14:23:07 UTC) #100
jam
https://codereview.chromium.org/1102173002/diff/400001/components/guest_view/browser/DEPS File components/guest_view/browser/DEPS (right): https://codereview.chromium.org/1102173002/diff/400001/components/guest_view/browser/DEPS#newcode4 components/guest_view/browser/DEPS:4: "+content/public", dont add content/public, but instead add content/public/common https://codereview.chromium.org/1102173002/diff/400001/components/guest_view/browser/guest_view_manager_unittest.cc ...
5 years, 7 months ago (2015-05-04 16:11:10 UTC) #101
jam
5 years, 7 months ago (2015-05-04 16:11:13 UTC) #102
Fady Samuel
PTAL John! Thanks! +miket@ for extensions/browser/DEPS review (added guest_view as dependency). https://codereview.chromium.org/1102173002/diff/400001/components/guest_view/browser/DEPS File components/guest_view/browser/DEPS (right): ...
5 years, 7 months ago (2015-05-04 20:24:32 UTC) #104
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1102173002/420001
5 years, 7 months ago (2015-05-04 20:25:50 UTC) #107
commit-bot: I haz the power
Dry run: 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/60917)
5 years, 7 months ago (2015-05-04 20:35:30 UTC) #109
jam
On 2015/05/04 20:24:32, Fady Samuel wrote: > PTAL John! Thanks! > > +miket@ for extensions/browser/DEPS ...
5 years, 7 months ago (2015-05-04 21:50:41 UTC) #110
Fady Samuel
-miket@ +benwells, since Mike doesn't do code reviews.
5 years, 7 months ago (2015-05-04 22:00:18 UTC) #112
benwells
On 2015/05/04 22:00:18, Fady Samuel wrote: > -miket@ +benwells, since Mike doesn't do code reviews. ...
5 years, 7 months ago (2015-05-04 23:00:13 UTC) #113
Fady Samuel
On 2015/05/04 23:00:13, benwells wrote: > On 2015/05/04 22:00:18, Fady Samuel wrote: > > -miket@ ...
5 years, 7 months ago (2015-05-04 23:03:19 UTC) #114
benwells
deps lgtm
5 years, 7 months ago (2015-05-05 00:47:39 UTC) #115
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1102173002/420001
5 years, 7 months ago (2015-05-05 00:53:23 UTC) #117
commit-bot: I haz the power
Committed patchset #22 (id:420001)
5 years, 7 months ago (2015-05-05 01:00:54 UTC) #118
commit-bot: I haz the power
5 years, 7 months ago (2015-05-05 01:01:50 UTC) #119
Message was sent while issue was closed.
Patchset 22 (id:??) landed as
https://crrev.com/8dfa19acbffebaeafd38e8c3f4ef136c3fc83734
Cr-Commit-Position: refs/heads/master@{#328243}

Powered by Google App Engine
This is Rietveld 408576698