393851 Commits

Author SHA1 Message Date
Simon Montagu
ad766a1fcb Bug 1100071 patch 2: add macros for common tests whether bidi level is odd and whether two bidi levels have the same parity, r=dholbert 2014-11-20 12:45:22 +02:00
Simon Montagu
aafee71bb6 Bug 1100071 patch 1: change uint8_t to nsBidiLevel in a few more places, r=dholbert 2014-11-20 12:45:22 +02:00
Simon Montagu
39cdd85ae0 Bug 1097894: if the embedding level of a frame is unset, get the direction from style, r=dholbert 2014-11-20 12:45:22 +02:00
Jan de Mooij
0f604d1eb5 Bug 1100623 - Fix expression decompiler reporting the wrong local, get rid of FillBindingVector. r=luke
--HG--
extra : rebase_source : 8519ab0e32341e52d5b25b8e3c760450a70ce62f
2014-11-20 11:21:50 +01:00
Jon Coppeard
365b464e2e Bug 1101602 - Add --gc-zeal option to JS shell r=sfink 2014-11-20 10:19:31 +00:00
Jon Coppeard
099d9f90d0 Bug 1097864 - Don't release the GC lock while allocating arenas r=terrence 2014-11-20 10:12:03 +00:00
Jacek Caban
f153018731 Bug 1101037 - Fixed dom/media/gmp compilation with mingw. r=nfroyd 2014-11-20 10:52:44 +01:00
Jacek Caban
a6c311c29d Bug 1100997 - Fixed FileUtilsWin.h compilation on mingw. r=cpearce 2014-11-20 10:52:26 +01:00
Makoto Kato
20a9032313 Bug 1085218 - Add Noto Sans CJK to font.name-list for Android 5. r=jdaggett 2014-11-20 18:30:35 +09:00
Bob Owen
e5b2da099b Bug 1041775 Part 3: Re-apply pre-vista stdout/err process inheritance change to Chromium code after merge. r=tabraldes
Originally landed as changsets:
https://hg.mozilla.org/mozilla-central/rev/f94a07671389
2014-11-18 15:11:47 +00:00
Bob Owen
9559e348ee Bug 1041775 Part 2: Re-apply warn only sandbox changes to Chromium code after merge. r=tabraldes
Originally landed as changsets:
https://hg.mozilla.org/mozilla-central/rev/e7eef85c1b0a
https://hg.mozilla.org/mozilla-central/rev/8d0aca89e1b2
2014-11-18 15:09:55 +00:00
Bob Owen
af79dfc438 Bug 1041775 Part 1: Update Chromium sandbox code to commit 9522fad406dd161400daa518075828e47bd47f60. r=jld,aklotz
--HG--
rename : security/sandbox/chromium/sandbox/linux/sandbox_export.h => security/sandbox/chromium/sandbox/sandbox_export.h
2014-11-18 13:48:21 +00:00
Seth Fowler
50c3d078f0 Bug 1101759 - Correctly record when we flush data during sync decodes. r=tn 2014-11-20 00:59:05 -08:00
Carsten "Tomcat" Book
b742ef4f34 Backed out changeset 73c4111cab17 (bug 1083361) for bustage 2014-11-20 09:51:03 +01:00
David Rajchenbach-Teller
b71d04be6e Bug 1083361 - Exposing a PromiseDebugging API to monitor uncaught DOM Promise. r=bz 2014-11-19 14:31:06 +01:00
James Long
33c237873d Bug 1074745 - allow setting sourceMapURL of a Debugger.Source and move warning to compiler. r=jimb 2014-11-19 16:02:00 +01:00
Jan Beich
9ad3225376 Bug 1063726 - Define MALLOC_H like top-level configure.in. r=ted 2014-09-20 02:03:00 +02:00
Milan Sreckovic
ca69c82edf Bug 868046 - Fix the wrong assert. r=nical 2014-11-19 10:36:24 -05:00
Robert O'Callahan
2c65c9d22a Bug 1061046. Part 22: test_mediaStreamAudioSourceNode no longer sees a 1-sample delay. r=karlt 2014-09-23 13:41:58 -04:00
Robert O'Callahan
fc7ad562ff Bug 1061046. Part 21: Remove rate parameter from StartNonRealtimeProcessing. r=karlt 2014-11-19 23:21:38 +13:00
Robert O'Callahan
f57e87e02b Bug 1061046. Part 20: Remove Track::mGraphRate since it's not needed. r=karlt 2014-09-18 17:20:44 +12:00
Robert O'Callahan
407c1d5331 Bug 1061046. Part 19: Eliminate TrackTicks in favour of StreamTime. r=karlt 2014-09-18 17:20:43 +12:00
Robert O'Callahan
4385e0bf9e Bug 1061046. Part 18: Simplify TrackUnionStream now that there are no rate mismatches. r=karlt 2014-09-18 17:13:17 +12:00
Robert O'Callahan
dad87bc281 Bug 1061046. Part 17: Remove some unused TrackRate parameters. r=karlt 2014-09-18 17:13:16 +12:00
Robert O'Callahan
eaa7374a1e Bug 1061046. Part 16: Remove most usage of TicksToTimeRoundDown. r=karlt 2014-09-18 17:13:16 +12:00
Robert O'Callahan
7b67a29b15 Bug 1061046. Part 15: Remove most usage of TimeToTicksRoundUp. r=karlt 2014-09-18 17:13:15 +12:00
Robert O'Callahan
807d6426df Bug 1061046. Part 14: Remove TimeToTicksRoundDown. r=karlt 2014-09-18 17:13:14 +12:00
Robert O'Callahan
84cdc62f08 Bug 1061046. Part 13: Remove rate-conversion functions from Track. r=karlt
Also removes some other unnecessary rate conversions.
2014-09-18 17:13:13 +12:00
Robert O'Callahan
8f79162162 Bug 1061046. Part 12: Simplify AudioNodeExternalInputStream since no resampling is needed. r=karlt
Since resampling is not needed, we can preserve the number of input channels in each
input audio block.
2014-09-18 11:51:21 +12:00
Robert O'Callahan
4b3e1fddd3 Bug 1061046. Part 11: Remove callback rate parameters. r=karlt 2014-09-18 11:51:13 +12:00
Robert O'Callahan
a72ba12900 Bug 1061046. Part 10: Remove TrackData::mOutputRate since it's always the graph rate. r=karlt 2014-09-18 11:50:02 +12:00
Robert O'Callahan
d6cfabd956 Bug 1061046. Part 9: Split SourceMediaStream::AddTrack into a method that adds an audio track and can resample, and a method that can add any track but always uses the graph rate. r=karlt 2014-09-18 11:50:02 +12:00
Robert O'Callahan
c7c2956c4a Bug 1061046. Part 8: Remove PeerConnectionMedia's USECS_PER_S video rate and use the GraphRate instead. r=karlt 2014-09-18 11:50:01 +12:00
Robert O'Callahan
992f562b2c Bug 1061046. Part 7: Remove MediaPipeline's USECS_PER_S video rate and use the graph rate instead. r=karlt 2014-09-18 11:50:01 +12:00
Robert O'Callahan
1933b9d170 Bug 1061046. Part 6: Remove MediaDecoderStateMachine's USECS_PER_S video rate and use the graph rate instead. r=karlt 2014-09-18 11:50:01 +12:00
Robert O'Callahan
fe90e36d39 Bug 1061046. Part 5: Remove MediaEngineTabVideoSource's USECS_PER_S video rate and use the graph rate instead. r=karlt 2014-09-18 11:50:01 +12:00
Robert O'Callahan
cbcdeac273 Bug 1061046. Part 4: Remove MediaEngineWebRTCVideo's USECS_PER_S video rate and use the graph rate instead. r=karlt 2014-09-18 11:50:01 +12:00
Robert O'Callahan
0c11aa9240 Bug 1061046. Part 3: Remove MediaEngineDefault's VIDEO_RATE and use the graph rate instead. r=karlt 2014-09-18 11:50:01 +12:00
Robert O'Callahan
a77ef62a15 Bug 1061046. Part 2: Remove MediaStreamGraphImpl::AudioSampleRate. r=karlt 2014-09-18 11:50:01 +12:00
Robert O'Callahan
512f5afd64 Bug 1061046. Part 1: Move GraphRate() to MediaStreamGraph so it's public. r=karlt 2014-09-18 11:50:01 +12:00
Chris Pearce
12d67dabec Bug 1102103 - Increase CDM voucher size limit. r=kentuckyfriedtakahe 2014-11-20 20:04:52 +13:00
David Anderson
397b1a3520 Add inactive subframes to the dispatch-to-content region. (bug 1082594, r=tn,kats) 2014-11-19 20:24:15 -08:00
Tatiana Meshkova
3234ab1f7d Bug 1023156 - Cannot build Qt with errors in gfxQtPlatforms (with Qt 5.3) 2014-11-19 22:02:51 -08:00
Eddy Bruël
f928024e69 Bug 1096490 - Fix test failures in browser_devtools_api.js;r=vporof
These test failures occur when you replace the deprecated-sync-thenables in
protocol.js with Promise.jsm.
2014-11-20 05:31:06 +01:00
Wes Kocher
0ea9061e20 Merge m-c to inbound a=merge 2014-11-19 19:04:29 -08:00
Ben Turner
008239dd8b Bug 1101223 - Fix assertion failure for IndexedDB child-side race, r=khuey. 2014-11-19 19:03:01 -08:00
Anuj Agarwal
e23a96845a Bug 1028140 - Privitizing public destructor of DummySocket. r=bwc 2014-11-19 21:52:42 -05:00
Wes Kocher
c86c58697d Merge actual fx-team (previous merge push was a mislabeled inbound merge) to m-c a=merge 2014-11-19 18:49:45 -08:00
David Zbarsky
7e217619a6 Bug 1085769: Merge ContentOrAncestorHasAnimation/Transition r=birtles 2014-11-19 21:48:42 -05:00
David Zbarsky
8498454656 Bug 1085769: Merge RulesMatching, GetAnimationPlayers, and GetAnimationRule r=birtles 2014-11-19 21:48:41 -05:00