Граф коммитов

461536 Коммитов

Автор SHA1 Сообщение Дата
Mike Hommey 8c6f9cfce8 Bug 1204516 - Ignore missing directories when changing ownership of cache directories in build.sh. r=dustin 2016-02-12 07:14:16 +09:00
Christian Holler 62784ad09c Bug 1247247 - Add AFL-style wasmLoop function for persistent fuzzing. r=luke
MozReview-Commit-ID: RFQ5pqCvl6

--HG--
extra : rebase_source : 998394889ea14b6c8050941838735667ff994d3e
2016-02-11 14:55:53 +01:00
Christian Holler 0ec9d7fa1d Bug 1247247 - Factor essential wasmEval code into public helper function. r=luke
MozReview-Commit-ID: 9l3LEYFQZEy

--HG--
extra : rebase_source : 003b9dbb3d5116763005a1388686d1e27508fbce
2016-02-11 14:43:54 +01:00
Fabrice Desré 97d15871d6 Bug 1247570 - unbreak widget/gonk/nativewindow/FakeSurfaceComposer.cpp r=gwagner 2016-02-11 14:05:11 -08:00
Bill McCloskey 1f5c4eee1d Bug 1246787 - Fix rebasing error 2016-02-11 14:01:29 -08:00
Chris Pearce ba52b24d0b Bug 1247556 - Use GMPInfoFileParser in GMPParent::ReadGMPMetaData(). r=gerald 2016-02-12 10:59:51 +13:00
Kartikaya Gupta 9b986bd61e Bug 1243589 - Use SingleTiledContentClient even for scrollable layers if the layer is smaller than a single tile. r=mattwoodrow
MozReview-Commit-ID: LHIrrtFfRgm
2016-02-11 16:49:04 -05:00
Matt Wobensmith 22c63dd7b5 Bug 1246227 - Remove SEC_NORMAL from dom/base/test (r=ckerschb) 2016-02-10 14:44:15 -08:00
Bill McCloskey afd5383760 Bug 1246787 - Fix ESLint errors 2016-02-11 13:37:44 -08:00
Nils Ohlmeier [:drno] 949d6d2169 Bug 1247547: removed double accounting for WEBRTC_ICE_ADD_CANDIDATE telemetry probes. r=bwc
MozReview-Commit-ID: 43nNMVFLqT

--HG--
extra : rebase_source : e18ff21cd0df144b4ecfcccee0bd36f4eae22978
2016-02-11 02:16:03 -08:00
Tom Schuster f8157b31da Bug 1246318 - Remove the still disabled Reflect.enumerate code. r=efaust 2016-02-11 22:23:13 +01:00
Bas Schouten 693fff053b Bug 1247380: Only copy the background if we can succesfully get a snapshot. r=jrmuizel
MozReview-Commit-ID: uWH7MtJmSp
2016-02-11 22:15:11 +01:00
Bill McCloskey cc7eba7dde Bug 1246787 - [webext] Add schema storage.json (r=kmag) 2016-02-11 13:04:31 -08:00
Bill McCloskey c2f1b59c40 Bug 1246730 - [webext] Add schema test.json (r=kmag) 2016-02-11 13:04:30 -08:00
Bas Schouten 66c618a6ee Bug 1246641: Also execute an occasional EndDraw for CommandLists used by non-operator OVER drawing. r=jrmuizel
MozReview-Commit-ID: H3V3z8ZIiIK
2016-02-11 21:35:07 +01:00
Bas Schouten fe90bf3a21 Bug 1232042: Workaround Windows presentation bug by executing a present call on the main thread during a WM_PAINT event. r=jrmuizel
MozReview-Commit-ID: JbPdhIi9zCd
2016-02-06 03:14:44 +00:00
Mike Conley 17dd9fad6c Bug 1246244 - Regression test. r=jaws,Margaret
MozReview-Commit-ID: BRbHkzSTRrA

--HG--
extra : rebase_source : 13b2686fbc602cd89fc565815bf73a187b7c5f00
2016-02-05 18:20:22 -05:00
Mike Conley 7c22c1ff84 Bug 1246244 - Allow non-CPOW documents to pass through saveImageURL properly. r=jaws,Margaret
MozReview-Commit-ID: 1SbM2n3PNI1

--HG--
extra : rebase_source : bbcb0e7032509d781d808b3b2c49441f8ba070a4
2016-02-05 18:19:59 -05:00
Nathan Froyd 24979f464f Bug 1247401 - remove nsISupports implementation from SVGTests; r=dholbert
SVGTests is purely a mixin class for classes that get their nsISupports
bits from someplace else.  Having it implement nsISupports means that
the classes which inherit from it wind up with multiple refcount
members, which is a waste of space.  By removing nsISupports
implementation from SVGTests, we save a bit of space and potential
confusion along the way.
2016-02-01 14:47:23 -05:00
Nathan Froyd 69d27155df Bug 1247362 - move mAnonymousGlobalScope tracing into nsMessageManagerScriptExecutor; r=mccr8 2016-02-09 17:08:53 -05:00
Andrea Marchesini 6c2f04833f Bug 1247635 - Unify PostMessageRunnable and DispatchEventRunnable in MessagePort.cpp, r=smaug 2016-02-11 19:42:13 +00:00
Nathan Froyd 778b4efbe3 Bug 1247395 - use UniquePtr for control messages in MediaStreamGraphImpl; r=roc 2016-01-20 16:14:33 -05:00
Patrick McManus 532454b02a Bug 1240025 - incorrect close state on pushed stream r=hurley 2016-02-10 14:54:32 -05:00
James Graham 2cf093f213 Bug 1245559 - Updated expected wpt results for win7 e10s, a=testonly
MozReview-Commit-ID: 1WRnPOpNRKf
2016-02-11 19:22:54 +00:00
Jon Coppeard 911e4a2d8b Bug 1242812 - Only check for simulated OOM in vectors when growing beyond reserved size r=Waldo 2016-02-11 19:00:18 +00:00
Terrence Cole b1f5e5fb23 Bug 1247515 - Check nsScriptErrorWithStack's mStack member for null before tracing; r=mccr8 2016-02-11 10:58:02 -08:00
Dustin J. Mitchell 132c715c54 Bug 1242979: Install Valgrind on mochitest-valgrind test nodes; r=jseward
MozReview-Commit-ID: 3uCJfWkLCuQ

--HG--
extra : rebase_source : 462a76b65bf0be75bd959dcd9ad4c307bc86c3c9
extra : amend_source : 44c0c913b7d24673862b12d4864cb61edcd8cf0c
2016-02-11 16:47:54 +00:00
[:ng] 48405f6b0c Bug 1241321 - No RTCP stats for audio streams. r=rjesup
AudioConduit was calling a deprecated and unimplemented to get SenderInfo RTCP stats.
2016-01-29 14:45:21 -08:00
Botond Ballo 4b9059bd5a Bug 1237905 - Ensure the page is painted before synthesizing native events. r=kats
MozReview-Commit-ID: LRt7l3S9Jz6
2016-02-10 20:16:14 -05:00
Andreas Pehrson 68c86a9506 Bug 957691: Ensure that MediaManager ends all tracks before finishing its source stream r=jib,jesup,pehrsons
This puts all the logic in GetUserMediaCallbackMediaStreamListener and none in
MediaOperationTask to make it simpler to reason about what's happening.

When we want to stop a track, the gUMCallbackListener will send a
MEDIA_STOP_TRACK if other tracks will still be live.
If it was the last live track, the gUMCallbackListener will send a MEDIA_STOP
instead. The MEDIA_STOP makes sure the passed in devices (we pass in all) are
stopped before finishing the stream.

MozReview-Commit-ID: E43Iqw491tB
2016-02-05 13:20:20 +01:00
Nicolas B. Pierron 46adb0b68c Bug 1245162 - Return a value with the correct type. r=oops_bustage
CLOSED TREE
2016-02-11 18:18:47 +00:00
Andrea Marchesini ae579bdcc3 Bug 1246784 - Expose Console to the WorkerDebuggerGlobalScope - part 2, r=khuey 2016-02-11 17:51:37 +00:00
Nicolas B. Pierron 1208fb1470 Bug 1245162 - Ensure enough ballast space in ValueNumberer::visitBlock. r=sunfish 2016-02-11 17:50:53 +00:00
Nicolas B. Pierron 1b5ba99a54 Bug 1245154 - Ensure enough ballast space in LiveBundle::FallibleNew. r=h4writer 2016-02-11 17:50:53 +00:00
Nicolas B. Pierron 02d8b4524a Bug 1245152 - Ensure enough ballast space in RangeAnalysis::analyzeLoop. r=h4writer 2016-02-11 17:50:53 +00:00
Nicolas B. Pierron f72848e7a4 Bug 1245152 - Ensure enough ballast space in RangeAnalysis::analyze. r=h4writer 2016-02-11 17:50:53 +00:00
Nicolas B. Pierron 43e2e6d10d Bug 1245152 - Ensure enough ballast space in RangeAnalysis::truncate. r=h4writer 2016-02-11 17:50:53 +00:00
Nicolas B. Pierron aedefffd5b Bug 1245152 - Ensure enough ballast space in ::CloneForDeadBranches. r=h4writer 2016-02-11 17:50:53 +00:00
Nicolas B. Pierron 0494797da6 Bug 1245152 - Ensure enough ballast space in ::TruncateTest. r=h4writer 2016-02-11 17:50:53 +00:00
Nicolas B. Pierron 619b04f70d Bug 1245152 - Ensure enough ballast space in RangeAnalysis::addRangeAssertions. r=h4writer 2016-02-11 17:50:53 +00:00
Nicolas B. Pierron 6241410335 Bug 1243397 - Ensure enough ballast space in LiveRange::FallibleNew. r=h4writer 2016-02-11 17:50:53 +00:00
Nicolas B. Pierron ff00f33ea1 Bug 1244828 - Ensure enough ballast space in CallPolicy::adjustInputs. r=bbouvier 2016-02-11 17:50:53 +00:00
Nicolas B. Pierron c976d0d790 Bug 1244828 - Ensure enough ballast space in AllDoublePolicy::adjustInputs. r=bbouvier 2016-02-11 17:50:52 +00:00
Nicolas B. Pierron b5f1f14dd5 Bug 1244828 - Ensure enough ballast space in TypeAnalyzer::adjustPhiInputs. r=h4writer 2016-02-11 17:50:52 +00:00
Nicolas B. Pierron bbba3968cb Bug 1244828 - Ensure enough ballast space in TypeAnalyzer::adjustInputs. r=h4writer 2016-02-11 17:50:52 +00:00
Dave Townsend 06f432d221 Bug 1239139: Verify that a high enough node version is available before running eslint. r=gps
The most common issue I'm hearing with eslint is people who have an outdated
node installed. This does a quick check to verify the version is high enough
before linting.

MozReview-Commit-ID: Em0jn18OUYo

--HG--
extra : rebase_source : 5325eb5f556f93e09d48fb123e0abb625aa77b84
2016-02-09 15:34:37 -08:00
Andrea Marchesini 14fefc056e Bug 1246784 - Expose Console to the WorkerDebuggerGlobalScope, r=khuey 2016-02-11 17:41:17 +00:00
Andrea Marchesini a1204e41a8 Bug 1245957 - Adding assertions in Console about in which thread is running what, r=bz 2016-02-11 17:11:02 +00:00
Andrea Marchesini e20d589c0b Bug 1245954 - Console StartTimer/StopTimer and IncrementCounter should run in the owning thread, r=bz 2016-02-11 17:09:22 +00:00
Benjamin Smedberg 22cf864d75 Bug 1221724 followup - remove B2G and android references to redit, r=bustage on a CLOSED TREE
--HG--
extra : amend_source : 6c6e03586534d40ff5e841938e4738bc74b1da61
2016-02-11 11:44:33 -05:00