- Sep 19, 2017
-
-
ffxbld authored
-
Sebastian Hengst authored
MozReview-Commit-ID: gZsJeZjJjm
-
- Sep 18, 2017
-
-
Wes Kocher authored
MozReview-Commit-ID: FOmIgsEP2fb
-
Wes Kocher authored
MozReview-Commit-ID: EK8iFR1hSRp
-
Wes Kocher authored
MozReview-Commit-ID: BfHhfJKpOOE
-
Wes Kocher authored
MozReview-Commit-ID: GThhGRFgEld --HG-- extra : amend_source : 59f7e14d32adbfa72f5de2beb04cf67722b9b8fa
-
Henrik Skupin authored
MozReview-Commit-ID: 1CvdUz7Uti0
-
Gregory Szorc authored
Backed out changesets ef813898b5d3, ce228388aaf6, and c798f482b2c5 (bug 1396098) for violating TC cache constraints CLOSED TREE --HG-- extra : amend_source : 84120d6bacb5d72a9fbe41e4c3b405d63825da7c extra : histedit_source : 8320c2193761b745f10850055ee74a3c9ac73615%2Cfbc2a28d8c5004a53305ef858ca5aea4245691e0
-
Joel Maher authored
-
Jim Chen authored
Add a `window` parameter to all Prompt.jsm usages, so the prompt will appear in the correct window. This includes HelperAppDialog.js, which was preventing the download chooser dialog from appearing in a custom tab window. The patch also moves `getActiveDispatcher` from GeckoViewPermission to GeckoViewUtils, and makes several improvements to `getChromeWindow` and `getDispatcherForWindow`. Prompt.jsm now uses the active WindowDispatcher in the fallback scenario where we don't have a window. MozReview-Commit-ID: KpAFMCZzQZp
-
Eitan Isaacson authored
-
Jeff Gilbert authored
MozReview-Commit-ID: HB5p6Kt0zTb
-
Andrew Osmond authored
Bug 1389021 - Force CompositorManagerParent to close before shutting down the compositor thread. r=dvander,me
-
ffxbld authored
-
ffxbld authored
-
Sebastian Hengst authored
MozReview-Commit-ID: DYPstPArJWR
-
- Sep 15, 2017
-
-
Brad Werth authored
Bug 1400386: Skip reftest layout/reftests/font-face/font-display-1.html for being intermittent. r=aryx MozReview-Commit-ID: 9aEcZg94Ivk --HG-- extra : rebase_source : 37919c09ea8f9a2ae235ed66246ea26979e9ab4c
-
- Sep 18, 2017
-
-
Axel Hecht authored
MozReview-Commit-ID: 5SmOCzTZiqz --HG-- extra : rebase_source : 3f75fe0d8efc1fd7f4d671128790e2d0a0d43d57
-
- Sep 15, 2017
-
-
abhinav authored
Bug 1394323 - Remove overflow css rule for 'response-panel' as it prevents scrolling in Console 'Response' tab. r=nchevobbe MozReview-Commit-ID: GHbYuCfs9L --HG-- extra : rebase_source : 3daddc00d9e2cc724a3a68024514f64f8f49114e
-
Nathan Froyd authored
Now that we have a Docker image with newer library versions on it, we can move our builds over. The new images differ from the old CentOS-based images in two important ways, though: 1) The system compilers in the new image are new enough to be used as host compilers; additionally, our CentOS-built GCC compilers will not work. We need to change the Android mozconfigs to reflect that. We also need to change the Android tasks to not depend on the GCC toolchain builds. 2) In a similar fashion, we can use the system JDK; we no longer need to use the JDK from the Android NDK, which we had packaged up via the Android dependencies task. Both of these changes come with caveats: our l10n repack jobs continue to run on the CentOS-based images; l10n repacks have not been completely converted to Taskcluster. So we need to: 1) Retain the use of our custom GCC toolchain for HOST_CC/HOST_CXX on the CentOS-based images. 2) Retain the JDK packages in the tooltool manifests, and referencing them when we build on the CentOS-based images.
-
Nathan Froyd authored
This seems like the obvious thing to want to happen.
-
- Sep 18, 2017
-
-
Nick Alexander authored
CentOS 6 is pinned to glibc 2.12, but newer Android build-tools (like aapt) require glibc 2.14. It's not possible to safely upgrade CentOS 6 distributions to glibc 2.14. CentOS 7 is pinned to glibc 2.17, which is new enough for newer Android build-tools. However, I had great difficulty bringing forward our existing centos:6 Docker image to centos:7. In particular, installing recent enough Mercurial, git, Python, and pip versions was difficult enough that I elected to not pursue this approach. Instead, I've elected to follow glandium's suggestion from https://bugzilla.mozilla.org/show_bug.cgi?id=1370119#c5: base on Debian with snapshots.debian.org for reproducibility. The most significant changes here: - using Debian's snapshots repository - using Python and related tools provided by Debian and baked into the build image - using the JDK and JRE provided by Debian and baked into the build image, rather than versions from tooltool (or eventually a toolchain build) Moving the builds over to use this image will follow in the patches ahead.
-
Nick Alexander authored
The name `android-gradle-build` is an accident of history; let's rename it before we attempt major surgery on it. --HG-- rename : taskcluster/docker/android-gradle-build/Dockerfile => taskcluster/docker/android-build/Dockerfile rename : taskcluster/docker/android-gradle-build/README.md => taskcluster/docker/android-build/README.md rename : taskcluster/docker/android-gradle-build/REGISTRY => taskcluster/docker/android-build/REGISTRY rename : taskcluster/docker/android-gradle-build/VERSION => taskcluster/docker/android-build/VERSION rename : taskcluster/docker/android-gradle-build/buildprops.json => taskcluster/docker/android-build/buildprops.json rename : taskcluster/docker/android-gradle-build/dot-config/pip/pip.conf => taskcluster/docker/android-build/dot-config/pip/pip.conf rename : taskcluster/docker/android-gradle-build/oauth.txt => taskcluster/docker/android-build/oauth.txt
-
- Sep 15, 2017
-
-
Nick Alexander authored
No sense doing unnecessary work.
-
- Sep 18, 2017
-
-
Eitan Isaacson authored
-
Ryan VanderMeulen authored
-
Lee Salzman authored
MozReview-Commit-ID: JFvnANsTS0r
-
Ted Campbell authored
Parts of Spidermonkey expect the bytecode length to always be non-zero. Bug 1399373 shows crashes when this assumption fails. This patch moves the check closer to source of error. MozReview-Commit-ID: 8JROF2KCrNx
-
Aaron Klotz authored
MozReview-Commit-ID: JDSKZLgij83
-
Ryan VanderMeulen authored
-
Adam Gashlin authored
-
Ekanan Ketunuti authored
-
Rail Aliiev authored
Bug 1395697 - Do not generate bouncer entries for BZ2-compressed MAR files for beta and devedition. r=catlee MozReview-Commit-ID: 5L1Tk1dnicT
-
Kai Engert authored
Bug 1399100, enhance client.py to warn when a local patch is registered for nspr/nss, based on feedback from glandium, r=fkiefer
-
Kai Engert authored
Bug 1399100, temporarily expose an NSPR helper function, only for Firefox 57, feedback+=mcmanus, r=fkiefer This is an exception from the usual NSPR release upgrade process and essentially an agreed temporary fork, which will be undone for Firefox 58. This change isn't causing any harm, because the temporary API is used only for Windows, and only accessed using dynamic symbol lookup, so it will not cause any issue on operating systems that use a system-wide install copy of NSPR without the symbol. UPGRADE_NSPR_RELEASE
-
Kai Engert authored
UPGRADE_NSPR_RELEASE
-
- Sep 15, 2017
-
-
Axel Hecht authored
MozReview-Commit-ID: 3qF0i39CYjh --HG-- extra : rebase_source : 71465b8a634e1ddaacfddbf9a79adc925f3930b3
-
- Sep 18, 2017
-
-
Kevin Chen authored
MozReview-Commit-ID: AXY7IjhE1DV --HG-- extra : rebase_source : b3081033087b58bd7aeeba829edfe703d5f14782
-
Sebastian Hengst authored
Backed out changeset d928ad6475d2 (bug 1397229) for failing browser-chrome's browser/base/content/test/performance/browser_windowopen_reflows.js on Windows 7. r=backout
-
Sebastian Hengst authored
-