|
Move webcrypto to child/ and add support to WebKitPlatformSupportImpl.
The current content/renderer/webcrypto implementation is really generalizable to both
renderers and workers. This commit moves content/renderer/webcrypto to
content/child/webcrypto. Additionally, it adds support in WebKitPlatformSupportImpl for WebCrypto, so both workers and renderers can use it.
BUG= 349514
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=255658
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+92 lines, -6041 lines) |
Patch |
 |
A + |
content/child/webcrypto/OWNERS
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
A + |
content/child/webcrypto/crypto_data.h
|
View
|
1
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
A + |
content/child/webcrypto/crypto_data.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
A + |
content/child/webcrypto/jwk.cc
|
View
|
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
A + |
content/child/webcrypto/platform_crypto.h
|
View
|
1
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
A + |
content/child/webcrypto/platform_crypto_nss.cc
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
A + |
content/child/webcrypto/platform_crypto_openssl.cc
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
A + |
content/child/webcrypto/shared_crypto.h
|
View
|
1
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
A + |
content/child/webcrypto/shared_crypto.cc
|
View
|
|
1 chunk |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
A + |
content/child/webcrypto/shared_crypto_unittest.cc
|
View
|
|
2 chunks |
+4 lines, -6 lines |
0 comments
|
Download
|
 |
A + |
content/child/webcrypto/webcrypto_impl.h
|
View
|
1
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
A + |
content/child/webcrypto/webcrypto_impl.cc
|
View
|
|
1 chunk |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
A + |
content/child/webcrypto/webcrypto_util.h
|
View
|
1
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
A + |
content/child/webcrypto/webcrypto_util.cc
|
View
|
|
3 chunks |
+3 lines, -6 lines |
0 comments
|
Download
|
 |
M |
content/child/webkitplatformsupport_impl.h
|
View
|
1
2
|
2 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/child/webkitplatformsupport_impl.cc
|
View
|
1
2
|
2 chunks |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/content_child.gypi
|
View
|
1
2
3
4
|
2 chunks |
+36 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/content_renderer.gypi
|
View
|
1
2
3
4
|
2 chunks |
+0 lines, -36 lines |
0 comments
|
Download
|
 |
M |
content/content_tests.gypi
|
View
|
1
2
3
|
2 chunks |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/renderer/renderer_webkitplatformsupport_impl.h
|
View
|
1
2
|
3 chunks |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
content/renderer/renderer_webkitplatformsupport_impl.cc
|
View
|
1
2
|
2 chunks |
+0 lines, -10 lines |
0 comments
|
Download
|
 |
D |
content/renderer/webcrypto/OWNERS
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
D |
content/renderer/webcrypto/crypto_data.h
|
View
|
|
1 chunk |
+0 lines, -56 lines |
0 comments
|
Download
|
 |
D |
content/renderer/webcrypto/crypto_data.cc
|
View
|
|
1 chunk |
+0 lines, -35 lines |
0 comments
|
Download
|
 |
D |
content/renderer/webcrypto/jwk.cc
|
View
|
|
1 chunk |
+0 lines, -554 lines |
0 comments
|
Download
|
 |
D |
content/renderer/webcrypto/platform_crypto.h
|
View
|
|
1 chunk |
+0 lines, -185 lines |
0 comments
|
Download
|
 |
D |
content/renderer/webcrypto/platform_crypto_nss.cc
|
View
|
|
1 chunk |
+0 lines, -1107 lines |
0 comments
|
Download
|
 |
D |
content/renderer/webcrypto/platform_crypto_openssl.cc
|
View
|
|
1 chunk |
+0 lines, -395 lines |
0 comments
|
Download
|
 |
D |
content/renderer/webcrypto/shared_crypto.h
|
View
|
|
1 chunk |
+0 lines, -138 lines |
0 comments
|
Download
|
 |
D |
content/renderer/webcrypto/shared_crypto.cc
|
View
|
|
1 chunk |
+0 lines, -485 lines |
0 comments
|
Download
|
 |
D |
content/renderer/webcrypto/shared_crypto_unittest.cc
|
View
|
|
1 chunk |
+0 lines, -2145 lines |
0 comments
|
Download
|
 |
D |
content/renderer/webcrypto/webcrypto_impl.h
|
View
|
|
1 chunk |
+0 lines, -77 lines |
0 comments
|
Download
|
 |
D |
content/renderer/webcrypto/webcrypto_impl.cc
|
View
|
|
1 chunk |
+0 lines, -210 lines |
0 comments
|
Download
|
 |
D |
content/renderer/webcrypto/webcrypto_util.h
|
View
|
|
1 chunk |
+0 lines, -249 lines |
0 comments
|
Download
|
 |
D |
content/renderer/webcrypto/webcrypto_util.cc
|
View
|
|
1 chunk |
+0 lines, -304 lines |
0 comments
|
Download
|
Total messages: 23 (0 generated)
|