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

696467 Коммитов

Автор SHA1 Сообщение Дата
Julian Descottes d58c991801 Bug 1621576 - Add a linter rule to check unbalanced addObserver/removeObserver r=Standard8
Depends on D66369

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

--HG--
extra : moz-landing-system : lando
2020-03-16 12:42:54 +00:00
Emilio Cobos Álvarez 14521d064e Bug 1622093 - Fix print reftests. r=dholbert
These have been broken for a while, because we don't run them on automation...

The way we import PDFJS in reftest.jsm was broken. And PDFJS updates caused
breakage.

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

--HG--
extra : moz-landing-system : lando
2020-03-16 04:35:14 +00:00
Bogdan Tara 9203594032 Backed out changeset 9e74186c74f2 (bug 1616040) for browser_net_complex-params.js & browser_net_post-data-04.js failures CLOSED TREE 2020-03-16 14:25:18 +02:00
André Bargull 25628466f0 Bug 1618258 - Part 5: Update test262 exclusion list. r=jonco
Differential Revision: https://phabricator.services.mozilla.com/D66934

--HG--
extra : moz-landing-system : lando
2020-03-16 12:04:33 +00:00
André Bargull 03597dcc80 Bug 1618258 - Part 4: Update test262 March 2020. r=jonco
Differential Revision: https://phabricator.services.mozilla.com/D66933

--HG--
extra : moz-landing-system : lando
2020-03-16 10:42:37 +00:00
André Bargull 26efc2e5d6 Bug 1618258 - Part 3: Update test262 features. r=jonco
Differential Revision: https://phabricator.services.mozilla.com/D66932

--HG--
extra : moz-landing-system : lando
2020-03-16 10:42:00 +00:00
André Bargull 6b3564cef8 Bug 1618258 - Part 2: Rename FinalizationGroup to FinalizationRegistry in test files. r=jonco
Differential Revision: https://phabricator.services.mozilla.com/D66931

--HG--
rename : js/src/jit-test/tests/gc/finalizationGroup-ccw.js => js/src/jit-test/tests/gc/finalizationRegistry-ccw.js
rename : js/src/jit-test/tests/gc/finalizationGroup-gray.js => js/src/jit-test/tests/gc/finalizationRegistry-gray.js
rename : js/src/jit-test/tests/gc/finalizationGroup-oom1.js => js/src/jit-test/tests/gc/finalizationRegistry-oom1.js
rename : js/src/jit-test/tests/gc/finalizationGroup-oom2.js => js/src/jit-test/tests/gc/finalizationRegistry-oom2.js
rename : js/src/jit-test/tests/gc/finalizationGroup-oom3.js => js/src/jit-test/tests/gc/finalizationRegistry-oom3.js
rename : js/src/jit-test/tests/gc/finalizationGroup-oom4.js => js/src/jit-test/tests/gc/finalizationRegistry-oom4.js
rename : js/src/jit-test/tests/gc/finalizationGroup-records-not-initialized.js => js/src/jit-test/tests/gc/finalizationRegistry-records-not-initialized.js
rename : js/src/jit-test/tests/gc/finalizationGroup.js => js/src/jit-test/tests/gc/finalizationRegistry.js
rename : js/xpconnect/tests/mochitest/finalizationGroup_worker.js => js/xpconnect/tests/mochitest/finalizationRegistry_worker.js
rename : js/xpconnect/tests/mochitest/test_finalizationGroup.html => js/xpconnect/tests/mochitest/test_finalizationRegistry.html
rename : js/xpconnect/tests/mochitest/test_finalizationGroupInWorker.html => js/xpconnect/tests/mochitest/test_finalizationRegistryInWorker.html
extra : moz-landing-system : lando
2020-03-16 10:41:28 +00:00
André Bargull 0105311d41 Bug 1618258 - Part 1: Rename FinalizationGroup to FinalizationRegistry. r=jonco
Differential Revision: https://phabricator.services.mozilla.com/D66930

--HG--
rename : js/src/builtin/FinalizationGroupObject.cpp => js/src/builtin/FinalizationRegistryObject.cpp
rename : js/src/builtin/FinalizationGroupObject.h => js/src/builtin/FinalizationRegistryObject.h
rename : js/src/gc/FinalizationGroup.cpp => js/src/gc/FinalizationRegistry.cpp
extra : moz-landing-system : lando
2020-03-16 10:41:08 +00:00
sankalp_sans a3884579cc Bug 1424863 - Copying CSS Rules from the Devtools Inspector inserts empty lines between rules r=rcaliman
Differential Revision: https://phabricator.services.mozilla.com/D66899

--HG--
extra : moz-landing-system : lando
2020-03-16 11:48:42 +00:00
Alexandre Poirot 92e8745890 Bug 1622219 - Stop returning any value from ThreadActor.attach. r=jdescottes
We weren't actually returning any value.
The only case when we return something is when the RDP method throws and return
an object response with an "error" attribute.
I imagine this has been refactored incorectly from old style actor to protocol.js.
We should throw in case of errors if we want to transfer a RDP message with "error" attribute.

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

--HG--
extra : moz-landing-system : lando
2020-03-16 11:37:52 +00:00
Alexandre Poirot 69614d0bdc Bug 1622219 - Return only the thread front from Target.attachThread. r=jdescottes
Differential Revision: https://phabricator.services.mozilla.com/D65124

--HG--
extra : moz-landing-system : lando
2020-03-16 11:37:47 +00:00
Alexandre Poirot f409f12829 Bug 1622219 - Remove unecessary attributes set on Target classes related to thread front. r=jdescottes
Differential Revision: https://phabricator.services.mozilla.com/D65123

--HG--
extra : moz-landing-system : lando
2020-03-16 11:37:50 +00:00
Dan Minor b95b4bbc29 Bug 1619484 - Add missing overload of OnMouseCursorPosition; r=ng
It looks like the overload of OnMouseCursorPosition which actually sets the
cursor_state_ member was somehow missed during the last webrtc.org update.
This overload is present in branch 64 upstream, but has subsequently been
removed.

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

--HG--
extra : moz-landing-system : lando
2020-03-14 06:38:05 +00:00
Andreea Pavel 43ef099e3f Backed out 4 changesets (bug 1619622, bug 1622219) for failing dt at browser_dbg-browser-content-toolbox.js on a CLOSED TREE
Backed out changeset ee78eb11695d (bug 1619622)
Backed out changeset f83aee4ecf04 (bug 1622219)
Backed out changeset 6616e4b92e83 (bug 1622219)
Backed out changeset 48d662255ed1 (bug 1622219)
2020-03-16 13:33:51 +02:00
alexuwa 47850abb41 Bug 1622248 - replace BrowserTestUtils.waitForCondition with TestUtils.waitForCondition in browser_appmenu.js. r=prathiksha
Differential Revision: https://phabricator.services.mozilla.com/D66870

--HG--
extra : moz-landing-system : lando
2020-03-16 11:20:42 +00:00
AminaKenessova b4adf04b4a Bug 1622244 - Replace BrowserTestUtils.waitForCondition with TestUtils.waitForCondition in browser_bug581253.js. r=prathiksha
Differential Revision: https://phabricator.services.mozilla.com/D66908

--HG--
extra : moz-landing-system : lando
2020-03-16 11:11:51 +00:00
meenohara 3b7b201601 Bug 1622247 Replace BrowserTestUtils.waitForCondition with TestUtils.waitForCondition in browser_page_action_menu.js r=prathiksha
Differential Revision: https://phabricator.services.mozilla.com/D66863

--HG--
extra : moz-landing-system : lando
2020-03-16 10:58:54 +00:00
Mihai Alexandru Michis f5441db092 Bug 1621702 - Update expectations for open-features-non-integer-height.html and subtests on win 7 devedition. r=hsivonen
Differential Revision: https://phabricator.services.mozilla.com/D66779

--HG--
extra : moz-landing-system : lando
2020-03-16 10:15:53 +00:00
Nicolas Chevobbe bcf338ce21 Bug 1619924 - Fix instant evaluation result when dismissing popup suggestion. r=Honza.
There was a bug if you had a given item selected in the
autocomplete popup, but would then type a character that
would dismiss the popup.
This was because of an extra check that was made in the
reducer to ensure that the result of an eager evaluation
was matching the expression that requested it.
This check was here from the beginning of eager evaluation,
but isn't needed anymore as we have some guarantee of order
for the eager evaluation.

A test case is added to ensure this is working as expected.

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

--HG--
extra : moz-landing-system : lando
2020-03-16 10:39:53 +00:00
Hubert Boma Manilla 039293fd74 Bug 1621928 - Persist the filter text r=Honza
Differential Revision: https://phabricator.services.mozilla.com/D66823

--HG--
extra : moz-landing-system : lando
2020-03-16 07:06:42 +00:00
Marco Bonardo b9072f2115 Bug 1621168 - Add a way to validate an origin suffix against the public suffix list. r=valentin,dragana
Differential Revision: https://phabricator.services.mozilla.com/D66146

--HG--
extra : moz-landing-system : lando
2020-03-12 15:17:56 +00:00
Hubert Boma Manilla 8db5b309ca Bug 1616040 - Close the plain request payload section when the json section is open r=Honza
- For perfomance reasons the payload section should be closed when the json section is avaliable
	- Added a test for the collapsed payload section

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

--HG--
extra : moz-landing-system : lando
2020-03-16 07:19:38 +00:00
Bogdan Tara c60fd3fdd2 Backed out 4 changesets (bug 1613985) for causing build bustages CLOSED TREE
Backed out changeset fba0caac746c (bug 1613985)
Backed out changeset 8605d7a19107 (bug 1613985)
Backed out changeset 41e858fbf235 (bug 1613985)
Backed out changeset 847433cf1e0a (bug 1613985)
2020-03-16 12:41:41 +02:00
Bogdan Tara 1f6a3c6e4a Backed out changeset 1b366cf1e157 (bug 1617168) for bustages complaining about optional-chain.js CLOSED TREE 2020-03-16 12:38:44 +02:00
Marco Bonardo 2dc20c6432 Bug 1621328 - Move CreateExposableURI into nsIOService. r=Gijs,mayhemer
Differential Revision: https://phabricator.services.mozilla.com/D66269

--HG--
extra : moz-landing-system : lando
2020-03-13 12:44:36 +00:00
Simon Giesecke b0852dd36d Bug 1617170 - Pull up parts of FileManager that are used by FileInfo into FileManagerBase. r=janv,dom-workers-and-storage-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D65115

--HG--
extra : moz-landing-system : lando
2020-03-16 09:50:38 +00:00
Simon Giesecke cbe93e61b5 Bug 1617170 - Make AsyncDeleteFile a member function of FileManager. r=janv,dom-workers-and-storage-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D65114

--HG--
extra : moz-landing-system : lando
2020-03-16 09:49:47 +00:00
Simon Giesecke 41aad46d13 Bug 1617170 - Get rid of CustomCleanupCallback and replace by call into FileManager. r=dom-workers-and-storage-reviewers,janv
Differential Revision: https://phabricator.services.mozilla.com/D64345

--HG--
extra : moz-landing-system : lando
2020-03-16 09:48:46 +00:00
Simon Giesecke 4ee6a1b89b Bug 1617170 - Make GetFileForFileInfo a non-static member function. r=dom-workers-and-storage-reviewers,janv
Differential Revision: https://phabricator.services.mozilla.com/D64344

--HG--
extra : moz-landing-system : lando
2020-03-16 09:48:02 +00:00
Ken VanDine 7b5a22d7e2 Bug 1622282 - Find files provided by the base and platform snap and ensure they aren't duplicated in this snap r=jlorenzo
Differential Revision: https://phabricator.services.mozilla.com/D66778

--HG--
extra : moz-landing-system : lando
2020-03-13 16:28:08 +00:00
Alexandre Poirot 657b34c5cf Bug 1619622 - Use the TargetList to fetch content process targets in the Debugger. r=jdescottes
Differential Revision: https://phabricator.services.mozilla.com/D65125

--HG--
extra : moz-landing-system : lando
2020-03-13 10:44:22 +00:00
Alexandre Poirot 9a3be4d3ab Bug 1622219 - Stop returning any value from ThreadActor.attach. r=jdescottes
We weren't actually returning any value.
The only case when we return something is when the RDP method throws and return
an object response with an "error" attribute.
I imagine this has been refactored incorectly from old style actor to protocol.js.
We should throw in case of errors if we want to transfer a RDP message with "error" attribute.

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

--HG--
extra : moz-landing-system : lando
2020-03-13 12:26:13 +00:00
Alexandre Poirot 3130556e78 Bug 1622219 - Return only the thread front from Target.attachThread. r=jdescottes
Differential Revision: https://phabricator.services.mozilla.com/D65124

--HG--
extra : moz-landing-system : lando
2020-03-13 12:26:13 +00:00
Alexandre Poirot 55a147d97a Bug 1622219 - Remove unecessary attributes set on Target classes related to thread front. r=jdescottes
Differential Revision: https://phabricator.services.mozilla.com/D65123

--HG--
extra : moz-landing-system : lando
2020-03-13 12:26:13 +00:00
sonakshi 70f58c425c Bug 1622623 - Removed unused header URIParams from PDataChannel.ipdl r=valentin
Differential Revision: https://phabricator.services.mozilla.com/D66925

--HG--
extra : moz-landing-system : lando
2020-03-16 09:59:23 +00:00
Simon Giesecke 554d54a0be Bug 1613985 - Use default for equivalent-to-default constructors/destructors in security. r=rrelyea
Differential Revision: https://phabricator.services.mozilla.com/D65499

--HG--
extra : moz-landing-system : lando
2020-03-16 09:57:45 +00:00
Simon Giesecke 1bdb56207c Bug 1613985 - Use default for equivalent-to-default constructors/destructors in storage. r=asuth
Differential Revision: https://phabricator.services.mozilla.com/D65498

--HG--
extra : moz-landing-system : lando
2020-03-16 09:07:54 +00:00
Simon Giesecke d77407a756 Bug 1613985 - Use default for equivalent-to-default constructors/destructors in js. r=jorendorff
Differential Revision: https://phabricator.services.mozilla.com/D65493

--HG--
extra : moz-landing-system : lando
2020-03-16 09:38:17 +00:00
Simon Giesecke 2d961c08ab Bug 1613985 - Use default for equivalent-to-default constructors/destructors in widget. r=jmathies
Differential Revision: https://phabricator.services.mozilla.com/D66012

--HG--
extra : moz-landing-system : lando
2020-03-16 09:14:12 +00:00
yulia 18aaed0106 Bug 1617168 - handle DeleteOptionalChainExpr and OptionalExpr in emitOptionalTree; r=jorendorff
Differential Revision: https://phabricator.services.mozilla.com/D63837

--HG--
extra : moz-landing-system : lando
2020-03-11 21:41:10 +00:00
devRD 7b6a35da51 Bug 1618477 - The permissions prompt is not displayed by clicking on the control sharing panel. r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D66381

--HG--
extra : moz-landing-system : lando
2020-03-16 09:22:29 +00:00
Christoph Kerschbaumer 8e374dc349 Bug 1141959: Test nsIPrincipal.origin treats IPv6 host correctly.r=tjr
Differential Revision: https://phabricator.services.mozilla.com/D66056

--HG--
extra : moz-landing-system : lando
2020-03-13 16:00:39 +00:00
Kartikaya Gupta 532519f8b2 Bug 1622256 - Remove unnecessary parentheses producing compiler warning. r=kvark
Depends on D66769

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

--HG--
extra : moz-landing-system : lando
2020-03-14 04:21:23 +00:00
Kartikaya Gupta f2d9f42c06 Bug 1622256 - Use Display trait instead of Error::description. r=kinetik
Depends on D66768

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

--HG--
extra : moz-landing-system : lando
2020-03-16 02:15:56 +00:00
Kartikaya Gupta efe00bc617 Bug 1622256 - Replace use of description() with to_string(). r=kvark,jrmuizel
Depends on D66767

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

--HG--
extra : moz-landing-system : lando
2020-03-14 04:21:22 +00:00
Kartikaya Gupta 815a0c36ff Bug 1622256 - Remove usage of deprecated Error::description. r=jgraham,webdriver-reviewers
Depends on D66766

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

--HG--
extra : moz-landing-system : lando
2020-03-14 04:21:22 +00:00
Kartikaya Gupta b94a7e4f32 Bug 1622256 - Remove deprecated Error::description and use Display trait instead. r=jgraham,webdriver-reviewers
Depends on D66765

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

--HG--
extra : moz-landing-system : lando
2020-03-14 04:21:22 +00:00
Kartikaya Gupta 763458cb65 Bug 1622256 - Remove unnecessary parentheses around block return value. r=kinetik
This causes compiler warnings which makes the build fail.

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

--HG--
extra : moz-landing-system : lando
2020-03-16 08:40:42 +00:00
Kartikaya Gupta 5626457b9b Bug 1622256 - Remove deprecated Error::description implementation. r=jgraham,webdriver-reviewers
The Display trait is already implemented a few lines up.

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

--HG--
extra : moz-landing-system : lando
2020-03-14 04:21:21 +00:00
luma 0c36015ef2 Bug 1615071 - Add Let's Encrypt's CT logs to certviewer. r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D66898

--HG--
extra : moz-landing-system : lando
2020-03-16 08:34:28 +00:00