Benoit Girard
454efa4e56
Bug 1278302 - Add failureid for WARP failIfMajorPerformanceCaveat. r=jrmuizel
...
MozReview-Commit-ID: 2Ieeaqp4Sgj
--HG--
extra : rebase_source : cdb3cfc40bd85a1bc1e8943c2f60b5d9f08b1b2e
2016-06-06 13:33:13 -04:00
Ben Kelly
9caae4b4ac
Bug 1278253 Hold service worker alive until event dispatching code is notified. r=asuth
2016-06-06 07:38:40 -07:00
Benoit Girard
24a4187d15
Backed out changeset 4264b01fd313 (Bug 1276732) for causing build bustage
...
MozReview-Commit-ID: KnEpCcI9a13
2016-06-06 13:37:59 -04:00
Benoit Girard
c391acc0f7
Bug 1276732 - Report the GLContext error to WebGL for telemetry. r=jrmuizel
...
MozReview-Commit-ID: Am733GJkOSb
--HG--
extra : rebase_source : 1eaf4e281b2415f0adcae7e9585a29d912685358
2016-06-06 13:20:13 -04:00
Dan Minor
e72edaf704
Bug 1265408 - Log biquad channel change warning to console; r=padenot
...
MozReview-Commit-ID: G16wgfKr4I6
--HG--
extra : rebase_source : 7c80e41af24a801f80ca9fb0ac389836e455e8c4
2016-06-03 14:17:41 -04:00
Dan Minor
86406e1e13
Bug 1265408 - Use blink IIRFilterNode tests; r=padenot
...
MozReview-Commit-ID: 972FZ6lC7vr
--HG--
rename : dom/media/webaudio/test/blink/iirfilter.html => dom/media/webaudio/test/blink/test_iirFilterNode.html
rename : dom/media/webaudio/test/blink/iirfilter-getFrequencyResponse.html => dom/media/webaudio/test/blink/test_iirFilterNodeGetFrequencyResponse.html
extra : rebase_source : f72140da18350771def483c73fa44eda3c0bf8bc
2016-05-06 15:07:11 -04:00
Dan Minor
7c022ed83f
Bug 1265408 - Import blink IIRFilterNode tests; r=padenot
...
Imported from git revision 57f70919a0a3da5ba002b896778b580986343e08.
MozReview-Commit-ID: 1HTS2AfgSEN
--HG--
extra : rebase_source : 53db59ffbeab76d19a983efd337394efc54b7737
2016-05-03 10:51:24 -04:00
Dan Minor
2b6abdb28d
Bug 1265408 - Avoid complex division in getFrequencyResponse; r=padenot
...
Using the division operator on std::complex values fails on our linux64
AWS test machines, yielding infinities and NaNs for valid inputs. Presumably
this could affect machines in the wild as well. This patch removes the use
of the division operator and replaces it with real operations.
MozReview-Commit-ID: 4s7xUf9ja0F
--HG--
extra : rebase_source : cdfee7070a50eefbf8e50aee3993cf8993cd32b4
2016-05-12 09:15:18 -04:00
Dan Minor
77a0cbd919
Bug 1265408 - Add test for IIRFilterNode pass through; r=padenot
...
MozReview-Commit-ID: HbZJT1vEOo8
--HG--
extra : rebase_source : bf9cda954254908e9fa3148e24761815be3efae2
2016-05-12 09:23:28 -04:00
Dan Minor
c846a288b4
Bug 1265408 - Implement IIRFilterNode; r=padenot
...
MozReview-Commit-ID: EZvTIwTDVPE
--HG--
extra : rebase_source : 2dddd4d387bd4ecb58bf5fa7dbd26d916a114c82
2016-06-03 13:42:03 -04:00
Dan Minor
8c9dd5b3be
Bug 1265408 - Add LogToDeveloperConsole to WebAudioUtils; r=padenot
...
MozReview-Commit-ID: 2Zf59JjQX9u
--HG--
extra : rebase_source : 8b3a228f853c1936d1f67c337874885bde3cc23f
2016-06-03 14:23:11 -04:00
Dan Minor
9242944484
Bug 1265408 - Avoid subnormals in IIRFilter; r=karlt
...
MozReview-Commit-ID: F4NUE8834tM
--HG--
extra : rebase_source : b2cdbe67760003adb0a4c12ba97e1fe461348af6
2016-05-30 05:36:11 -04:00
Dan Minor
63bac3a6eb
Bug 1265408 - Add buffersAreZero to IIRFilter; r=karlt
...
MozReview-Commit-ID: CM5x62GMXcj
--HG--
extra : rebase_source : 05b1b7a1fac3bffaf6e143c046ccd46d047248d3
2016-05-31 09:28:06 -04:00
Dan Minor
75164114ba
Bug 1265408 - Use IIRFilter from blink; r=padenot
...
MozReview-Commit-ID: 5QUGMFcZ6ZI
--HG--
extra : rebase_source : 93b36c58cc96867b25cff96035b8c7cc2c742117
2016-05-10 10:46:40 -04:00
Dan Minor
7438883f8d
Bug 1265408 - Import IIRFilter from blink; r=padenot
...
Imported from git revision 57f70919a0a3da5ba002b896778b580986343e08.
MozReview-Commit-ID: 8QF0wWEHI8
--HG--
extra : rebase_source : 27aee27da149883fe7c1c4b6067c6610b64033e0
2016-04-23 04:54:48 -04:00
Dan Minor
5b7dd78413
Bug 1265408 - Add webidl for IIRFilterNode; r=smaug
...
MozReview-Commit-ID: FdaXR22KwUf
--HG--
extra : rebase_source : 28dd38c8e755b9325875ba3a2e951daf7d5c011e
2016-04-26 13:59:11 -04:00
Jonathan Watt
fb6235e5e5
Bug 1278238 - Remove kDrawTarget. r=Bas
2016-05-27 19:43:34 +01:00
Andrea Marchesini
cd3d7522dc
Bug 1274999 - Stop GetFilesHelper runnable when the operation is canceled, r=smaug
2016-06-06 11:16:48 +02:00
bechen
d120c38a97
Bug 1275808 - Move the UpdateCueDisplay() into TimeMarchesOn() as step 18. r=rillian
...
MozReview-Commit-ID: GrcZCjstBy9
--HG--
extra : rebase_source : 7848e6477595dcf0d83753a1c29489ea3f5cb689
2016-06-01 17:37:26 +08:00
bechen
aa321b3d28
Bug 1242599 - testcase. r=rillian
...
MozReview-Commit-ID: Bkl13cdT2CA
--HG--
extra : rebase_source : e405d058a7836fd897ef5a62f696477048d65981
2016-06-02 15:37:19 +08:00
bechen
d1ed19f21d
Bug 1242599 - Create TextTrack before LoadResource(). r=rillian
...
MozReview-Commit-ID: 7deLCeKc0lc
--HG--
extra : rebase_source : 889478ab87392ea19fc04855e9e2e11fc847d255
2016-06-02 15:37:14 +08:00
Chris Peterson
4906b951ee
Bug 1259335 - Part 1.5b: Report telemetry for navigator.battery use. r=baku
2016-06-05 23:54:34 -07:00
JW Wang
ed7bec1506
Bug 1277198
. Part 3 - remove AudioStream::mInRate/mOutRate. r=kinetik.
...
MozReview-Commit-ID: KTiyzO8VEZh
--HG--
extra : rebase_source : 49589d5bd8ea1b2575caaf608569c64fab307c5b
2016-06-01 18:00:15 +08:00
JW Wang
510020f774
Bug 1277198
. Part 2 - fix OpenDumpFile(). r=kinetik.
...
MozReview-Commit-ID: IWzvlWnhuFe
--HG--
extra : rebase_source : 39c105ad766947ebe350b8b2afc2685bb00339dc
2016-06-01 17:54:37 +08:00
JW Wang
51c02cde54
Bug 1277198
. Part 1 - add AudioClock::GetInputRate/GetOutputRate. r=kinetik.
...
MozReview-Commit-ID: HsaiSq83MtD
--HG--
extra : rebase_source : d578e00f15300fbcf1cc41fb5242868a4b31b57d
2016-06-01 17:38:47 +08:00
JW Wang
d292fa5e3a
Bug 1277776 - Use SaferMultDiv in AudioClock::GetPositionInFrames(). r=jya.
...
MozReview-Commit-ID: 711czooNf55
--HG--
extra : rebase_source : cf2ba4ab351775be5ab08a820de9d4a1ac356dac
2016-06-06 11:13:34 +08:00
Alastor Wu
6d9e2d48b4
Bug 1276830 - part3 : modify tests. r=rillian
...
MozReview-Commit-ID: 9imko6c1Z4R
--HG--
extra : rebase_source : 6d0e0873ffdc28a13ce3e498f73ba1c81aa8b9fb
2016-06-06 10:12:42 +08:00
Alastor Wu
c7ce01fded
Bug 1276830 - part2 : modift LineAlignSetting value in vtt.jsm. r=rillian
...
MozReview-Commit-ID: FlKbht9uklN
--HG--
extra : rebase_source : 2cba6c52ec9e4137dd99a27f4714930cc958e563
2016-06-06 09:53:24 +08:00
Alastor Wu
be17624070
Bug 1276830 - part1 : introduce LineAlignSetting. r=rillian,smaug
...
MozReview-Commit-ID: 1nZhCpPpTEh
--HG--
extra : rebase_source : f0f55cbcf5df79753b05f16579591f2ce8aa195a
2016-06-06 09:53:16 +08:00
Jan Varga
a25258797e
Bug 1195930 - Part 11: Unified SQLite database schema and storage version, major and minor version support; r=asuth
2016-06-05 21:43:09 +02:00
Jan Varga
2b9890e7bd
Bug 1195930 - Part 10: Use extra durability mode for storage.sqlite; r=asuth
2016-06-05 21:43:02 +02:00
Jan Varga
111f87a355
Bug 1195930 - Part 9: Remove old directories (fixes bug 1273717); r=asuth
2016-06-05 21:42:55 +02:00
Jan Varga
af49dba19e
Bug 1195930 - Part 8: Fixed support for origin clearing, reworked internal origin patterns to use OriginAttributesPattern; r=asuth
2016-06-05 21:42:48 +02:00
Jan Varga
1fb4d91a67
Bug 1195930 - Part 7: New test for metadata v2 restoring (also tests userContextId origin attribute); r=asuth
2016-06-05 21:42:40 +02:00
Jan Varga
381cd4b9e9
Bug 1195930 - Part 6: A new schema upgrade for IndexedDB databases; r=asuth
2016-06-05 21:42:33 +02:00
Jan Varga
5a2fea4594
Bug 1195930 - Part 5: Core changes, support for storage directory versioning, new metadata v2 files, origin suffix added to API methods, origin attributes used across the implementation, more upgrade tests; r=asuth
2016-06-05 21:42:25 +02:00
Jan Varga
f81ab7f0fb
Bug 1195930 - Part 4: Move code to correct place - add; r=asuth
2016-06-05 21:42:18 +02:00
Jan Varga
0360bbe43a
Bug 1195930 - Part 3: Move code to correct place - remove; r=asuth
2016-06-05 21:42:11 +02:00
Jan Varga
3249fba977
Bug 1195930 - Part 2: Refactor StorageDirectoryHelper to a base class and two separate final classes, improve correctness of default storage upgrade and add support for resource urls; r=asuth
2016-06-05 21:42:01 +02:00
Jan Varga
64b62c9b07
Bug 1195930 - Part 1: Re-enable tests for clearing origin data; r=asuth
2016-06-05 21:41:48 +02:00
Stephanie Ouillon
e4fbe1d9ac
Bug 1247459 - Meta and header CSP are merged without a semicolon. r=ckerschb
2016-05-17 15:34:53 +02:00
Chris Peterson
0ca60536e0
Backed out changeset 7383d49bc7c8 (Flash click-to-play bug 1186948)
2016-06-05 01:03:36 -07:00
Bryce Van Dyk
2c618f7655
Bug 1276643 - External media tests reset widevine GMP. r=maja_zf
...
Make the EME mixin also reset the widevine GMP. This gives us some
widevine downloader coverage, as well as meaning that EME tests that
rely on widevine should work.
MozReview-Commit-ID: AyeeLu2lJRK
--HG--
extra : transplant_source : %13ck%EA%AD%8F%B8.%E5%A0%EC%2C%B4%40h%E0s%0C%1D%B4
2016-05-30 15:21:51 +12:00
Andrea Marchesini
f49a386d9b
Bug 989619 - patch 3 - console API should use [ProtoObjectHack], r=bz
2016-06-04 09:33:24 +02:00
Andrea Marchesini
c30cdb7269
Bug 989619 - patch 2 - console API should use webIDL namespaces, r=bz
2016-06-04 09:32:51 +02:00
Andrea Marchesini
be787b709b
Bug 989619 - patch 1 - Codegen should allow static methods with a reserved C++ keywords as the name, r=peterv
2016-06-04 09:31:44 +02:00
Andrea Marchesini
3f22b78a94
Bug 1274362 - a Symbol passed to postMessage should throw DataCloneException, r=sfink
2016-06-04 09:24:28 +02:00
Masayuki Nakano
258c1f97d6
Bug 1277756 part.7 Rename TextRangeType::NS_TEXTRANGE_SELECTEDCONVERTEDTEXT to TextRangeType::eSelectedClause r=smaug
...
MozReview-Commit-ID: GyRYWzfeWrm
--HG--
extra : rebase_source : 8bebacaf675ec4a3cf91cfd434d07beeb7fb1567
2016-06-03 19:15:21 +09:00
Masayuki Nakano
3fa2003d17
Bug 1277756 part.6 Rename TextRangeType::NS_TEXTRANGE_CONVERTEDTEXT to TextRangeType::eConvertedClause r=smaug
...
MozReview-Commit-ID: 3mexBm278As
--HG--
extra : rebase_source : ef363b0ac50396631e9b145b7e869330509fe259
2016-06-03 19:05:32 +09:00
Masayuki Nakano
98f069e029
Bug 1277756 part.5 Rename TextRangeType::NS_TEXTRANGE_SELECTEDRAWTEXT to TextRangeType::eSelectedRawClause r=smaug
...
MozReview-Commit-ID: MbG4siLb4Q
--HG--
extra : rebase_source : 23c20c55c3936dc6af5f57414ef7630003480275
2016-06-03 18:57:21 +09:00