|
PaymentApp: Initial implementation for PaymentAppManager.setManifest().
This CL includes an initial implementation in blink side and browser side.
by using mojo IPC. Currently, when setManifest() is called, just sends
NOT_IMPLEMENTED in browser side and then rejects NotSupportedError in blink.
BUG= 661608
TEST=payment-app-interfaces.html
TEST=payment-app-manager.html
Committed: https://crrev.com/ef456add5796bfdae498c3de4f4e8e2607d5173a
Cr-Commit-Position: refs/heads/master@{#430760}
Total comments: 4
Total comments: 9
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+495 lines, -23 lines) |
Patch |
|
M |
components/payments/BUILD.gn
|
View
|
1
|
1 chunk |
+10 lines, -0 lines |
0 comments
|
Download
|
|
A |
components/payments/payment_app.mojom
|
View
|
1
|
1 chunk |
+28 lines, -0 lines |
0 comments
|
Download
|
|
M |
content/browser/BUILD.gn
|
View
|
1
|
2 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
|
M |
content/browser/DEPS
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
content/browser/background_sync/background_sync_manager_unittest.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
content/browser/background_sync/background_sync_service_impl_unittest.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
A |
content/browser/payments/OWNERS
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
|
A |
content/browser/payments/payment_app_context.h
|
View
|
1
2
3
4
|
1 chunk |
+62 lines, -0 lines |
0 comments
|
Download
|
|
A |
content/browser/payments/payment_app_context.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+68 lines, -0 lines |
0 comments
|
Download
|
|
A |
content/browser/payments/payment_app_manager.h
|
View
|
1
2
3
4
5
|
1 chunk |
+50 lines, -0 lines |
0 comments
|
Download
|
|
A |
content/browser/payments/payment_app_manager.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+45 lines, -0 lines |
0 comments
|
Download
|
|
M |
content/browser/renderer_host/render_process_host_impl.cc
|
View
|
|
2 chunks |
+8 lines, -0 lines |
0 comments
|
Download
|
|
M |
content/browser/storage_partition_impl.h
|
View
|
|
4 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
|
M |
content/browser/storage_partition_impl.cc
|
View
|
|
6 chunks |
+14 lines, -0 lines |
0 comments
|
Download
|
|
M |
content/public/app/mojo/content_browser_manifest.json
|
View
|
1
2
3
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
|
A |
third_party/WebKit/LayoutTests/http/tests/payments/payment-app-interfaces.html
|
View
|
|
1 chunk |
+18 lines, -0 lines |
0 comments
|
Download
|
|
A |
third_party/WebKit/LayoutTests/http/tests/payments/payment-app-manager.html
|
View
|
|
1 chunk |
+31 lines, -0 lines |
0 comments
|
Download
|
|
A + |
third_party/WebKit/LayoutTests/http/tests/payments/resources/empty-worker.js
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
|
A |
third_party/WebKit/LayoutTests/http/tests/payments/resources/payment-app.js
|
View
|
|
1 chunk |
+8 lines, -0 lines |
0 comments
|
Download
|
|
M |
third_party/WebKit/Source/modules/payments/BUILD.gn
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
third_party/WebKit/Source/modules/payments/PaymentAppManager.h
|
View
|
1
|
1 chunk |
+19 lines, -6 lines |
0 comments
|
Download
|
|
M |
third_party/WebKit/Source/modules/payments/PaymentAppManager.cpp
|
View
|
1
2
3
4
|
1 chunk |
+100 lines, -6 lines |
0 comments
|
Download
|
|
M |
third_party/WebKit/Source/modules/payments/PaymentAppManager.idl
|
View
|
|
1 chunk |
+4 lines, -2 lines |
0 comments
|
Download
|
|
M |
third_party/WebKit/Source/modules/payments/PaymentAppServiceWorkerRegistration.h
|
View
|
1
|
2 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
|
M |
third_party/WebKit/Source/modules/payments/PaymentAppServiceWorkerRegistration.cpp
|
View
|
1
|
2 chunks |
+9 lines, -4 lines |
0 comments
|
Download
|
|
M |
third_party/WebKit/Source/modules/payments/PaymentAppServiceWorkerRegistration.idl
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 53 (38 generated)
|