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

731375 Коммитов

Автор SHA1 Сообщение Дата
Francesco Lodolo (:flod) 8d308fac8c Bug 1672315 - Remove Fluent migration recipes for Firefox 79-82, r=Gijs
Differential Revision: https://phabricator.services.mozilla.com/D94258
2020-10-21 13:01:15 +00:00
Andrew Halberstadt a833c11add Bug 1670240 - [moztest] Update the reftest task_regex to catch Android tasks r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D94198
2020-10-21 10:52:40 +00:00
Andrew Halberstadt 635fc5d710 Bug 1670240 - [tryselect] Use the 'TestManifestLoader' when resolving test paths r=jmaher
This walks the file system to read moz.build files, rather than following the DIRS
traversal. The latter is problematic because many moz.build files that happen to
define manifests could be excluded by the local build config.

Differential Revision: https://phabricator.services.mozilla.com/D94197
2020-10-21 10:54:10 +00:00
Andi-Bogdan Postelnicu bbe7b7b35e Bug 1671641 - Make `nsICacheInfoChannel.idl` syntax correctly. r=valentin,necko-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D94016
2020-10-21 08:00:18 +00:00
Andi-Bogdan Postelnicu 85c179d8f3 Bug 1671641 - Make `dom/fetch` buildable outside of `unified-build` environment. r=sg
Depends on D93998

Differential Revision: https://phabricator.services.mozilla.com/D94015
2020-10-21 08:00:18 +00:00
Andi-Bogdan Postelnicu c954c55398 Bug 1671641 - Make `dom/events` buildable outside of `unified-build` environment. r=sg
Differential Revision: https://phabricator.services.mozilla.com/D93998
2020-10-21 08:00:18 +00:00
Andi-Bogdan Postelnicu bb35771d56 Bug 1671641 - Add `dom/docs` and `dom/encoding` to whitelist for non-unified build. r=sg
Differential Revision: https://phabricator.services.mozilla.com/D93992
2020-10-21 08:00:17 +00:00
Andi-Bogdan Postelnicu 1ce4fd33cb Bug 1671641 - Add `dom/debugger` to whitelist for non-unified build. r=sg
Differential Revision: https://phabricator.services.mozilla.com/D93921
2020-10-21 08:00:17 +00:00
Andi-Bogdan Postelnicu 868134e958 Bug 1671641 - Add `dom/crypto` to whitelist for non-unified build. r=sg
Differential Revision: https://phabricator.services.mozilla.com/D93804
2020-10-21 08:00:17 +00:00
Andi-Bogdan Postelnicu 8dee6add0c Bug 1671641 - Add componets from `dom` that are non-unified build compatible to the whitelist. r=sg
Differential Revision: https://phabricator.services.mozilla.com/D93801
2020-10-21 08:00:16 +00:00
Andi-Bogdan Postelnicu ff648dd64e Bug 1671641 - Add `dom/credentialmanagement` to whitelist for non-unified build. r=sg
Differential Revision: https://phabricator.services.mozilla.com/D93800
2020-10-21 08:00:16 +00:00
Andi-Bogdan Postelnicu 6c3bfe9d82 Bug 1671641 - Make `dom/console` buildable outside of `unified-build` environment. r=sg
Differential Revision: https://phabricator.services.mozilla.com/D93796
2020-10-21 08:00:16 +00:00
Andi-Bogdan Postelnicu bb7a0e9a8f Bug 1671641 - Make `dom/commandhandler` buildable outside of `unified-build` environment. r=sg
Differential Revision: https://phabricator.services.mozilla.com/D93795
2020-10-21 08:00:16 +00:00
Andi-Bogdan Postelnicu 4d162f7eef Bug 1671641 - Make `dom/clients` buildable outside of `unified-build` environment. r=sg
Differential Revision: https://phabricator.services.mozilla.com/D93793
2020-10-21 08:00:15 +00:00
Andi-Bogdan Postelnicu e872071d08 Bug 1671599 - Make `dom/canvas` buildable outside of `unified-build` environment. r=jgilbert
Differential Revision: https://phabricator.services.mozilla.com/D93753
2020-10-20 13:14:51 +00:00
Andi-Bogdan Postelnicu 7c4670b83d Bug 1671380 - Make `dom/cache` buildable outside of `unified-build` environment. r=sg
Differential Revision: https://phabricator.services.mozilla.com/D93642
2020-10-21 07:59:44 +00:00
Andi-Bogdan Postelnicu b623ec4803 Bug 1626584 - Make `dom/bindings` buildable outside of `unified-build` environment. r=sg
Differential Revision: https://phabricator.services.mozilla.com/D93641
2020-10-16 15:04:52 +00:00
Andi-Bogdan Postelnicu 2f17c5961e Bug 1626555 - Make `dom/base` buildable outside of `unified-build` environment. r=sg
Differential Revision: https://phabricator.services.mozilla.com/D93640
2020-10-19 12:18:01 +00:00
Henri Sivonen 065507e3dc Bug 1528937 - Test that taps are transformed correctly for out-of-process iframes. r=kats
Differential Revision: https://phabricator.services.mozilla.com/D36743
2020-10-21 11:50:35 +00:00
Lars T Hansen 4f2410846e Bug 1671062 - Canonicalize ARMHWCAP flags better. r=jandem
HasVFP() and HasVFPv3() are the only predicates checked by anyone, so
make sure they make sense:

Recognize "vfpv2" as an alias for vfp, because it is.

Make newer versions of vfp imply older versions, recursively.

Make sure that the vfp flag is set if we have any kind of floating
point support at all.

It's hard to test this in our framework because we need an environment
variable to be set, but I have manually verified that
ARMHWCAP=armv7,vfpv3 is sufficient to enable wasm on the simulator,
which it was not before (since vfpv3 did not imply vfp and wasm tests
for vfp only).

Differential Revision: https://phabricator.services.mozilla.com/D94265
2020-10-21 11:05:38 +00:00
Ben Delevingne 2dd4dbb9c9 Bug 1672347 - remove defer from devtools/shared/discovery/tests/xpcshell. r=Honza
Differential Revision: https://phabricator.services.mozilla.com/D94283
2020-10-21 10:59:32 +00:00
Jan de Mooij 79854d2dec Bug 1671812 - Don't specialize OSR phis as float32. r=iain
In GuessPhiType we skip the phi operand that has the incoming OSR value, but we
also need to ensure we don't specialize the phi as float32 or we risk loss of
precision.

The float32 optimization is pretty complicated. Hopefully this can be factored out
and simplified the coming months (bug 1655773).

Differential Revision: https://phabricator.services.mozilla.com/D93927
2020-10-19 16:53:53 +00:00
Masayuki Nakano b16b43c4eb Bug 1672303 - part 3: Get rid of "dom.inputevent.datatransfer.enabled" r=smaug
Depends on D94249

Differential Revision: https://phabricator.services.mozilla.com/D94250
2020-10-21 09:47:48 +00:00
Masayuki Nakano 85e3fc69f1 Bug 1672303 - part 2: Get rid of "dom.inputevent.data.enabled" r=smaug
Depends on D94248

Differential Revision: https://phabricator.services.mozilla.com/D94249
2020-10-21 09:47:05 +00:00
Masayuki Nakano 7c4b00cd70 Bug 1672303 - part 1: Get rid of "dom.inputevent.inputtype.enabled" r=smaug
Differential Revision: https://phabricator.services.mozilla.com/D94248
2020-10-21 09:46:37 +00:00
Jan-Erik Rediger ab2a17cac5 Bug 1672184 - Remove OS and device_* core metrics from FOG. r=chutten
These metrics are handled in glean-core internally or are optional anyway.
We accidentally overwrote them here.

Differential Revision: https://phabricator.services.mozilla.com/D94122
2020-10-20 16:28:42 +00:00
Gabriele Svelto 3a01d4b322 Bug 1672342 - Sort the fetch jobs files in alphabetical order r=sylvestre DONTBUILD
Differential Revision: https://phabricator.services.mozilla.com/D94278
2020-10-21 10:06:30 +00:00
Emilio Cobos Álvarez 8e65b3952e Bug 1672015 - Enable layout.css.is-and-where-better-error-recovery.enabled in all channels. r=boris
We know of no issues, let's enable it now that the beta merge is over.

Differential Revision: https://phabricator.services.mozilla.com/D94043
2020-10-21 01:08:56 +00:00
Simon Giesecke 85978fb483 Bug 1663924 - Use IDB_TRY in RenameIndexOp::DoDatabaseWork. r=dom-workers-and-storage-reviewers,ttung
Differential Revision: https://phabricator.services.mozilla.com/D93940
2020-10-21 09:36:52 +00:00
Simon Giesecke a7eeab8841 Bug 1663924 - Use IDB_TRY in DeleteIndexOp::DoDatabaseWork. r=dom-workers-and-storage-reviewers,ttung
Differential Revision: https://phabricator.services.mozilla.com/D93939
2020-10-21 09:28:10 +00:00
Simon Giesecke 841870e346 Bug 1663924 - Use IDB_TRY in CreateIndexOp::DoDatabaseWork. r=dom-workers-and-storage-reviewers,ttung
Differential Revision: https://phabricator.services.mozilla.com/D93938
2020-10-21 09:27:56 +00:00
Simon Giesecke bea88e02d6 Bug 1663924 - Use IDB_TRY in RenameObjectStoreOp::DoDatabaseWork. r=dom-workers-and-storage-reviewers,ttung
Differential Revision: https://phabricator.services.mozilla.com/D93937
2020-10-21 09:27:43 +00:00
Simon Giesecke 535b00e69e Bug 1663924 - Extract and reuse MakeAutoSavepointCleanupHandler. r=dom-workers-and-storage-reviewers,ttung
Differential Revision: https://phabricator.services.mozilla.com/D93935
2020-10-21 09:27:35 +00:00
Simon Giesecke 456365b587 Bug 1663924 - Use IDB_TRY in DeleteObjectStoreOp::DoDatabaseWork. r=dom-workers-and-storage-reviewers,ttung
Differential Revision: https://phabricator.services.mozilla.com/D93934
2020-10-21 09:27:21 +00:00
Valentin Gosu 68dfec208f Bug 1402014 - Make nsAHttpSegmentReader refcounted r=dragana,necko-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D93318
2020-10-21 07:06:35 +00:00
Matthew Gregan 5c30deb871 Bug 1670917 - Update cubeb_ops layout in MockCubeb. r=cubeb-reviewers,padenot
Differential Revision: https://phabricator.services.mozilla.com/D94202
2020-10-21 09:24:20 +00:00
Paul Adenot a16e8314ad Bug 1670917 - mach vendor rust. r=cubeb-reviewers,chunmin
Differential Revision: https://phabricator.services.mozilla.com/D93368
2020-10-21 09:24:14 +00:00
Paul Adenot 4c63253f90 Bug 1670917 - Update cubeb-related crates to match the new cubeb ABI. r=cubeb-reviewers,chunmin
Differential Revision: https://phabricator.services.mozilla.com/D93366
2020-10-20 20:03:19 +00:00
Paul Adenot 7327dec1f6 Bug 1670917 - Update audioipc to revision c474b0b. r=cubeb-reviewers,chunmin
Differential Revision: https://phabricator.services.mozilla.com/D93364
2020-10-20 20:03:24 +00:00
Paul Adenot 0ddc112415 Bug 1670917 - Add a pref to allow using raw WASAPI streams. Make it default to input-only raw streams. r=kinetik
Differential Revision: https://phabricator.services.mozilla.com/D93363
2020-10-20 20:03:26 +00:00
Paul Adenot f667ac98ae Bug 1670917 - Upstream build system and other bits from freebsd-ports. r=cubeb-reviewers,chunmin
This is the first two chunks in ed3dd55916/www/firefox/files/patch-cubeb-oss, from From: jbeich <jbeich@FreeBSD.org>. The rest of this patch file is now upstream.

This allows OSS users to drop a patch downstream.

Differential Revision: https://phabricator.services.mozilla.com/D93362
2020-10-20 20:03:29 +00:00
Paul Adenot 21e6a2be56 Bug 1670917 - Update libcubeb to a7e83aa. r=cubeb-reviewers,chunmin
Differential Revision: https://phabricator.services.mozilla.com/D93361
2020-10-20 20:03:33 +00:00
Paul Adenot 10babee128 Bug 1670917 - Add the new OSS backend for cubeb to update.sh. r=cubeb-reviewers,chunmin
Differential Revision: https://phabricator.services.mozilla.com/D93360
2020-10-20 20:03:31 +00:00
Jens Stutte 1da54e31c6 Bug 1544522: Add explicit error handling to SnapshotState r=kmag
Differential Revision: https://phabricator.services.mozilla.com/D91118
2020-10-21 08:58:23 +00:00
smolnar b70b9de731 Backed out changeset a5a35a205a44 (bug 1220810) for causing test_dns_offline and fontface-override-descriptor-getter-setter failures. CLOSED TREE 2020-10-21 13:00:01 +03:00
Simon Giesecke a167298b0c Bug 1663924 - Use IDB_TRY in UpdateRefcountFunction::ProcessValue. r=dom-workers-and-storage-reviewers,ttung
Differential Revision: https://phabricator.services.mozilla.com/D93933
2020-10-21 08:50:06 +00:00
Simon Giesecke a53260425d Bug 1663924 - Change KeyPath::SerializeToString to use a return value. r=dom-workers-and-storage-reviewers,ttung
Differential Revision: https://phabricator.services.mozilla.com/D93932
2020-10-21 08:45:17 +00:00
Simon Giesecke 197faf4ea1 Bug 1663924 - Use IDB_TRY in CreateObjectStoreOp::DoDatabaseWork. r=dom-workers-and-storage-reviewers,ttung
Differential Revision: https://phabricator.services.mozilla.com/D93931
2020-10-21 08:45:13 +00:00
Simon Giesecke 7d9d5a360b Bug 1663924 - Extract and reuse CloneFileAndAppend. r=dom-workers-and-storage-reviewers,ttung
Differential Revision: https://phabricator.services.mozilla.com/D93791
2020-10-21 08:45:06 +00:00
Simon Giesecke c64b2380da Bug 1663924 - Extract and reuse SnappyUncompressStructuredCloneData. r=dom-workers-and-storage-reviewers,ttung
Differential Revision: https://phabricator.services.mozilla.com/D93790
2020-10-21 08:45:03 +00:00