- 09 Sep, 2020 4 commits
-
-
Mozilla Releng Treescript authored
eo -> 58d0932ca58f1aaecd28127f46c2b676d0e8e588
-
Mozilla Releng Treescript authored
No bug - Tagging 0218c1751126fd28df953d37fb611a82362f9e56 with DEVEDITION_81_0b8_RELEASE a=release CLOSED TREE DONTBUILD
-
Mozilla Releng Treescript authored
-
Mozilla Releng Treescript authored
No bug - Tagging 0218c1751126fd28df953d37fb611a82362f9e56 with FIREFOX_81_0b8_RELEASE a=release CLOSED TREE DONTBUILD
-
- 08 Sep, 2020 2 commits
-
-
Mozilla Releng Treescript authored
an -> 4127c4d3b3bee64f0029e36efc557e00f92764da
-
Bogdan Tara authored
-
- 25 Aug, 2020 1 commit
-
-
Aki Sasaki authored
Bug 1661022 - add trailing slash to pypi.pub.b.m.o/pub r=releng-reviewers,bhearsum a=release DONTBUILD Differential Revision: https://phabricator.services.mozilla.com/D88181
-
- 08 Sep, 2020 5 commits
-
-
Mozilla Releng Treescript authored
an -> 1e5d9eeae353851ad25f4231f0fe36bce2f6746e hsb -> c75f9f9b3b92bd8ebe2bccce2ac7f497db32a9d6
-
Mozilla Releng Treescript authored
No bug - Tagging 0218c1751126fd28df953d37fb611a82362f9e56 with FIREFOX_81_0b8_BUILD1 a=release CLOSED TREE DONTBUILD
-
Mozilla Releng Treescript authored
No bug - Tagging 0218c1751126fd28df953d37fb611a82362f9e56 with DEVEDITION_81_0b8_BUILD1 a=release CLOSED TREE DONTBUILD
-
Mozilla Releng Treescript authored
ro -> f54e44260aef2be0d0a5b3c2d04af1beb4961f9f
-
Ryan VanderMeulen authored
Backed out changeset 1cd6d2f9a603 (bug 1497249) Backed out changeset 2502449c2e24 (bug 1497249) Backed out changeset 432c7e9dc19f (bug 1497249)
-
- 02 Sep, 2020 1 commit
-
-
Dan Mosedale authored
Differential Revision: https://phabricator.services.mozilla.com/D89005
-
- 07 Sep, 2020 2 commits
-
-
Jonathan Watt authored
Bug 1663538. Register the new print preview UI telemetry probes for the correct process. r=emilio, a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D89401
-
Jonathan Kew authored
Differential Revision: https://phabricator.services.mozilla.com/D89300
-
- 06 Sep, 2020 1 commit
-
-
Emilio Cobos Álvarez authored
Cloning of the nested documents should be recursive, I am dum dum. Differential Revision: https://phabricator.services.mozilla.com/D89313
-
- 07 Sep, 2020 1 commit
-
-
Masayuki Nakano authored
Bug 1661893 - Make `WhiteSpaceVisibilityKeeper::ReplaceText()` refer replacing range end information to consider whether the last ASCII white-space of inserting string should be replaced with an NBSP or not. r=m_kato, a=RyanVM This is simple mistake of the patch: https://phabricator.services.mozilla.com/D82286 The method refers start of replacing range to consider whether replace or keep last ASCII white-space of inserting string, but it should refer the end of the replacing range, of course. Differential Revision: https://phabricator.services.mozilla.com/D89124
-
- 06 Sep, 2020 1 commit
-
-
Emilio Cobos Álvarez authored
Not really a fan of this, but I can't think of a better alternative really... Ideas welcome :) The main issue is that in bug 1662975 we made window.print() not return until the user has closed the print / print preview dialog (as it is needed for some use cases). This matches other browsers, too. We use an nsAutoSyncOperation here, in order not to violate the run-to-completion invariants, which turns off micro-tasks, timers, etc... However we'd still want promises inside mozPrintCallback to resolve and such, which is a bit contradictory. It is really awkward to have this behavior change based on whether we have a print callback... Differential Revision: https://phabricator.services.mozilla.com/D89298
-
- 04 Sep, 2020 1 commit
-
-
stransky authored
Differential Revision: https://phabricator.services.mozilla.com/D89194
-
- 02 Sep, 2020 2 commits
-
-
Olli Pettay authored
This is a guess fix based on possible reason for the crash. Use of AutoScriptBlocker would be one option too, but better to return as early as possible. Differential Revision: https://phabricator.services.mozilla.com/D88808
-
Scott authored
Differential Revision: https://phabricator.services.mozilla.com/D88642
-
- 28 Aug, 2020 2 commits
-
-
André Bargull authored
Bug 1660599: Only StoreDenseElementHole with handleAdd=true guarantees writable array length. r=jandem, a=RyanVM We can only assert that the array length is writable for the `handleTrue = true` case. This also requires to reintroduce the writable array length check to the Ion IC code. Added tests to cover multiple scenarios where the StoreDenseElementHole IC is used. Differential Revision: https://phabricator.services.mozilla.com/D88031
-
Ryan VanderMeulen authored
Differential Revision: https://phabricator.services.mozilla.com/D88300
-
- 02 Sep, 2020 2 commits
-
-
Nicolas Chevobbe authored
Move the function taking care of closing the Browser Console to shared-head so we can close it before closing the tabs opened during the test. While attaching the worker, check that the Worker Debugger isn't closed, and if it is, reject the promise. On the target list, catch rejection while attaching and simply bail out so we don't call the rest of the code in onTargetAvailable. Those guards are not enough to prevent any failure while attaching, so we're wrapping calls to `attachAndInitThread`/`_onThreadInitialized` in try/catch blocks to avoid test failures. Differential Revision: https://phabricator.services.mozilla.com/D88766
-
Nicolas Chevobbe authored
At the moment, we don't have any guards in the targetList to _not_ execute the creation/destruction listeners once the toolbox gets destroyed. We only have a stopListening function on the targetList that is called when we close the toolbox, but we can't rely only on that since it's also called when doing a target switch (and working around that is very racy). One solution would be to follow the common pattern we have everywhere by having a destroy method that we would check before trying to call the listeners callback. This might help with intermittent test failures. Differential Revision: https://phabricator.services.mozilla.com/D88765
-
- 07 Sep, 2020 1 commit
-
-
ffxbld authored
Differential Revision: https://phabricator.services.mozilla.com/D89381
-
- 08 Sep, 2020 10 commits
-
-
Mozilla Releng Treescript authored
fr -> 4c7fb8aea3e5bd26ae579f105362721284b96372
-
Mozilla Releng Treescript authored
cy -> 35b655fc946e6cc85c5d79577965bfa7b2704e96
-
Mozilla Releng Treescript authored
br -> 0dbd6b106feecf06db01fa334ac8a05633dd9eb7 ru -> 98773ac251925b2715c7b45cc36839eb2418ee9a
-
Mozilla Releng Treescript authored
br -> 1a563e44f8baa0b241016204c19c2ba9a7ff7b3c
-
Mozilla Releng Treescript authored
fr -> 62aba4494e21bd3aa539b7cbbf58ffadb57f7fdf
-
Mozilla Releng Treescript authored
el -> 0c20021d80d602673de63b76e9aec4e1a1821e8b
-
Mozilla Releng Treescript authored
cak -> 7f213740a2133717419382ef83065299c6c0929b
-
Mozilla Releng Treescript authored
cak -> 8d175cb748faf3a68e85e97f3a9b5fc46c29e54c
-
Mozilla Releng Treescript authored
cak -> 25ecbb0af268c531a7180e67c689b5aa71db2468
-
Mozilla Releng Treescript authored
cak -> 366f8cdb31b9cac3be89a523b6822e7dbd221f81 eo -> 8dfb195e7695b089ba49ecd0986e22a4f929bacc
-
- 07 Sep, 2020 4 commits
-
-
Mozilla Releng Treescript authored
el -> f6faf910ef7b7b20a2e440eb276f60abc56f3333
-
Mozilla Releng Treescript authored
el -> e0f3d51f67dcadb1d879283adb66fe3e44d53b21 gl -> 02be54ba4d966e4837ef474bbf1cd5addc6b148f
-
Mozilla Releng Treescript authored
gl -> cce1e86558563766e2504ceff410763e879e5779
-
Mozilla Releng Treescript authored
eo -> 51b5471f510ea641b3342a378a4afe37ac85c652 nn-NO -> 80c5b5309764cd5b0972eb63fa3d80481a9e4677
-