Robert O'Callahan
33caf40bd0
Bug 1189506. Remove MediaInputPort::mFlags. r=karlt
...
--HG--
extra : commitid : L7X1cMHM93I
extra : rebase_source : 699460a9f2c736f09549cdef50b0cb2d052daa21
2015-09-04 16:45:21 +12:00
Robert O'Callahan
53dbc8f50e
Bug 1189506. Remove aFlags parameter from AllocateInputPort. r=karlt
...
--HG--
extra : commitid : GZuYprloPNM
extra : rebase_source : 17ca412dd6232ad5c739918500d959a03895a65c
2015-09-04 16:42:42 +12:00
Robert O'Callahan
5c2c7e03d5
Bug 1189506. Remove usage of FLAG_BLOCK_OUTPUT from MediaManager. r=jesup
...
--HG--
extra : commitid : GWToVox5Vvu
extra : rebase_source : 0054cbd1ddc64ad48e84b175d3c05a16ac79a4a7
2015-09-04 16:39:37 +12:00
Robert O'Callahan
86c380603b
Bug 1189506. Convert ChangeExplicitBlockerCount to MediaStream::Suspend/Resume. r=padenot
...
--HG--
extra : commitid : EAfe35GbRPL
extra : rebase_source : f6da37f3a9e8eefbdcf3e6787ec7edcc99e53859
2015-09-11 01:45:36 +12:00
Robert O'Callahan
95ebfe3aa1
Bug 1189506. Don't bother blocking captured media-element MediaStreams while we're not decoding. r=jwwang
...
They should just run in realtime since we're getting rid of blocking.
--HG--
extra : commitid : K0MeENZ5JAa
extra : rebase_source : ed3cd908faa96fd4dab2f178836449774f085d27
2015-09-04 00:46:33 +12:00
Robert O'Callahan
bd5afc4b2e
Bug 1189506. Make suspending/resuming streams more reusable. r=padenot
...
--HG--
extra : commitid : 9AmFobj0UO9
extra : rebase_source : dd1ff2f6e78c4052641f00dd004f19ba3e0d32fc
2015-09-03 23:54:00 +12:00
Robert O'Callahan
65cc97b0f3
Bug 1189506. Make AudioContext responsible for tracking all nodes which need to be suspended and resumed. r=padenot
...
This simplifies MediaStreamGraph by removing the need for it to be aware
of which AudioContext a stream belongs to.
This also makes it easier to reuse stream suspending for purposes other than
AudioContext suspend/resume.
--HG--
extra : commitid : 9EmNxlrjVFO
extra : rebase_source : fee4b35d09c8f5dec76e41840d81423cde619886
2015-09-16 16:15:21 +12:00
Robert O'Callahan
a320393b12
Bug 1189506. Pass AudioContext to AudioNodeStream::Create. r=karlt
...
--HG--
extra : commitid : 2WtlMxxGnj1
extra : rebase_source : 31d3c936c139df1348249df1f34e5206d38647db
2015-09-09 01:22:16 +12:00
Robert O'Callahan
ee7597f8a2
Bug 1189506. Put AudioContext::State inline. r=karl
...
--HG--
extra : commitid : 1Jw8qDiXfVw
extra : rebase_source : 77055dabe9ae3b5dbcd2d4dfe02f9af927cb5b1c
2015-09-03 17:35:19 +12:00
Robert O'Callahan
edc3706647
Bug 1189506. Give AudioContext non-owning pointers to all its AudioNodes. r=karl
...
--HG--
extra : commitid : 8qGgR45qFgU
extra : rebase_source : 95285c6403f8578736826a908f1010093e09e59d
2015-09-03 17:12:25 +12:00
Ehsan Akhgari
ab3e136bf0
Bug 1205321 - Enable fetch interception for non-release builds on desktop; r=bkelly
2015-09-16 19:15:33 -04:00
Ehsan Akhgari
e23a8d38a3
Bug 1205302 - Disallow intercepting OCSP requests; r=jdm
2015-09-16 19:15:32 -04:00
Ehsan Akhgari
59c135c176
Bug 1198078 - Add support for TYPE_INTERNAL_SERVICE_WORKER; r=ckerschb,tanvi
2015-09-16 19:15:30 -04:00
Geoff Brown
0fd7fa94c8
Bug 1199377 - Fetch host-utils for Android tests when needed; r=jmaher
2015-09-16 16:58:52 -06:00
Jeff Walden
3865615d09
Bug 920479 - Properly convert all arguments to the Function constructor to strings before parsing out an arguments list for the function to be created. r=arai
...
--HG--
extra : rebase_source : 0e17f04d327ebc007dcc92aef8bf356d93f13e8b
2015-09-16 13:39:37 -07:00
Jeff Walden
4ef4061b96
Bug 1204027 - Forbid escapes within keywords when parsing/tokenizing. r=arai
...
--HG--
extra : rebase_source : 3def5ff0e7e6a2e2e6490c8d9b700dc7fa98a630
2015-09-14 14:11:26 -07:00
Jeff Walden
4695fc0edc
Bug 1204027 - Rejigger export-parsing code to make a subsequent change simpler. r=arai
...
--HG--
extra : rebase_source : f8ce66934709b5b3984bbbdf09654987f1d64a24
2015-09-16 13:36:10 -07:00
Wes Kocher
9379203266
Backed out changeset 51994c27948c (bug 1197280) for test_eme_non_mse_fails.html failures CLOSED TREE
2015-09-16 14:39:03 -07:00
Nathan Froyd
8a9abcdd4d
Bug 1156974 - mark CacheFileHandle::mIsDoomed as a release/acquire Atomic variable; r=michal
2015-08-04 00:32:36 -04:00
Nicolas B. Pierron
0b107f9b8a
Bug 1203695 - GenerateLcovInfo: Check if JSScripts have associated bytecode before spewing their content. r=bhackett
2015-09-16 21:11:36 +02:00
Nicolas B. Pierron
64c0db4ea9
Bug 1176880 part 3 - Debugger.Script.getOffsetsCoverage: Add documentation. r=shu
2015-09-16 21:11:35 +02:00
Nicolas B. Pierron
e9e0015186
Bug 1176880 part 2 - Add Debugger.Script.getOffsetsCoverage. r=shu
...
--HG--
rename : js/src/jit-test/tests/coverage/simple.js => js/src/jit-test/tests/debug/Script-getOffsetsCoverage-01.js
2015-09-16 21:11:35 +02:00
Nicolas B. Pierron
b2aebab5f5
Bug 1176880 part 1 - Add a flag on the Debugger & Compartment to record code-coverage information. r=shu
2015-09-16 21:11:34 +02:00
Ralph Giles
02eebef322
Bug 1197280 - Use CheckedInt instead of manual comparison. r=baku,gerald
...
This is less error-prone and somewhat easier to read.
Based on a patch from Joshua J. Drake and suggestions
from Andrea Marchesini.
NB CheckedInt<T>::value() returns a T, so the comparison with
SIZE_MAX should always succeed. Doesn't warn on clang though.
2015-09-16 11:44:31 -07:00
Nathan Froyd
8597ac7a6f
Bug 1203658 - mark Linux's nsNotifyAddrListener::mChildThreadShutdown member as Atomic; r=bagder
...
Relaxed memory consistency here is OK; the only concern here is that the
child thread eventually goes away, not that it does so immediately after
we've signaled that it should go away.
2015-09-10 23:53:42 -04:00
Nathan Froyd
3ff4d753ca
Bug 1195491 - use nsCOMPtr in RDFContentSinkImpl; r=bsmedberg
2015-08-12 00:12:05 -04:00
James Willcox
1f8b781e7f
Bug 1205074 - Enable EHABI stack walking on Android r=BenWa
2015-09-16 13:23:28 -05:00
Julien Pagès
2fd68fe263
Bug 1007262 - talos should use in-tree mozbase. r=jmaher
...
--HG--
extra : commitid : DowGCVZDlf5
extra : rebase_source : 93fd38cfd5878b35549783d101f594784a316627
2015-09-12 18:58:11 +02:00
Christoph Kerschbaumer
ba5db0a4fd
Bug 1205158 - Use channel->Open2() netwerk/test/ (r=sicking)
2015-09-15 20:12:52 -07:00
Christoph Kerschbaumer
cd033a0e00
Bug 1205154 - Use channel->Open2() in js/xpconnect/src/XPCJSRuntime.cpp (r=sicking)
2015-09-15 19:52:07 -07:00
Christoph Kerschbaumer
5b7c3ec0ea
Bug 1205153 - Use channel->Open2() in intl/strres/nsStringBundleTextOverride.cpp (r=sicking)
2015-09-15 19:49:55 -07:00
Christoph Kerschbaumer
11958f19c8
Bug 1205151 - Use channel->Open2() in extensions/cookie/nsPermissionManager.cpp (r=sicking)
2015-09-15 19:47:27 -07:00
Nicolas B. Pierron
5f6a01f344
Bug 1199171 part 1 - Assembler::GetCF32Target: Decode instructions as needed. r=h4writer
2015-09-16 20:10:57 +02:00
Nicolas B. Pierron
a61fb2159f
Bug 1199171 part 0 - Add spewInst function for debugging Jit code. r=lth
2015-09-16 20:10:57 +02:00
Wes Kocher
ebdcf9fc9e
Merge b2ginbound to central, a=merge CLOSED TREE
2015-09-16 11:00:55 -07:00
Wes Kocher
5b879dacff
Merge mozilla-inbound to m-c a=merge CLOSED TREE
2015-09-16 10:52:53 -07:00
Wes Kocher
d91b7b424c
Merge fx-team to central, a=merge CLOSED TREE
2015-09-16 10:14:30 -07:00
Tim Taubert
4a63c69f3a
Bug 1193004
- Always show permissions section in the Control Center r=bgrins
2015-09-16 12:51:19 +02:00
B2G Bumper Bot
11fe0abc9a
Bumping manifests a=b2g-bump
2015-09-16 03:48:19 -07:00
B2G Bumper Bot
cc48991830
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/0adc27703a6e
Author: Evan Tseng <itoyxd@gmail.com>
Desc: Merge pull request #31575 from evanxd/bug-1196178
Bug 1196178
- Always show change APN warning when data roaming is no or off r=evelyn, gasolin
========
https://hg.mozilla.org/integration/gaia-central/rev/7aee39cd4c26
Author: Evan Xd <itoyxd@gmail.com>
Desc: Bug 1196178
- Always can save APN settings except when user does not want to proceed r=gasolin, evelyn
2015-09-16 03:45:32 -07:00
Wander Lairson Costa
f9c5592455
Bug 1203596: Remove .userconfig after run build.sh. r=jlund
...
If we keep the userconfig file inside B2G shared cache, it may
cause build bustage in other branches.
--HG--
extra : commitid : 9gVZFqzmV44
2015-09-16 10:40:40 +02:00
Thomas Zimmermann
7cf66612c7
Bug 1204801: Use enum constants for Bluetooth Service module, r=btian
2015-09-16 10:37:58 +02:00
Thomas Zimmermann
83d246f318
Bug 1204801: Move |BlutoothSetupResultHandler| to generic backend interface, r=btian
...
|BluetoothSetupResultHandler| is independent from the Bluetooth backend
code. This patch moves it to the other backend interfaces.
2015-09-16 10:37:58 +02:00
Thomas Zimmermann
066d035d3d
Bug 1204801: Move |BluetoothDaemonSetupModule| into separate compilation unit, r=btian
2015-09-16 10:37:58 +02:00
Justin Dolske
4cbe7f3464
Bug 1204182 - Use a single jar manifest for shared theme resources. r=dao
2015-09-16 09:33:47 +02:00
B2G Bumper Bot
a127c79cac
Bumping manifests a=b2g-bump
2015-09-15 23:58:15 -07:00
B2G Bumper Bot
2d70357a50
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/06136aeeb696
Author: gasolin <gasolin@gmail.com>
Desc: Merge pull request #31822 from gasolin/issue-1203473
Bug 1203473 - [Settings] Define AppStorage using new syntax provided by Observable, r=yzen
========
https://hg.mozilla.org/integration/gaia-central/rev/0e4b7d0306f1
Author: gasolin <gasolin@gmail.com>
Desc: Bug 1203473 - [Settings] Define AppStorage using new syntax provided by Observable, r=yzen
2015-09-15 23:55:30 -07:00
Fabrice Desré
263dcda9c2
Bug 1205139 - Get @mozilla.org/embedcomp/prompt-service;1 to instantiate correctly r=dhylands
2015-09-15 23:09:43 -07:00
B2G Bumper Bot
1139e40e88
Bumping manifests a=b2g-bump
2015-09-15 21:48:22 -07:00
B2G Bumper Bot
34b1334836
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/47c15103fa63
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #31859 from KevinGrandon/bug_1205159_html_transformer_toolbars
Bug 1205159 - Remove toolbars.css in html_transformer app and instead use icons.css
========
https://hg.mozilla.org/integration/gaia-central/rev/bfdf1c6927d2
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1205159 - Remove toolbars.css in html_transformer app and instead use icons.css
2015-09-15 21:45:35 -07:00