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

690377 Коммитов

Автор SHA1 Сообщение Дата
Byron Campen [:bwc] 32c432d6c4 Bug 1591199: Mark this test as passing. r=jib
Differential Revision: https://phabricator.services.mozilla.com/D59522

--HG--
extra : moz-landing-system : lando
2020-02-06 15:51:11 +00:00
Byron Campen [:bwc] 8ae1152c9d Bug 1591199: Fix a race where sRD(offer) could mute a track, then an RTP packet could arrive that unmutes it before negotiation completed, this time without needing to stop the conduit and send a bunch of extra RTCP BYEs. r=mjf
Differential Revision: https://phabricator.services.mozilla.com/D59521

--HG--
extra : moz-landing-system : lando
2020-02-06 15:50:58 +00:00
Byron Campen [:bwc] 4d3a18f5ff Bug 1591199: Use correct time-base for rtcp stats comparison. r=ng
Differential Revision: https://phabricator.services.mozilla.com/D59519

--HG--
extra : moz-landing-system : lando
2020-02-06 15:50:45 +00:00
Byron Campen [:bwc] a4a0eaf580 Bug 1591199: Wait for all the mute/unmute events so we don't miss any transitions. r=jib
Differential Revision: https://phabricator.services.mozilla.com/D57026

--HG--
extra : moz-landing-system : lando
2020-02-06 15:50:33 +00:00
Byron Campen [:bwc] ec5fa37d36 Bug 1591199: Extend trickle ICE grace period, because windows 7 is taking a very long time to resolve MDNS candidates on try sometimes. r=dminor
Differential Revision: https://phabricator.services.mozilla.com/D56405

--HG--
extra : moz-landing-system : lando
2020-02-06 15:50:18 +00:00
Byron Campen [:bwc] a029828313 Bug 1591199: Reduce redundant code. r=mjf,smaug
Differential Revision: https://phabricator.services.mozilla.com/D56404

--HG--
extra : moz-landing-system : lando
2020-02-06 15:50:03 +00:00
Byron Campen [:bwc] fb466ae3cb Bug 1591199: Queue updates to pending/current descriptions. r=mjf,jib,smaug
Differential Revision: https://phabricator.services.mozilla.com/D56403

--HG--
extra : moz-landing-system : lando
2020-02-06 15:49:50 +00:00
Byron Campen [:bwc] 06888d3273 Bug 1591199: Start waiting for a negotiationneeded event earlier so we don't miss it. r=jib
Differential Revision: https://phabricator.services.mozilla.com/D56402

--HG--
extra : moz-landing-system : lando
2020-02-06 15:49:38 +00:00
Byron Campen [:bwc] 22ce5b76ec Bug 1591199: In these mochitests, reset the ICE candidate handler _before_ making changes that will restart ICE gathering. r=jib
Differential Revision: https://phabricator.services.mozilla.com/D56401

--HG--
extra : moz-landing-system : lando
2020-02-06 15:49:24 +00:00
Byron Campen [:bwc] 4d1b83e582 Bug 1591199: Make this test-case less racy, and a little more modern. r=jib
Differential Revision: https://phabricator.services.mozilla.com/D56400

--HG--
extra : moz-landing-system : lando
2020-02-06 15:49:17 +00:00
Byron Campen [:bwc] 8ff7879082 Bug 1591199: In the mochitest harness, shut off trickle candidates before sRD(rollback) to prevent them from slipping through afterward. r=jib
Differential Revision: https://phabricator.services.mozilla.com/D56399

--HG--
extra : moz-landing-system : lando
2020-02-06 15:49:09 +00:00
Byron Campen [:bwc] a5258e0655 Bug 1591199: Update tests to no longer expect a signalingstatechange event when the PC is closed. r=jib
Differential Revision: https://phabricator.services.mozilla.com/D56398

--HG--
extra : moz-landing-system : lando
2020-02-06 15:49:07 +00:00
Byron Campen [:bwc] cc8b304d22 Bug 1591199: Task queueing fixes in c++ r=jib
Differential Revision: https://phabricator.services.mozilla.com/D56395

--HG--
extra : moz-landing-system : lando
2020-02-06 15:49:05 +00:00
Byron Campen [:bwc] 42c4260c40 Bug 1591199: Test-cases for the bug. r=jib
Differential Revision: https://phabricator.services.mozilla.com/D52228

--HG--
extra : moz-landing-system : lando
2020-02-06 15:49:03 +00:00
Nicolas Chevobbe 13fb467022 Bug 1613391 - Remove unnecessary moz.build files in console tests. r=jdescottes.
Having test files in moz.build meant we were shipping those in Firefox.
The better way of doing this is to add those files as support files,
and then load them through a chrome:// url.
The catch is that support files from another folder than the ini files
they are referenced in need to be referenced in an ini file in their
own folder.
And since we can't have a ini file without tests, we need to add a dummy
test in devtools/client/webconsole/test/node/fixtures/stubs/ . The "test"
is always skipped so it shouldn't have any impact.

Doing this work revealed an issue with NetworkEvent stubs, which were
out of sync, and not properly writter since Bug 1579090.
This patch fixes this as well, and we're lucky the node tests are still
passing fine.

Differential Revision: https://phabricator.services.mozilla.com/D61696

--HG--
extra : moz-landing-system : lando
2020-02-06 15:52:08 +00:00
Asumu Takikawa 96d2a3958e Bug 1608772 - Enable BigInt <-> i64 interconversion by default in JS shell and Nightly r=lth
This revision enables the Wasm BigInt<->I64 conversion proposal by default in the JS shell and Nightly.

Some tests are moved around to match the defaults and metadata for WPT wasm tests are set.

Differential Revision: https://phabricator.services.mozilla.com/D61762

--HG--
extra : moz-landing-system : lando
2020-02-06 15:47:34 +00:00
Kagami Sascha Rosylight eafc671c89 Bug 1613643 - Fix build failure by Err(). a=bustage-fix-for-mingw CLOSED TREE
Differential Revision: https://phabricator.services.mozilla.com/D61822

--HG--
extra : rebase_source : 805991e6c97422c8442db2d4b5fa82135256538a
extra : amend_source : b1a8096bf8294c7d15f689ce2cdd728ad7d96d41
2020-02-06 16:13:29 +01:00
Florian Quèze 491fc8cf22 Bug 1613390 - Avoid running BrowserGlue idle tasks during shutdown, r=dthayer
Differential Revision: https://phabricator.services.mozilla.com/D61697

--HG--
extra : moz-landing-system : lando
2020-02-06 14:11:46 +00:00
Alexandre Poirot 301e9aac4e Bug 1613381 - Introduce EventEmitter.emitAsync to be able to wait for async listener completion. r=jdescottes
Differential Revision: https://phabricator.services.mozilla.com/D61690

--HG--
extra : moz-landing-system : lando
2020-02-06 09:46:30 +00:00
Oana Pop Rus 0bcd775f7e Backed out changeset d619690c640b (bug 1613608) for xpcshell failures in test_UrlbarQueryContext_restrictSource.js on a CLOSED TREE 2020-02-06 17:15:58 +02:00
Brindusan Cristian 443b32771a Backed out changeset 6381c1f2aedc (bug 1613358) for build bustages at GLBlitHelper.cpp. CLOSED TREE 2020-02-06 16:15:27 +02:00
Bob Clary 1b4b153647 Bug 1608427 - SETA: Treat fuzzing build tasks as possible low value tasks, r=jmaher,decoder
Differential Revision: https://phabricator.services.mozilla.com/D61737

--HG--
extra : moz-landing-system : lando
2020-02-06 10:14:09 +00:00
Bob Clary 3af4964fac Bug 1608390 - Run SpiderMonkey Windows 32 bit as Tier 2 only on mozilla-central, r=jmaher,sfink,aryx
Differential Revision: https://phabricator.services.mozilla.com/D61638

--HG--
extra : moz-landing-system : lando
2020-02-05 20:34:25 +00:00
Marian Raiciof 6d2d6bf95e Bug 1612375 - Run raptor youtube playback tests on fennec68 r=perftest-reviewers,alexandru.irimovici,AlexandruIonescu
Differential Revision: https://phabricator.services.mozilla.com/D61313

--HG--
extra : moz-landing-system : lando
2020-02-06 13:58:11 +00:00
Martin Stransky f6d5f48d74 Bug 1613358 [Wayland] Implement WaylandDMABUFSurfaceImage dmabuf image, r=sotaro
Implement WaylandDMABUFSurfaceImage which is backed by dma buf memory on Wayland and it holds
decoded video images produced by ffmpeg va-api decoder.

Differential Revision: https://phabricator.services.mozilla.com/D61678

--HG--
extra : moz-landing-system : lando
2020-02-06 12:10:57 +00:00
Jan Horak 53b9f10ab7 Bug 1605795 - Attach new popup to last opened popup or toplevel window; r=stransky
The most common case is that the popup is attached to last opened window. First
we need to hide tooltips so we don't attach the new window to them, then the
menu tree has to be clean up to also avoid wrong popup parent.

If there is no window opened we will attach the window to the toplevel window.

There's also one exception regarding widget-overflow panel: popups with remote content
and widget-overflow panel have to replace all other windows otherwise they will be
attached to wrong parent.

Differential Revision: https://phabricator.services.mozilla.com/D61694

--HG--
extra : moz-landing-system : lando
2020-02-06 11:58:12 +00:00
Andrea Marchesini c0a0edd822 Bug 1612570 - Add promise support to worklet, r=smaug
Differential Revision: https://phabricator.services.mozilla.com/D61406

--HG--
extra : moz-landing-system : lando
2020-02-06 13:54:19 +00:00
Andrea Marchesini f41dda9dcc Bug 1611855 - Worklet must be part of the same parent's agentCluster - part 13 - No assertion in nsGlobalWindowInner::CrossOriginIsolated, r=smaug
Differential Revision: https://phabricator.services.mozilla.com/D61595

--HG--
extra : moz-landing-system : lando
2020-02-06 13:53:42 +00:00
Andrea Marchesini e03b6ae849 Bug 1611855 - Worklet must be part of the same parent's agentCluster - part 12 - WPTs, r=ttung
Differential Revision: https://phabricator.services.mozilla.com/D61538

--HG--
extra : moz-landing-system : lando
2020-02-06 13:53:04 +00:00
Andrea Marchesini ae2efcbca5 Bug 1611855 - Worklet must be part of the same parent's agentCluster - part 11 - no agent-cluster checks when writing, r=ttung
Differential Revision: https://phabricator.services.mozilla.com/D61537

--HG--
extra : moz-landing-system : lando
2020-02-06 13:52:36 +00:00
Andrea Marchesini 9cdc95bae1 Bug 1611855 - Worklet must be part of the same parent's agentCluster - part 10 - split test_postMessages.html, r=smaug
Differential Revision: https://phabricator.services.mozilla.com/D61503

--HG--
rename : dom/base/test/test_postMessages.html => dom/base/test/common_postMessages.js
rename : dom/base/test/test_postMessages.html => dom/base/test/test_postMessages_broadcastChannel.html
rename : dom/base/test/test_postMessages.html => dom/base/test/test_postMessages_messagePort.html
rename : dom/base/test/test_postMessages.html => dom/base/test/test_postMessages_window.html
rename : dom/base/test/test_postMessages.html => dom/base/test/test_postMessages_workers.html
extra : moz-landing-system : lando
2020-02-06 13:52:03 +00:00
Andrea Marchesini 9f5349f07e Bug 1611855 - Worklet must be part of the same parent's agentCluster - part 9 - tests for messageerrors, r=smaug
Differential Revision: https://phabricator.services.mozilla.com/D61307

--HG--
extra : moz-landing-system : lando
2020-02-06 13:51:30 +00:00
Andrea Marchesini d59cd20bc8 Bug 1611855 - Worklet must be part of the same parent's agentCluster - part 8 - usage of IsSharedMemoryAllowed, r=smaug
Differential Revision: https://phabricator.services.mozilla.com/D61278

--HG--
extra : moz-landing-system : lando
2020-02-06 13:51:07 +00:00
Andrea Marchesini 1edd5d228f Bug 1611855 - Worklet must be part of the same parent's agentCluster - part 7 - nsIGlobalObject::IsSharedMemoryAllowed(), r=smaug
Differential Revision: https://phabricator.services.mozilla.com/D61277

--HG--
extra : moz-landing-system : lando
2020-02-06 13:50:11 +00:00
Andrea Marchesini 8220fd1ad9 Bug 1611855 - Worklet must be part of the same parent's agentCluster - part 6 - CloneDataPolicy.allowSharedMemoryObjects(), r=sfink,smaug
Differential Revision: https://phabricator.services.mozilla.com/D61276

--HG--
extra : moz-landing-system : lando
2020-02-06 13:49:28 +00:00
Andrea Marchesini 5ee8116920 Bug 1611855 - Worklet must be part of the same parent's agentCluster - part 5 - more tests, r=smaug
Differential Revision: https://phabricator.services.mozilla.com/D61187

--HG--
extra : moz-landing-system : lando
2020-02-06 13:48:30 +00:00
Andrea Marchesini 3ea0389cd5 Bug 1611855 - Worklet must be part of the same parent's agentCluster - part 4 - tests, r=padenot
Differential Revision: https://phabricator.services.mozilla.com/D61137

--HG--
extra : moz-landing-system : lando
2020-02-06 13:47:47 +00:00
Andrea Marchesini 8b2679f24b Bug 1611855 - Worklet must be part of the same parent's agentCluster - part 3 - update the scope after a writing, r=smaug
Differential Revision: https://phabricator.services.mozilla.com/D61183

--HG--
extra : moz-landing-system : lando
2020-02-06 13:47:08 +00:00
Andrea Marchesini b13b3b72d2 Bug 1611855 - Worklet must be part of the same parent's agentCluster - part 2 - CloneDataPolicy in writing, r=smaug
Differential Revision: https://phabricator.services.mozilla.com/D61182

--HG--
extra : moz-landing-system : lando
2020-02-06 13:46:25 +00:00
Andrea Marchesini 175bac3a30 Bug 1611855 - Worklet must be part of the same parent's agentCluster - part 1, r=padenot
Differential Revision: https://phabricator.services.mozilla.com/D61136

--HG--
extra : moz-landing-system : lando
2020-02-06 13:45:47 +00:00
ffxbld b0457ded54 No Bug, mozilla-central repo-update HSTS HPKP blocklist remote-settings - a=repo-update r=RyanVM
Differential Revision: https://phabricator.services.mozilla.com/D61817

--HG--
extra : moz-landing-system : lando
2020-02-06 13:38:28 +00:00
Kagami Sascha Rosylight 4b3a9f9995 Bug 1613643 - Fix build failure by Result<>
Differential Revision: https://phabricator.services.mozilla.com/D61818

--HG--
extra : moz-landing-system : lando
2020-02-06 13:33:27 +00:00
Harry Twyford f9babacac5 Bug 1613608 - Enable Interventions in Nightly. r=mak
Differential Revision: https://phabricator.services.mozilla.com/D61812

--HG--
extra : moz-landing-system : lando
2020-02-06 13:33:35 +00:00
Pranav 1a202e1121 Bug 1604115 - added useQuotes prop to propertiesView and fixed bug in network response json viewer. r=Honza
Differential Revision: https://phabricator.services.mozilla.com/D60356

--HG--
extra : moz-landing-system : lando
2020-02-06 13:14:45 +00:00
Tooru Fujisawa 1c57e02092 Bug 1613025 - Use run_info instead of metadata_path, to get web-platform inside OBJDIR. r=jgraham
Differential Revision: https://phabricator.services.mozilla.com/D61526

--HG--
extra : moz-landing-system : lando
2020-02-06 13:09:00 +00:00
Harry Twyford 22fcd9d004 Bug 1608766 - Disable tabbing through results after focusing the Urlbar with the keyboard, behind a pref. r=mak
Differential Revision: https://phabricator.services.mozilla.com/D61483

--HG--
extra : moz-landing-system : lando
2020-02-06 12:31:04 +00:00
Marco Bonardo 186a5b28f9 Bug 1613264 - Clicking on urlbar text is misbehaving on autofill. r=adw
Differential Revision: https://phabricator.services.mozilla.com/D61721

--HG--
extra : moz-landing-system : lando
2020-02-06 12:30:56 +00:00
Harry Twyford 90cf2749b5 Bug 1613603 - Add a localized alt attribute to the Interventions icon. r=mak,fluent-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D61804

--HG--
extra : moz-landing-system : lando
2020-02-06 12:45:37 +00:00
Narcis Beleuzu 416196e90e Backed out changeset 5dd2196d74f9 (bug 992569) for bc failures on browser_autocomplete_master_password.js . CLOSED TREE 2020-02-06 14:51:01 +02:00
Narcis Beleuzu f7c0c56918 Backed out changeset 5d69fddf45db (bug 1612570) for failing dom/worklet/tests/test_promise.html after bug 1611855 got backed out. CLOSED TREE
--HG--
extra : amend_source : acbba0ec52bc1fe7a262380dc790ff8f3c4bc838
2020-02-06 14:37:36 +02:00