|
Move chrome.runtime to //extensions.
This moves the runtime API schema and implementation to //extensions,
offloading some of its responsibilities out to a new RuntimeAPIDelegate
provided by the active ExtensionsBrowserClient.
BUG= 369391
TBR=derat for mechanical chromeos changes
TBR=tzik for +webkit/browser/fileapi to extensions/browser/DEPS
TBR=sky for new chrome/test dependency
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=268749
Total comments: 26
Total comments: 2
Total comments: 11
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+1008 lines, -1947 lines) |
Patch |
 |
M |
apps/shell/app_shell.gyp
|
View
|
1
2
3
4
5
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
apps/shell/browser/shell_extensions_browser_client.h
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
apps/shell/browser/shell_extensions_browser_client.cc
|
View
|
|
2 chunks |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
A |
apps/shell/browser/shell_runtime_api_delegate.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+38 lines, -0 lines |
0 comments
|
Download
|
 |
A |
apps/shell/browser/shell_runtime_api_delegate.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+68 lines, -0 lines |
0 comments
|
Download
|
 |
M |
apps/shell/common/shell_extensions_client.cc
|
View
|
1
2
|
2 chunks |
+0 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/app_mode/kiosk_app_update_service.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/api/messaging/message_property_provider.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
A |
chrome/browser/extensions/api/runtime/chrome_runtime_api_delegate.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+86 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/extensions/api/runtime/chrome_runtime_api_delegate.cc
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+284 lines, -0 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/extensions/api/runtime/runtime_api.h
|
View
|
1
|
1 chunk |
+0 lines, -211 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/extensions/api/runtime/runtime_api.cc
|
View
|
1
|
1 chunk |
+0 lines, -678 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/extensions/api/runtime/runtime_apitest.cc
|
View
|
|
1 chunk |
+0 lines, -129 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/browser_context_keyed_service_factories.cc
|
View
|
1
2
3
4
|
2 chunks |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/chrome_extensions_browser_client.h
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/chrome_extensions_browser_client.cc
|
View
|
1
2
|
2 chunks |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/extension_messages_apitest.cc
|
View
|
1
2
3
4
5
6
|
2 chunks |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/installed_loader.cc
|
View
|
|
2 chunks |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/chrome_browser_extensions.gypi
|
View
|
1
2
3
4
5
6
7
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_tests.gypi
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/api/_api_features.json
|
View
|
1
2
3
4
5
6
|
2 chunks |
+0 lines, -53 lines |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/api/_permission_features.json
|
View
|
1
2
3
4
5
6
|
1 chunk |
+0 lines, -6 lines |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/api/api.gyp
|
View
|
1
2
3
4
|
2 chunks |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
D |
chrome/common/extensions/api/runtime.json
|
View
|
|
1 chunk |
+0 lines, -471 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/resources/extensions/last_error.js
|
View
|
1
2
3
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
extensions/DEPS
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
extensions/browser/DEPS
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
A + |
extensions/browser/api/runtime/runtime_api.h
|
View
|
1
2
3
4
5
6
|
5 chunks |
+44 lines, -49 lines |
0 comments
|
Download
|
 |
A + |
extensions/browser/api/runtime/runtime_api.cc
|
View
|
1
2
3
4
5
6
|
15 chunks |
+136 lines, -297 lines |
0 comments
|
Download
|
 |
A |
extensions/browser/api/runtime/runtime_api_delegate.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+77 lines, -0 lines |
0 comments
|
Download
|
 |
A |
extensions/browser/api/runtime/runtime_api_delegate.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+16 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
extensions/browser/api/runtime/runtime_apitest.cc
|
View
|
|
3 chunks |
+5 lines, -7 lines |
0 comments
|
Download
|
 |
M |
extensions/browser/browser_context_keyed_service_factories.cc
|
View
|
|
2 chunks |
+5 lines, -3 lines |
0 comments
|
Download
|
 |
M |
extensions/browser/extensions_browser_client.h
|
View
|
|
2 chunks |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
extensions/browser/test_extensions_browser_client.h
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
extensions/browser/test_extensions_browser_client.cc
|
View
|
|
2 chunks |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
A |
extensions/browser/test_runtime_api_delegate.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+36 lines, -0 lines |
0 comments
|
Download
|
 |
A |
extensions/browser/test_runtime_api_delegate.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+53 lines, -0 lines |
0 comments
|
Download
|
 |
M |
extensions/common/api/_api_features.json
|
View
|
1
2
3
4
|
2 chunks |
+53 lines, -0 lines |
0 comments
|
Download
|
 |
M |
extensions/common/api/_permission_features.json
|
View
|
1
2
3
4
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
extensions/common/api/api.gyp
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
A + |
extensions/common/api/runtime.json
|
View
|
1
2
3
4
5
6
|
6 chunks |
+29 lines, -18 lines |
0 comments
|
Download
|
 |
M |
extensions/extensions.gyp
|
View
|
1
2
3
4
5
6
7
|
3 chunks |
+10 lines, -0 lines |
0 comments
|
Download
|
Total messages: 20 (0 generated)
|