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

Issue 10544023: Moving the tabs_module API into a separate directory in api/ (Closed)

Created:
8 years, 6 months ago by vabr (Chromium)
Modified:
8 years, 6 months ago
CC:
chromium-reviews, mihaip-chromium-reviews_chromium.org, sadrul, hashimoto+watch_chromium.org, ben+watch_chromium.org, aboxhall+watch_chromium.org, jeremya+watch_chromium.org, yoshiki+watch_chromium.org, yuzo+watch_chromium.org, davidbarr+watch_chromium.org, Aaron Boodman, dmazzoni+watch_chromium.org, dtseng+watch_chromium.org, ctguil+watch_chromium.org, zork+watch_chromium.org, jstritar
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Moving the tabs_module API into a separate directory in api/ Also, splitting extension_tab_modules_constants namespace into extensions::tab_modules_constants. BUG=101244 TEST=N/A, only moving code, no change in functionality TBR=sky@chromium.org Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=141231

Patch Set 1 #

Patch Set 2 : Removing "module" from names. #

Patch Set 3 : Moving execute_code_in_tabs_function to api/tabs #

Patch Set 4 : Correcting the order of includes. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+61 lines, -3157 lines) Patch
M chrome/browser/accessibility/accessibility_extension_api.cc View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/extensions/api/offscreen_tabs/offscreen_tabs_api.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/offscreen_tabs/offscreen_tabs_api.cc View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
A + chrome/browser/extensions/api/tabs/execute_code_in_tab_function.h View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
A + chrome/browser/extensions/api/tabs/execute_code_in_tab_function.cc View 1 2 3 2 chunks +4 lines, -4 lines 0 comments Download
A + chrome/browser/extensions/api/tabs/tabs.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + chrome/browser/extensions/api/tabs/tabs.cc View 1 2 3 3 chunks +3 lines, -3 lines 0 comments Download
A + chrome/browser/extensions/api/tabs/tabs_constants.h View 1 2 chunks +7 lines, -5 lines 0 comments Download
A + chrome/browser/extensions/api/tabs/tabs_constants.cc View 1 2 chunks +5 lines, -3 lines 0 comments Download
A + chrome/browser/extensions/api/tabs/tabs_test.cc View 1 2 3 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/extensions/browser_extension_window_controller.cc View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
D chrome/browser/extensions/execute_code_in_tab_function.h View 1 2 1 chunk +0 lines, -80 lines 0 comments Download
M chrome/browser/extensions/execute_code_in_tab_function.cc View 1 2 1 chunk +0 lines, -258 lines 0 comments Download
M chrome/browser/extensions/extension_browser_event_router.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/extension_browser_event_router.cc View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/extensions/extension_event_router.cc View 1 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/extensions/extension_function_registry.cc View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/extensions/extension_processes_api.cc View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/extensions/extension_tab_util.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
D chrome/browser/extensions/extension_tabs_module.h View 1 1 chunk +0 lines, -201 lines 0 comments Download
D chrome/browser/extensions/extension_tabs_module.cc View 1 1 chunk +0 lines, -1810 lines 0 comments Download
D chrome/browser/extensions/extension_tabs_module_constants.h View 1 1 chunk +0 lines, -103 lines 0 comments Download
D chrome/browser/extensions/extension_tabs_module_constants.cc View 1 1 chunk +0 lines, -106 lines 0 comments Download
D chrome/browser/extensions/extension_tabs_test.cc View 1 1 chunk +0 lines, -539 lines 0 comments Download
M chrome/browser/extensions/extension_window_controller.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/extensions/platform_app_browsertest_util.cc View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/infobars/infobar_extension_api.cc View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/browser.cc View 1 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.mm View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/extensions/shell_window.cc View 1 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/ui/views/ash/launcher/launcher_platform_app_browsertest.cc View 1 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/ui/views/ash/panel_view_aura.cc View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/chrome_browser_extensions.gypi View 1 2 3 4 chunks +6 lines, -6 lines 0 comments Download
M chrome/chrome_tests.gypi View 1 2 chunks +1 line, -1 line 0 comments Download

Messages

Total messages: 7 (0 generated)
vabr (Chromium)
Hi Benjamin, Could you please review this move of tabs_module? If you think I should ...
8 years, 6 months ago (2012-06-06 12:50:14 UTC) #1
not at google - send to devlin
Nice, the idea lgtm but I think this should be called "tabs" not "tabs_module"; I ...
8 years, 6 months ago (2012-06-06 22:54:23 UTC) #2
vabr (Chromium)
Hi Benjamin, Thanks for your suggestions! I removed "module" from the names, moved execute_code_in_tab_function to ...
8 years, 6 months ago (2012-06-08 12:27:26 UTC) #3
not at google - send to devlin
still lgtm. It's common practice to TBR for trivial changes like #include paths, so I ...
8 years, 6 months ago (2012-06-08 12:56:48 UTC) #4
vabr (Chromium)
On 2012/06/08 12:56:48, kalman wrote: > still lgtm. > > It's common practice to TBR ...
8 years, 6 months ago (2012-06-08 16:29:30 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/vabr@chromium.org/10544023/12003
8 years, 6 months ago (2012-06-08 16:29:49 UTC) #6
commit-bot: I haz the power
8 years, 6 months ago (2012-06-08 17:36:29 UTC) #7
Change committed as 141231

Powered by Google App Engine
This is Rietveld 408576698