Ehsan Akhgari
|
5cccea6f0f
|
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 |
|
JW Wang
|
d6c7b717c1
|
Bug 1130917 - Part 3 - fix EME gtests. r=edwin.
|
2015-02-10 18:19:00 +01:00 |
|
JW Wang
|
de66949b78
|
Bug 1102852 - add MediaKeyMessageType to and remove destinationURL from MediaKeyMessageEvent. r=cpearce,bz
|
2015-01-15 11:25:47 +13:00 |
|
Masatoshi Kimura
|
40a556102e
|
Bug 1120062 - Part 1: Remove most Nullptr.h includes. r=waldo
|
2015-01-11 11:34:52 +09:00 |
|
Ehsan Akhgari
|
f818603dd9
|
Bug 1109694 - Fix more bad implicit constructors in DOM; r=baku
|
2014-12-10 17:49:09 -05:00 |
|
JW Wang
|
9e74aff30d
|
Bug 1107545 - add off-main-thread tests for GMPStorage APIs. r=cpearce.
|
2014-12-04 21:34:00 +01:00 |
|
JW Wang
|
026c9606e8
|
Bug 1107545 - introduce a test manager to make storage tests scalable. r=cpearce.
|
2014-12-04 21:32:00 +01:00 |
|
Chris Pearce
|
7fdf6fc21a
|
Bug 1104970 - Handle GMPStorage write failure in gtest. r=edwin
|
2014-12-03 13:34:00 +01:00 |
|
Chris Pearce
|
725607e8e6
|
Bug 1100499 - Add GMP API to enumerate records stored on disk. r=jesup
|
2014-11-21 12:25:12 +13:00 |
|
Chris Pearce
|
095eb40a7c
|
Bug 1049273 - Expose GMP voucher to GMP at runtime if its present. r=jesup
|
2014-11-14 21:39:39 +13:00 |
|
Bob Owen
|
f4d4473225
|
Bug 1088130: Add to TestGMPCrossOrigin.cpp gtest to test that the APIs required for Output Protection on Windows work within the sandbox. r=cpearce
|
2014-11-03 10:02:30 +00:00 |
|
Ehsan Akhgari
|
3e2be4b2e7
|
Bug 1090242 - Fix some more bad implicit constructors in DOM; r=baku
--HG--
extra : rebase_source : 22f80376a2ce9415dc9d7fdd2444405d3cd7e011
|
2014-10-10 17:28:35 -04:00 |
|
Gabriel Ivanica
|
796a359d93
|
Bug 1089705 - Replace "assert" with "MOZ_ASSERT" in some media code. r=dholbert
|
2014-10-29 00:43:18 +02:00 |
|
Chris Pearce
|
fa0933f10a
|
Bug 1055395 - gTests for GMPAsyncShutdown. r=edwin
|
2014-10-23 20:37:55 +13:00 |
|
Chris Pearce
|
075d3c5ff7
|
Bug 1055393 - gtests for GMPStorage and PB mode storage. r=edwin
|
2014-10-21 19:16:19 +13:00 |
|