|
Cleanup: rename usage_mask --> usages.
This is a simple search and replace:
s/usage_mask/usages/g
There was some inconsistenty on when variables were called "usages" versus "usage_mask"; now they all read "usages".
Committed: https://crrev.com/0e1d34edba6a5d8f7fe43c5b675880a36f4b3861
Cr-Commit-Position: refs/heads/master@{#300533}
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+295 lines, -309 lines) |
Patch |
 |
M |
content/child/webcrypto/algorithm_dispatch.h
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/child/webcrypto/algorithm_dispatch.cc
|
View
|
|
5 chunks |
+11 lines, -14 lines |
0 comments
|
Download
|
 |
M |
content/child/webcrypto/algorithm_implementation.h
|
View
|
|
5 chunks |
+7 lines, -7 lines |
0 comments
|
Download
|
 |
M |
content/child/webcrypto/algorithm_implementation.cc
|
View
|
|
5 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
 |
M |
content/child/webcrypto/jwk.h
|
View
|
|
6 chunks |
+9 lines, -9 lines |
0 comments
|
Download
|
 |
M |
content/child/webcrypto/jwk.cc
|
View
|
|
16 chunks |
+35 lines, -36 lines |
0 comments
|
Download
|
 |
M |
content/child/webcrypto/nss/aes_gcm_nss.cc
|
View
|
|
1 chunk |
+4 lines, -5 lines |
0 comments
|
Download
|
 |
M |
content/child/webcrypto/nss/aes_key_nss.h
|
View
|
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
content/child/webcrypto/nss/aes_key_nss.cc
|
View
|
|
6 chunks |
+10 lines, -10 lines |
0 comments
|
Download
|
 |
M |
content/child/webcrypto/nss/hmac_nss.cc
|
View
|
|
7 chunks |
+10 lines, -10 lines |
0 comments
|
Download
|
 |
M |
content/child/webcrypto/nss/rsa_key_nss.h
|
View
|
|
2 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
content/child/webcrypto/nss/rsa_key_nss.cc
|
View
|
|
13 chunks |
+25 lines, -25 lines |
0 comments
|
Download
|
 |
M |
content/child/webcrypto/nss/rsa_oaep_nss.cc
|
View
|
|
1 chunk |
+4 lines, -5 lines |
0 comments
|
Download
|
 |
M |
content/child/webcrypto/nss/sym_key_nss.h
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/child/webcrypto/nss/sym_key_nss.cc
|
View
|
|
4 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
content/child/webcrypto/openssl/aes_key_openssl.h
|
View
|
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
content/child/webcrypto/openssl/aes_key_openssl.cc
|
View
|
|
4 chunks |
+10 lines, -10 lines |
0 comments
|
Download
|
 |
M |
content/child/webcrypto/openssl/hmac_openssl.cc
|
View
|
|
5 chunks |
+10 lines, -10 lines |
0 comments
|
Download
|
 |
M |
content/child/webcrypto/openssl/rsa_key_openssl.h
|
View
|
|
1 chunk |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
content/child/webcrypto/openssl/rsa_key_openssl.cc
|
View
|
|
17 chunks |
+29 lines, -29 lines |
0 comments
|
Download
|
 |
M |
content/child/webcrypto/openssl/sym_key_openssl.h
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/child/webcrypto/openssl/sym_key_openssl.cc
|
View
|
|
3 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
content/child/webcrypto/structured_clone.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/child/webcrypto/structured_clone.cc
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/child/webcrypto/test/aes_cbc_unittest.cc
|
View
|
|
4 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
content/child/webcrypto/test/hmac_unittest.cc
|
View
|
|
9 chunks |
+17 lines, -18 lines |
0 comments
|
Download
|
 |
M |
content/child/webcrypto/test/rsa_ssa_unittest.cc
|
View
|
|
16 chunks |
+26 lines, -27 lines |
0 comments
|
Download
|
 |
M |
content/child/webcrypto/test/test_helpers.h
|
View
|
|
2 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
content/child/webcrypto/test/test_helpers.cc
|
View
|
|
4 chunks |
+12 lines, -12 lines |
0 comments
|
Download
|
 |
M |
content/child/webcrypto/webcrypto_impl.h
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/child/webcrypto/webcrypto_impl.cc
|
View
|
|
6 chunks |
+13 lines, -18 lines |
0 comments
|
Download
|
 |
M |
content/child/webcrypto/webcrypto_util.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/child/webcrypto/webcrypto_util.cc
|
View
|
|
4 chunks |
+9 lines, -10 lines |
0 comments
|
Download
|
Total messages: 7 (2 generated)
|