Commit Graph

284007 Commits

Author SHA1 Message Date
Fabrice Desré
7c17ce5075 Bug 1247570 - unbreak widget/gonk/nativewindow/FakeSurfaceComposer.cpp r=gwagner 2016-02-11 14:05:11 -08:00
Bill McCloskey
3874461231 Bug 1246787 - Fix rebasing error 2016-02-11 14:01:29 -08:00
Chris Pearce
f2f6bf8e5a Bug 1247556 - Use GMPInfoFileParser in GMPParent::ReadGMPMetaData(). r=gerald 2016-02-12 10:59:51 +13:00
Kartikaya Gupta
e26ed3613b 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
244ab09ed6 Bug 1246227 - Remove SEC_NORMAL from dom/base/test (r=ckerschb) 2016-02-10 14:44:15 -08:00
Bill McCloskey
33a50dbc18 Bug 1246787 - Fix ESLint errors 2016-02-11 13:37:44 -08:00
Nils Ohlmeier [:drno]
4c8a7b6442 Bug 1247547: removed double accounting for WEBRTC_ICE_ADD_CANDIDATE telemetry probes. r=bwc
MozReview-Commit-ID: 43nNMVFLqT
2016-02-11 02:16:03 -08:00
Tom Schuster
c5c5d753b8 Bug 1246318 - Remove the still disabled Reflect.enumerate code. r=efaust 2016-02-11 22:23:13 +01:00
Bas Schouten
03e2e5512f 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
f82726535b Bug 1246787 - [webext] Add schema storage.json (r=kmag) 2016-02-11 13:04:31 -08:00
Bill McCloskey
51aa64260d Bug 1246730 - [webext] Add schema test.json (r=kmag) 2016-02-11 13:04:30 -08:00
Bas Schouten
9cac871836 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
ce40761651 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
b661b75414 Bug 1246244 - Regression test. r=jaws,Margaret
MozReview-Commit-ID: BRbHkzSTRrA
2016-02-05 18:20:22 -05:00
Mike Conley
4b8987eed2 Bug 1246244 - Allow non-CPOW documents to pass through saveImageURL properly. r=jaws,Margaret
MozReview-Commit-ID: 1SbM2n3PNI1
2016-02-05 18:19:59 -05:00
Nathan Froyd
9a0a9b3c35 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
063496dda0 Bug 1247362 - move mAnonymousGlobalScope tracing into nsMessageManagerScriptExecutor; r=mccr8 2016-02-09 17:08:53 -05:00
Andrea Marchesini
bcba2183d4 Bug 1247635 - Unify PostMessageRunnable and DispatchEventRunnable in MessagePort.cpp, r=smaug 2016-02-11 19:42:13 +00:00
Nathan Froyd
36d62dc66f Bug 1247395 - use UniquePtr for control messages in MediaStreamGraphImpl; r=roc 2016-01-20 16:14:33 -05:00
Patrick McManus
2c04fe7457 Bug 1240025 - incorrect close state on pushed stream r=hurley 2016-02-10 14:54:32 -05:00
James Graham
13a951a5b6 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
33cf07b75a 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
0c22be9a3d Bug 1247515 - Check nsScriptErrorWithStack's mStack member for null before tracing; r=mccr8 2016-02-11 10:58:02 -08:00
Dustin J. Mitchell
78d6d7565a Bug 1242979: Install Valgrind on mochitest-valgrind test nodes; r=jseward
MozReview-Commit-ID: 3uCJfWkLCuQ
2016-02-11 16:47:54 +00:00
[:ng]
12c04e6829 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
d4aa7cc765 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
370b83b55e 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
b3d8607a8b Bug 1245162 - Return a value with the correct type. r=oops_bustage
CLOSED TREE
2016-02-11 18:18:47 +00:00
Andrea Marchesini
5533afe9a7 Bug 1246784 - Expose Console to the WorkerDebuggerGlobalScope - part 2, r=khuey 2016-02-11 17:51:37 +00:00
Nicolas B. Pierron
b01d857f58 Bug 1245162 - Ensure enough ballast space in ValueNumberer::visitBlock. r=sunfish 2016-02-11 17:50:53 +00:00
Nicolas B. Pierron
7766f34db5 Bug 1245154 - Ensure enough ballast space in LiveBundle::FallibleNew. r=h4writer 2016-02-11 17:50:53 +00:00
Nicolas B. Pierron
bb0699dfa8 Bug 1245152 - Ensure enough ballast space in RangeAnalysis::analyzeLoop. r=h4writer 2016-02-11 17:50:53 +00:00
Nicolas B. Pierron
1f9200da33 Bug 1245152 - Ensure enough ballast space in RangeAnalysis::analyze. r=h4writer 2016-02-11 17:50:53 +00:00
Nicolas B. Pierron
c50dcb69f2 Bug 1245152 - Ensure enough ballast space in RangeAnalysis::truncate. r=h4writer 2016-02-11 17:50:53 +00:00
Nicolas B. Pierron
4fc8539d42 Bug 1245152 - Ensure enough ballast space in ::CloneForDeadBranches. r=h4writer 2016-02-11 17:50:53 +00:00
Nicolas B. Pierron
0bc476bc5b Bug 1245152 - Ensure enough ballast space in ::TruncateTest. r=h4writer 2016-02-11 17:50:53 +00:00
Nicolas B. Pierron
f9ef51418a Bug 1245152 - Ensure enough ballast space in RangeAnalysis::addRangeAssertions. r=h4writer 2016-02-11 17:50:53 +00:00
Nicolas B. Pierron
9cb9b4ea4c Bug 1243397 - Ensure enough ballast space in LiveRange::FallibleNew. r=h4writer 2016-02-11 17:50:53 +00:00
Nicolas B. Pierron
56aa145621 Bug 1244828 - Ensure enough ballast space in CallPolicy::adjustInputs. r=bbouvier 2016-02-11 17:50:53 +00:00
Nicolas B. Pierron
8bb8b5d3e0 Bug 1244828 - Ensure enough ballast space in AllDoublePolicy::adjustInputs. r=bbouvier 2016-02-11 17:50:52 +00:00
Nicolas B. Pierron
d26bf8d84a Bug 1244828 - Ensure enough ballast space in TypeAnalyzer::adjustPhiInputs. r=h4writer 2016-02-11 17:50:52 +00:00
Nicolas B. Pierron
b4d93775d8 Bug 1244828 - Ensure enough ballast space in TypeAnalyzer::adjustInputs. r=h4writer 2016-02-11 17:50:52 +00:00
Dave Townsend
1670b518e1 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
2016-02-09 15:34:37 -08:00
Andrea Marchesini
ff2572bd96 Bug 1246784 - Expose Console to the WorkerDebuggerGlobalScope, r=khuey 2016-02-11 17:41:17 +00:00
Andrea Marchesini
1152e539fc 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
c02b7c4395 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
7761ceb26d Bug 1221724 followup - remove B2G and android references to redit, r=bustage on a CLOSED TREE 2016-02-11 11:44:33 -05:00
Carsten "Tomcat" Book
8b1607e1c3 Backed out 18 changesets (bug 1245153) for multiple test failures
Backed out changeset 18d54b8d4ae8 (bug 1245153)
Backed out changeset 98b6d0c053c0 (bug 1245153)
Backed out changeset c29a348930a4 (bug 1245153)
Backed out changeset f79252e92acc (bug 1245153)
Backed out changeset 9f3f1c358e47 (bug 1245153)
Backed out changeset 3b9e9a027fa7 (bug 1245153)
Backed out changeset 6da8099573f3 (bug 1245153)
Backed out changeset 63a56310a1b5 (bug 1245153)
Backed out changeset 5fe42d498a2a (bug 1245153)
Backed out changeset b3be2d2f3ac1 (bug 1245153)
Backed out changeset ad5bf32d8fef (bug 1245153)
Backed out changeset 68a6dda373d2 (bug 1245153)
Backed out changeset 6ebd9fde50c0 (bug 1245153)
Backed out changeset e41a5b41859a (bug 1245153)
Backed out changeset 048d70070751 (bug 1245153)
Backed out changeset eff85dc0eaa9 (bug 1245153)
Backed out changeset dc6460e0f336 (bug 1245153)
Backed out changeset 36526a2e8b00 (bug 1245153)
2016-02-11 17:05:41 +01:00
Carsten "Tomcat" Book
3b22c16bf1 Backed out changeset ec30bdea196a (bug 1231784) for ESlint failures 2016-02-11 17:00:30 +01:00
Benjamin Smedberg
7624882a06 Bug 1221724 - Remove xulrunner/ from the tree, r=Mossop
MozReview-Commit-ID: I2UK1Zfiq8a
2016-02-10 17:11:41 -05:00