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

Issue 10407035: Extension/Platform App window isolation (Closed)

Created:
8 years, 7 months ago by Mihai Parparita -not on Chrome
Modified:
8 years, 7 months ago
Reviewers:
Aaron Boodman, stevenjb, sky
CC:
chromium-reviews, mihaip-chromium-reviews_chromium.org, sadrul, ben+watch_chromium.org, jeremya
Visibility:
Public.

Description

Extension/Platform App window isolation Hide platform app windows from extensions, and hide all windows that don't belong to the current app from apps. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=138340

Patch Set 1 #

Patch Set 2 : Comments #

Patch Set 3 : Fix Aura build. #

Patch Set 4 : Fix tests #

Total comments: 5

Patch Set 5 : Move visibility check to UIThreadExtensionFunction #

Patch Set 6 : Fix Aura build #

Total comments: 4

Patch Set 7 : Add "ForFunction" #

Unified diffs Side-by-side diffs Delta from patch set Stats (+177 lines, -104 lines) Patch
M chrome/browser/extensions/browser_extension_window_controller.h View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/extensions/browser_extension_window_controller.cc View 1 2 3 4 2 chunks +8 lines, -0 lines 0 comments Download
M chrome/browser/extensions/extension_function.h View 1 2 3 4 2 chunks +6 lines, -1 line 0 comments Download
M chrome/browser/extensions/extension_function.cc View 1 2 3 4 5 6 1 chunk +18 lines, -6 lines 0 comments Download
M chrome/browser/extensions/extension_tabs_module.cc View 1 2 3 4 5 6 3 chunks +5 lines, -16 lines 0 comments Download
M chrome/browser/extensions/extension_window_controller.h View 1 2 3 4 4 chunks +9 lines, -8 lines 0 comments Download
M chrome/browser/extensions/extension_window_controller.cc View 1 2 3 4 1 chunk +0 lines, -9 lines 0 comments Download
M chrome/browser/extensions/extension_window_list.h View 1 2 3 4 5 6 2 chunks +9 lines, -8 lines 0 comments Download
M chrome/browser/extensions/extension_window_list.cc View 1 2 3 4 5 6 2 chunks +8 lines, -11 lines 0 comments Download
M chrome/browser/extensions/platform_app_browsertest.cc View 1 2 3 4 7 chunks +81 lines, -8 lines 0 comments Download
M chrome/browser/ui/extensions/shell_window.h View 1 2 3 4 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/ui/extensions/shell_window.cc View 1 2 3 4 2 chunks +7 lines, -0 lines 0 comments Download
M chrome/browser/ui/views/ash/panel_view_aura.cc View 1 2 3 4 5 4 chunks +25 lines, -0 lines 0 comments Download
D chrome/test/data/extensions/platform_apps/empty_context_menu/main.html View 1 chunk +0 lines, -10 lines 0 comments Download
D chrome/test/data/extensions/platform_apps/empty_context_menu/main.js View 1 chunk +0 lines, -5 lines 0 comments Download
D chrome/test/data/extensions/platform_apps/empty_context_menu/manifest.json View 1 chunk +0 lines, -13 lines 0 comments Download
D chrome/test/data/extensions/platform_apps/empty_context_menu/test.js View 1 chunk +0 lines, -10 lines 0 comments Download
A + chrome/test/data/extensions/platform_apps/minimal/main.html View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/test/data/extensions/platform_apps/minimal/main.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/test/data/extensions/platform_apps/minimal/manifest.json View 1 chunk +1 line, -1 line 0 comments Download
A + chrome/test/data/extensions/platform_apps/minimal/test.js View 0 chunks +-1 lines, --1 lines 0 comments Download

Messages

Total messages: 18 (0 generated)
Mihai Parparita -not on Chrome
Steven: Review the ExtensionWindowController, etc. changes, to check that they're in the spirit of your ...
8 years, 7 months ago (2012-05-18 01:17:00 UTC) #1
Aaron Boodman
lgtm
8 years, 7 months ago (2012-05-21 19:19:57 UTC) #2
stevenjb
I like the profile matching cleanup, but I would prefer to avoid a dependency on ...
8 years, 7 months ago (2012-05-21 19:22:52 UTC) #3
Mihai Parparita -not on Chrome
https://chromiumcodereview.appspot.com/10407035/diff/8002/chrome/browser/extensions/extension_window_controller.cc File chrome/browser/extensions/extension_window_controller.cc (right): https://chromiumcodereview.appspot.com/10407035/diff/8002/chrome/browser/extensions/extension_window_controller.cc#newcode30 chrome/browser/extensions/extension_window_controller.cc:30: UIThreadExtensionFunction* function) const { On 2012/05/21 19:22:52, stevenjb (chromium) ...
8 years, 7 months ago (2012-05-21 21:10:05 UTC) #4
stevenjb
lgtm with nits https://chromiumcodereview.appspot.com/10407035/diff/9002/chrome/browser/extensions/extension_window_list.cc File chrome/browser/extensions/extension_window_list.cc (right): https://chromiumcodereview.appspot.com/10407035/diff/9002/chrome/browser/extensions/extension_window_list.cc#newcode41 chrome/browser/extensions/extension_window_list.cc:41: const UIThreadExtensionFunction* function, nit: Maybe we ...
8 years, 7 months ago (2012-05-21 21:55:42 UTC) #5
Mihai Parparita -not on Chrome
https://chromiumcodereview.appspot.com/10407035/diff/9002/chrome/browser/extensions/extension_window_list.cc File chrome/browser/extensions/extension_window_list.cc (right): https://chromiumcodereview.appspot.com/10407035/diff/9002/chrome/browser/extensions/extension_window_list.cc#newcode41 chrome/browser/extensions/extension_window_list.cc:41: const UIThreadExtensionFunction* function, On 2012/05/21 21:55:42, stevenjb (chromium) wrote: ...
8 years, 7 months ago (2012-05-21 22:05:28 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mihaip@chromium.org/10407035/20001
8 years, 7 months ago (2012-05-21 22:06:07 UTC) #7
commit-bot: I haz the power
Presubmit check for 10407035-20001 failed and returned exit status 1. Running presubmit commit checks ...
8 years, 7 months ago (2012-05-21 22:06:35 UTC) #8
Mihai Parparita -not on Chrome
+Scott for panel_view_aura.cc chnages
8 years, 7 months ago (2012-05-21 22:09:49 UTC) #9
sky
LGTM
8 years, 7 months ago (2012-05-21 22:37:31 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mihaip@chromium.org/10407035/20001
8 years, 7 months ago (2012-05-21 22:40:43 UTC) #11
commit-bot: I haz the power
The commit queue went berserk retrying too often for a seemingly flaky test. Builder is ...
8 years, 7 months ago (2012-05-22 04:32:50 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mihaip@chromium.org/10407035/20001
8 years, 7 months ago (2012-05-22 04:34:59 UTC) #13
commit-bot: I haz the power
Try job failure for 10407035-20001 (retry) on win_rel for steps "base_unittests, sync_unit_tests". It's a second ...
8 years, 7 months ago (2012-05-22 07:02:40 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mihaip@chromium.org/10407035/20001
8 years, 7 months ago (2012-05-22 15:27:28 UTC) #15
commit-bot: I haz the power
Try job failure for 10407035-20001 (retry) on linux_chromeos for step "compile" (clobber build). It's a ...
8 years, 7 months ago (2012-05-22 15:52:30 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mihaip@chromium.org/10407035/20001
8 years, 7 months ago (2012-05-22 17:02:31 UTC) #17
commit-bot: I haz the power
8 years, 7 months ago (2012-05-22 19:12:49 UTC) #18
Try job failure for 10407035-20001 (retry) on win for step "compile" (clobber
build).
It's a second try, previously, step "compile" failed.
http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win&number...

Powered by Google App Engine
This is Rietveld 408576698