|
Enable file_handlers and chrome.app.runtime for QuickOffice.
This will enable QuickOffice to use the onLaunched event and
file_handlers to implement launching file Files.App and later from the app launcher.
To make chrome.app.runtime available to whitelisted extensions, the chrome.app namespace needs to also be removed. This has been enabled by making extension feature files understand blacklisting.
The PDF viewer may also use this in future.
TBR=sky@chromium.org
BUG= 329587
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=268845
Total comments: 8
Total comments: 8
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+243 lines, -21 lines) |
Patch |
 |
M |
chrome/browser/apps/app_browsertest.cc
|
View
|
1
2
3
4
|
1 chunk |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/content_settings/content_settings_internal_extension_provider.cc
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/api/app_current_window_internal/app_current_window_internal_api.cc
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/api/tab_capture/tab_capture_api.cc
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/extensions/application_launch.h
|
View
|
1
2
3
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/extensions/application_launch.cc
|
View
|
1
2
3
4
|
3 chunks |
+10 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/startup/startup_browser_creator_impl.cc
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/api/_api_features.json
|
View
|
1
2
3
4
5
6
7
|
3 chunks |
+27 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/api/_manifest_features.json
|
View
|
1
2
3
4
|
2 chunks |
+20 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/api/file_handlers/file_handlers_parser.cc
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
A |
chrome/test/data/extensions/platform_apps/launch_whitelisted_ext_with_file/manifest.json
|
View
|
1
2
|
1 chunk |
+20 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
chrome/test/data/extensions/platform_apps/launch_whitelisted_ext_with_file/test.js
|
View
|
1
2
3
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
extensions/common/api/_api_features.json
|
View
|
1
2
3
4
|
1 chunk |
+9 lines, -0 lines |
0 comments
|
Download
|
 |
M |
extensions/common/api/_manifest_features.json
|
View
|
1
2
|
1 chunk |
+9 lines, -0 lines |
0 comments
|
Download
|
 |
M |
extensions/common/features/complex_feature.h
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
extensions/common/features/complex_feature.cc
|
View
|
1
2
|
3 chunks |
+14 lines, -0 lines |
0 comments
|
Download
|
 |
M |
extensions/common/features/feature.h
|
View
|
1
2
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
extensions/common/features/simple_feature.h
|
View
|
1
2
3
4
5
6
7
|
4 chunks |
+6 lines, -2 lines |
0 comments
|
Download
|
 |
M |
extensions/common/features/simple_feature.cc
|
View
|
1
2
3
4
5
6
7
|
7 chunks |
+24 lines, -8 lines |
0 comments
|
Download
|
 |
M |
extensions/common/features/simple_feature_unittest.cc
|
View
|
1
2
|
1 chunk |
+78 lines, -0 lines |
0 comments
|
Download
|
Total messages: 44 (0 generated)
|