Andreas Pehrson
5401608e6c
Bug 1208371 - Add MediaStreamTrackSourceGetter interface. r=roc
...
This allows DOMMediaStream to assign MediaStreamTrackSources to
dynamically created MediaStreamTracks.
MozReview-Commit-ID: 3v91zLiqfl7
--HG--
extra : rebase_source : 4fe67e92b9c833fe5ba964fc5f3b11ba21447f36
2016-01-05 10:16:21 +08:00
Andreas Pehrson
9899305f28
Bug 1208371 - Add a MediaStreamTrackSource interface. r=roc
...
This lets a MediaStreamTrack communicate with its source/producer on the
main thread. It's for now used for stopping a track at the source and
retrieving some metadata, but it could also be a link between actual
sinks of a track and the source, to for instance let the source optimize
by scaling down the resolution when all sinks want lowres-video.
MozReview-Commit-ID: D4SJLr0aqhJ
--HG--
extra : rebase_source : ea511b5c86ca4836bfa980825f04617fef498261
2016-04-06 14:46:56 +02:00
Andreas Pehrson
2a7a664d3b
Bug 1208371 - Un-nest MediaEngineSource::PhotoCallback. r=roc
...
So it may be forward declared.
MozReview-Commit-ID: JLEsMt1fqKz
--HG--
extra : rebase_source : 6bf12bd61d1bd479a340b10cafca049ef3fd0fac
2016-01-05 10:16:21 +08:00
Andreas Pehrson
4f3a6bae57
Bug 1208371 - Track original track in MediaStreamTrack clones. r=jib
...
MozReview-Commit-ID: HycPCeI2v3U
--HG--
extra : rebase_source : 304bd198259c6e793d6bba9b02221e684ab16c5c
2016-01-05 10:16:21 +08:00
Andreas Pehrson
bc5d78268a
Bug 1208371 - Introduce MediaStreamTrack logs. r=roc,jib
...
MozReview-Commit-ID: d1Fogpb6MO
--HG--
extra : rebase_source : 2ec6b49ef8aa3369fcd775c756699bd5dd7f64be
2016-01-05 10:16:21 +08:00
Andreas Pehrson
4beebb8c88
Bug 1208371 - Remove unused MediaManager::NotifyMediaStreamTrackEnded. r=jib
...
MozReview-Commit-ID: 3QFbTliYTPw
--HG--
extra : rebase_source : 88d39ae528ccf26a81a114e893d599b366573629
2016-01-05 10:16:21 +08:00
Andreas Pehrson
88628853b2
Bug 1208371 - Move OnTracksAvailableCallback out of DOMMediaStream. r=roc
...
So it can be forward declared.
MozReview-Commit-ID: 4RH7p8AzO84
--HG--
extra : rebase_source : e9c4ef72029de4ed09dca3b51ba2b46829f41d14
2016-01-05 10:16:21 +08:00
Andreas Pehrson
497cedf7f8
Bug 1208371 - Make AudioCaptureStream startable. r=padenot
...
This allows us to add the JS-side MediaStreamTrack before the MSG-side
track.
MozReview-Commit-ID: BJfbivaljtU
--HG--
extra : rebase_source : f71acc42ca79974a2d5123eff0debc513fe719ee
2016-03-03 17:26:31 +01:00
Andreas Pehrson
37365c3483
Bug 1208371 - Pass parent window to DOMMediaStream through constructor. r=roc
...
MozReview-Commit-ID: AvBYQNADpyV
--HG--
extra : rebase_source : 8972b162fbcb017034f3c975ff9b725e52bcaf17
2016-01-05 10:16:20 +08:00
Jonathan Kew
0d6a32ee9b
Bug 1249279 - Let subdocuments' presContexts inherit the DPI setting of their parent, instead of retrieving it from their widget, to avoid using stale values from a currently-hidden widget on a screen with a different DPI. r=bz
2016-04-07 10:01:30 +01:00
Carsten "Tomcat" Book
ab4cb0d9ab
Backed out changeset 2da4c57f4595 (bug 1198518) for bustage
2016-04-07 10:47:09 +02:00
Dragana Damjanovic
3ad4a4c69c
Bug 1261070 - Move Send__delete__ to FailedAsyncOpen. r=jduell
2016-04-07 10:33:44 +02:00
Patrick McManus
7a0fa292e7
Bug 1262572 - http 0.9 telemetry. r=hurley
2016-04-06 14:54:47 -04:00
Tobias Schneider
7fa6b225c8
Bug 1260480 - Remove mozNoMarginBoxes. r=dbaron
2016-04-06 09:53:00 +02:00
Cykesiopka
54da7e65e7
Bug 1252384 - Remove nsICertTree.isHostPortOverride(). r=dkeeler
...
It is unused since the changes in Bug 825583 landed.
MozReview-Commit-ID: 2u2eu0aDqeH
--HG--
extra : transplant_source : f%5Ev%00%B6%8B%3E%5E%26%C3%10%25%D9%16%C1%98yhf%D2
2016-04-06 07:02:17 -07:00
Dave Huseby
c01e63f1a5
Bug 1238177 - fix extension content needs to use the correct user context id origin attribute. r=sicking
...
(HEAD -> oa, refs/patches/oa/Bug_1238177)
Fixes Bug 1238177 -- extension content needs to use the correct user context id origin attribute
2016-04-04 12:20:00 +02:00
bechen
f65ad0e5e1
Bug 1215115 - part4: Enable MOZ_WEBM_ENCODER by default. r=ted
...
MozReview-Commit-ID: 6IgZoIhTLM7
--HG--
extra : transplant_source : 4.%11c%89%D3y%F0%BC%1E%8B%E50%BA%82%C2%7D%C1n%F7
2016-04-01 14:04:42 +08:00
bechen
44cf8370f2
Bug 1215115 - part3: Fix gtest. Remove TestVorbisTrackEncoder.cpp. r=rillian
...
MozReview-Commit-ID: AMwhwD9exsg
--HG--
extra : transplant_source : %BD%0D%D3%8A%C6%94m%ECX/Jm%C5%E2%A1%15%D1%ECfx
2016-04-01 11:04:08 +08:00
bechen
fd7bde80bb
Bug 1215115 - part2: Mux opus into webm, remove bitdepth. r=rillian
...
MozReview-Commit-ID: 7D74vONbkFP
--HG--
extra : transplant_source : 2%AA%C8%F34%1E%CF%3C%9B%88%AC%AD%9F-%DC%7C%FE%B1m%5D
2016-04-01 11:04:00 +08:00
bechen
3c837a6b1a
Bug 1215115 - part1: Replace the vorbis by opus in MediaEncoder and also reomve the VorbisTrackEncoder files. r=rillian
...
MozReview-Commit-ID: Kjf96Nk2pPk
--HG--
extra : transplant_source : .3QTH%88%84%1B%B7%3B%06%B6%06mB%B8%BBB%BA%18
2016-03-30 18:03:05 +08:00
Georgiy Frolov
176de55fb2
Bug 1198518: [webvr] add support for OSVR. r=kip
2016-03-23 11:59:01 -04:00
Edgar Chen
421091b927
Bug 1134120 - Enable parse-a-sizes-attribute.html test and update meta data; r=jdm
...
MozReview-Commit-ID: Dv8zpEC4itL
2016-04-01 19:07:59 +08:00
Jorg K
d5eb942449
Bug 387687 - wrap quotes in plain text replies to window. r=masayuki
2016-04-05 00:22:00 +02:00
Thomas Zimmermann
119b6d864d
Bug 1262385: Fix %progbits for GAS' .section directive in ICU, r=ted
...
In contrast to the GNU AS manual, the syntax for the .section directive
uses '%progbits' instead of '@progbits'; at least on ARM. Looking at the
ICU tools and the generated files confirms this.
2016-04-07 09:45:22 +02:00
Benjamin Bouvier
ad6e9687bd
Bug 1262367: Baldr: Rename "trap" to "unreachable"; r=luke
...
MozReview-Commit-ID: B8Lgj4mF5aq
--HG--
extra : rebase_source : 8b024a6daa420eeca5fafe180ae58ba222a720e8
extra : amend_source : bce7ecb1dcbcf8e0001e461577da9e4eccfd048f
2016-04-06 10:36:42 +02:00
Bob Owen
907939a278
Bug 1256992 Part 2: Move SandboxBroker Initialization earlier and add telemetry and extra null checks. r=aklotz
...
MozReview-Commit-ID: Fu05wLn27UG
2016-04-07 08:28:14 +01:00
Ms2ger
dd6ade76ab
Bug 1260417 - Part c: Stop mentioning requests around CallSetup::mRootedCallable; r=bz
...
Rooted used to only work when the JSContext was in a request. This has long
been rectified, so the comments referring to that constraint are confusing at
best.
2016-04-07 09:11:52 +02:00
Ms2ger
7942e7f996
Bug 1260417 - Part b: Depend on AutoEntryScript to find an appropriate JSContext CallSetup; r=bz
2016-04-07 09:11:52 +02:00
Ms2ger
c005f7ce82
Bug 1260417 - Part a: Add a comment about the compartment of CallbackObject::mCallback; r=bz
2016-04-07 09:11:52 +02:00
Matt Woodrow
8cf134c70f
Bug 852754 - Part 4: Reduce max downscaling allowed to <3. r=mstange
2016-04-07 18:54:57 +12:00
Matt Woodrow
3fcbb65a38
Bug 852754 - Part 3: Share the implementation of ConfigureLayer. r=mstange
2016-04-07 18:54:33 +12:00
Matt Woodrow
7dc61d9b46
Bug 852754 - Part 2: Share the implementation of GetContainer. r=mstange
2016-04-07 18:53:15 +12:00
Matt Woodrow
46ff4c4fc7
Bug 852754 - Part 1: Share the code for limiting scale factors to all image types. r=mstange
2016-04-07 18:52:35 +12:00
Nicholas Nethercote
8232d31724
Bug 1262359 (part 5) - Add a missing rv check for call to nsDataHandler::ParseURI(). r=jduell.
...
--HG--
extra : rebase_source : 785b8b0bb91c73f6dc4c1b0b237617ff68010819
2016-04-06 17:23:56 +10:00
Nicholas Nethercote
0af5a36bf5
Bug 1262359 (part 4) - Make data URL payload assignment fallible in nsDataHandler::ParseURI(). r=jduell.
...
--HG--
extra : rebase_source : c4c3f2f59945be28615286ff46ff11d7a4f316df
2016-04-06 17:23:20 +10:00
Nicholas Nethercote
02b5d3f103
Bug 1262359 (part 3) - Add a missing fallible nsTSubstring_CharT::Assign() variant. r=erahm.
...
--HG--
extra : rebase_source : 2f5ee5658cce8a193454bf4c182cd534b0e7e8a0
2016-04-06 17:23:19 +10:00
Nicholas Nethercote
35f4f94106
Bug 1262359 (part 2) - Make the filling in of two parameters optional in nsDataHandler::ParseURI(). r=jduell.
...
--HG--
extra : rebase_source : ef9621513850f3d31a8691cfa2d271f7c9742b74
2016-04-06 17:19:14 +10:00
Nicholas Nethercote
e847bfec30
Bug 1262359 (part 1) - Remove unused |hashRef| parameter from nsDataHandler::ParseURI(). r=jduell.
...
--HG--
extra : rebase_source : 416a8cb87d12bbd862652728141c2e68a1f4dfee
2016-04-06 17:18:45 +10:00
Jim Chen
3198d86996
Bug 1247469 - Fix testFilterOpenTab; r=me
...
As a follow-up to bug 1259653, fix a few places where we still treat
empty-name profiles as the default profile. That should fix the
testFilterOpenTab perma-failure.
2016-04-07 01:11:28 -04:00
Morgan Phillips
3232bedaff
Bug 1261904 - Refactor Debugger.Object.getErrorMessageName; r=jimb
...
There is no reason for this method to take an argument.
--HG--
extra : rebase_source : d9c33cd66396a1abb4f85f04331d10469b964fd6
2016-04-05 23:30:44 -07:00
Cervantes Yu
3540ae23db
Bug 1257486 - Annotate global memory status in the crash reporter for child process; r=bsmedberg
...
MozReview-Commit-ID: ExVZS3aAp41
--HG--
extra : rebase_source : 9ddf96d5ce95aa96629e8772ae33719a6898e235
2016-03-29 19:16:09 +08:00
Sotaro Ikeda
c896de69c3
Bug 1262328 - Add Add ClientLayer::HandleMemoryPressure() r=nical
2016-04-06 18:44:05 -07:00
Morris Tseng
7b88f4cc64
Bug 1262361 - Use gfxCriticalError to collect useful info when device reset. r=milan
...
--HG--
extra : commitid : 9I7omIeFezY
2016-04-07 09:37:21 +08:00
Makoto Kato
933513d8df
Bug 1262335 - Part 4. Remove Android GB/HC OMX code. r=snorp
...
MozReview-Commit-ID: 4mkPBNXG6Jl
--HG--
extra : rebase_source : c186dc855cc1dc2bbb731a7b05fa52aca5beb169
2016-04-06 17:31:13 +09:00
Makoto Kato
c46046d1a5
Bug 1262335 - Part 3. Remove OMX loader for Android GB/HC. r=snorp
...
MozReview-Commit-ID: CBWVeqimtq0
--HG--
extra : rebase_source : ade416b02eafba462ad6eb6bf6d5a12096a10a11
2016-04-06 17:30:45 +09:00
Makoto Kato
daa228c32b
Bug 1262335 - Part 2. Remove Android GB/HC defines from OMX. r=snorp
...
MozReview-Commit-ID: HKbYZXftKBc
--HG--
extra : rebase_source : ac07306100914857848ca58714a517c4069711da
2016-04-06 17:30:17 +09:00
Makoto Kato
9bdd9dddde
Bug 1262335 - Part 1. Remove libomxplugingb*.so and libomxpluginhc.so from apk. r=nalexander
...
MozReview-Commit-ID: K4uz1HyPtfS
--HG--
extra : rebase_source : 604f708c610b7c5b5affa526d2bd83648da4a510
2016-04-06 17:29:50 +09:00
Joel Maher
412f915010
Bug 1232270 - set alert_threshold definitions for talos. r=wlach
...
MozReview-Commit-ID: 4xKQ9JXpjp6
--HG--
extra : rebase_source : c3fd1c376d432b23abca4ad1c7b9ec8419861190
2016-04-06 16:30:37 -04:00
Mike Hommey
896a6a5ff2
Bug 1262331 - Fix mach valgrind-test logging. r=gps
...
Valgrind-test's output handler buffers valgrind's output to detect
errors and emit proper messages that are detected by automation log
parsing. When an error is detected, the buffered output is reinjected,
but there was a typo that prevented that from actually happening,
which ate the first lines of stack traces.
2016-04-07 09:10:47 +09:00
Wes Kocher
06944947a0
Backed out changeset 069c82269f81 (bug 1258375) for Windows xperf failures
...
MozReview-Commit-ID: DwhDorbB2PO
2016-04-06 16:51:48 -07:00