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

Issue 8037005: Refactor ExtensionTabUtil-namespaced functions into their own file. (Closed)

Created:
9 years, 3 months ago by miket_OOO
Modified:
9 years, 2 months ago
CC:
chromium-reviews, Aaron Boodman, Erik does not do reviews, kkania, mihaip+watch_chromium.org, Paweł Hajdan Jr.
Visibility:
Public.

Description

Refactor ExtensionTabUtil-namespaced functions into their own file. TEST=none; no functionality has changed. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=102958

Patch Set 1 #

Total comments: 2

Patch Set 2 : Changed from namespace to class. #

Total comments: 2

Patch Set 3 : Updates after try runs. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+310 lines, -267 lines) Patch
M chrome/browser/automation/automation_provider.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/automation/automation_provider_observers.cc View 1 2 3 chunks +2 lines, -3 lines 0 comments Download
M chrome/browser/extensions/browser_action_apitest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/execute_code_in_tab_function.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/extensions/extension_browser_event_router.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/extensions/extension_browsertests_misc.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/extension_context_menu_model.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/extension_cookies_helpers.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/extension_debugger_api.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/extensions/extension_devtools_bridge.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/extension_devtools_browsertests.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/extension_file_browser_private_api.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/extension_host.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/extension_infobar_module.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/extension_menu_manager.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/extension_message_service.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/extension_page_actions_module.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/extension_processes_api.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/extension_save_page_api.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/extension_sidebar_api.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
A chrome/browser/extensions/extension_tab_util.h View 1 2 1 chunk +60 lines, -0 lines 0 comments Download
A chrome/browser/extensions/extension_tab_util.cc View 1 chunk +215 lines, -0 lines 0 comments Download
M chrome/browser/extensions/extension_tabs_module.h View 1 chunk +0 lines, -40 lines 0 comments Download
M chrome/browser/extensions/extension_tabs_module.cc View 3 chunks +1 line, -198 lines 0 comments Download
M chrome/browser/extensions/extension_webnavigation_api.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/page_action_apitest.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/cocoa/extensions/extension_action_context_menu.mm View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/cocoa/location_bar/page_action_decoration.mm View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/gtk/location_bar_view_gtk.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/location_bar/page_action_image_view.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
miket_OOO
Not as bad as it looks. Just moved some code to make a big file ...
9 years, 3 months ago (2011-09-23 22:54:24 UTC) #1
asargent_no_longer_on_chrome
http://codereview.chromium.org/8037005/diff/1/chrome/browser/extensions/extension_tab_util.h File chrome/browser/extensions/extension_tab_util.h (right): http://codereview.chromium.org/8037005/diff/1/chrome/browser/extensions/extension_tab_util.h#newcode22 chrome/browser/extensions/extension_tab_util.h:22: namespace ExtensionTabUtil { nit: according to the style guide, ...
9 years, 3 months ago (2011-09-23 23:31:03 UTC) #2
miket_OOO
Will ping you when I patch the CL. http://codereview.chromium.org/8037005/diff/1/chrome/browser/extensions/extension_tab_util.h File chrome/browser/extensions/extension_tab_util.h (right): http://codereview.chromium.org/8037005/diff/1/chrome/browser/extensions/extension_tab_util.h#newcode22 chrome/browser/extensions/extension_tab_util.h:22: namespace ...
9 years, 3 months ago (2011-09-24 01:22:20 UTC) #3
miket_OOO
Changed to class. Re-running browser_tests now but looks good so far. Please re-review.
9 years, 2 months ago (2011-09-26 17:51:48 UTC) #4
asargent_no_longer_on_chrome
LGTM http://codereview.chromium.org/8037005/diff/2002/chrome/browser/automation/automation_provider_observers.cc File chrome/browser/automation/automation_provider_observers.cc (right): http://codereview.chromium.org/8037005/diff/2002/chrome/browser/automation/automation_provider_observers.cc#newcode33 chrome/browser/automation/automation_provider_observers.cc:33: #include "chrome/browser/extensions/extension_tabs_module.h" Does this file still need to ...
9 years, 2 months ago (2011-09-26 18:55:20 UTC) #5
commit-bot: I haz the power
CQ is trying tha patch. Follow status at https://chromium-status.appspot.com/cq/miket@chromium.org/8037005/7001
9 years, 2 months ago (2011-09-26 23:47:44 UTC) #6
commit-bot: I haz the power
CQ is trying tha patch. Follow status at https://chromium-status.appspot.com/cq/miket@chromium.org/8037005/7001
9 years, 2 months ago (2011-09-27 16:10:21 UTC) #7
commit-bot: I haz the power
9 years, 2 months ago (2011-09-27 17:26:14 UTC) #8
Change committed as 102958

Powered by Google App Engine
This is Rietveld 408576698