|
|
Refactor loading out of ExtensionService.
- Make ExtensionServiceBackend go away, as it's only used for installing unpacked extensions. Tear this out into UnpackedInstaller task.
- Pull out LoadAllExtensions / LoadInstalledExtension into InstalledExtensionLoader task.
- Break out component extensions to be handled by ComponentLoader.
Coming soon: a unit test for InstalledExtensionLoader.
BUG= 97883
TEST=existing tests + InstalledExtensionLoaderUnittest
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=108319
Total comments: 61
Total comments: 2
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+1065 lines, -867 lines) |
Patch |
 |
M |
chrome/browser/autocomplete/autocomplete_browsertest.cc
|
View
|
1
2
|
2 chunks |
+5 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/automation/automation_provider.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+7 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/accessibility_util.cc
|
View
|
1
2
3
4
|
3 chunks |
+3 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/debugger/devtools_sanity_unittest.cc
|
View
|
1
2
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/download/download_crx_util.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
A |
chrome/browser/extensions/component_loader.h
|
View
|
1
2
3
|
1 chunk |
+83 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/extensions/component_loader.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+224 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/crx_installer.h
|
View
|
1
2
3
4
5
|
4 chunks |
+13 lines, -9 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/crx_installer.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/crx_installer_browsertest.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/extension_browsertest.cc
|
View
|
1
2
3
4
5
|
4 chunks |
+8 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/extension_service.h
|
View
|
1
2
3
4
5
6
|
14 chunks |
+19 lines, -76 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/extension_service.cc
|
View
|
1
2
3
4
5
|
23 chunks |
+20 lines, -599 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/extension_service_unittest.cc
|
View
|
1
2
3
4
5
|
18 chunks |
+21 lines, -22 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/extension_updater_unittest.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/extensions/installed_loader.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+40 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/extensions/installed_loader.cc
|
View
|
1
2
3
4
|
1 chunk |
+282 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/network_delay_listener_unittest.cc
|
View
|
1
2
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
A |
chrome/browser/extensions/unpacked_installer.h
|
View
|
1
2
|
1 chunk |
+82 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/extensions/unpacked_installer.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+215 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/user_script_listener_unittest.cc
|
View
|
1
2
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/profiles/profile_impl.h
|
View
|
1
2
3
4
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/profiles/profile_impl.cc
|
View
|
1
2
3
4
5
6
|
8 chunks |
+6 lines, -127 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/browser.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/panels/base_panel_browser_test.cc
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/webui/ntp/app_launcher_handler.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/webui/options/extension_settings_handler.cc
|
View
|
1
2
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/chrome_browser.gypi
|
View
|
1
2
3
4
5
6
|
3 chunks |
+10 lines, -4 lines |
0 comments
|
Download
|
Total messages: 18 (0 generated)
|