gecko/b2g
Gaia Pushbot c644cbc5aa Bumping gaia.json for 3 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/0fa18fe646fe
Author: Julien Wajsberg <felash@gmail.com>
Desc: Bug 906316 - Don't download the xulrunner SDK each time we change a branch if their configuration are different r=yurenju,asuth,ochameau

This also shows a message when the archive file seems to be corrupted, advising
to run "make really-clean". Also changed "make really-clean" to remove all
xulrunner related files.

We now uncompress the archive directly in a specific directory that should
change when we change the URL.

We use a dot file inside the xulrunner SDK directory to keep the URL used to
download that SDK.

Now we can also define XULRUNNER_DIRECTORY from the command-line. If not
defined, it will use the default xulrunner-sdk-26/xulrunner-sdk.
We can also define XULRUNNER_BASE_DIRECTORY which is the place where the
XULRunner SDK will get uncompressed.

We export the new XULRUNNER_DIRECTORY variable along with the
existing various xulrunner program paths. These paths have been made absolute
using make's `abspath` operation.

The patch also removes the ./ prefixes to those paths as they're likely useless
and prevent from using an absolute path when defining XULRUNNER_DIRECTORY from
the command line.

This patch also remove the email's build_stage directory when running "make
clean".

This _will_ make all devs redownload XULRunner, sorry.

This make the build fail if submakes fail

Also add documentation at the top of the Makefile.

========

https://hg.mozilla.org/integration/gaia-central/rev/64ff9610d8b2
Author: Julien Wajsberg <felash@gmail.com>
Desc: Merge pull request #12248 from julienw/885713-jshint

Bug 885713 - propose a "make hint" that would use jshint instead of gjsl...

========

https://hg.mozilla.org/integration/gaia-central/rev/bab8e2d4d9b7
Author: Julien Wajsberg <felash@gmail.com>
Desc: Bug 885713 - propose a "make hint" that would use jshint instead of gjslint r=ochameau,rik f=jlal

This adds
* a default .jshintrc configuration file
* a `make hint` launcher
* a way to launch the linters (including the old lint linter) for a specific app
  only.
* you can also use another jshint configuration file
* use .jshintignore file as main exclude file, from both gjslint and jshint
* the pre-commit hook uses a makefile goal now
* remove the node_modules directory in really_clean
* use real files instead of phony targets for node modules and git hooks
* revert the part of bug 918295 affecting the git hook copy
2013-09-26 06:01:23 -07:00
..
app Bug 908098 - Randomize UDP listening port. r=nsm 2013-09-25 09:20:06 -04:00
branding Bug 912293 - Remove now redundant boilerplate from Makefile.in. r=gps 2013-09-05 09:01:46 +09:00
chrome Bug 882186 - [System] Replace blue offline error page with new UX r=vingtetun,bz 2013-09-24 14:21:10 -07:00
components Bug 920532 - Lots of "System JS : ERROR file:///builds/slave/test/build/b2g/components/MozKeyboard.js:380 TypeError: this._inputcontext is null" r=me 2013-09-25 11:42:40 -07:00
config Bumping gaia.json for 3 gaia-central revision(s) a=gaia-bump 2013-09-26 06:01:23 -07:00
gaia Bug 912293 - Remove now redundant boilerplate from Makefile.in. r=gps 2013-09-05 09:01:46 +09:00
installer bug 904170 - telemetry for daily http data consumption r=jduell 2013-09-22 23:01:10 -04:00
locales Bug 882186 - [System] Replace blue offline error page with new UX r=vingtetun,bz 2013-09-24 14:21:10 -07:00
test Bug 879666 - Upload new emulator to TBPL, a=test-only 2013-06-06 15:19:33 -07:00
app.mozbuild Bug 784841 - Part 20: Fixes to support building external projects; r=glandium 2013-02-28 12:56:40 +01:00
build.mk Bug 784841 - Part 18b: Convert /b2g; r=ted f=Ms2ger 2013-02-25 12:47:17 -08:00
confvars.sh m-c is now FxOS 1.3 r=merge NO BUG 2013-09-17 14:26:06 -04:00
LICENSE
Makefile.in Bug 912293 - Remove now redundant boilerplate from Makefile.in. r=gps 2013-09-05 09:01:46 +09:00
moz.build Bug 855465 - Add emacs python mode comments to moz.build files; r=gps 2013-04-01 11:36:59 -07:00