Martin Thomson
|
8d33023a51
|
Bug 1172785 - RTCCertificate implementation, r=rbarnes
|
2015-07-06 10:40:04 -07:00 |
|
Andrew McCreight
|
92010d3e4c
|
Bug 1152551, part 2 - Fix mode lines in dom/. r=jst
|
2015-05-03 15:32:37 -04:00 |
|
Ehsan Akhgari
|
ea41d8de48
|
Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj
This patch was automatically generated using the following script:
function convert() {
echo "Converting $1 to $2..."
find . \
! -wholename "*/.git*" \
! -wholename "obj-ff-dbg*" \
-type f \
\( -iname "*.cpp" \
-o -iname "*.h" \
-o -iname "*.c" \
-o -iname "*.cc" \
-o -iname "*.idl" \
-o -iname "*.ipdl" \
-o -iname "*.ipdlh" \
-o -iname "*.mm" \) | \
xargs -n 1 sed -i -e "s/\b$1\b/$2/g"
}
convert MOZ_OVERRIDE override
convert MOZ_FINAL final
|
2015-03-21 12:28:04 -04:00 |
|
Richard Barnes
|
1c95a43c5a
|
Bug 1025230 - Allow import/export of JWK-formatted keys in WebCrypto r=bz,keeler
|
2014-07-19 08:25:00 -05:00 |
|
Richard Barnes
|
42e188ad5d
|
Bug 1034851 - Add wrapKey and unwrapKey methods to WebCrypto API r=bz
|
2014-07-19 08:24:00 -05:00 |
|
Tim Taubert
|
8173949e3d
|
Bug 1026314 - Rename Key to CryptoKey in WebCrypto r=rbarnes,bz
From 9beed249a4d08ccc945bc573a0c71d295cb1b222 Mon Sep 17 00:00:00 2001
|
2014-06-23 23:25:13 +02:00 |
|
Ed Morley
|
860e779bb2
|
Backed out changeset 38831e922852 (bug 1026314) for test_interfaces.html failures
|
2014-07-04 16:17:51 +01:00 |
|
Tim Taubert
|
f0ffeb45fd
|
Bug 1026314 - Rename Key to CryptoKey in WebCrypto r=rbarnes,bz
|
2014-06-23 23:25:13 +02:00 |
|
Richard Barnes
|
379e2ae474
|
Bug 1020598 - Add telemetry to measure WebCrypto usage. r=vladan
|
2014-06-09 22:01:00 -04:00 |
|
Richard Barnes
|
3de1e405b1
|
Bug 998802 - Add support for symmetric-key encryption and MAC to WebCrypto API. r=bz,dkeeler
|
2014-05-23 15:29:00 +02:00 |
|
Richard Barnes
|
761497c98b
|
Bug 995385 - Add WebCrypto WebIDL interfaces. r=bz, r=cviecco, r=dkeeler
|
2014-05-15 06:20:00 -04:00 |
|