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

Issue 2263863002: Remove implementation of Panels on OSes other than ChromeOS. (Closed)

Created:
4 years, 4 months ago by Dmitry Titov
Modified:
4 years, 4 months ago
Reviewers:
stevenjb, sky
CC:
chromium-reviews, extensions-reviews_chromium.org, jennb, tfarina, Dmitry Titov, jianli, dcheng, chromium-apps-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Remove implementation of Panels on OSes other than ChromeOS. This affects Win, Mac and Linux. On those platforms, attempting to open a Panel via chrome.windows.open (...'panel'...) API will not fail (since there are still users of Hangouts extension out there) but degrade to a popup instead. On ChromeOS, the 'regular' way of creating ChromeOS panels remains unaffectd (via chrome.app.window.create), while window.open continues to work as before (whitelisted for Hangouts, as before). The flags 'enable-panels' and 'disable-panels' are gone as well, and panel tests are also removed. The patch is big but it's mostly wholesale removal of panel-related directories, BUILD files changes and tests removal. BUG=571511 Committed: https://crrev.com/566d3644fd8cee5e104139b3c6a6c1a857c8d2c4 Cr-Commit-Position: refs/heads/master@{#413759}

Patch Set 1 #

Patch Set 2 : fix compile #

Patch Set 3 : more fixes #

Patch Set 4 : another fix. there will be some more. #

Patch Set 5 : and again #

Patch Set 6 : another test #

Patch Set 7 : make window.create('panel') to create popup instead of failing the API call. #

Patch Set 8 : hopefully fixing the tests #

Patch Set 9 : more #

Patch Set 10 : remove windows.open panel tests #

Patch Set 11 : more panel tests #

Patch Set 12 : cleanup after test removal #

Total comments: 10

Patch Set 13 : CR feedback #

Unified diffs Side-by-side diffs Delta from patch set Stats (+45 lines, -25561 lines) Patch
M chrome/browser/about_flags.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -3 lines 0 comments Download
M chrome/browser/chrome_notification_types.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -28 lines 0 comments Download
M chrome/browser/extensions/api/management/management_apitest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -5 lines 0 comments Download
M chrome/browser/extensions/api/tabs/tabs_api.cc View 1 2 3 4 5 6 7 8 9 10 11 12 10 chunks +30 lines, -54 lines 0 comments Download
M chrome/browser/extensions/extension_messages_apitest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -12 lines 0 comments Download
M chrome/browser/extensions/window_open_apitest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 16 chunks +12 lines, -264 lines 0 comments Download
M chrome/browser/extensions/window_open_interactive_apitest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -9 lines 0 comments Download
D chrome/browser/task_manager/providers/web_contents/panel_tag.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -33 lines 0 comments Download
D chrome/browser/task_manager/providers/web_contents/panel_tag.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -23 lines 0 comments Download
D chrome/browser/task_manager/providers/web_contents/panel_task.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -37 lines 0 comments Download
D chrome/browser/task_manager/providers/web_contents/panel_task.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -68 lines 0 comments Download
M chrome/browser/task_manager/task_manager_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +0 lines, -218 lines 0 comments Download
M chrome/browser/task_manager/web_contents_tags.h View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +1 line, -10 lines 0 comments Download
M chrome/browser/task_manager/web_contents_tags.cc View 1 2 3 4 5 6 7 8 9 10 11 12 4 chunks +1 line, -19 lines 0 comments Download
D chrome/browser/ui/cocoa/panels/OWNERS View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -3 lines 0 comments Download
D chrome/browser/ui/cocoa/panels/display_settings_provider_cocoa.mm View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -148 lines 0 comments Download
D chrome/browser/ui/cocoa/panels/mouse_drag_controller.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -97 lines 0 comments Download
D chrome/browser/ui/cocoa/panels/mouse_drag_controller.mm View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -145 lines 0 comments Download
D chrome/browser/ui/cocoa/panels/panel_cocoa.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -117 lines 0 comments Download
D chrome/browser/ui/cocoa/panels/panel_cocoa.mm View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -455 lines 0 comments Download
D chrome/browser/ui/cocoa/panels/panel_cocoa_browsertest.mm View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -181 lines 0 comments Download
D chrome/browser/ui/cocoa/panels/panel_cocoa_unittest.mm View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -409 lines 0 comments Download
D chrome/browser/ui/cocoa/panels/panel_stack_window_cocoa.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -94 lines 0 comments Download
D chrome/browser/ui/cocoa/panels/panel_stack_window_cocoa.mm View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -385 lines 0 comments Download
D chrome/browser/ui/cocoa/panels/panel_titlebar_view_cocoa.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -131 lines 0 comments Download
D chrome/browser/ui/cocoa/panels/panel_titlebar_view_cocoa.mm View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -575 lines 0 comments Download
D chrome/browser/ui/cocoa/panels/panel_utils_cocoa.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -37 lines 0 comments Download
D chrome/browser/ui/cocoa/panels/panel_utils_cocoa.mm View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -41 lines 0 comments Download
D chrome/browser/ui/cocoa/panels/panel_window_controller_cocoa.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -168 lines 0 comments Download
D chrome/browser/ui/cocoa/panels/panel_window_controller_cocoa.mm View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -955 lines 0 comments Download
D chrome/browser/ui/panels/OWNERS View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -2 lines 0 comments Download
D chrome/browser/ui/panels/base_panel_browser_test.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -124 lines 0 comments Download
D chrome/browser/ui/panels/base_panel_browser_test.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -590 lines 0 comments Download
D chrome/browser/ui/panels/detached_panel_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -258 lines 0 comments Download
D chrome/browser/ui/panels/detached_panel_collection.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -99 lines 0 comments Download
D chrome/browser/ui/panels/detached_panel_collection.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -291 lines 0 comments Download
D chrome/browser/ui/panels/detached_panel_drag_handler.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -24 lines 0 comments Download
D chrome/browser/ui/panels/detached_panel_drag_handler.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -21 lines 0 comments Download
D chrome/browser/ui/panels/display_settings_provider.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -158 lines 0 comments Download
D chrome/browser/ui/panels/display_settings_provider.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -166 lines 0 comments Download
D chrome/browser/ui/panels/docked_panel_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -274 lines 0 comments Download
D chrome/browser/ui/panels/docked_panel_collection.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -197 lines 0 comments Download
D chrome/browser/ui/panels/docked_panel_collection.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -781 lines 0 comments Download
D chrome/browser/ui/panels/docked_panel_drag_handler.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -27 lines 0 comments Download
D chrome/browser/ui/panels/docked_panel_drag_handler.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -115 lines 0 comments Download
D chrome/browser/ui/panels/native_panel.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -146 lines 0 comments Download
D chrome/browser/ui/panels/native_panel_stack_window.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -98 lines 0 comments Download
D chrome/browser/ui/panels/panel.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -422 lines 0 comments Download
D chrome/browser/ui/panels/panel.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -910 lines 0 comments Download
D chrome/browser/ui/panels/panel_bounds_animation.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -41 lines 0 comments Download
D chrome/browser/ui/panels/panel_bounds_animation.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -81 lines 0 comments Download
D chrome/browser/ui/panels/panel_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -1769 lines 0 comments Download
D chrome/browser/ui/panels/panel_collection.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -158 lines 0 comments Download
D chrome/browser/ui/panels/panel_collection.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -12 lines 0 comments Download
D chrome/browser/ui/panels/panel_constants.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -100 lines 0 comments Download
D chrome/browser/ui/panels/panel_drag_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -3087 lines 0 comments Download
D chrome/browser/ui/panels/panel_drag_controller.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -105 lines 0 comments Download
D chrome/browser/ui/panels/panel_drag_controller.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -818 lines 0 comments Download
D chrome/browser/ui/panels/panel_extension_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -272 lines 0 comments Download
D chrome/browser/ui/panels/panel_host.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -107 lines 0 comments Download
D chrome/browser/ui/panels/panel_host.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -251 lines 0 comments Download
D chrome/browser/ui/panels/panel_manager.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -251 lines 0 comments Download
D chrome/browser/ui/panels/panel_manager.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -578 lines 0 comments Download
D chrome/browser/ui/panels/panel_mouse_watcher.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -56 lines 0 comments Download
D chrome/browser/ui/panels/panel_mouse_watcher.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -33 lines 0 comments Download
D chrome/browser/ui/panels/panel_mouse_watcher_observer.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -23 lines 0 comments Download
D chrome/browser/ui/panels/panel_mouse_watcher_timer.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -75 lines 0 comments Download
D chrome/browser/ui/panels/panel_mouse_watcher_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -67 lines 0 comments Download
D chrome/browser/ui/panels/panel_resize_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -673 lines 0 comments Download
D chrome/browser/ui/panels/panel_resize_controller.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -60 lines 0 comments Download
D chrome/browser/ui/panels/panel_resize_controller.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -177 lines 0 comments Download
D chrome/browser/ui/panels/stacked_panel_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -1468 lines 0 comments Download
D chrome/browser/ui/panels/stacked_panel_collection.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -180 lines 0 comments Download
D chrome/browser/ui/panels/stacked_panel_collection.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -798 lines 0 comments Download
D chrome/browser/ui/panels/stacked_panel_drag_handler.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -28 lines 0 comments Download
D chrome/browser/ui/panels/stacked_panel_drag_handler.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -82 lines 0 comments Download
D chrome/browser/ui/panels/test_panel_active_state_observer.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -33 lines 0 comments Download
D chrome/browser/ui/panels/test_panel_active_state_observer.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -25 lines 0 comments Download
D chrome/browser/ui/panels/test_panel_collection_squeeze_observer.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -39 lines 0 comments Download
D chrome/browser/ui/panels/test_panel_collection_squeeze_observer.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -39 lines 0 comments Download
D chrome/browser/ui/panels/test_panel_mouse_watcher.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -31 lines 0 comments Download
D chrome/browser/ui/panels/test_panel_mouse_watcher.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -39 lines 0 comments Download
D chrome/browser/ui/panels/test_panel_notification_observer.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -47 lines 0 comments Download
D chrome/browser/ui/panels/test_panel_notification_observer.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -44 lines 0 comments Download
M chrome/browser/ui/startup/startup_browser_creator_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -1 line 0 comments Download
D chrome/browser/ui/views/panels/OWNERS View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -3 lines 0 comments Download
D chrome/browser/ui/views/panels/panel_frame_view.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -120 lines 0 comments Download
D chrome/browser/ui/views/panels/panel_frame_view.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -790 lines 0 comments Download
D chrome/browser/ui/views/panels/panel_stack_view.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -147 lines 0 comments Download
D chrome/browser/ui/views/panels/panel_stack_view.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -591 lines 0 comments Download
D chrome/browser/ui/views/panels/panel_view.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -254 lines 0 comments Download
D chrome/browser/ui/views/panels/panel_view.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -1153 lines 0 comments Download
D chrome/browser/ui/views/panels/panel_view_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -163 lines 0 comments Download
D chrome/browser/ui/views/panels/taskbar_window_thumbnailer_win.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -74 lines 0 comments Download
D chrome/browser/ui/views/panels/taskbar_window_thumbnailer_win.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -217 lines 0 comments Download
D chrome/browser/ui/views/panels/x11_panel_resizer.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -74 lines 0 comments Download
D chrome/browser/ui/views/panels/x11_panel_resizer.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -127 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -4 lines 0 comments Download
M chrome/chrome_browser_ui.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 5 chunks +0 lines, -58 lines 0 comments Download
M chrome/chrome_nibs.gyp View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -4 lines 0 comments Download
M chrome/chrome_tests.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 6 chunks +0 lines, -42 lines 0 comments Download
M chrome/chrome_tests_unit.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +0 lines, -2 lines 0 comments Download
M chrome/common/chrome_switches.h View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +0 lines, -2 lines 0 comments Download
M chrome/common/chrome_switches.cc View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +0 lines, -6 lines 0 comments Download
M chrome/test/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +0 lines, -25 lines 0 comments Download
M chrome/test/data/extensions/api_test/window_open/focus/test.js View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +0 lines, -21 lines 0 comments Download
D chrome/test/data/extensions/api_test/window_open/panel/manifest.json View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -10 lines 0 comments Download
D chrome/test/data/extensions/api_test/window_open/panel/panel.html View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -8 lines 0 comments Download
D chrome/test/data/extensions/api_test/window_open/panel/panel.js View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -6 lines 0 comments Download
D chrome/test/data/extensions/api_test/window_open/panel/test.html View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -6 lines 0 comments Download
D chrome/test/data/extensions/api_test/window_open/panel/test.js View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -45 lines 0 comments Download
D chrome/test/data/extensions/api_test/window_open/panel_browsing_instance/background.html View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -13 lines 0 comments Download
D chrome/test/data/extensions/api_test/window_open/panel_browsing_instance/background.js View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -82 lines 0 comments Download
D chrome/test/data/extensions/api_test/window_open/panel_browsing_instance/background-subframe.html View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -8 lines 0 comments Download
D chrome/test/data/extensions/api_test/window_open/panel_browsing_instance/background-subframe.js View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -11 lines 0 comments Download
D chrome/test/data/extensions/api_test/window_open/panel_browsing_instance/manifest.json View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -13 lines 0 comments Download
D chrome/test/data/extensions/api_test/window_open/panel_browsing_instance/panel.html View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -15 lines 0 comments Download
D chrome/test/data/extensions/api_test/window_open/panel_browsing_instance/panel.js View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -20 lines 0 comments Download
D chrome/test/data/extensions/api_test/window_open/panel_browsing_instance/panel-subframe.html View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -8 lines 0 comments Download
D chrome/test/data/extensions/api_test/window_open/panel_browsing_instance/panel-subframe.js View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -27 lines 0 comments Download
D chrome/test/data/extensions/api_test/window_open/panel_detached/manifest.json View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -10 lines 0 comments Download
D chrome/test/data/extensions/api_test/window_open/panel_detached/test.html View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -6 lines 0 comments Download
D chrome/test/data/extensions/api_test/window_open/panel_detached/test.js View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -82 lines 0 comments Download
D chrome/test/data/extensions/api_test/window_open/panel_not_enabled/manifest.json View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -10 lines 0 comments Download
D chrome/test/data/extensions/api_test/window_open/panel_not_enabled/test.html View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -6 lines 0 comments Download
D chrome/test/data/extensions/api_test/window_open/panel_not_enabled/test.js View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -15 lines 0 comments Download
D chrome/test/data/extensions/api_test/window_open/panel_window_open/background.js View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -6 lines 0 comments Download
D chrome/test/data/extensions/api_test/window_open/panel_window_open/content_panel.html View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -13 lines 0 comments Download
D chrome/test/data/extensions/api_test/window_open/panel_window_open/content_panel.js View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -5 lines 0 comments Download
D chrome/test/data/extensions/api_test/window_open/panel_window_open/manifest.json View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -10 lines 0 comments Download
D chrome/test/data/panels/basic/manifest.json View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -10 lines 0 comments Download
D chrome/test/data/panels/basic/panel.html View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -10 lines 0 comments Download
D chrome/test/data/panels/basic/panel.js View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -5 lines 0 comments Download
D chrome/test/data/panels/basic/test.js View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -6 lines 0 comments Download
D chrome/test/data/panels/context_menu/manifest.json View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -10 lines 0 comments Download
D chrome/test/data/panels/context_menu/panel.html View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -10 lines 0 comments Download
D chrome/test/data/panels/context_menu/panel.js View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -7 lines 0 comments Download
D chrome/test/data/panels/context_menu/test.js View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -20 lines 0 comments Download
D chrome/test/data/panels/context_menu2/manifest.json View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -10 lines 0 comments Download
D chrome/test/data/panels/context_menu2/test.js View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -14 lines 0 comments Download
D chrome/test/data/panels/onbeforeunload.html View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -26 lines 0 comments Download
D chrome/test/data/panels/test_extension/128.png View 1 2 3 4 5 6 7 8 9 10 11 12 Binary file 0 comments Download
D chrome/test/data/panels/test_extension/24.png View 1 2 3 4 5 6 7 8 9 10 11 12 Binary file 0 comments Download
D chrome/test/data/panels/test_extension/32.png View 1 2 3 4 5 6 7 8 9 10 11 12 Binary file 0 comments Download
D chrome/test/data/panels/test_extension/hello.html View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -5 lines 0 comments Download
D chrome/test/data/panels/test_extension/manifest.json View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -15 lines 0 comments Download
D chrome/test/data/panels/test_extension/test.html View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -6 lines 0 comments Download
D chrome/test/data/panels/update-preferred-size.html View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -20 lines 0 comments Download

Messages

Total messages: 61 (51 generated)
Dmitry Titov
PTAL. It took a bit to get bits for all platforms green. While big, this ...
4 years, 4 months ago (2016-08-21 21:06:36 UTC) #44
Dmitry Titov
Now with stevenjb and sky actually added.
4 years, 4 months ago (2016-08-21 21:07:33 UTC) #46
sky
https://codereview.chromium.org/2263863002/diff/110001/chrome/browser/extensions/api/tabs/tabs_api.cc File chrome/browser/extensions/api/tabs/tabs_api.cc (right): https://codereview.chromium.org/2263863002/diff/110001/chrome/browser/extensions/api/tabs/tabs_api.cc#newcode508 chrome/browser/extensions/api/tabs/tabs_api.cc:508: bool create_chromeOS_panel = false; Style guide says all lower ...
4 years, 4 months ago (2016-08-22 15:05:55 UTC) #47
stevenjb
https://codereview.chromium.org/2263863002/diff/110001/chrome/browser/extensions/api/tabs/tabs_api.cc File chrome/browser/extensions/api/tabs/tabs_api.cc (right): https://codereview.chromium.org/2263863002/diff/110001/chrome/browser/extensions/api/tabs/tabs_api.cc#newcode508 chrome/browser/extensions/api/tabs/tabs_api.cc:508: bool create_chromeOS_panel = false; On 2016/08/22 15:05:55, sky wrote: ...
4 years, 4 months ago (2016-08-22 15:45:03 UTC) #48
Dmitry Titov
ptal https://codereview.chromium.org/2263863002/diff/110001/chrome/browser/extensions/api/tabs/tabs_api.cc File chrome/browser/extensions/api/tabs/tabs_api.cc (right): https://codereview.chromium.org/2263863002/diff/110001/chrome/browser/extensions/api/tabs/tabs_api.cc#newcode508 chrome/browser/extensions/api/tabs/tabs_api.cc:508: bool create_chromeOS_panel = false; On 2016/08/22 15:05:55, sky ...
4 years, 4 months ago (2016-08-22 23:45:54 UTC) #51
sky
LGTM
4 years, 4 months ago (2016-08-23 13:17:55 UTC) #54
stevenjb
lgtm
4 years, 4 months ago (2016-08-23 15:33:55 UTC) #55
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2263863002/120001
4 years, 4 months ago (2016-08-23 16:31:35 UTC) #57
commit-bot: I haz the power
Committed patchset #13 (id:120001)
4 years, 4 months ago (2016-08-23 16:39:25 UTC) #59
commit-bot: I haz the power
4 years, 4 months ago (2016-08-23 16:41:33 UTC) #61
Message was sent while issue was closed.
Patchset 13 (id:??) landed as
https://crrev.com/566d3644fd8cee5e104139b3c6a6c1a857c8d2c4
Cr-Commit-Position: refs/heads/master@{#413759}

Powered by Google App Engine
This is Rietveld 408576698