|
|
Pass command line arguments onto platform apps which provide the right intent.
This is the first step to making platform apps document editors. This change
allows platform apps to declare that they provide the webintents.org/view
intent, and if so files passed on the command line will be passed through
to the platform app's window.intent object, and the app will be given access
to the file.
BUG=None
TEST=Browser test added
Total comments: 1
Total comments: 24
Total comments: 9
Total comments: 2
Total comments: 5
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+239 lines, -3 lines) |
Patch |
 |
M |
chrome/browser/extensions/platform_app_browsertest.cc
|
View
|
1
2
3
|
1 chunk |
+11 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/extensions/platform_app_intent_dispatcher.h
|
View
|
1
2
3
4
5
|
1 chunk |
+30 lines, -0 lines |
2 comments
|
Download
|
 |
A |
chrome/browser/extensions/platform_app_intent_dispatcher.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+100 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/extensions/shell_window.h
|
View
|
1
2
3
|
2 chunks |
+7 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/extensions/shell_window.cc
|
View
|
1
2
3
|
3 chunks |
+8 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/chrome_browser_extensions.gypi
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/extension.cc
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
A |
chrome/test/data/extensions/platform_apps/document_editor/main.html
|
View
|
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/test/data/extensions/platform_apps/document_editor/manifest.json
|
View
|
|
1 chunk |
+22 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/test/data/extensions/platform_apps/document_editor/test.js
|
View
|
|
1 chunk |
+22 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/test/data/extensions/platform_apps/document_editor/test.txt
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/browser/intents/web_intents_direct_dispatch.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+18 lines, -0 lines |
1 comment
|
Download
|
 |
M |
content/content_browser.gypi
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
content/public/browser/web_intents_dispatcher.h
|
View
|
1
2
3
|
2 chunks |
+9 lines, -0 lines |
2 comments
|
Download
|
Total messages: 12 (0 generated)
|