|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+5865 lines, -4664 lines) |
Patch |
 |
M |
content/child/blink_platform_impl.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
A |
content/child/webcrypto/algorithm_dispatch.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
1 chunk |
+104 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/child/webcrypto/algorithm_dispatch.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
1 chunk |
+294 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/child/webcrypto/algorithm_implementation.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
1 chunk |
+173 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/child/webcrypto/algorithm_implementation.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
1 chunk |
+152 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/child/webcrypto/algorithm_registry.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
1 chunk |
+32 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/child/webcrypto/algorithm_registry.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
1 chunk |
+81 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/child/webcrypto/jwk.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
2 chunks |
+99 lines, -6 lines |
0 comments
|
Download
|
 |
M |
content/child/webcrypto/jwk.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
4 chunks |
+297 lines, -594 lines |
0 comments
|
Download
|
 |
A |
content/child/webcrypto/nss/aes_cbc_nss.cc
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+126 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/child/webcrypto/nss/aes_gcm_nss.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
1 chunk |
+188 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/child/webcrypto/nss/aes_key_nss.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
1 chunk |
+80 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/child/webcrypto/nss/aes_key_nss.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
1 chunk |
+137 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/child/webcrypto/nss/aes_kw_nss.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
1 chunk |
+203 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/child/webcrypto/nss/hmac_nss.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
1 chunk |
+234 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/child/webcrypto/nss/key_nss.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
1 chunk |
+102 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/child/webcrypto/nss/key_nss.cc
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+96 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/child/webcrypto/nss/rsa_key_nss.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
1 chunk |
+100 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/child/webcrypto/nss/rsa_key_nss.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
1 chunk |
+897 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/child/webcrypto/nss/rsa_oaep_nss.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
1 chunk |
+246 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/child/webcrypto/nss/rsa_ssa_nss.cc
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+144 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/child/webcrypto/nss/sha_nss.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
1 chunk |
+159 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/child/webcrypto/nss/sym_key_nss.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
1 chunk |
+38 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/child/webcrypto/nss/sym_key_nss.cc
|
View
|
1
2
3
4
|
1 chunk |
+91 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/child/webcrypto/nss/util_nss.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
1 chunk |
+113 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/child/webcrypto/nss/util_nss.cc
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+84 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/child/webcrypto/openssl/aes_cbc_openssl.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
1 chunk |
+138 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/child/webcrypto/openssl/aes_gcm_openssl.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
22
23
24
|
1 chunk |
+139 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/child/webcrypto/openssl/aes_key_openssl.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
1 chunk |
+70 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/child/webcrypto/openssl/aes_key_openssl.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
1 chunk |
+126 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/child/webcrypto/openssl/aes_kw_openssl.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
1 chunk |
+44 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/child/webcrypto/openssl/hmac_openssl.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
1 chunk |
+211 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/child/webcrypto/openssl/key_openssl.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
1 chunk |
+56 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/child/webcrypto/openssl/key_openssl.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
1 chunk |
+53 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/child/webcrypto/openssl/sha_openssl.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
1 chunk |
+139 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/child/webcrypto/openssl/sym_key_openssl.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
1 chunk |
+33 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/child/webcrypto/openssl/sym_key_openssl.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+58 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/child/webcrypto/openssl/util_openssl.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
1 chunk |
+26 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/child/webcrypto/openssl/util_openssl.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
1 chunk |
+48 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/child/webcrypto/platform_crypto.h
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+14 lines, -264 lines |
0 comments
|
Download
|
 |
M |
content/child/webcrypto/platform_crypto_nss.cc
|
View
|
1
|
1 chunk |
+0 lines, -1934 lines |
0 comments
|
Download
|
 |
D |
content/child/webcrypto/platform_crypto_openssl.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
22
23
24
|
1 chunk |
+0 lines, -590 lines |
0 comments
|
Download
|
 |
D |
content/child/webcrypto/shared_crypto.h
|
View
|
|
1 chunk |
+0 lines, -187 lines |
0 comments
|
Download
|
 |
D |
content/child/webcrypto/shared_crypto.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
1 chunk |
+0 lines, -944 lines |
0 comments
|
Download
|
 |
M |
content/child/webcrypto/shared_crypto_unittest.cc
|
View
|
1
2
3
4
5
6
7
|
21 chunks |
+102 lines, -83 lines |
0 comments
|
Download
|
 |
M |
content/child/webcrypto/status.h
|
View
|
1
2
3
4
5
6
|
3 chunks |
+11 lines, -7 lines |
0 comments
|
Download
|
 |
M |
content/child/webcrypto/status.cc
|
View
|
1
2
3
4
5
6
|
3 chunks |
+12 lines, -7 lines |
0 comments
|
Download
|
 |
A |
content/child/webcrypto/structured_clone.h
|
View
|
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
1 chunk |
+33 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/child/webcrypto/structured_clone.cc
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+136 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/child/webcrypto/webcrypto_impl.h
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/child/webcrypto/webcrypto_impl.cc
|
View
|
1
2
3
4
5
6
7
|
3 chunks |
+7 lines, -11 lines |
0 comments
|
Download
|
 |
M |
content/child/webcrypto/webcrypto_util.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
1 chunk |
+17 lines, -4 lines |
0 comments
|
Download
|
 |
M |
content/child/webcrypto/webcrypto_util.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
2 chunks |
+84 lines, -26 lines |
0 comments
|
Download
|
 |
M |
content/content_child.gypi
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
22
23
24
|
2 chunks |
+38 lines, -4 lines |
0 comments
|
Download
|