Gecko engine for Wine
Go to file
Mike Hommey 8e1994581d Bug 762358 - Re-run configure when mozconfig changed in a significant way. r=gps
This adds a format option to mach environment and uses it in client.mk to
create a .mozconfig.json in the objdir, containing all the relevant data
from mozconfig. If the mozconfig doesn't change in a way that alters that
data, we still skip configure.

At the same time, use mach environment in place of mozconfig2configure and
mozconfig2client-mk, which makes us now have only one mozconfig reader.

Also, in the mozconfig reader, keep track of environment variables (as
opposed to shell variables), so that changes such as a variable that was
exported not being exported anymore is spotted. At the opposite, in order
for irrelevant environment variable changes not to incur in re-running
configure, only a set of environment variables are stored when they are
unmodified. Otherwise, changes such as using a different terminal window,
or even rebooting, would trigger reconfigures.

Finally, make mach environment emit both MOZ_OBJDIR and OBJDIR for
client.mk, and cleanup some objdir-related things in client.mk..
At the same time, make the mozconfig reader take MOZ_OBJDIR from the
environment if it is defined there and not in the mozconfig.
2014-07-03 07:15:31 +09:00
accessible Bug 1028460 - part 3, Change the return type for Get*SkipSides(). r=roc 2014-06-28 10:13:13 +00:00
addon-sdk Bug 914753: Make Emacs file variable header lines correct, or at least consistent. DONTBUILD r=ehsan 2014-06-24 22:12:07 -07:00
b2g merge b2g-inbound to mozilla-central a=merge 2014-07-02 15:05:32 +02:00
browser Bug 1024610: Register tracking protection list and hook it up in nsChannelClassifier (r=gcp) 2014-07-02 12:41:00 -07:00
build Bug 762358 - Re-run configure when mozconfig changed in a significant way. r=gps 2014-07-03 07:15:31 +09:00
caps Bug 1028588 - Fix dangerous public destructors in miscellaneous places - r=ehsan 2014-06-23 18:40:03 -04:00
chrome Bug 914753: Make Emacs file variable header lines correct, or at least consistent. DONTBUILD r=ehsan 2014-06-24 22:12:07 -07:00
config Bug 1028064 - Remove lots of dead code in js/src/assembler/. r=jandem. 2014-06-26 17:31:45 -07:00
content Bug 1031658 - [CSP] Fix userpass removal in PermitsAncestry() and properly handle PermitsAncestry() failures. (r=bz) 2014-07-02 14:39:38 -07:00
db/sqlite3 Bug 1020815 - Upgrade SQLite to version 3.8.5 - Mozilla changes. r=mak 2014-06-24 14:46:02 -04:00
docshell Bug 1020163 - Replace some callers of GetParent() with GetParentDocshell() in nsDocShell. r=jst 2014-06-29 18:42:49 +02:00
dom Backed out 3 changesets (bug 956961) for non-unified build bustage 2014-07-02 15:03:29 -07:00
editor Backed out changeset d87da7f7a3a9 (bug 693555) for android and b2g build bustage 2014-07-01 15:50:08 -07:00
embedding Backed out 4 changesets (bug 1028588) for build bustage 2014-06-30 15:50:19 -07:00
extensions Backed out changeset d87da7f7a3a9 (bug 693555) for android and b2g build bustage 2014-07-01 15:50:08 -07:00
gfx Bug 1032364 - Change gralloc buffer's key to 64bit r=jmuizelaar 2014-07-02 14:45:59 -07:00
hal Bug 964154 - To Detect Whether Headset Event is Came from Input Dev or /sys Node in Runtime Not by Property. r=dhylands 2014-07-01 19:52:00 +02:00
image Bug 1029981 - Observers should use MOZ_UTF16 to compare someData. r=nfroyd 2014-06-27 17:08:13 +09:00
intl Bug 1027890 - Remove all sorts of build system code dedicated to pymake. r=gps 2014-06-25 08:38:28 +09:00
ipc Backed out 3 changesets (bug 956961) for non-unified build bustage 2014-07-02 15:03:29 -07:00
js Bug 1028421 - Have xpcshell set compile-and-go. r=bz 2014-06-17 17:06:19 -07:00
layout Bug 1033052 - Call SetRect in ReflowFrame since the old rect does not need to be preserved. r=dbaron 2014-07-02 13:54:49 -07:00
media Bug 1032525 - Making isolation dependent on peerIdentity property r=abr 2014-07-02 13:56:10 -07:00
memory Bug 1026864: prevent malloc from calling wrapped pthread_mutex_lock and get rid of LibcAllocator. r=cyu,r=glandium,r=khuey 2014-06-25 10:44:58 +08:00
mfbt Back out 4 changesets (bug 1030446) on suspicion of setting up random patches to break asmjs tests on Android Armv6 2014-06-29 09:52:26 -07:00
mobile merge fx-team to mozilla-central a=merge 2014-07-02 15:00:10 +02:00
modules Bug 1024610: Register tracking protection list and hook it up in nsChannelClassifier (r=gcp) 2014-07-02 12:41:00 -07:00
mozglue Bug 1008254 - Allow Nuwa's global sAllThreads list to be non-empty on exit, to green a near-permanent orange on B2G mochitest-9 - r=khuey 2014-07-02 16:40:29 -04:00
netwerk Backing out 6c5c6cbad330 (bug 1032992) for Adnroid failures - GC doesn't work there as on other platforms..., r=backout 2014-07-02 19:53:00 +02:00
nsprpub Bug 1026129: Update to NSPR_4_10_7_BETA2. 2014-06-24 10:45:50 -07:00
other-licenses Bug 1004376 - Remove reliance on legacy skia apis GETTOTALCLIP. r=gw280 2014-06-20 11:03:09 -07:00
parser Bug 870022 - Part 5.4 - Teach parser about <picture> (generated bits). r=hsivonen 2014-06-25 11:47:49 -07:00
probes
profile Bug 900908 - Part 3: Change uses of numbered macros in nsIClassInfoImpl.h/nsISupportsImpl.h to the variadic variants. r=froydnj 2014-04-27 03:06:00 -04:00
python Bug 762358 - Re-run configure when mozconfig changed in a significant way. r=gps 2014-07-03 07:15:31 +09:00
rdf Backed out 4 changesets (bug 1028588) for build bustage 2014-06-30 15:50:19 -07:00
security Backed out 3 changesets (bug 956961) for non-unified build bustage 2014-07-02 15:03:29 -07:00
services Backed out 3 changesets (bug 994707) for Valgrind and XPCShell bustage on a CLOSED TREE 2014-07-01 11:04:30 -07:00
startupcache Bug 1028588 - Fix dangerous public destructors in miscellaneous places - r=ehsan 2014-06-23 18:40:03 -04:00
storage Bug 914753: Make Emacs file variable header lines correct, or at least consistent. DONTBUILD r=ehsan 2014-06-24 22:12:07 -07:00
testing Bug 762358 - Re-run configure when mozconfig changed in a significant way. r=gps 2014-07-03 07:15:31 +09:00
toolkit Bug 1024610: Register tracking protection list and hook it up in nsChannelClassifier (r=gcp) 2014-07-02 12:41:00 -07:00
tools Bug 1029870, update make_incremental_update.sh to allow passing Product Version and Channel ID, r=nthomas DONTBUILD 2014-07-01 11:24:56 +12:00
uriloader Bug 914753: Make Emacs file variable header lines correct, or at least consistent. DONTBUILD r=ehsan 2014-06-24 22:12:07 -07:00
view Bug 1027251 - Fix or whitelist dangerous public destructors in view/ - r=roc 2014-06-20 07:08:25 -04:00
webapprt Bug 1016240 - Exterminate CR+LF line endings. r=briansmith,cpearce,ehsan,gavin 2014-06-18 17:56:02 -07:00
widget merge b2g-inbound to mozilla-central a=merge 2014-07-02 15:05:32 +02:00
xpcom Backed out 3 changesets (bug 956961) for non-unified build bustage 2014-07-02 15:03:29 -07:00
xpfe Bug 968804 - Part m: Add outer window assertions to DispatchCustomEvent; r=khuey 2014-06-29 17:31:13 +02:00
xulrunner Bug 728600 - define TARGET_XPCOM_ABI in mozilla-config.h; r=glandium 2014-06-23 15:06:48 -04:00
.clang-format
.clang-format-ignore
.gdbinit
.gitignore Bug 1007486 - Ignore tag files generated by GNU Global. r=ted 2014-05-07 20:32:00 -04:00
.hgignore Bug 1031025 - Add generated/downloaded Loop unit test files r=jorendorff 2014-06-27 15:25:03 -05:00
.hgtags Added FIREFOX_AURORA_32_BASE tag for changeset 16f3cac5e8fe. IGNORE BROKEN CHANGESETS DONTBUILD CLOSED TREE NO BUG a=release 2014-06-09 11:44:47 -07:00
.lldbinit
.reviewboardrc
aclocal.m4 Backed out changeset 9d86b9442f0b (bug 975011) for Windows debug test bustage that only appears on clobber builds. 2014-06-18 13:21:57 -04:00
Android.mk
AUTHORS
client.mk Bug 762358 - Re-run configure when mozconfig changed in a significant way. r=gps 2014-07-03 07:15:31 +09:00
client.py
CLOBBER Bug 800200: Remove the js/jsd directory. r=jorendorff,sfink 2014-06-27 11:05:08 -07:00
configure.in Bug 1032520 - Do not pass -RELEASE to clang-cl for non-developer builds; r=glandium 2014-07-02 10:29:33 -04:00
LEGAL
LICENSE
mach Bug 1031180 - Fallback to checking whether the directory mach lives in contains mach_bootstrap.py. r=gps 2014-07-03 07:15:31 +09:00
Makefile.in Merge mozilla-central to mozilla-inbound 2014-06-26 15:51:31 +02:00
moz.build Backed out changeset 9d86b9442f0b (bug 975011) for Windows debug test bustage that only appears on clobber builds. 2014-06-18 13:21:57 -04:00
mozilla-config.h.in
README.txt

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:

    http://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:

    http://developer.mozilla.org/en/docs/Creating_a_patch
    http://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 http://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:

    ftp://ftp.mozilla.org/pub/firefox/nightly/latest-trunk/
            - or -
    http://nightly.mozilla.org/