- 14 May, 2019 26 commits
-
-
Kartikaya Gupta authored
Bug 1545968 - Produce artifacts with the rust stdlib src and analysis data for consumption by searchfox. r=glandium Differential Revision: https://phabricator.services.mozilla.com/D28283 --HG-- extra : moz-landing-system : lando
-
Kartikaya Gupta authored
This makes the rust toolchain artifacts contain the rust stdlib as well, for use by searchfox. It does bring up the size of the toolchain artifact slightly - rustc.tar.xz file for the Linux/rust 1.34 job for example goes from 270483672 bytes to 273803148 bytes (1.23% larger) and the equivalent android tarball goes from 230503888 to 235698736 bytes (2.25% larger). Differential Revision: https://phabricator.services.mozilla.com/D28282 --HG-- extra : moz-landing-system : lando
-
Mark Striemer authored
Differential Revision: https://phabricator.services.mozilla.com/D30747 --HG-- extra : moz-landing-system : lando
-
Nihanth Subramanya authored
Differential Revision: https://phabricator.services.mozilla.com/D30921 --HG-- rename : browser/components/controlcenter/content/panel.inc.xul => browser/components/controlcenter/content/identityPanel.inc.xul extra : moz-landing-system : lando
-
Tom Tung authored
Bug 1535298 - Capture and ignore the exception for not having a host from a principal URI; r=janv,johannh Protocols, likes about:, moz-extension, ... etc, don't have a host. Thus, an exception will be returned if they are accessed. To avoid from that, this patch catches this bug a try-catch. Differential Revision: https://phabricator.services.mozilla.com/D29821 --HG-- extra : moz-landing-system : lando
-
Sean Feng authored
Differential Revision: https://phabricator.services.mozilla.com/D30212 --HG-- extra : moz-landing-system : lando
-
Sean Feng authored
Differential Revision: https://phabricator.services.mozilla.com/D30211 --HG-- extra : moz-landing-system : lando
-
Christoph Walcher authored
Added resend option in WebConsole Differential Revision: https://phabricator.services.mozilla.com/D30779 --HG-- extra : moz-landing-system : lando
-
Nathan Froyd authored
Having `rustc` be `rustup`'s wrapper for `rustc` means that we may silently honor `rustup`'s override mechanisms. We noticed this first on OS X, where we use the "real" `cargo` but `rustup`'s `rustc` wrapper, and problems ensued when `cargo` thought it was using one version of `rustc`, but actually wound up using something different. It seems better to avoid silently interposing `rustup`'s toolchain override mechanisms everywhere, rather than having to special-case OS X. So let's factor out a general mechanism for removing the wrappers `rustup` provides and use that for both `rustc` and `cargo`. The tests need adjusting because we weren't triggering the unwrapping cases before; we don't yet test the case where we really do need to unwrap. That test can be left for a future patch. Differential Revision: https://phabricator.services.mozilla.com/D29531 --HG-- extra : moz-landing-system : lando
-
Lee Salzman authored
Differential Revision: https://phabricator.services.mozilla.com/D30979 --HG-- extra : moz-landing-system : lando
-
Cosmin Sabou authored
-
Dão Gottwald authored
Bug 1515589 - Implement newlines="stripsurroundingwhitespace" behavior directly in UrlbarInput. r=mak Differential Revision: https://phabricator.services.mozilla.com/D31064 --HG-- extra : moz-landing-system : lando
-
Cosmin Sabou authored
-
Liang-Heng Chen authored
Differential Revision: https://phabricator.services.mozilla.com/D31045 --HG-- extra : moz-landing-system : lando
-
Belén Albeza authored
Differential Revision: https://phabricator.services.mozilla.com/D30491 --HG-- extra : moz-landing-system : lando
-
Vlad Baicu authored
Differential Revision: https://phabricator.services.mozilla.com/D29668 --HG-- extra : moz-landing-system : lando
-
Drew Willcoxon authored
Bug 1485288 - Fix intermittent browser/base/content/test/urlbar/browser_urlbarStop.js by waiting for URLBarSetURI to be called by using a progress listener. r=mak When the load is stopped, tabbrowser calls URLBarSetURI [1] and then calls onStateChange [2] on its progress listeners. That's the URLBarSetURI call that updates the urlbar value in this case. So to properly wait until the urlbar value has been updated, add our own progress listener in the test. [1] https://searchfox.org/mozilla-central/rev/cc280c4be94ff8cf64a27cc9b3d6831ffa49fa45/browser/base/content/tabbrowser.js#5036 [2] https://searchfox.org/mozilla-central/rev/cc280c4be94ff8cf64a27cc9b3d6831ffa49fa45/browser/base/content/tabbrowser.js#5071 Differential Revision: https://phabricator.services.mozilla.com/D31018 --HG-- extra : moz-landing-system : lando
-
Andrew McCreight authored
nsITaskbarTabPreview has a notxpcom method, so it has always been treated as builtinclass. This just makes it explicit. The same thing is true for nsIPrintSettingsWin, but as far as I can tell it is never actually used from JS, so I just removed the scriptable tag. Differential Revision: https://phabricator.services.mozilla.com/D30981 --HG-- extra : moz-landing-system : lando
-
Andrew McCreight authored
The second patch in bug 1518202 made it so that the reference to the browsing context is declared to the cycle collector after all. Differential Revision: https://phabricator.services.mozilla.com/D31001 --HG-- extra : moz-landing-system : lando
-
Nathan Froyd authored
We've not been checking the clang-cl version in use. This lack of checking is bad, for a couple of reasons: * Released versions of clang-cl differ drastically in their robustness; * Only the most recent version of clang-cl supports aarch64. We should check for a minimum version of clang-cl, just like our other supported compilers. As a bonus, we can then start depending on features that we know appear in the particular minimum clang-cl version. (The current patch is motivated by `/clang:` command-line support, but one could pick other things.) Differential Revision: https://phabricator.services.mozilla.com/D30723 --HG-- extra : moz-landing-system : lando
-
Edgar Chen authored
Bug 1551264 - Move user-initiated flag for form submission from HTMLFormElement to HTMLFormSubmission; r=smaug Differential Revision: https://phabricator.services.mozilla.com/D30945 --HG-- extra : moz-landing-system : lando
-
Honza Bambas authored
Bug 1548804 - Remove origin suffix isolation for proxy credentials when setting authentication cache entry, r=valentin Differential Revision: https://phabricator.services.mozilla.com/D30911 --HG-- extra : moz-landing-system : lando
-
arthur.iakab authored
Differential Revision: https://phabricator.services.mozilla.com/D31061 --HG-- extra : moz-landing-system : lando
-
Yura Zenevich authored
Differential Revision: https://phabricator.services.mozilla.com/D30596 --HG-- extra : moz-landing-system : lando
-
Yura Zenevich authored
Bug 1550542 - ensure expanded/collapsed state is set the focusable header element in accordion rather than the list item. r=mtigley Differential Revision: https://phabricator.services.mozilla.com/D30595 --HG-- extra : moz-landing-system : lando
-
Yura Zenevich authored
Differential Revision: https://phabricator.services.mozilla.com/D30594 --HG-- extra : moz-landing-system : lando
-
- 09 May, 2019 2 commits
-
-
Honza Bambas authored
Differential Revision: https://phabricator.services.mozilla.com/D30510 --HG-- extra : moz-landing-system : lando
-
Honza Bambas authored
Differential Revision: https://phabricator.services.mozilla.com/D30364 --HG-- extra : moz-landing-system : lando
-
- 08 May, 2019 1 commit
-
-
Honza Bambas authored
Differential Revision: https://phabricator.services.mozilla.com/D30382 --HG-- extra : moz-landing-system : lando
-
- 14 May, 2019 1 commit
-
-
Mathieu Leplatre authored
Differential Revision: https://phabricator.services.mozilla.com/D31005 --HG-- extra : moz-landing-system : lando
-
- 13 May, 2019 1 commit
-
-
alexandru.ionescu authored
Differential Revision: https://phabricator.services.mozilla.com/D30915 --HG-- extra : moz-landing-system : lando
-
- 14 May, 2019 2 commits
-
-
Mihai Alexandru Michis authored
Backed out changeset c4b0bd61050b (bug 1541404) Backed out changeset 760cc10c63b0 (bug 1541404) --HG-- extra : rebase_source : 3091181fa6591dc2e6706d0bd0358e67490088d2
-
Gregory Mierzwinski authored
This patch fixes the suite names used for the baseline coverage tests. Differential Revision: https://phabricator.services.mozilla.com/D31011 --HG-- extra : moz-landing-system : lando
-
- 07 May, 2019 1 commit
-
-
Matthew Gaudet authored
- sm-shell: Selects shell only test cases that shouldn't require a full browser build. - sm-all: Selects test cases that may require a full browser build. Differential Revision: https://phabricator.services.mozilla.com/D28994 --HG-- extra : moz-landing-system : lando
-
- 14 May, 2019 2 commits
-
-
Andi-Bogdan Postelnicu authored
Bug 1503453 - re-enable static-analysis autotest on win64 platform after migrating to clang-tidy 8. r=sylvestre Also for checker `modernize-avoid-bind` export the respective reliability index from config.yaml Differential Revision: https://phabricator.services.mozilla.com/D30904 --HG-- extra : moz-landing-system : lando
-
Matthew Wacha authored
Bug 1375463 - Move contextmenu related tests into browser/base/content/test/contextMenu. r=Standard8 Differential Revision: https://phabricator.services.mozilla.com/D21916 --HG-- rename : browser/base/content/test/general/browser_contextmenu.js => browser/base/content/test/contextMenu/browser_contextmenu.js rename : browser/base/content/test/general/browser_contextmenu_childprocess.js => browser/base/content/test/contextMenu/browser_contextmenu_childprocess.js rename : browser/base/content/test/general/browser_contextmenu_input.js => browser/base/content/test/contextMenu/browser_contextmenu_input.js rename : browser/base/content/test/general/contextmenu_common.js => browser/base/content/test/contextMenu/contextmenu_common.js rename : browser/base/content/test/general/ctxmenu-image.png => browser/base/content/test/contextMenu/ctxmenu-image.png rename : browser/base/content/test/general/subtst_contextmenu.html => browser/base/content/test/contextMenu/subtst_contextmenu.html rename : browser/base/content/test/general/subtst_contextmenu_input.html => browser/base/content/test/contextMenu/subtst_contextmenu_input.html rename : browser/base/content/test/general/subtst_contextmenu_xul.xul => browser/base/content/test/contextMenu/subtst_contextmenu_xul.xul extra : moz-landing-system : lando
-
- 13 May, 2019 1 commit
-
-
Florens Verschelde authored
Differential Revision: https://phabricator.services.mozilla.com/D29966 --HG-- extra : moz-landing-system : lando
-
- 14 May, 2019 3 commits
-
-
alexandru.ionescu authored
Bug 1549669 - [raptor] Handle "--disable-e10s" argument to avoid causing fennec tests to fail r=perftest-reviewers,whimboo,ahal,rwood Differential Revision: https://phabricator.services.mozilla.com/D30171 --HG-- extra : moz-landing-system : lando
-
Boris Zbarsky authored
Differential Revision: https://phabricator.services.mozilla.com/D31022 --HG-- extra : moz-landing-system : lando
-
Boris Zbarsky authored
Differential Revision: https://phabricator.services.mozilla.com/D31020 --HG-- extra : moz-landing-system : lando
-