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

Issue 10021071: Remove Browser dependency in ExtensionFunctionDispatcher (Closed)

Created:
8 years, 8 months ago by stevenjb
Modified:
8 years, 7 months ago
CC:
chromium-reviews, Aaron Boodman, sadrul, mihaip+watch_chromium.org, ben+watch_chromium.org
Visibility:
Public.

Description

Remove Browser dependency in ExtensionFunctionDispatcher Part 2/4 for chrome.tabs support for non browser windows. BUG=115532 TEST=All browser tests pass. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=135562

Patch Set 1 #

Total comments: 3

Patch Set 2 : Fix tests #

Total comments: 10

Patch Set 3 : Update comments / remove debugging code. #

Patch Set 4 : Rebase #

Total comments: 1

Patch Set 5 : Rebase #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+116 lines, -85 lines) Patch
M chrome/browser/extensions/browser_extension_window_controller.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/extensions/browser_extension_window_controller.cc View 2 chunks +6 lines, -3 lines 0 comments Download
M chrome/browser/extensions/extension_function.h View 1 2 3 4 2 chunks +6 lines, -0 lines 0 comments Download
M chrome/browser/extensions/extension_function.cc View 1 2 3 4 2 chunks +45 lines, -1 line 0 comments Download
M chrome/browser/extensions/extension_function_dispatcher.h View 1 2 3 chunks +4 lines, -13 lines 0 comments Download
M chrome/browser/extensions/extension_function_dispatcher.cc View 1 2 3 2 chunks +0 lines, -28 lines 0 comments Download
M chrome/browser/extensions/extension_function_test_utils.cc View 1 2 3 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/browser/extensions/extension_host.h View 1 2 3 2 chunks +3 lines, -4 lines 0 comments Download
M chrome/browser/extensions/extension_host.cc View 1 2 3 4 4 chunks +10 lines, -14 lines 0 comments Download
M chrome/browser/extensions/extension_tab_helper.h View 1 2 3 4 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/extensions/extension_tab_helper.cc View 1 2 3 4 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/browser/extensions/extension_tabs_module.cc View 1 2 3 4 2 chunks +6 lines, -5 lines 0 comments Download
M chrome/browser/extensions/extension_window_controller.h View 3 chunks +15 lines, -6 lines 0 comments Download
M chrome/browser/extensions/extension_window_controller.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/notifications/balloon_host.h View 1 chunk +2 lines, -1 line 1 comment Download
M chrome/browser/notifications/balloon_host.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/ash/panel_view_aura.cc View 2 chunks +4 lines, -3 lines 1 comment Download

Messages

Total messages: 13 (0 generated)
stevenjb
http://codereview.chromium.org/10021071/diff/1/chrome/browser/extensions/extension_function.cc File chrome/browser/extensions/extension_function.cc (right): http://codereview.chromium.org/10021071/diff/1/chrome/browser/extensions/extension_function.cc#newcode185 chrome/browser/extensions/extension_function.cc:185: // If the delegate has an associated browser, return ...
8 years, 8 months ago (2012-04-18 21:34:06 UTC) #1
jeremya
http://codereview.chromium.org/10021071/diff/6001/chrome/browser/extensions/extension_function.cc File chrome/browser/extensions/extension_function.cc (right): http://codereview.chromium.org/10021071/diff/6001/chrome/browser/extensions/extension_function.cc#newcode282 chrome/browser/extensions/extension_function.cc:282: SendResponse(response); What's this doing here? http://codereview.chromium.org/10021071/diff/6001/chrome/browser/extensions/extension_function_dispatcher.h File chrome/browser/extensions/extension_function_dispatcher.h (right): ...
8 years, 8 months ago (2012-04-20 03:37:32 UTC) #2
Aaron Boodman
http://codereview.chromium.org/10021071/diff/6001/chrome/browser/extensions/extension_function.cc File chrome/browser/extensions/extension_function.cc (right): http://codereview.chromium.org/10021071/diff/6001/chrome/browser/extensions/extension_function.cc#newcode185 chrome/browser/extensions/extension_function.cc:185: // If the delegate has an associated browser, return ...
8 years, 8 months ago (2012-04-20 05:06:05 UTC) #3
stevenjb
http://codereview.chromium.org/10021071/diff/6001/chrome/browser/extensions/extension_function.cc File chrome/browser/extensions/extension_function.cc (right): http://codereview.chromium.org/10021071/diff/6001/chrome/browser/extensions/extension_function.cc#newcode185 chrome/browser/extensions/extension_function.cc:185: // If the delegate has an associated browser, return ...
8 years, 8 months ago (2012-04-20 18:00:21 UTC) #4
stevenjb
ping?
8 years, 8 months ago (2012-04-24 18:01:33 UTC) #5
Aaron Boodman
LGTM http://codereview.chromium.org/10021071/diff/18002/chrome/browser/extensions/extension_window_controller.h File chrome/browser/extensions/extension_window_controller.h (right): http://codereview.chromium.org/10021071/diff/18002/chrome/browser/extensions/extension_window_controller.h#newcode30 chrome/browser/extensions/extension_window_controller.h:30: class ExtensionWindowController { Nit: The noun "Extension" at ...
8 years, 8 months ago (2012-04-24 18:30:50 UTC) #6
stevenjb
On 2012/04/24 18:30:50, Aaron Boodman wrote: > LGTM > > http://codereview.chromium.org/10021071/diff/18002/chrome/browser/extensions/extension_window_controller.h > File chrome/browser/extensions/extension_window_controller.h (right): ...
8 years, 8 months ago (2012-04-26 20:36:42 UTC) #7
stevenjb
+sky for OWNER review ( chrome/browser/ui/views/ash/panel_view_aura.cc). mihai, jeremy, let me know if you have any ...
8 years, 7 months ago (2012-05-03 20:02:14 UTC) #8
sky
LGTM http://codereview.chromium.org/10021071/diff/29002/chrome/browser/notifications/balloon_host.h File chrome/browser/notifications/balloon_host.h (right): http://codereview.chromium.org/10021071/diff/29002/chrome/browser/notifications/balloon_host.h#newcode40 chrome/browser/notifications/balloon_host.h:40: virtual ExtensionWindowController* GetExtensionWindowController() nit: In this case wrap ...
8 years, 7 months ago (2012-05-03 21:04:46 UTC) #9
jeremya
lgtm
8 years, 7 months ago (2012-05-04 00:46:05 UTC) #10
Mihai Parparita -not on Chrome
LGTM
8 years, 7 months ago (2012-05-05 01:03:31 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/stevenjb@chromium.org/10021071/29002
8 years, 7 months ago (2012-05-05 20:27:02 UTC) #12
commit-bot: I haz the power
8 years, 7 months ago (2012-05-05 22:01:48 UTC) #13
Change committed as 135562

Powered by Google App Engine
This is Rietveld 408576698