Read-only Git mirror of the Mercurial gecko repositories at https://hg.mozilla.org. How to contribute: https://firefox-source-docs.mozilla.org/contributing/contribution_quickref.html
Go to file
Chris Manchester d69003537d Bug 1498031 - Merge code paths for running configure between Tup and Make based backends. r=firefox-build-system-reviewers,mshal
This addresses a related issue along the way: a build that results in running
configure would not update the value of self.config_environment (and therefore
self.substs) as seen from the build driver, so out of date values would have
been used.

The changes to Makefile.in and client.mk made exploit the assumption that by
he time anything in the Make build is running, config.status is up to date.
Users running "make" without the benefit of "mach" will need to manually run
configure when necessary in order to take this into account.

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

--HG--
extra : moz-landing-system : lando
2018-10-16 22:21:36 +00:00
.cargo
.vscode Bug 1493017 - Tweak vscode tasks.json problemMatcher regexes to handle clang/Windows output - r=jya 2018-09-21 10:00:59 +00:00
accessible Bug 1498734 - Always compute angle values to degrees. r=xidorn 2018-10-13 00:41:03 +00:00
browser Bug 1499474 - Check if the element has textContent before falling back to TestUtils.waitForCondition. r=MattN 2018-10-16 20:04:38 +00:00
build Backed out changeset 91300d29898b (bug 1489443) for MinGW build bustages. CLOSED TREE 2018-10-13 02:17:15 +03:00
caps Bug 1498885 - Assertion added in ContentSecurityPolicyPermitsJSAction() to not allow eval with SystemPrincipal r=ckerschb 2018-10-15 08:02:04 +00:00
chrome Bug 1491394 - Update callsites to use new mozILocaleService API. r=jfkthame 2018-09-21 15:30:37 +00:00
config Bug 1414287 - Use a 64-bits clang-cl for 32-bits static analysis builds r=dmajor 2018-10-10 17:53:06 +00:00
db Bug 1491671 - Upgrade to SQLite 3.25.1. r=mak 2018-09-19 13:28:02 +00:00
devtools Bug 1495551 - Rename all "tab client" occurences to "target front". r=jdescottes 2018-10-16 18:45:33 +00:00
docshell Backed out changeset 1119f9458b5d (bug 1484255) for browser_aboutCertError_telemetry.js failures CLOSED TREE 2018-10-16 03:33:42 +03:00
dom Bug 1498831: Exclude ID_GetFileAttributesW enum from Windows builds without MOZ_SANDBOX (r=jmathies) 2018-10-16 11:48:51 +00:00
editor Bug 1484126 - part 21: Rewrite some loops in HTMLTableEditor.cpp with CellData::NextColumnIndex() or CellData::NextRowIndex() r=m_kato 2018-10-16 01:10:44 +00:00
embedding
extensions Bug 1494127 - Fix trivial calls to do_QueryInterface that return an nsresult r=smaug 2018-10-01 21:38:43 +00:00
gfx Bug 1495892 - Aggregates in c++2a can't have deleted ctors. r=dholbert 2018-10-16 19:39:37 +00:00
gradle/wrapper
hal
image Bug 1256603. Change MultipartImage to use RequestDecode instead of GetFrame to avoid marking the frame as used. r=aosmond 2018-10-14 00:38:42 -05:00
intl Bug 1498755 - Part 3: Merge AssertIsMainThreadOrServo{FontMetrics,LangFontPrefsCache}Locked r=emilio 2018-10-14 00:05:50 +00:00
ipc Backed out 7 changesets (bug 1431441) as per haik`s request. 2018-10-14 18:20:01 +03:00
js Bug 1499471: Mark unsafe API functions to allow calling from recovery code r=tcampbell 2018-10-16 20:55:41 +00:00
layout Bug 1496558 - Part 1: Store the correct computed values for keywords for sizing properties r=mats 2018-10-16 19:38:41 +00:00
media Bug 1498068: fixed SRTP key length assertion for GCM 128 bit. r=mt 2018-10-16 03:30:57 +00:00
memory Bug 1480430: Modify jemalloc to allow dynamic replacement r=glandium 2018-10-09 22:28:37 -04:00
mfbt Bug 1493441 - Allow ScriptSource to store UTF-8 script data in addition to UTF-16 script data (but don't create any UTF-8-backed ScriptSources yet). r=tcampbell 2018-09-29 17:28:31 -04:00
mobile Bug 1499239 - Use a smaller scroll range for the frameset. r=gbrown 2018-10-16 20:12:20 +00:00
modules Bug 1479757 - Switch to containerless scrolling for GeckoView+WR. r=botond 2018-10-15 17:41:21 +00:00
mozglue Bug 1496173 - More aarch64 interceptor fixups. r=mhowell 2018-10-03 17:01:05 -04:00
netwerk Bug 1460233 - Percent-encode ampersand and colon when replacing unmappable code points in URL query state. r=valentin 2018-10-16 12:04:12 +00:00
nsprpub
other-licenses Bug 1465212 - Fix command line parameter checking in ExecInExplorer plugin. r=agashlin 2018-10-02 09:23:29 -07:00
parser Bug 1493441 - Allow ScriptSource to store UTF-8 script data in addition to UTF-16 script data (but don't create any UTF-8-backed ScriptSources yet). r=tcampbell 2018-09-29 17:28:31 -04:00
python Bug 1498031 - Merge code paths for running configure between Tup and Make based backends. r=firefox-build-system-reviewers,mshal 2018-10-16 22:21:36 +00:00
security Merge mozilla-central to autoland. a=merge 2018-10-16 19:27:54 +03:00
services Bug 1488899 - Get TPS working. r=tcsc 2018-10-15 22:42:22 +00:00
servo Bug 1496558 - Part 2: Move MozLength and MaxLength into generics r=emilio 2018-10-16 01:07:41 +00:00
startupcache Bug 1493737 - Fix many trivial calls to do_QueryInterface r=smaug 2018-10-01 21:38:01 +00:00
storage Bug 1496588: Avoid a UB in mozStorageService.cpp. r=froydnj 2018-10-05 16:23:40 -04:00
taskcluster Bug 1498716 Remove mingw-gcc browser build jobs. r=dmajor 2018-10-12 16:27:42 -05:00
testing Merge mozilla-central to autoland. a=merge 2018-10-16 19:27:54 +03:00
third_party Bug 1497446 - Follow-up to repair incorrect vendoring of lalrpop-snap. r=froydnj 2018-10-16 15:25:03 +00:00
toolkit Bug 1499476 - Add the ability to mixin the base MozXULElement;r=paolo 2018-10-16 19:59:16 +00:00
tools Bug 1499089 - Handle warnings without a line number correctly r=ahal 2018-10-16 13:46:32 +00:00
uriloader Bug 1494745 part 1 - Don't check the result from ns[Auto]TObserverArray::AppendElement since it's infallible. r=bz 2018-10-14 18:12:22 +02:00
view Backed out changeset 3bc82182725e (bug 1493081) for android bustages. CLOSED TREE 2018-10-09 15:18:51 +03:00
widget Bug 1497580 - Save text/html as UTF-8 to the clipboard. r=karlt 2018-10-16 21:08:59 +00:00
xpcom Bug 1499462: Remove dead failure handling and comments from ThrottledEventQueue::Create. r=froydnj 2018-10-16 21:24:48 +00:00
xpfe/appshell Bug 1493737 - Fix many trivial calls to do_QueryInterface r=smaug 2018-10-01 21:38:01 +00:00
.arcconfig
.clang-format
.clang-format-ignore Bug 1498608 - Add js/src/builtin/intl/TimeZoneDataGenerated.h to .clang-format-ignore r=andi 2018-10-12 16:16:01 +00:00
.cron.yml Bug 1497774 - Remove the nightly dmd task. r=glandium 2018-10-10 13:29:20 -07:00
.eslintignore Fixes bug 1488813 - Migrating Pocket off any bootstrap code r=ursula,k88hudson 2018-10-12 19:38:10 +00:00
.eslintrc.js
.flake8 Backed out changeset aae4f349fa58 (bug 1479503) per developer's request on IRC a=backout 2018-09-14 16:35:23 +03:00
.gdbinit
.gdbinit_python Bug 1346025 - Move vendored python modules from /python to /third_party/python, r=ted 2017-05-25 11:48:03 -04:00
.gitignore
.hgignore Backed out changeset aae4f349fa58 (bug 1479503) per developer's request on IRC a=backout 2018-09-14 16:35:23 +03:00
.hgtags No bug - Tagging mozilla-central ad179a6fc14cbd41d10a018ac4a3822db119de3b with FIREFOX_BETA_64_BASE a=release DONTBUILD CLOSED TREE 2018-10-15 13:44:42 -07:00
.lldbinit
.mailmap
.taskcluster.yml Bug 1494333 - index crons just like artifacts r=Callek 2018-10-11 13:29:11 +00:00
.trackerignore
.yamllint
.ycm_extra_conf.py
aclocal.m4
AUTHORS
build.gradle
Cargo.lock Bug 1498247 - Part 2 - cargo vendor; r=jgraham 2018-10-12 17:29:14 +00:00
Cargo.toml Bug 1490948: Add build system support for a Rust library in Spidermonkey; r=chmanchester 2018-09-25 15:56:56 +02:00
client.mk Bug 1498031 - Merge code paths for running configure between Tup and Make based backends. r=firefox-build-system-reviewers,mshal 2018-10-16 22:21:36 +00:00
client.py
CLOBBER Fixes bug 1488813 - Migrating Pocket off any bootstrap code r=ursula,k88hudson 2018-10-12 19:38:10 +00:00
configure.in
configure.py
GNUmakefile
gradle.properties
gradlew
LEGAL
LICENSE
mach
Makefile.in Bug 1498031 - Merge code paths for running configure between Tup and Make based backends. r=firefox-build-system-reviewers,mshal 2018-10-16 22:21:36 +00:00
moz.build Bug 1490253 - Replace pipenv with pip-tools for vendoring packages and dependencies; r=ahal 2018-10-10 08:58:41 +00:00
moz.configure Bug 1498450 - Avoid the footgun from @depends-function comparison r=froydnj 2018-10-12 13:44:08 +00:00
mozilla-config.h.in Bug 1498676 - Revert the __try/__except mapping (part of Bug 1431803) for MinGW from the sandbox code r=bobowen 2018-10-12 13:15:33 -05:00
old-configure.in Backed out changeset 91300d29898b (bug 1489443) for MinGW build bustages. CLOSED TREE 2018-10-13 02:17:15 +03:00
package-lock.json Bug 1495397 - Update mozilla-central's package.json for being more generic, and move existing ESLint modules to dev dependencies. r=firefox-build-system-reviewers,nalexander 2018-10-01 17:28:45 +00:00
package.json Bug 1495397 - Update mozilla-central's package.json for being more generic, and move existing ESLint modules to dev dependencies. r=firefox-build-system-reviewers,nalexander 2018-10-01 17:28:45 +00:00
README.txt
settings.gradle
test.mozbuild

An explanation of the Mozilla Source Code Directory Structure and links to
project pages with documentation can be found at:

    https://developer.mozilla.org/en/Mozilla_Source_Code_Directory_Structure

For information on how to build Mozilla from the source code, see:

    https://developer.mozilla.org/en/docs/Build_Documentation

To have your bug fix / feature added to Mozilla, you should create a patch and
submit it to Bugzilla (https://bugzilla.mozilla.org). Instructions are at:

    https://developer.mozilla.org/en/docs/Creating_a_patch
    https://developer.mozilla.org/en/docs/Getting_your_patch_in_the_tree

If you have a question about developing Mozilla, and can't find the solution
on https://developer.mozilla.org, you can try asking your question in a
mozilla.* Usenet group, or on IRC at irc.mozilla.org. [The Mozilla news groups
are accessible on Google Groups, or news.mozilla.org with a NNTP reader.]

You can download nightly development builds from the Mozilla FTP server.
Keep in mind that nightly builds, which are used by Mozilla developers for
testing, may be buggy. Firefox nightlies, for example, can be found at:

    https://archive.mozilla.org/pub/firefox/nightly/latest-mozilla-central/
            - or -
    https://www.mozilla.org/firefox/channel/desktop/#nightly