14a3a1d0dd4052f0e5fa9767edc7d6f0051f3cab: Bug 1110499 - Don't exit crash handler on Android until we've finished started the reporter r=ted,blassey
James Willcox <snorp@snorp.net> - Mon, 15 Dec 2014 12:13:12 -0600 - rev 232424
Push
245 by atolfsen@mozilla.com at Tue, 16 Dec 2014 20:41:54 +0000
Bug 1110499 - Don't exit crash handler on Android until we've finished started the reporter r=ted,blassey
24e7989527654f7d0e4103dbe97d3631dfa920f6: Bug 1097116 - Remove accidental debug spew r=me
James Willcox <jwillcox@mozilla.com> - Tue, 09 Dec 2014 08:58:55 -0600 - rev 232423
Push
245 by atolfsen@mozilla.com at Tue, 16 Dec 2014 20:41:54 +0000
Bug 1097116 - Remove accidental debug spew r=me
5148fe501609cc6d0989ee599a0e6acfb4a0b981: [PATCH 4/4] Bug 1085631 part4: Add the phone build task.
draft
Wander Lairson Costa <wcosta@mozilla.com> - Tue, 16 Dec 2014 12:24:56 -0200 - rev 232422
Push
244 by wcosta@mozilla.com at Tue, 16 Dec 2014 15:08:21 +0000
[PATCH 4/4]
Bug 1085631 part4: Add the phone build task.
1bc2ad4d70eb91a4e98107685f7d6eacf603f7ac: [PATCH 3/4] Bug 1085631 part3: Add phone builder docker image.
draft
Wander Lairson Costa <wcosta@mozilla.com> - Tue, 16 Dec 2014 12:24:55 -0200 - rev 232421
Push
244 by wcosta@mozilla.com at Tue, 16 Dec 2014 15:08:21 +0000
[PATCH 3/4]
Bug 1085631 part3: Add phone builder docker image.
As this image handles files containing partners blobs, it must be
private in quay.io, and the builds cannot be made public either.
You must use "-i" and "-k" build parameters to handle s3 credentials.
cc041ffa9a022399be1c18f9c01fb2b9b94b1efa: [PATCH 2/4] Bug 1085631 part2: Allow the use of a custom build script.
draft
Wander Lairson Costa <wcosta@mozilla.com> - Tue, 16 Dec 2014 12:24:55 -0200 - rev 232420
Push
244 by wcosta@mozilla.com at Tue, 16 Dec 2014 15:08:21 +0000
[PATCH 2/4]
Bug 1085631 part2: Allow the use of a custom build script.
If the image folder contains an inner build.sh script, runs it to build
the image. The tag value is passed through a "-t" argument. All
arguments passed after the folder parameter are forwarded to the inner
build script.
df726365e2761ff8c8b3849b03db72cf05f73500: [PATCH 1/4] Bug 1085631 part1: Replace b2g-config by target.
draft
Wander Lairson Costa <wcosta@mozilla.com> - Tue, 16 Dec 2014 12:24:55 -0200 - rev 232419
Push
244 by wcosta@mozilla.com at Tue, 16 Dec 2014 15:08:21 +0000
[PATCH 1/4]
Bug 1085631 part1: Replace b2g-config by target.
In practice, there is no much difference between b2g-config and target
mozharness options, and we are fine specifying both with the same value.
We replace b2g-config by target in our mach command interface because
it seems easier to understand and will make the life for phone builds
easier.
ff4effa903e2eca726c22417451ab42ba39765fe: Bug 1110164: Add bitselect to asm.js;
draft
Benjamin Bouvier <benj@benj.me> - Tue, 16 Dec 2014 14:59:41 +0100 - rev 232418
Push
243 by benj@benj.me at Tue, 16 Dec 2014 15:07:44 +0000
Bug 1110164: Add bitselect to asm.js;
4ac0757d891f48011f68b64d13d3aac0f3dfc211: Bug 1110164: Add bitselect to asm.js;
draft
Benjamin Bouvier <benj@benj.me> - Tue, 16 Dec 2014 14:59:41 +0100 - rev 232417
Push
242 by benj@benj.me at Tue, 16 Dec 2014 14:37:29 +0000
Bug 1110164: Add bitselect to asm.js;
2ace471562afdff560fafbce3e7632518575a64c: Bug 1110164: Rename Select into BitSelect in the interpreter and implement Select in the interpreter;
draft
Benjamin Bouvier <benj@benj.me> - Mon, 15 Dec 2014 22:52:41 +0100 - rev 232416
Push
242 by benj@benj.me at Tue, 16 Dec 2014 14:37:29 +0000
Bug 1110164: Rename Select into BitSelect in the interpreter and implement Select in the interpreter;
By the way, merge test files and generalizes them.
ea125c4ca4edbf9cf370ec461541c95576e632c0: Bug 1110164: Extend MSimdSelect to also handle element-wise select;
draft
Benjamin Bouvier <benj@benj.me> - Mon, 15 Dec 2014 22:55:34 +0100 - rev 232415
Push
242 by benj@benj.me at Tue, 16 Dec 2014 14:37:29 +0000
Bug 1110164: Extend MSimdSelect to also handle element-wise select;
15896f856b6902b7f906e0756cdfd61dbe30deef: Bug 1110164: Rename MSimdTernaryBitwise into MSimdSelect;
draft
Benjamin Bouvier <benj@benj.me> - Fri, 12 Dec 2014 18:50:36 +0100 - rev 232414
Push
242 by benj@benj.me at Tue, 16 Dec 2014 14:37:29 +0000
Bug 1110164: Rename MSimdTernaryBitwise into MSimdSelect;
It doesn't seem there will be other ternary SIMD operators at the moment.
c11e74d5f488a4121014a36a8dc4890ed183e458: Bug 1112043 - Fixed linking problem with gcc 4.6/4.7 and ternary operator with static consts, r=smaug
Andrea Marchesini <amarchesini@mozilla.com> - Tue, 16 Dec 2014 12:55:09 +0000 - rev 232413
Push
242 by benj@benj.me at Tue, 16 Dec 2014 14:37:29 +0000
Bug 1112043 - Fixed linking problem with gcc 4.6/4.7 and ternary operator with static consts, r=smaug
df8db207bf66cf3a6bcc0a4880fe848a9ebf2c66: Merge mozilla-central to mozilla-inbound
Carsten "Tomcat" Book <cbook@mozilla.com> - Tue, 16 Dec 2014 13:42:57 +0100 - rev 232412
Push
242 by benj@benj.me at Tue, 16 Dec 2014 14:37:29 +0000
Merge mozilla-central to mozilla-inbound
249dbdbe09e0ed9d6abe081289a76beb55e4b847: merge fx-team to mozilla-central a=merge
Carsten "Tomcat" Book <cbook@mozilla.com> - Tue, 16 Dec 2014 13:39:48 +0100 - rev 232411
Push
242 by benj@benj.me at Tue, 16 Dec 2014 14:37:29 +0000
merge fx-team to mozilla-central a=merge
365c02fb0c5fe829a1ddfc50d3dd3080a90d792f: merge mozilla-inbound to mozilla-central a=merge
Carsten "Tomcat" Book <cbook@mozilla.com> - Tue, 16 Dec 2014 13:34:05 +0100 - rev 232410
Push
242 by benj@benj.me at Tue, 16 Dec 2014 14:37:29 +0000
merge mozilla-inbound to mozilla-central a=merge
a3030140d5df8385b6c0dee0faa54c13a3dd1368: merge b2g-inbound to mozilla-central a=merge
Carsten "Tomcat" Book <cbook@mozilla.com> - Tue, 16 Dec 2014 12:54:14 +0100 - rev 232409
Push
242 by benj@benj.me at Tue, 16 Dec 2014 14:37:29 +0000
merge b2g-inbound to mozilla-central a=merge
e68ddb7c5b3d42b9c4c2ba38b952976d141f73c0: Bumping manifests a=b2g-bump
B2G Bumper Bot <release+b2gbumper@mozilla.com> - Mon, 15 Dec 2014 23:27:02 -0800 - rev 232408
Push
242 by benj@benj.me at Tue, 16 Dec 2014 14:37:29 +0000
Bumping manifests a=b2g-bump
32898a349c97d8cdecbdbb377e92c028a88c6a38: Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
B2G Bumper Bot <release+b2gbumper@mozilla.com> - Mon, 15 Dec 2014 23:17:23 -0800 - rev 232407
Push
242 by benj@benj.me at Tue, 16 Dec 2014 14:37:29 +0000
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========
https://hg.mozilla.org/integration/gaia-central/rev/7d6f0979c4f3
Author: John Hu <johu@mozilla.com>
Desc: Merge pull request #26758 from huchengtw-moz/bug-1111416-copy-components-from-tv-shared
Bug 1111416 - [Stingray] enable webcomponents support in tv_build, r=chens, rexboy
========
https://hg.mozilla.org/integration/gaia-central/rev/040271853bd5
Author: John Hu <johu@mozilla.com>
Desc:
Bug 1111416 - [Stingray] enable webcomponents support in tv_build
e52fd00e7a839faa0320dc90f9b0fc0e2303ae6e: Bumping manifests a=b2g-bump
B2G Bumper Bot <release+b2gbumper@mozilla.com> - Mon, 15 Dec 2014 23:06:56 -0800 - rev 232406
Push
242 by benj@benj.me at Tue, 16 Dec 2014 14:37:29 +0000
Bumping manifests a=b2g-bump
e325bb2820f6a305660ff8ce7e7b4f68fb146e2d: Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
B2G Bumper Bot <release+b2gbumper@mozilla.com> - Mon, 15 Dec 2014 23:02:18 -0800 - rev 232405
Push
242 by benj@benj.me at Tue, 16 Dec 2014 14:37:29 +0000
Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========
https://hg.mozilla.org/integration/gaia-central/rev/0c00fe6f1791
Author: Marina <marina.rodrigueziglesias@telefonica.com>
Desc: Merge pull request #26668 from gitmai/bug-1108523-misspelled-property-name
Bug 1108523 - Misspelled property name in fte.js
r=salva
========
https://hg.mozilla.org/integration/gaia-central/rev/d6076aa7b6ab
Author: mai <mri@tid.es>
Desc:
Bug 1108523 - Misspelled property name in fte.js
========
https://hg.mozilla.org/integration/gaia-central/rev/8cd3dfa3de2a
Author: Marina <marina.rodrigueziglesias@telefonica.com>
Desc: Merge pull request #26669 from gitmai/bug-1108951-wifi-is-misspelled
Bug 1208951 - [Costcontrol] Follow-up Reset usage data, 'Wi-Fi is misspe...
r=salva
========
https://hg.mozilla.org/integration/gaia-central/rev/2db1be8b9477
Author: mai <mri@tid.es>
Desc:
Bug 1208951 - [Costcontrol] Follow-up Reset usage data, 'Wi-Fi is misspelled'