Andrea Marchesini
dfb7f820f8
Bug 1559919 - Finish the WorkerHolder cleanup - part 4 - IPCWorkerRef in ServiceWorkerContainerChild, r=asuth
...
Differential Revision: https://phabricator.services.mozilla.com/D35223
--HG--
extra : moz-landing-system : lando
2019-07-12 11:16:15 +00:00
Andrea Marchesini
6e86832cf2
Bug 1559919 - Finish the WorkerHolder cleanup - part 3 - IPCWorkerRef r=asuth
...
Differential Revision: https://phabricator.services.mozilla.com/D35222
--HG--
extra : moz-landing-system : lando
2019-07-12 11:16:03 +00:00
Andrea Marchesini
492ae88ae0
Bug 1559919 - Finish the WorkerHolder cleanup - part 2 - Remove dead code in PerformanceStorageWorker, r=asuth
...
Differential Revision: https://phabricator.services.mozilla.com/D35221
--HG--
extra : moz-landing-system : lando
2019-07-12 11:15:46 +00:00
Andrea Marchesini
7afa8dc82b
Bug 1559919 - Finish the WorkerHolder cleanup - part 1 - IndexedDB doesn't use WorkerHolder, r=asuth
...
Differential Revision: https://phabricator.services.mozilla.com/D35220
--HG--
extra : moz-landing-system : lando
2019-07-12 11:15:33 +00:00
Daniel Varga
cf2048abd6
Merge mozilla-central to autoland. a=merge on a CLOSED TREE
2019-07-12 13:03:23 +03:00
Jan Andre Ikenmeyer
a216f3dde7
Bug 1565365 - Let webgl.force-enabled apply to WebGL2 as well r=jgilbert
...
Differential Revision: https://phabricator.services.mozilla.com/D37821
--HG--
extra : moz-landing-system : lando
2019-07-12 02:34:19 +00:00
Nicholas Nethercote
624de194fe
Bug 1565110 - Rename abc.def and ghi.jkl prefs as dom.webidl.test[12]. r=bzbarsky
...
Depends on D37669
Differential Revision: https://phabricator.services.mozilla.com/D37670
--HG--
extra : moz-landing-system : lando
2019-07-12 04:39:12 +00:00
Gijs Kruitbosch
b5b5d6a0ab
Bug 1560178
- fix miscellaneous tests to allow them to keep working when disallowing remote content in the parent process, r=aswan,ckerschb
...
Differential Revision: https://phabricator.services.mozilla.com/D36310
--HG--
extra : moz-landing-system : lando
2019-07-12 16:27:58 +00:00
Csoregi Natalia
fcccd2b6b0
Merge mozilla-central to autoland. CLOSED TREE
2019-07-12 02:06:45 +03:00
Csoregi Natalia
d7d499fe52
Merge inbound to mozilla-central. a=merge
2019-07-12 02:00:51 +03:00
Brindusan Cristian
73b4ae530d
Merge mozilla-central to inbound. a=merge CLOSED TREE
2019-07-11 19:23:36 +03:00
Michael Froman
c0b45a73e5
Bug 1560366 - add WAV decoding on RDD. r=jya
...
Differential Revision: https://phabricator.services.mozilla.com/D37619
--HG--
extra : moz-landing-system : lando
2019-07-11 19:43:56 +00:00
Tom Schuster
cb66417b55
Bug 1523706 - Use JavaScript mime type for two worker tests. r=ckerschb
...
Differential Revision: https://phabricator.services.mozilla.com/D37713
--HG--
extra : moz-landing-system : lando
2019-07-11 13:26:39 +00:00
Boris Zbarsky
6474e0a0f2
Bug 1565055. Use USVString in window.open(). r=peterv
...
Of course there's no wpt coverage for this... :(
Differential Revision: https://phabricator.services.mozilla.com/D37666
--HG--
extra : moz-landing-system : lando
2019-07-11 16:31:34 +00:00
Christoph Kerschbaumer
cb21dac12a
Bug 1565249: Remove self inclusion of WorkerCSPEventListener. r=baku
...
Differential Revision: https://phabricator.services.mozilla.com/D37748
--HG--
extra : moz-landing-system : lando
2019-07-11 16:48:51 +00:00
Bryce Van Dyk
ea20dbf0b2
Bug 1560092 - Create decoder for encrypted h264 media even if an SPS is not found. r=jya
...
If an mp4 uses the AVC3 sample format then extra data will be stored in sample
data rather than in metadata. In encrypted streams the metadata is unencrypted
but samples are typically encrypted. If all samples are encrypted and the only
SPS data is in samples then the MediaChangeMonitor will never observe any SPS
data.
This updates the MediaChangeMonitor so that it will not try and inspect h264
content once encryption is detected and relies on the CDM to handle such
content.
Differential Revision: https://phabricator.services.mozilla.com/D37485
--HG--
extra : moz-landing-system : lando
2019-07-11 16:29:18 +00:00
Boris Zbarsky
f471fc6507
Bug 1564663. Clean up the arguments to document.open to align better with the spec. r=mbrodesser
...
Differential Revision: https://phabricator.services.mozilla.com/D37642
--HG--
extra : moz-landing-system : lando
2019-07-11 16:30:27 +00:00
shindli
883c6619a6
Backed out 3 changesets (bug 1324552, bug 1324545, bug 1350973) for causing perma mda leakcheck failures CLOSED TREE
...
Backed out changeset db14e59c7e6e (bug 1324545)
Backed out changeset 088e13476d39 (bug 1324552)
Backed out changeset e79a64fc49e7 (bug 1350973)
2019-07-11 18:55:03 +03:00
Csoregi Natalia
35c91265f9
Merge mozilla-central to mozilla-inbound. CLOSED TREE
2019-07-12 02:09:04 +03:00
Jeff Gilbert
a4edc05171
No bug - clang-format dom/canvas, gfx/[gl,layers,webrender_bindings].
2019-07-11 15:36:44 -07:00
Paul Adenot
e66a2c4316
Bug 1324545 - Implement AudioContext getOutputTimestamp(). r=baku
...
Differential Revision: https://phabricator.services.mozilla.com/D37281
--HG--
extra : moz-landing-system : lando
2019-07-11 13:34:15 +00:00
Paul Adenot
4c99611f32
Bug 1324552 - Implement AudioContext baseLatency and outputLatency attributes. r=pehrsons,baku
...
Differential Revision: https://phabricator.services.mozilla.com/D37280
--HG--
extra : moz-landing-system : lando
2019-07-11 13:30:07 +00:00
Andrea Marchesini
d261515486
Bug 1563950 - Worker threads should run with a normal priority, r=smaug
...
Differential Revision: https://phabricator.services.mozilla.com/D37694
--HG--
extra : moz-landing-system : lando
2019-07-11 10:49:55 +00:00
Paul Adenot
03e7bf883c
Bug 1350973 - Implement new attributes MediaStreamAudioSourceNode.mediaStream and MediaElementAudioSourceNode.mediaElement. r=baku
...
Differential Revision: https://phabricator.services.mozilla.com/D37283
--HG--
extra : moz-landing-system : lando
2019-07-11 13:18:51 +00:00
Tarek Ziadé
358d1707a7
Bug 1561404 - Ensure thread safety r=jya
...
Adds a lock in MediaCacheStream::SizeOfExcludingThis to prevent a race
condition with MediaCache::NoteSeek
Differential Revision: https://phabricator.services.mozilla.com/D36880
--HG--
extra : moz-landing-system : lando
2019-07-11 12:15:24 +00:00
Alphan Chen
02e1dcbe25
bug 1562889 - Convert content-sessionStore to C++: add browser epochs support r=peterv
...
Differential Revision: https://phabricator.services.mozilla.com/D36606
--HG--
extra : moz-landing-system : lando
2019-07-11 09:46:14 +00:00
Kagami Sascha Rosylight
8d91017fdb
Bug 928150: Implement canvas getTransform() and setTransform() r=bzbarsky
...
Adds getTransform() and setTransform() to CanvasRenderingContext2D.
Differential Revision: https://phabricator.services.mozilla.com/D36871
--HG--
extra : moz-landing-system : lando
2019-07-11 06:14:58 +00:00
John Lin
95099600d5
Bug 1563734 - always sync session ID from remote decoder. r=jya
...
In bug 1552607/D36382, RemoteDataDecoder always increases session ID but
CodecProxy only performs flush IPC when neccessary. This will cause the
ID numbers out of sync and prevent remote decoder from receiving any
more input. By reading the session ID in dequeued input samples, the
numbers can always be in sync.
Differential Revision: https://phabricator.services.mozilla.com/D37123
--HG--
extra : moz-landing-system : lando
2019-07-11 07:25:30 +00:00
Will Hawkins
88b4396a69
Bug 1559657: Pass load time in RemoteWebProgress. r=Ehsan,barret
...
Differential Revision: https://phabricator.services.mozilla.com/D35147
--HG--
extra : moz-landing-system : lando
2019-07-11 04:00:41 +00:00
arthur.iakab
973b98aac6
Backed out changeset 0aea246d01bb (bug 928150) for causing build bustages on DOMMatrix.h CLOSED TREEE
2019-07-11 06:31:59 +03:00
Kagami Sascha Rosylight
b65864cf84
Bug 928150: Implement canvas getTransform() and setTransform() r=bzbarsky
...
Adds getTransform() and setTransform() to CanvasRenderingContext2D.
Differential Revision: https://phabricator.services.mozilla.com/D36871
--HG--
extra : moz-landing-system : lando
2019-07-11 02:43:46 +00:00
Kagami Sascha Rosylight
4d85db26bb
Bug 1364875: Append double in DOMMatrix stringifier r=bzbarsky,jwalden
...
Fixed the stringifier as the spec mandates [using full double precision](https://github.com/w3c/fxtf-drafts/issues/120#issuecomment-300713781 ).
Differential Revision: https://phabricator.services.mozilla.com/D35593
--HG--
extra : moz-landing-system : lando
2019-07-11 02:49:51 +00:00
Gijs Kruitbosch
c71b8f39cc
Bug 1565064 - remove obsolete pref from default files, r=emilio
...
Differential Revision: https://phabricator.services.mozilla.com/D37657
--HG--
extra : moz-landing-system : lando
2019-07-10 22:26:35 +00:00
Noemi Erli
ad5ab4b3e4
Backed out changeset 405100db6c45 (bug 1543251) for failing in nsGlobalWindowInner.cpp
2019-07-11 01:47:47 +03:00
Bobby Holley
3b7fbc734f
Bug 1562763 - Move some types around. r=jld
...
Having to namespace these into GeckoChildProcessHost is annoying. The
|using| declarations help to some extent, but it's easier to just put
them in mozilla::ipc.
Differential Revision: https://phabricator.services.mozilla.com/D36538
--HG--
extra : moz-landing-system : lando
2019-07-10 22:37:35 +00:00
Bobby Holley
91d8d02207
Bug 1562763 - Make ContentParent::InitInternal fallible. r=jld
...
Depending on the timing of events, we can invoke InitInternal after
we've already torn down the compositor thread, which can make
CreateContentBridges fail, which in turn makes us unable to make a
correct InitRendering call. Implement the infrastructure to bail out in
this case.
Differential Revision: https://phabricator.services.mozilla.com/D36644
--HG--
extra : moz-landing-system : lando
2019-07-10 22:37:34 +00:00
Bobby Holley
e40b45dc28
Bug 1562763 - Don't crash child or parent on failed InitBackground. r=nika
...
This can happen if the parent starts shutting down before a child has
finished starting up.
The main thread case in the child has always just warned, and this MOZ_CRASH was
added recently to the dispatch case in [1]. This can happen if the
parent starts shutting down while the child is still initializing.
[1] https://hg.mozilla.org/mozilla-central/rev/bd8fd9a22dc08d63cec68de475182a1b8eeeca4b
Differential Revision: https://phabricator.services.mozilla.com/D37302
--HG--
extra : moz-landing-system : lando
2019-07-10 22:37:32 +00:00
Sebastian Streich
c60f801089
Bug 1388015 - Add checks to respect CSP-wildcard + Ports r=ckerschb
...
Differential Revision: https://phabricator.services.mozilla.com/D35432
--HG--
extra : moz-landing-system : lando
2019-07-04 11:30:17 +00:00
Kashav Madan
0fcee1ff24
Bug 1543251 - Move hasBeforeUnload from PBrowser to PWindowGlobal, r=nika
...
Differential Revision: https://phabricator.services.mozilla.com/D37003
--HG--
extra : moz-landing-system : lando
2019-07-10 21:13:44 +00:00
Markus Stange
e3818b8e81
Bug 1515214 - Add markers with cause stacks and the name of the called function for setTimeout callback execution. r=jesup
...
These duplicate the existing setTimeout markers a bit.
Differential Revision: https://phabricator.services.mozilla.com/D19194
--HG--
extra : moz-landing-system : lando
2019-07-10 20:48:14 +00:00
Markus Stange
7cd7e179b5
Bug 1515214 - Add TimeoutHandler::GetDescription which just calls through to CallbackObject::GetDescription for CallbackTimeoutHandlers. r=smaug
...
Depends on D19192
Differential Revision: https://phabricator.services.mozilla.com/D37470
--HG--
extra : moz-landing-system : lando
2019-07-10 20:48:14 +00:00
Markus Stange
6efbe54e95
Bug 1515214 - Add CallbackObject::GetDescription and TimeoutHandler::GetDescription. r=bzbarsky
...
This allows us to create profiler markers whose description contains the name
of the function and its file / line number. This allows the profiler UI to
match up setTimeout callbacks for multiple instances of the same page load, in
order to create meaningful profile comparisons based on markers.
Differential Revision: https://phabricator.services.mozilla.com/D19192
--HG--
extra : moz-landing-system : lando
2019-07-10 20:48:14 +00:00
Brendan Dahl
28dcf95b41
Bug 1557371 - Part 2 - Load all XUL crashtests with chrome privilege. r=dbaron
...
386947-1.xul, now has one assertion since we take a different code
path with chrome URL's and XBL files. The assertion is triggered since the
binding is invalid.
Differential Revision: https://phabricator.services.mozilla.com/D34542
--HG--
extra : moz-landing-system : lando
2019-07-09 19:40:42 +00:00
Ryan Hunt
27bd25767f
Bug 1561395 - Move drawSnapshot API to WindowGlobalParent and allow specifying the whole viewport as a rect. r=mattwoodrow,nika
...
Differential Revision: https://phabricator.services.mozilla.com/D35842
--HG--
extra : moz-landing-system : lando
2019-07-10 16:45:46 +00:00
Barret Rennie
a162e99e2c
Bug 1289211 - Rename InfallibleTArray to nsTArray in dom/vr/ r=kip
...
Differential Revision: https://phabricator.services.mozilla.com/D36951
--HG--
extra : moz-landing-system : lando
2019-07-10 03:28:30 +00:00
Barret Rennie
01286d991e
Bug 1289211 - Rename InfallibleTArray to nsTArray in dom/system/ r=Ehsan
...
Differential Revision: https://phabricator.services.mozilla.com/D36950
--HG--
extra : moz-landing-system : lando
2019-07-10 03:28:13 +00:00
Barret Rennie
2b6653fdbe
Bug 1289211 - Rename InfallibleTArray to nsTArray in dom/storage/ r=Ehsan
...
Differential Revision: https://phabricator.services.mozilla.com/D36949
--HG--
extra : moz-landing-system : lando
2019-07-10 03:27:55 +00:00
Barret Rennie
6d98deeeab
Bug 1289211 - Rename InfallibleTArray to nsTArray in dom/plugins/ r=jmathies
...
Differential Revision: https://phabricator.services.mozilla.com/D36948
--HG--
extra : moz-landing-system : lando
2019-07-10 03:27:43 +00:00
Barret Rennie
c5fb688d6a
Bug 1289211 - Rename InfallibleTArray to nsTArray in dom/network/ r=Ehsan
...
Differential Revision: https://phabricator.services.mozilla.com/D36947
--HG--
extra : moz-landing-system : lando
2019-07-10 03:27:30 +00:00
Barret Rennie
bb885448d8
Bug 1289211 - Rename InfallibleTArray to nsTArray in dom/media/ r=jya
...
Differential Revision: https://phabricator.services.mozilla.com/D36946
--HG--
extra : moz-landing-system : lando
2019-07-10 04:14:23 +00:00
Barret Rennie
0c2335e52f
Bug 1289211 - Rename InfallibleTArray to nsTArray in dom/ipc/ r=Ehsan
...
Differential Revision: https://phabricator.services.mozilla.com/D36945
--HG--
extra : moz-landing-system : lando
2019-07-10 03:27:27 +00:00
Barret Rennie
528ae0befa
Bug 1289211 - Rename InfallibleTArray to nsTArray in dom/indexedDB/ r=baku
...
Differential Revision: https://phabricator.services.mozilla.com/D36944
--HG--
extra : moz-landing-system : lando
2019-07-10 03:26:31 +00:00
Barret Rennie
6aaca86584
Bug 1289211 - Rename InfallibleTArray to nsTArray in dom/filesystem/ r=baku
...
Differential Revision: https://phabricator.services.mozilla.com/D36971
--HG--
extra : moz-landing-system : lando
2019-07-10 03:26:14 +00:00
Barret Rennie
1e6227239a
Bug 1289211 - Rename InfallibleTArray to nsTArray in dom/crypto/ r=Ehsan
...
Differential Revision: https://phabricator.services.mozilla.com/D36943
--HG--
extra : moz-landing-system : lando
2019-07-10 03:25:56 +00:00
Barret Rennie
4636522c18
Bug 1289211 - Rename InfallibleTArray to nsTArray in dom/bindings/ r=Ehsan
...
Differential Revision: https://phabricator.services.mozilla.com/D36942
--HG--
extra : moz-landing-system : lando
2019-07-10 03:25:38 +00:00
Barret Rennie
e6b381544e
Bug 1289211 - Rename InfallibleTArray to nsTArray in dom/base/ r=Ehsan
...
Differential Revision: https://phabricator.services.mozilla.com/D36941
--HG--
extra : moz-landing-system : lando
2019-07-10 03:25:21 +00:00
Barret Rennie
55aec3ef61
Bug 1289211 - Rename InfallibleTArray to nsTArray in dom/animation/ r=mattwoodrow
...
Differential Revision: https://phabricator.services.mozilla.com/D36940
--HG--
extra : moz-landing-system : lando
2019-07-10 03:25:03 +00:00
Paul Adenot
7786a2a4d6
Bug 1456263 - Throw appropriate errors in the ChannelMergerNode ctor. r=karlt
...
Differential Revision: https://phabricator.services.mozilla.com/D37433
--HG--
extra : moz-landing-system : lando
2019-07-10 01:31:21 +00:00
Andreas Pehrson
2283c81baa
Bug 1560907 - Remove default value for mediaSource constraint. r=jib,smaug
...
Differential Revision: https://phabricator.services.mozilla.com/D36087
--HG--
extra : moz-landing-system : lando
2019-07-10 09:45:26 +00:00
Jan de Mooij
93d6f816f0
Bug 1564349 part 1 - Convert Baseline/Ion/NativeRegExp prefs from ContextOptions to JitOptions. r=nbp,smaug
...
Using process-wide prefs is consistent with the other JIT options and is simpler
to work with (one place to initialize for all runtimes).
Differential Revision: https://phabricator.services.mozilla.com/D37385
--HG--
extra : moz-landing-system : lando
2019-07-10 09:43:39 +00:00
Ciure Andrei
091e6006e5
Merge mozilla-central to autoland. a=merge CLOSED TREE
2019-07-10 12:43:32 +03:00
Ciure Andrei
f372470e10
Merge inbound to mozilla-central. a=merge
2019-07-10 12:41:47 +03:00
Andreea Pavel
507d17c2ce
Backed out changeset 3bcfadc6de38 (bug 1559657) for failing 1419902.html
2019-07-10 11:37:21 +03:00
Jean-Yves Avenard
4bc5c804e3
Bug 1561484 - Keep MediaInfo object for entire benchmark. r=alwu
...
Differential Revision: https://phabricator.services.mozilla.com/D36566
--HG--
extra : moz-landing-system : lando
2019-07-10 05:24:54 +00:00
Razvan Maries
1a0c0179a5
Backed out changeset b157ff9c0f22 (bug 1561484) for build bustages. CLOSED TREE
2019-07-10 08:19:35 +03:00
Jean-Yves Avenard
98fa016236
Bug 1561484 - Keep MediaInfo object for entire benchmark. r=alwu
...
Differential Revision: https://phabricator.services.mozilla.com/D36566
--HG--
extra : moz-landing-system : lando
2019-07-09 21:45:29 +00:00
Gurzau Raul
c8fe885244
Merge mozilla-central to inbound. a=merge CLOSED TREE
...
--HG--
rename : remote/server/WebSocket.jsm => remote/server/WebSocketHandshake.jsm
extra : rebase_source : dd11514cb2e390d00009f986dc00dca27e978216
2019-07-09 18:39:47 +03:00
Will Hawkins
b904ee7e69
Bug 1560495: Update unload event security information for Navigation-Timing Level 2 specification. r=baku
...
Differential Revision: https://phabricator.services.mozilla.com/D36293
--HG--
extra : moz-landing-system : lando
2019-07-09 07:19:50 +00:00
Jan de Mooij
994b76bf8c
Bug 1564017 part 1 - Use a proper JS stack quota for worklet threads. r=baku
...
This currently happened to work but could easily overflow the stack. The JS engine
really expects a JS_SetNativeStackQuota call.
Differential Revision: https://phabricator.services.mozilla.com/D37207
--HG--
extra : moz-landing-system : lando
2019-07-08 15:50:20 +00:00
Will Hawkins
379d618812
Bug 1559657: Pass load time in RemoteWebProgress. r=Ehsan,brennie
...
Differential Revision: https://phabricator.services.mozilla.com/D35147
--HG--
extra : moz-landing-system : lando
2019-07-10 04:41:21 +00:00
Kagami Sascha Rosylight
936e15f95d
Bug 1563937: Support Python 3 in WebIDL.py r=firefox-build-system-reviewers,bzbarsky,mshal
...
Should allow Servo to start Python 3 migration.
Differential Revision: https://phabricator.services.mozilla.com/D37160
--HG--
extra : moz-landing-system : lando
2019-07-10 02:36:57 +00:00
Greyson Gilbert
5ab46fc0a3
Bug 1535809 - Add warning on use of implicitly enabled extensions r=jgilbert
...
Differential Revision: https://phabricator.services.mozilla.com/D36431
--HG--
extra : moz-landing-system : lando
2019-07-09 05:21:30 +00:00
Hiroyuki Ikezoe
8aa17d97ef
Bug 1553012 - Make PresShell::ScrollFrameRectIntoView work in fission world. r=mattwoodrow,nika,tnikkel
...
Differential Revision: https://phabricator.services.mozilla.com/D36136
--HG--
extra : moz-landing-system : lando
2019-07-09 05:34:27 +00:00
Hiroyuki Ikezoe
57de429e1f
Bug 1553012 - Drop nsIDOMWindowUtils.redraw. r=mattwoodrow
...
Differential Revision: https://phabricator.services.mozilla.com/D36135
--HG--
extra : moz-landing-system : lando
2019-07-09 04:48:26 +00:00
Jeff Gilbert
a8530d0dbd
Bug 1535373 - IsContextLost() before early-out. r=lsalzman
...
Differential Revision: https://phabricator.services.mozilla.com/D37350
--HG--
extra : moz-landing-system : lando
2019-07-09 02:36:52 +00:00
Narcis Beleuzu
4b16f12a07
Merge mozilla-central to autoland. a=merge CLOSED TREE
2019-07-09 06:51:10 +03:00
Narcis Beleuzu
59c3fccd33
Merge inbound to mozilla-central. a=merge
2019-07-09 06:45:48 +03:00
Nicholas Nethercote
abf15f999d
Bug 1560530 - Split StaticPrefs_accessibility.h from StaticPrefs.h. r=froydnj
...
This implements the machinery for the splitting of static prefs headers, and
uses it for a single header. #includes are used in such a way that the amount
of boilerplate for each static prefs header file is minimal.
Future patches will split the remaining prefs into more header files.
Differential Revision: https://phabricator.services.mozilla.com/D36154
--HG--
rename : modules/libpref/StaticPrefs.h => modules/libpref/StaticPrefsBase.h
rename : modules/libpref/StaticPrefs.h => modules/libpref/init/StaticPrefListBegin.h
extra : moz-landing-system : lando
2019-07-08 23:40:39 +00:00
Hiroyuki Ikezoe
901885347c
Bug 1562503 - Create GeckoMVMContext and ZoomConstraintsClient only for the root top level document. r=botond
...
browserElement_ScrollEvent.js is affected by this change. Before this change
the document for iframe mozbrowser was not considered as the root content
document, but after this change, it's considered as the root content document.
Given the nature of iframe mozbrowser, I believe it's the right behavior.
The browser mochitest in this commit fails without this change since
the minimum-scale size is used in the out-of-process iframe so that the visual
viewport size gets 3x bigger than the expected size.
Differential Revision: https://phabricator.services.mozilla.com/D36547
--HG--
extra : moz-landing-system : lando
2019-07-08 22:39:31 +00:00
Ehsan Akhgari
127357ac73
Bug 1558570 - Move HTMLDocument.clear/captureEvents/releaseEvents to Document; r=farre
...
Differential Revision: https://phabricator.services.mozilla.com/D34567
--HG--
extra : moz-landing-system : lando
2019-07-08 21:59:10 +00:00
Geoff Brown
ba35c1c343
Bug 1524493 - Skip crashtest 1419902.html on geckoview/debug; r=snorp
...
Skipping this test clears the way for running geckoview debug crashtests, finally.
Differential Revision: https://phabricator.services.mozilla.com/D37018
--HG--
extra : moz-landing-system : lando
2019-07-08 21:24:52 +00:00
Sebastian Hengst
654b6e825b
merge mozilla-central to mozilla-inbound. a=merge CLOSED TREE
2019-07-08 15:11:29 +02:00
Sebastian Hengst
3134e9d91c
Backed out 3 changesets (bug 1541557) for failures in SpecialPowersObserverAPI.js. a=backout CLOSED TREE
...
Backed out changeset 5b91c8869f42 (bug 1541557)
Backed out changeset a636725ad217 (bug 1541557)
Backed out changeset 7e6657f88b76 (bug 1561150)
--HG--
rename : testing/specialpowers/content/MozillaLogger.js => testing/mochitest/tests/SimpleTest/MozillaLogger.js
rename : testing/specialpowers/content/specialpowersAPI.js => testing/specialpowers/content/SpecialPowersAPI.jsm
rename : testing/specialpowers/content/SpecialPowersObserverAPI.js => testing/specialpowers/content/SpecialPowersAPIParent.jsm
rename : testing/specialpowers/content/specialpowers.js => testing/specialpowers/content/SpecialPowersChild.jsm
rename : testing/specialpowers/content/SpecialPowersObserver.jsm => testing/specialpowers/content/SpecialPowersParent.jsm
extra : amend_source : 158c9e896d32778e71f4fd343227f531d693e511
2019-07-08 14:38:45 +02:00
Noemi Erli
da3f3eaaac
Merge autoland to mozilla-central. a=merge
2019-07-08 12:50:33 +03:00
Sebastian Hengst
515d14403f
Backed out 34 changesets (bug 1561150, bug 1541557, bug 1561724, bug 1561999, bug 1558298, bug 1561061, bug 1532795, bug 1560400, bug 1561122) for beta simulation failures (bug 1563905, bug 1564001). a=backout
...
Backed out changeset 210d6d52e8b0 (bug 1541557)
Backed out changeset 3115db154c45 (bug 1561122)
Backed out changeset b42748878b6e (bug 1561122)
Backed out changeset 266160ca8e9d (bug 1561999)
Backed out changeset 00e935828f41 (bug 1561724)
Backed out changeset 4aaf4882780d (bug 1561150)
Backed out changeset 6644e38a6692 (bug 1561150)
Backed out changeset 72cd895b1613 (bug 1561061)
Backed out changeset f0bac27bad8a (bug 1560400)
Backed out changeset 95da39224eab (bug 1560400)
Backed out changeset 3fe4d4942fd2 (bug 1532795)
Backed out changeset 23e90c6fec2b (bug 1532795)
Backed out changeset a7f093fbef06 (bug 1532795)
Backed out changeset c873f0eb94be (bug 1532795)
Backed out changeset cf359a8ec753 (bug 1532795)
Backed out changeset f2c260cae4b5 (bug 1541557)
Backed out changeset 054a0b7aa81d (bug 1541557)
Backed out changeset f808ec45ff9c (bug 1541557)
Backed out changeset 1025eeef0954 (bug 1541557)
Backed out changeset fe88b250e418 (bug 1541557)
Backed out changeset 6680278c231b (bug 1541557)
Backed out changeset 255735c1ff63 (bug 1541557)
Backed out changeset 51969e1c9c44 (bug 1558298)
Backed out changeset d12525990565 (bug 1558298)
Backed out changeset ef4ec8f0f886 (bug 1558298)
Backed out changeset 45a9599d9641 (bug 1558298)
Backed out changeset 4ccecdba1c34 (bug 1558298)
Backed out changeset 0e91fc9541c2 (bug 1558298)
Backed out changeset edd1cc6badf7 (bug 1558298)
Backed out changeset ba24251835fb (bug 1558298)
Backed out changeset ca88016511bb (bug 1558298)
Backed out changeset c95e6e599836 (bug 1558298)
Backed out changeset 9b1a9d802434 (bug 1558298)
Backed out changeset f859e4de0007 (bug 1558298)
--HG--
rename : testing/mochitest/tests/SimpleTest/MozillaLogger.js => testing/specialpowers/content/MozillaLogger.js
rename : testing/specialpowers/content/SpecialPowersParent.jsm => testing/specialpowers/content/SpecialPowersObserver.jsm
rename : testing/specialpowers/content/SpecialPowersAPIParent.jsm => testing/specialpowers/content/SpecialPowersObserverAPI.js
rename : testing/specialpowers/content/SpecialPowersChild.jsm => testing/specialpowers/content/specialpowers.js
rename : testing/specialpowers/content/SpecialPowersAPI.jsm => testing/specialpowers/content/specialpowersAPI.js
extra : rebase_source : 223d2e49710b016c9973765d402c61692004518e
extra : amend_source : ec773fe82334e6da536bb21e83a994a5f2d03091
2019-07-08 10:37:28 +02:00
Ciure Andrei
35fa9e2361
Backed out changeset fe8c2426d9d3 (bug 1514474) for causing beta simulation failures CLOSED TREE
2019-07-08 04:58:50 +03:00
Ciure Andrei
d94259f899
Backed out 2 changesets (bug 1514296) for causing beta simulation failures CLOSED TREE
...
Backed out changeset 88f4a687f039 (bug 1514296)
Backed out changeset fe343795c247 (bug 1514296)
2019-07-08 03:03:22 +03:00
Andrea Marchesini
5a8e4fdbe9
Bug 1514474 - Implement FeaturePolicy.features(), r=ckerschb
...
Differential Revision: https://phabricator.services.mozilla.com/D35802
--HG--
extra : moz-landing-system : lando
2019-07-06 15:11:23 +00:00
Andrea Marchesini
e01cab332f
Bug 1514296 - Rename Document.policy to Document.featurePolicy, r=ckerschb
...
Differential Revision: https://phabricator.services.mozilla.com/D35801
--HG--
extra : moz-landing-system : lando
2019-07-06 15:10:59 +00:00
Sylvestre Ledru
65bcd242ec
Bug 1519636 - Ride along - remove useless ';' r=andi
...
Depends on D35622
Differential Revision: https://phabricator.services.mozilla.com/D37147
--HG--
extra : moz-landing-system : lando
2019-07-06 12:36:03 +00:00
Sylvestre Ledru
131d0c6a02
Bug 1519636 - Reformat recent changes to the Google coding style r=Ehsan
...
# ignore-this-changeset
Differential Revision: https://phabricator.services.mozilla.com/D35622
--HG--
extra : moz-landing-system : lando
2019-07-06 08:18:28 +00:00
Emilio Cobos Álvarez
1a39c45ae2
Bug 1563728 - Add a return statement to BiquadFilterNode::GetFrequencyResponse to fix bustage. rs=padenot
...
CLOSED TREE
2019-07-06 10:45:56 +02:00
Paul Adenot
3ffaf1696e
Bug 1563728 - Throw when the three parameters of BiquadFilterNode.getFrequencyResponse aren't of the same size. r=baku
...
Differential Revision: https://phabricator.services.mozilla.com/D37056
--HG--
extra : moz-landing-system : lando
2019-07-05 20:34:47 +00:00
Kagami Sascha Rosylight
76dc4579b9
Bug 1563504: Implement DOMPoint matrixTransform() r=bzbarsky
...
Try: https://treeherder.mozilla.org/#/jobs?repo=try&revision=619248c60ce6a3f432c13abe7e7bc5bbf03c4184 (7 unexpected passes in wpt8 here have been removed)
Differential Revision: https://phabricator.services.mozilla.com/D36915
--HG--
extra : moz-landing-system : lando
2019-07-06 06:55:53 +00:00
Mihai Alexandru Michis
201999f094
Merge mozilla-central to autoland. a=merge CLOSED TREE
2019-07-06 06:42:14 +03:00
Mihai Alexandru Michis
5e3c522c30
Merge inbound to mozilla-central. a=merge
2019-07-06 06:36:55 +03:00
Jan-Ivar Bruaroey
4736d10ce8
Bug 1528031 - Update tests to work with [SecureContext] navigator.mediaDevices. r=pehrsons,smaug
...
Differential Revision: https://phabricator.services.mozilla.com/D35970
--HG--
extra : moz-landing-system : lando
2019-07-05 21:21:38 +00:00
alwu
07e34c8bba
Bug 1541452 - update cue display when window is resized. r=heycam
...
When window is resized, the cue would usually be zoomed in or out automatically with the video and keep its relative position to video.
However, if video is being applied the explicit percentage value on its 'width' or 'height', we have to recompute cue's position in this situation, because the width or height of the video would be scaled again after applied the first size scaled which is caused by resizing.
Differential Revision: https://phabricator.services.mozilla.com/D36138
--HG--
extra : moz-landing-system : lando
2019-07-06 00:53:20 +00:00
Olli Pettay
97ef8e2325
Bug 1559523
- Fix a crash in Thunderbird, [@ mozilla::dom::Document::EndLoad]. r=kaie
2019-07-05 14:54:53 +02:00
Gurzau Raul
1e608921e9
Merge mozilla-central to inbound. a=merge CLOSED TREE
...
--HG--
extra : rebase_source : c4fe851e9a89199d77e3c4694d6564efb642ab2c
2019-07-09 13:00:28 +03:00