|
Add a Javascript wrapper around ServiceRegistry and expose it to WebUI.
This enables moving browser connection setup into each individual WebUI
page implementation and thus allows each WebUI Mojo service to be
registered with the ServiceRegsitry using its individual service name
instead of a shared WebUI controller service name.
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=286459
Total comments: 14
Total comments: 2
Total comments: 2
Total comments: 10
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+221 lines, -120 lines) |
Patch |
 |
M |
chrome/browser/resources/omnibox/omnibox.js
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
2 chunks |
+9 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/webui/mojo_web_ui_controller.h
|
View
|
1
2
|
3 chunks |
+40 lines, -15 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/webui/mojo_web_ui_controller.cc
|
View
|
1
|
1 chunk |
+6 lines, -18 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/webui/omnibox/omnibox_ui.h
|
View
|
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/webui/omnibox/omnibox_ui.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+3 lines, -4 lines |
0 comments
|
Download
|
 |
M |
content/browser/webui/web_ui_mojo_browsertest.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
4 chunks |
+18 lines, -21 lines |
0 comments
|
Download
|
 |
M |
content/common/mojo/service_registry_impl.h
|
View
|
1
2
3
4
5
6
7
|
3 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/common/mojo/service_registry_impl.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
2 chunks |
+7 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/content_renderer.gypi
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/renderer/mojo/service_registry_js_wrapper.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+51 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/renderer/mojo/service_registry_js_wrapper.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+52 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/renderer/web_ui_mojo.h
|
View
|
|
3 chunks |
+2 lines, -18 lines |
0 comments
|
Download
|
 |
M |
content/renderer/web_ui_mojo.cc
|
View
|
1
2
3
4
5
6
7
|
3 chunks |
+2 lines, -21 lines |
0 comments
|
Download
|
 |
M |
content/renderer/web_ui_mojo_context_state.h
|
View
|
1
2
3
4
5
|
2 chunks |
+1 line, -3 lines |
0 comments
|
Download
|
 |
M |
content/renderer/web_ui_mojo_context_state.cc
|
View
|
1
2
|
2 chunks |
+3 lines, -8 lines |
0 comments
|
Download
|
 |
M |
content/renderer/web_ui_runner.cc
|
View
|
1
2
3
4
5
6
|
2 chunks |
+9 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/test/data/web_ui_mojo.js
|
View
|
1
2
3
4
|
2 chunks |
+7 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/test/data/web_ui_test_mojo_bindings.mojom
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 20 (0 generated)
|