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

Issue 10683003: Moved CrxInstaller and CrxInstallerError into extensions namespace (Closed)

Created:
8 years, 6 months ago by Devlin
Modified:
8 years, 5 months ago
CC:
chromium-reviews, dbeam+watch-ntp_chromium.org, mihaip-chromium-reviews_chromium.org, nkostylev+watch_chromium.org, kkania, rdsmith+dwatch_chromium.org, Aaron Boodman, rginda+watch_chromium.org, robertshield, oshima+watch_chromium.org, estade+watch_chromium.org, stevenjb+watch_chromium.org, davemoore+watch_chromium.org, Joao da Silva, asargent_no_longer_on_chrome
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Moved CrxInstaller and CrxInstallerError into extensions namespace BUG=134756, 117261 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=148244

Patch Set 1 : #

Total comments: 1

Patch Set 2 : Updated with latest master #

Patch Set 3 : Added CrxFile to extensions namespace, too #

Patch Set 4 : Latest master #

Patch Set 5 : Latest master #

Patch Set 6 : Latest master for CQ #

Patch Set 7 : Fixed error #

Patch Set 8 : Latest-er master #

Unified diffs Side-by-side diffs Delta from patch set Stats (+134 lines, -100 lines) Patch
M chrome/browser/automation/automation_provider_observers.cc View 1 2 3 4 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/automation/testing_automation_provider.cc View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/extensions/file_manager_util.cc View 1 2 3 4 5 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/component_updater/component_unpacker.cc View 1 2 1 chunk +4 lines, -3 lines 0 comments Download
M chrome/browser/download/chrome_download_manager_delegate.h View 1 2 3 chunks +7 lines, -4 lines 0 comments Download
M chrome/browser/download/chrome_download_manager_delegate.cc View 1 2 3 4 2 chunks +7 lines, -6 lines 0 comments Download
M chrome/browser/download/download_browsertest.cc View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/download/download_crx_util.h View 1 2 3 chunks +5 lines, -2 lines 0 comments Download
M chrome/browser/download/download_crx_util.cc View 1 2 3 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/download/download_crx_util_android.cc View 1 2 3 4 5 6 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/browser/extensions/crx_file.h View 1 2 2 chunks +4 lines, -1 line 0 comments Download
M chrome/browser/extensions/crx_file.cc View 1 2 3 2 chunks +4 lines, -0 lines 0 comments Download
M chrome/browser/extensions/crx_installer.h View 1 2 11 chunks +16 lines, -15 lines 0 comments Download
M chrome/browser/extensions/crx_installer.cc View 1 2 3 9 chunks +13 lines, -12 lines 0 comments Download
M chrome/browser/extensions/crx_installer_browsertest.cc View 1 2 5 chunks +10 lines, -9 lines 0 comments Download
M chrome/browser/extensions/crx_installer_error.h View 1 2 2 chunks +4 lines, -0 lines 0 comments Download
M chrome/browser/extensions/extension_browsertest.cc View 1 2 3 4 5 6 2 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/extensions/extension_install_prompt.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/extension_install_prompt.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/extensions/extension_install_ui.h View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/extension_install_ui_android.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/extension_install_ui_android.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/extension_install_ui_default.h View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/extensions/extension_install_ui_default.cc View 1 2 3 4 4 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/extensions/extension_service.h View 1 2 3 4 5 6 7 5 chunks +8 lines, -3 lines 0 comments Download
M chrome/browser/extensions/extension_service.cc View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/extensions/extension_service_unittest.cc View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/extensions/test_extension_service.h View 1 2 2 chunks +2 lines, -3 lines 0 comments Download
M chrome/browser/extensions/test_extension_service.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/infobars/infobars_browsertest.cc View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/performance_monitor/performance_monitor.cc View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/performance_monitor/performance_monitor_browsertest.cc View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/policy/app_pack_updater.h View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/policy/app_pack_updater.cc View 1 2 3 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/extensions/install_extension_handler.cc View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/webui/ntp/app_launcher_handler.cc View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 18 (0 generated)
Devlin
Simple refactor touching multiple parts of the codebase; please review if possible. :)
8 years, 5 months ago (2012-07-03 17:07:47 UTC) #1
Mattias Nissler (ping if slow)
chrome/browser/policy LGTM Adding joaodasilva@ and asargent@ FYI
8 years, 5 months ago (2012-07-03 17:31:10 UTC) #2
not at google - send to devlin
extensions/ and performance_monitor/ lgtm https://chromiumcodereview.appspot.com/10683003/diff/4025/chrome/browser/extensions/crx_installer.cc File chrome/browser/extensions/crx_installer.cc (right): https://chromiumcodereview.appspot.com/10683003/diff/4025/chrome/browser/extensions/crx_installer.cc#newcode68 chrome/browser/extensions/crx_installer.cc:68: namespace extensions { I think ...
8 years, 5 months ago (2012-07-04 01:13:31 UTC) #3
Joao da Silva
Can you submit a couple of try jobs?
8 years, 5 months ago (2012-07-04 06:40:55 UTC) #4
Aaron Boodman
The rule is try jobs or cq. Devlin is not a committer so he can ...
8 years, 5 months ago (2012-07-04 18:10:42 UTC) #5
Aaron Boodman
Sorry, that wasn't clear. What I meant was: as Devlin is not a committer, there ...
8 years, 5 months ago (2012-07-04 18:51:31 UTC) #6
Evan Stade
CQ doesn't run all tests, it's not good as a replacement for try jobs. I've ...
8 years, 5 months ago (2012-07-09 20:29:53 UTC) #7
sky
LGTM
8 years, 5 months ago (2012-07-16 23:10:43 UTC) #8
Devlin
+asargent for c/b/component_updater
8 years, 5 months ago (2012-07-17 15:51:40 UTC) #9
asargent_no_longer_on_chrome
LGTM
8 years, 5 months ago (2012-07-19 17:17:18 UTC) #10
Devlin
+darin for c/b/automation
8 years, 5 months ago (2012-07-23 16:28:55 UTC) #11
darin (slow to review)
LGTM for chrome/browser/automation. For trivial changes like this, feel free to TBR in the future.
8 years, 5 months ago (2012-07-23 23:24:50 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rdevlin.cronin@chromium.org/10683003/29001
8 years, 5 months ago (2012-07-24 17:43:26 UTC) #13
commit-bot: I haz the power
Try job failure for 10683003-29001 (retry) on android for steps "compile, build" (clobber build). It's ...
8 years, 5 months ago (2012-07-24 18:10:05 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rdevlin.cronin@chromium.org/10683003/25003
8 years, 5 months ago (2012-07-24 19:10:59 UTC) #15
commit-bot: I haz the power
Failed to apply patch for chrome/browser/extensions/extension_service.h: While running patch -p1 --forward --force; patching file chrome/browser/extensions/extension_service.h ...
8 years, 5 months ago (2012-07-24 20:44:41 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rdevlin.cronin@chromium.org/10683003/32040
8 years, 5 months ago (2012-07-24 21:20:55 UTC) #17
commit-bot: I haz the power
8 years, 5 months ago (2012-07-24 23:20:34 UTC) #18
Change committed as 148244

Powered by Google App Engine
This is Rietveld 408576698