|
Update the EphemeralAppLauncher for use by the webstorePrivate API
- The WebstoreStandaloneInstaller now supports error codes to allow
translation to API error codes.
- The EphemeralAppLauncher now also returns error codes and performs
more checks before installing an ephemeral app or enabling an
installed app.
- Introduces the ExtensionInstallChecker, which checks blacklist
state, requirement errors and management policies for a given
extension.
BUG= 380980
TEST=browser_tests (EphemeralAppLauncherTest.*)
unit_tests (ExtensionInstallCheckerTest.*)
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=278890
Total comments: 11
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+1920 lines, -190 lines) |
Patch |
 |
M |
chrome/browser/apps/ephemeral_app_launcher.h
|
View
|
1
2
3
|
5 chunks |
+60 lines, -17 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/apps/ephemeral_app_launcher.cc
|
View
|
1
2
3
|
7 chunks |
+232 lines, -67 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/apps/ephemeral_app_launcher_browsertest.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+463 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/apps/ephemeral_app_throttle.cc
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
A |
chrome/browser/extensions/extension_install_checker.h
|
View
|
1
2
3
4
5
|
1 chunk |
+133 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/extensions/extension_install_checker.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+171 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/extensions/extension_install_checker_unittest.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+488 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/extension_installer.h
|
View
|
1
2
3
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/extensions/webstore_install_result.h
|
View
|
1
2
3
|
1 chunk |
+69 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/webstore_installer_test.h
|
View
|
|
2 chunks |
+10 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/webstore_installer_test.cc
|
View
|
1
2
3
|
3 chunks |
+14 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/webstore_standalone_installer.h
|
View
|
1
2
3
|
4 chunks |
+23 lines, -7 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/webstore_standalone_installer.cc
|
View
|
1
2
3
|
14 chunks |
+139 lines, -81 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/app_list/search/webstore/webstore_result.h
|
View
|
1
2
3
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/app_list/search/webstore/webstore_result.cc
|
View
|
1
2
3
|
6 chunks |
+17 lines, -8 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_browser_extensions.gypi
|
View
|
1
2
3
4
5
6
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_tests.gypi
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_tests_unit.gypi
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/test/data/extensions/platform_apps/ephemeral_launcher/app.crx
|
View
|
|
Binary file |
0 comments
|
Download
|
 |
A |
chrome/test/data/extensions/platform_apps/ephemeral_launcher/app.pem
|
View
|
|
1 chunk |
+28 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
chrome/test/data/extensions/platform_apps/ephemeral_launcher/app/index.html
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
A + |
chrome/test/data/extensions/platform_apps/ephemeral_launcher/app/main.js
|
View
|
|
1 chunk |
+4 lines, -1 line |
0 comments
|
Download
|
 |
A + |
chrome/test/data/extensions/platform_apps/ephemeral_launcher/app/manifest.json
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
A |
chrome/test/data/extensions/platform_apps/ephemeral_launcher/app_with_permissions.crx
|
View
|
|
Binary file |
0 comments
|
Download
|
 |
A |
chrome/test/data/extensions/platform_apps/ephemeral_launcher/app_with_permissions.pem
|
View
|
|
1 chunk |
+28 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
chrome/test/data/extensions/platform_apps/ephemeral_launcher/app_with_permissions/index.html
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
A + |
chrome/test/data/extensions/platform_apps/ephemeral_launcher/app_with_permissions/main.js
|
View
|
|
1 chunk |
+4 lines, -1 line |
0 comments
|
Download
|
 |
A + |
chrome/test/data/extensions/platform_apps/ephemeral_launcher/app_with_permissions/manifest.json
|
View
|
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
A + |
chrome/test/data/extensions/platform_apps/ephemeral_launcher/extension/manifest.json
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
A |
chrome/test/data/extensions/platform_apps/ephemeral_launcher/inlineinstall/detail/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeid
|
View
|
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/test/data/extensions/platform_apps/ephemeral_launcher/inlineinstall/detail/kbiancnbopdghkfedjhfdoegjadfjeal
|
View
|
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/test/data/extensions/platform_apps/ephemeral_launcher/inlineinstall/detail/mbfcnecjknjpipkfkoangpfnhhlpamki
|
View
|
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
Total messages: 27 (0 generated)
|