Boris Zbarsky
38ed0f626b
Bug 1249652 part 1. Add a method on ErrorResult to steal an exception, if any, from a JSContext. r=khuey
2016-02-24 10:38:31 -05:00
Louis Christie
b3029a86f3
Bug 1250497: Initalised Values used in WaveDemuxer.cpp. r=cpearce
2016-02-24 15:42:33 +13:00
Milan Sreckovic
1498964285
Bug 1249640: Part 2 gfxPlatform simplification when it comes to accelerated canvas, using the new blocking. r=gw280
2016-02-22 14:23:00 +01:00
Christoph Kerschbaumer
1f7d8b69b3
Bug 1243178: CSP - Skip sending reports for non http schemes. r=dveditz
2016-01-27 15:56:39 -08:00
Jan-Ivar Bruaroey
1bed533d68
Bug 1244913 - Add test_peerConnection_scaleResolution.html r=bwc,jesup
...
MozReview-Commit-ID: 8jeVEoL5JMR
--HG--
extra : rebase_source : 21b3fa0bf24a003f14112130d021fe5043ea3f14
2016-02-18 01:18:13 -05:00
Jan-Ivar Bruaroey
ceba79f2b0
Bug 1244913 - resolution-based bitrates for each simulcast layer, scaleResolutionDownBy, and working maxBitrate in unicast. r=bwc,jesup
...
MozReview-Commit-ID: 347J1ElsOEx
--HG--
extra : rebase_source : 33eff52e6082815d732de49a2bac584cfc9c87c4
2016-02-12 19:56:56 -05:00
Joel Maher
0a0e9612ba
Bug 1250525 - remove #IFDEF ENABLE_TESTS from dom/quota/ActorsParent.cpp. r=janv
...
MozReview-Commit-ID: 8Ico1aiA3k7
--HG--
extra : rebase_source : aeace3927029da4ffc9acad8ac3dc495e2d0f163
2016-02-23 07:55:21 -08:00
Robert O'Callahan
b643b26155
Bug 1250773. Ignore viewBoxes with negative width/height. r=heycam
...
MozReview-Commit-ID: Be5fxaDz85w
--HG--
extra : rebase_source : 10ebb9d0dd466be36888aa0f6593fb547020e28f
2016-02-24 17:29:14 +13:00
Bogdan Postelnicu
5d80c062f6
Bug 1250083 - make sure value attributed to usPerDataChunk is floating point value. r=cpearce
...
MozReview-Commit-ID: FqjX4xj0M2l
--HG--
extra : rebase_source : bfc82909e2ad8be76234ded426ff21d53feea85d
2016-02-24 11:18:14 +02:00
Chris Pearce
d681b4c0f7
Bug 1250745 - Share GMP processes when doing unencrypted decoding. r=jwwang
...
But make sure that there's no way a GMP can track and report what a user watches using unencrypted decoding.
MozReview-Commit-ID: DljjYjcziRS
--HG--
extra : rebase_source : 1c4204ff69df0ed03015c069736831e5f8b35a29
2016-02-24 14:38:56 +13:00
Cameron McCormack
3633214b94
Bug 1250379 - Create css::Loaders for specific style backend types. r=dholbert
2016-02-24 18:01:12 +11:00
Cameron McCormack
89cac5abd1
Bug 1248864 - Part 3: Use RestyleManagerHandle instead of concrete restyle manager class. r=dholbert
2016-02-24 18:01:12 +11:00
Cameron McCormack
736a5f47e7
Bug 1248864 - Part 1: Move RestyleManager.h to EXPORTS.mozilla. r=dholbert
2016-02-24 18:01:12 +11:00
Cameron McCormack
0ecd5593cc
Bug 1244074
- Part 4: Use StyleSheetHandle instead of concrete style sheet class in most places. r=dholbert
2016-02-24 18:01:12 +11:00
Cameron McCormack
7c95c39734
Bug 1244068 - Part 4: Use StyleSetHandle instead of concrete style set class in most places. r=dholbert
2016-02-24 18:01:11 +11:00
Xidorn Quan
cf344838d0
Bug 1248505 - Remove nsDocument::IsFullScreenDoc and its uses. r=smaug
...
MozReview-Commit-ID: DfPI5U531ad
--HG--
extra : source : bcfb7b8155c7460b861ef3e11d92900ecb6c5029
2016-02-24 08:40:08 +08:00
Blake Kaplan
89b19e3239
Bug 1183915 - Put images dragged from content processes in the drag data in the parent. r=smaug
2016-02-23 16:31:29 -08:00
Andrew McCreight
1837d54fa7
Bug 1249685
- Use more nsCOMPtrs for stack variables in DOM code. r=smaug
2016-02-23 16:23:43 -08:00
Andrea Marchesini
2dd57b41c0
Bug 1250148 - FormData should treat empty input type=file as empty string in FormData and as unnamed Blob in HTML submission, r=smaug
2016-02-24 00:01:01 +01:00
Chris Pearce
173de1feeb
Bug 1249424 - Remove use of nsAutoArrayPtr from librlz. r=gerald
...
MozReview-Commit-ID: 2eXvcgbSQM0
--HG--
extra : rebase_source : 0397373e89a73972512d6d8178105c5ce57100a6
2016-02-24 10:53:10 +13:00
Gregory Szorc
503851935a
Bug 1249858 - Stop processing IPDL and WebIDL files during artifact builds; r=glandium
...
We don't process IPDL and WebIDL files during artifact builds. The
backend shouldn't need to care about them.
Before: 2001 total backend files; 2001 created; 0 updated; 0 unchanged; 0 deleted
After: 1945 total backend files; 1945 created; 0 updated; 0 unchanged; 0 deleted
After this change, we no longer write any .cpp files to the objdir
during config.status for artifact builds.
As part of this, we stopped generated webidlsrcs.mk and the build broke
because of an unguarded use in a Makefile.
After this change, only 102/3366 files in the objdir after
`mach configure` are not a) in _virtualenv b) named backend.mk
c) named Makefile (~950 each of backend.mk and Makefile).
MozReview-Commit-ID: 11AIn1i4x4f
--HG--
extra : rebase_source : ac90bb9f6be8b7b986aa0a61b3ccc203a18346a6
2016-02-19 21:46:29 -08:00
Boris Zbarsky
5c76831b32
Bug 1250291 part 3. Stop pretending to report exceptions in WorkerDebuggerRunnable::PostDispatch. r=khuey
2016-02-23 15:02:43 -05:00
Boris Zbarsky
446267bf04
Bug 1250291 part 2. Stop pretending to report exceptions in MainThreadWorkerSyncRunnable::PostDispatch. r=khuey
2016-02-23 15:02:42 -05:00
Boris Zbarsky
27b59f54f7
Bug 1250291 part 1. Stop pretending to report exceptions in MainThreadStopSyncLoopRunnable::PostDispatch. r=khuey
2016-02-23 15:02:41 -05:00
Boris Zbarsky
015f8c141f
Bug 1250185 part 2. Remove some JSContext stuff that's no longer needed in Notification code. r=khuey
2016-02-23 15:02:35 -05:00
Boris Zbarsky
e715be26bd
Bug 1250185 part 1. nsIStructuredCloneContainer.initFromBase64 doesn't need a JSContext argument. r=khuey
2016-02-23 15:02:32 -05:00
Boris Zbarsky
df912accb2
Bug 1250234. Make WebSocket::CreateAndDispatchMessageEvent properly report JS exceptions it might be producing. r=khuey
2016-02-23 15:02:28 -05:00
Kyle Huey
723d39a8d6
Bug 1085575: Account for another potential race when asserting metadata is consistent. r=bent
2016-02-23 11:56:16 -08:00
Wes Kocher
1a11ff119f
Backed out changeset 74f968e36041 (bug 1250148) for test_blobconstructor.html failures
...
--HG--
extra : commitid : 5I4oajo0G1j
2016-02-23 10:49:24 -08:00
Chris Pearce
1db0b39f51
Bug 1247763 - Remove info file parsing from GMP child process. r=gerald
...
The only reason we need to parse the info file in the GMP child process
is because we need to read the "Libs:" line so that the child process
can preload DLLs on Windows. We already parse the GMP info file in the
parent process, so we can remove the need to parse it again if we parse
the "Libs" field in the parent, and pass that through to the child.
2016-02-24 07:21:47 +13:00
Michelangelo De Simone
e6af515748
Bug 1249833 - Typo in nsGeolocation.h. r=jdm
...
MozReview-Commit-ID: DGg2iUOkSMJ
--HG--
extra : rebase_source : ede2d7058adb979c91af94b2558ee7bb69a4a5b2
2016-02-19 16:30:09 -08:00
Kit Cambridge
10df43f248
Bug 1250266 - Always send a TTL in the Push mochitests. r=benbangert
...
MozReview-Commit-ID: 4hoBveTY2pE
--HG--
extra : rebase_source : a1728e6b23c5852d1ca2977fb9d150891568791d
2016-02-22 11:54:54 -08:00
Kit Cambridge
ff6fdbef17
Bug 1246073 - Fix unique constraint errors in the H2 backend when resubscribing. r=dragana
...
MozReview-Commit-ID: DciQIx9T99U
--HG--
extra : rebase_source : 4d9c3a40626280bdada21e58c3112b70b3ac5b2d
2016-02-04 20:17:07 -08:00
Andrea Marchesini
7da3286f9d
Bug 1250148 - FormData should treat empty input type=file as empty string in FormData and as unnamed Blob in HTML submission, r=smaug
2016-02-23 18:38:16 +01:00
Carsten "Tomcat" Book
04e913704c
Merge mozilla-central to mozilla-inbound
2016-02-23 16:56:04 +01:00
Carsten "Tomcat" Book
839ce412a8
merge fx-team to mozilla-central a=merge
2016-02-23 16:54:50 +01:00
Andrew McCreight
1e31685405
Bug 1250388 - Enable some tests in dom/html/test/ that work with e10s. rs=bz
2016-02-23 07:33:26 -08:00
Hiroyuki Ikezoe
4e9c9820e9
Bug 1249431 - Need preferences for crash tests using Web Animation APIs. r=birtles
...
MozReview-Commit-ID: 5ybJUTgy7bW
--HG--
extra : transplant_source : k%7B%3Cz%7C%C8%AE%A8%C4rsks%15f%16%1C%9E%D6%D1
2016-02-19 07:46:42 +09:00
Ben Kelly
0efc75d800
Bug 1247970 - Remove principal spec from service worker registrar file. r=baku
2016-02-15 14:41:00 +01:00
Eddy Bruel
dae2755a45
Bug 1119490 - Expose the URL constructor to WorkerDebuggerGlobalScope;r=khuey
2016-02-22 10:41:09 +01:00
Phil Ringnalda
06d3088237
Back out 71da07ec8ce3 (bug 1242682) for exposing an Android test with a bad dependency and being a bad time to just shut off all dom/media/ tests
...
CLOSED TREE
2016-02-21 13:18:26 -08:00
Joel Maher
f1c675a803
Bug 1242682 - Separate dom/media into its own subsuite. r=armenzg
...
MozReview-Commit-ID: 55QtAPlIltM
--HG--
extra : rebase_source : c3770e53da3b42bc1b6acfe6d891519d1a258d9e
2016-02-04 13:35:06 -08:00
Martin Thomson
5c0f1d860f
Bug 1209744 - Implement canTrickleIceCandidates attribute, r=bwc,khuey
...
MozReview-Commit-ID: 838B1zSIGLj
--HG--
extra : rebase_source : ac6e5ffbc098d99964a8fec1d20f5495943d3265
2016-02-20 16:48:20 -08:00
Phil Ringnalda
1a1ec5b8bb
Merge f-t to m-c, a=merge
2016-02-20 17:25:14 -08:00
Dão Gottwald
594c008fcb
Bug 1014185 - Remove about:customizing and use about:blank for customize mode instead. r=jaws
2016-02-20 14:03:25 +01:00
Olli Pettay
945a19d7cd
Bug 1249795 - Clear strong refs to message managers once we've destroyed nsFrameLoader, r=billm
2016-02-20 12:33:30 +02:00
Carsten "Tomcat" Book
ef7d4492cc
Merge mozilla-central to fx-team
2016-02-19 17:22:14 +01:00
Carsten "Tomcat" Book
cab348d1b5
Backed out changeset c34fe673bb97 (bug 1014185) for perma failures in browser_bug1163570.js
2016-02-19 17:19:19 +01:00
Carsten "Tomcat" Book
fd2c2d9b1a
merge mozilla-inbound to mozilla-central a=merge
2016-02-19 12:02:26 +01:00
Jeff Gilbert
c363c26c53
Bug 1247764 - Disable STENCIL_TEST on mac+intel when not needed. - r=jrmuizel
2016-02-18 17:59:24 -08:00