Nick Alexander
8b7d416f85
Bug 1321408 - Pre: Remove all references to Marionette from b2g. r=ato
...
Per https://bugzilla.mozilla.org/show_bug.cgi?id=1321408#c20 ,
Marionette no longer supports b2g.
MozReview-Commit-ID: 5N23aZgmzz3
--HG--
extra : rebase_source : 20fe1d59943bb22d4381dcb8457c0df7964d0ef7
2016-12-14 20:39:26 -08:00
Alexandre Lissy
c4f436615b
Bug 1303959 - Bump gaia and platform_build for Aries KK and Nexus 5 L r=me
...
MozReview-Commit-ID: IlaCQlIAZI9
--HG--
extra : rebase_source : 7b101a04d7f90e7f98a0c719ee5df280203ec6b6
2016-09-20 10:52:48 +02:00
enrico
bf88866633
Bug 1299497
- Build fails with "unsupported reloc 43" errors. r=gerard-majax
...
MozReview-Commit-ID: 5pnYVpR8qNJ
--HG--
extra : rebase_source : ce3e6ea0494960983e403ddbdeaacca275d1e815
2016-09-01 23:36:44 +02:00
Justin Wood
cdc6681943
Bug 1274059 - Remove HgtoolVCS - Part 2, remove actual classes and docs for hgtool. r=nthomas
...
MozReview-Commit-ID: FtzqzpuZkLc
--HG--
extra : rebase_source : 88e9fc66f3d866685192b9ac7123fdc36c9b639c
2016-08-19 09:09:08 -04:00
Alexandre Lissy
1f45b8a760
Bug 1296318 - Update gaia to 90240f7a2e66ae8873e1f1b0e5f1d80a98c2c2db r=fabrice
...
MozReview-Commit-ID: KZJmc3vwGnn
--HG--
extra : rebase_source : ee943abafca7761d76de0a91c34142686ea61e26
2016-08-18 17:18:07 +02:00
Alexandre Lissy
a9ecd3e3df
Bug 1295900 - Switch git-repo off git.mozilla.org r=garndt
...
MozReview-Commit-ID: Lu6oo0XDTYU
--HG--
extra : rebase_source : 31b899167f8a57396f12033ba39d6ec4cbed82e5
2016-08-17 10:16:54 +02:00
Mike Hommey
306558f1eb
Bug 1292463 - Always set --enable-warnings-as-errors for MOZ_AUTOMATION builds. r=chmanchester
...
And remove it from mozconfigs.
2016-08-10 10:49:56 +09:00
Alexandre Lissy
2cb7ff7e41
Bug 1289505 - Update gaia/gonk-misc repos r=me
...
MozReview-Commit-ID: H9kT6FW8pPB
--HG--
extra : rebase_source : c7276375d2e390570b2c74dab1b138b910e126e5
2016-07-26 20:39:00 +02:00
Thomas Zimmermann
c54aafbf95
Bug 1286199: Update sources.xml after bugs 1280600 and 1285831 landed, r=lissyx
...
MozReview-Commit-ID: APY3abhDcns
2016-07-12 13:02:42 +02:00
Alexandre Lissy
7da816954a
Bug 1284447 - Cleanup Gecko and mozharness configs r=jlund,wcosta
...
MozReview-Commit-ID: 6R7vet77cyk
--HG--
extra : rebase_source : 2c990957531bf0389e85b1aa1683b3f8ea0f7198
2016-07-05 13:10:08 +02:00
Alexandre Lissy
50ef7e7c50
Bug 1283983 - Use frameworks/native b2g fork for Nexus 5 L r=me
...
MozReview-Commit-ID: 2S4Dp0jIKvc
--HG--
extra : rebase_source : ba1d0c1eed0c34b142ee83ff91269d941ada41ae
2016-07-02 15:08:23 +02:00
Carsten "Tomcat" Book
dd236a229d
Backed out changeset 2989436eb134 (bug 1283983) on developers request
2016-07-04 09:20:46 +02:00
Alexandre Lissy
5927942979
Bug 1283983 - Use frameworks/native b2g fork for Nexus 5 L r=me
...
MozReview-Commit-ID: 7kKbAhorNJw
--HG--
extra : rebase_source : 393d43b2a2a3e6d45ac288fa7fcf7a9de18c4e65
2016-07-02 15:08:23 +02:00
Alexandre Lissy
2eb2535e97
Bug 1282226
- Kill secrets from phone-builder image and fix aries/hammerhead r=wcosta
...
MozReview-Commit-ID: LOZHgih2TrM
--HG--
extra : rebase_source : e17d08683891ca5c74bb8b3930d0aa5e62121c4f
2016-06-28 19:46:40 +02:00
Mike Hommey
c5caa62fdf
Bug 1278456 - Add the tooltool GCC library directory to LD_LIBRARY_PATH on Linux builds. r=mshal
...
Build slaves on automation are based on Centos 6, which doesn't have a
recent enough version of libstdc++ for our new requirements. But since
we're building with a recent GCC or clang with its own libstdc++, we do
have such a libstdc++ available somewhere, and the compiler picks it
when invoking the linker.
Problems start happening when we execute some of the built programs
during the build, like host tools (e.g. nsinstall), or target programs
(xpcshell, during packaging). In that case, we need the compiler's
libstdc++ to be used. Which required adding the GCC or clang library
directory to LD_LIBRARY_PATH.
Unconveniently enough, the clang 3.5 tooltool package we're using for
ASAN builds until we can update to at least 3.8 (bug 1278718) doesn't
contain libstdc++.so. So for those builds, pull the GCC package from
tooltool as well, and pick libstdc++ from there.
2016-06-12 18:52:15 +09:00
Mike Shal
dbfbbfe42c
Bug 1272483 - Remove MOZ_UPDATE_PACKAGING and --enable-update-packaging; r=chmanchester
...
MozReview-Commit-ID: A3SDJCc5eHH
--HG--
extra : rebase_source : af8d081c349b27ac0e2567b0f5863fbbeb7f98ce
2016-05-12 12:15:58 -04:00
Jeff Gilbert
8728cc55d6
Bug 1264499 - s/mozconfig.vs2013/mozconfig.vs2015/ where not yet updated. - r=gps,sfink
2016-04-19 11:51:24 -07:00
Jeff Gilbert
0b554f96bd
Bug 982928 - Remove mozconfig.vs2010. - r=gps,sfink sr=ted.mielczarek
2016-04-14 13:37:27 -07:00
Mike Hommey
3cf7cce79c
Bug 1262781 - Update to clang 3.8 final. r=froydnj
...
Ideally, we'd use the tarballs from
http://llvm.org/releases/download.html but I didn't feel like modifying
the script more than I already did to make it work at all (bug 1262735).
The new tarball for Linux was built on
https://tools.taskcluster.net/task-inspector/#LCUn8aEgTBeRJ11a3qTlDQ/0
The new tarball for Mac was built on a loaner, after installing cmake
and ninja, as well as building ld64 127.2 from source because the
installed version would assert while building clang. The latter required
manually adding some missing headers to /usr/include. TSAN was also
disabled because it requires APIs that are not available on the OSX
version on the build slaves (e.g. pthread_introspection_hook_install).
Building clang also required using a mac clang from tooltool, the system
one lacking support for atomics.
2016-04-13 06:54:22 +09:00
Juan Gomez
63b02bd17e
Bug 1257127 - [B2G] Fix HOST_CC/CXX paths for local builds r=glandium
...
MozReview-Commit-ID: E3NrLVMyCTe
--HG--
extra : rebase_source : 59fc7458599e97fdbf244c24167c2b50dd3c5dcc
2016-04-07 10:45:45 +02:00
Mike Hommey
1b6dd8f3ea
Bug 1262730 - Rename b2g tooltool manifests. r=mshal
...
Somehow, while every non-b2g tooltool manifest has a .manifest
extension, the b2g ones have a .tt extension that confuses mozreview
(bug 1255876).
Let's just rename these files.
--HG--
rename : b2g/config/dolphin/releng-dolphin.tt => b2g/config/aries/releng-aries.manifest
rename : b2g/config/aries/releng-aries.tt => b2g/config/dolphin/releng-dolphin.manifest
rename : b2g/config/emulator/releng-emulator.tt => b2g/config/emulator-ics/releng-emulator-ics.manifest
rename : b2g/config/emulator-x86-l/releng-emulator-l.tt => b2g/config/emulator-jb/releng-emulator-jb.manifest
rename : b2g/config/emulator-x86-kk/releng-emulator-kk.tt => b2g/config/emulator-kk/releng-emulator-kk.manifest
rename : b2g/config/emulator-l/releng-emulator-l.tt => b2g/config/emulator-l/releng-emulator-l.manifest
rename : b2g/config/emulator-kk/releng-emulator-kk.tt => b2g/config/emulator-x86-kk/releng-emulator-kk.manifest
rename : b2g/config/emulator-jb/releng-emulator-jb.tt => b2g/config/emulator-x86-l/releng-emulator-l.manifest
rename : b2g/config/emulator-ics/releng-emulator-ics.tt => b2g/config/emulator/releng-emulator.manifest
rename : b2g/config/flame-kk/releng-flame-kk.tt => b2g/config/flame-kk/releng-flame-kk.manifest
rename : b2g/config/flame/releng-flame.tt => b2g/config/flame/releng-flame.manifest
rename : b2g/config/nexus-4-kk/releng-mako.tt => b2g/config/nexus-4-kk/releng-mako.manifest
rename : b2g/config/nexus-4/releng-mako.tt => b2g/config/nexus-4/releng-mako.manifest
rename : b2g/config/nexus-5-l/releng-nexus5.tt => b2g/config/nexus-5-l/releng-nexus5.manifest
2016-04-08 06:45:15 +09:00
Mike Hommey
a172eece8b
Bug 1261264 - Apply GCC PR64905 to fix miscompilation with -fomit-frame-pointer. r=froydnj
...
The new GCC tarball was built on
https://tools.taskcluster.net/task-inspector/#ADIOXxgZQ7-9HuqEYZc3mw/0
2016-04-08 06:45:06 +09:00
Gregor Wagner
2c3b158272
Merge
2016-04-04 12:08:53 +02:00
B2G Bumper Bot
1cbcbed9b1
Bumping manifests a=b2g-bump
2016-03-29 10:38:54 -07:00
B2G Bumper Bot
3e5e3089d0
Bumping manifests a=b2g-bump
2016-03-25 04:25:41 -07:00
B2G Bumper Bot
aeeb6e94fe
Bumping manifests a=b2g-bump
2016-03-25 04:10:34 -07:00
B2G Bumper Bot
ac3f7ffd0c
Bumping manifests a=b2g-bump
2016-03-25 04:00:30 -07:00
B2G Bumper Bot
0321dcd9ba
Bumping manifests a=b2g-bump
2016-03-24 02:55:48 -07:00
B2G Bumper Bot
39d2a7f691
Bumping manifests a=b2g-bump
2016-03-23 22:05:26 -07:00
B2G Bumper Bot
2b612c8fa8
Bumping gaia.json for 6 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/e9e8c44b4317
Author: Fischer-L <Fischer-L@users.noreply.github.com>
Desc: Merge pull request #34180 from Fischer-L/bug_1257442-tv-ftu-polish-scroll-down-hint
Bug 1257442 - [TV] TV FTU needs to polish scroll down experience for privacy policy, r=rex
========
https://hg.mozilla.org/integration/gaia-central/rev/2901a006aa04
Author: Fischer.json <foxbrush@Fischerjsons-MacBook-Pro.local>
Desc: Bug 1257442 - [TV] TV FTU needs to polish scroll down experience for privacy policy
========
https://hg.mozilla.org/integration/gaia-central/rev/d3ce9e69cf31
Author: Fischer-L <Fischer-L@users.noreply.github.com>
Desc: Merge pull request #34171 from Fischer-L/bug_1256613-tv-ftu-UI-polish
Bug 1256613 - [TV] TV FTU needs UI polish, r=rex
========
https://hg.mozilla.org/integration/gaia-central/rev/87ebe47c418d
Author: Fischer.json <foxbrush@Fischerjsons-MacBook-Pro.local>
Desc: Bug 1256613 - [TV] TV FTU needs UI polish
========
https://hg.mozilla.org/integration/gaia-central/rev/a785b0f4cd0c
Author: Fischer-L <Fischer-L@users.noreply.github.com>
Desc: Merge pull request #34179 from Fischer-L/bug_1258256-tv-ftu-update-string
Bug 1258256 - [TV] TV FTU needs to update the strings, r=rex
========
https://hg.mozilla.org/integration/gaia-central/rev/6c335cc34a42
Author: Fischer.json <foxbrush@Fischerjsons-MacBook-Pro.local>
Desc: Bug 1258256 - [TV] TV FTU needs to update the strings
2016-03-23 22:03:56 -07:00
B2G Bumper Bot
84cd29ccf7
Bumping manifests a=b2g-bump
2016-03-23 20:31:58 -07:00
B2G Bumper Bot
ccdde8c81c
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/bf0e95e971cb
Author: jos <mail@jos.tw>
Desc: Merge pull request #34183 from jostw/josyeh/Marketplace/master/Bug1257767
Bug 1257767 - [TV][2.5] Showing app icon under preview window splash screen's spinner. r=lchang
========
https://hg.mozilla.org/integration/gaia-central/rev/ff3a97a06cf7
Author: Joseph Yeh <jyeh@mozilla.com>
Desc: Bug 1257767 - [TV][2.5] Showing app icon under preview window splash screen's spinner
2016-03-23 20:30:27 -07:00
B2G Bumper Bot
395e666dc9
Bumping manifests a=b2g-bump
2016-03-23 06:05:46 -07:00
B2G Bumper Bot
77e7bf6035
Bumping manifests a=b2g-bump
2016-03-23 01:55:32 -07:00
B2G Bumper Bot
ac611c1d17
Bumping manifests a=b2g-bump
2016-03-22 22:01:00 -07:00
B2G Bumper Bot
6567b313b1
Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/63aaa0148619
Author: jos <mail@jos.tw>
Desc: Merge pull request #34172 from jostw/josyeh/Marketplace/master/Bug1250404
Bug 1250404 - [TV][Marketplace] Visual polish for "Web App" icon. r=rexboy
========
https://hg.mozilla.org/integration/gaia-central/rev/dca075c22ec4
Author: Joseph Yeh <jyeh@mozilla.com>
Desc: Bug 1250404 - [TV][Marketplace] Visual polish for "Web App" icon
========
https://hg.mozilla.org/integration/gaia-central/rev/7e3867661e54
Author: danhuang1202 <dhuang@mozilla.com>
Desc: Merge pull request #34170 from danhuang1202/1257741_neterror_string_disapear
Bug 1257741
- create net error page when l10 is ready. r=rexboy
========
https://hg.mozilla.org/integration/gaia-central/rev/a013480a1f8a
Author: danhuang1202 <danhuang1202@gmail.com>
Desc: Bug 1257741
- create net error page when l10 is ready. r=rexboy
2016-03-22 21:59:29 -07:00
B2G Bumper Bot
b5011b0ddb
Bumping manifests a=b2g-bump
2016-03-22 20:16:37 -07:00
B2G Bumper Bot
de0018cfe1
Bumping manifests a=b2g-bump
2016-03-22 19:50:32 -07:00
B2G Bumper Bot
f9ddaf2428
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/86bc3c8175b6
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Merge pull request #34186 from stenox/master
Bug 1255257 - Wrong key width on uk keyboard, r=timdream
========
https://hg.mozilla.org/integration/gaia-central/rev/4137357030af
Author: Artem Polivanchuk <a.polivanchuk@outlook.com>
Desc: Bug 1255257 - Wrong key width on uk keyboard
2016-03-22 19:49:02 -07:00
B2G Bumper Bot
c48f3e7315
Bumping manifests a=b2g-bump
2016-03-22 12:35:43 -07:00
B2G Bumper Bot
2c88406dd3
Bumping manifests a=b2g-bump
2016-03-22 06:35:54 -07:00
B2G Bumper Bot
bcff1fa42b
Bumping manifests a=b2g-bump
2016-03-22 04:50:34 -07:00
B2G Bumper Bot
39a4f6a6b1
Bumping manifests a=b2g-bump
2016-03-21 18:00:43 -07:00
B2G Bumper Bot
ad46b16587
Bumping manifests a=b2g-bump
2016-03-21 11:56:31 -07:00
B2G Bumper Bot
68575c12c5
Bumping gaia.json for 17 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/0081cc3884ec
Author: Zibi Braniecki <gandalf@mozilla.com>
Desc: Bug 1255110 - Add DateTimeFormat.formatToParts stub to current_time_test for Calendar
========
https://hg.mozilla.org/integration/gaia-central/rev/e293f4cd68b9
Author: lissyx <lissyx+github@lissyx.dyndns.org>
Desc: Merge pull request #34181 from lissyx/bug832165_followup
Bug 832165 followup
========
https://hg.mozilla.org/integration/gaia-central/rev/a7c65a0a3c6b
Author: Alexandre Lissy <lissyx+github@lissyx.dyndns.org>
Desc: Revert "Bug 832165 - Fix using GAIA_PATH to build r=me"
This reverts commit 09b80df32f277e5862055e7891f3a9b4eccd2cf2.
========
https://hg.mozilla.org/integration/gaia-central/rev/2fafa1ccd08f
Author: danhuang1202 <dhuang@mozilla.com>
Desc: Merge pull request #34167 from danhuang1202/1251546_disable_ok_button_when_homepage_is_empty
Bug 1251546 - homepage setting check and update input validity state.…
========
https://hg.mozilla.org/integration/gaia-central/rev/0f6fb23108bf
Author: danhuang1202 <danhuang1202@gmail.com>
Desc: Bug 1251546 - homepage setting check and update input validity state. r=yifan
========
https://hg.mozilla.org/integration/gaia-central/rev/281821303abe
Author: Yi-Fan Liao <yliao@mozilla.com>
Desc: Merge pull request #34163 from begeeben/1252413_login_ui
Bug 1252413 - [TV][2.5] Login UI for Sign-In can't be closed when oth…
========
https://hg.mozilla.org/integration/gaia-central/rev/4793db523a90
Author: Yi-Fan Liao <begeeben@gmail.com>
Desc: Bug 1252413 - [TV][2.5] Login UI for Sign-In can't be closed when other app was launched.
========
https://hg.mozilla.org/integration/gaia-central/rev/150dc0dedabc
Author: Ghislain 'Aus' Lacroix <aus@noiseport.org>
Desc: Merge pull request #34177 from nullaus/master
NOBUG - Do not install radicale. Calendar tests for CalDAV not suppor…
========
https://hg.mozilla.org/integration/gaia-central/rev/c4cac92d8e82
Author: Ghislain 'Aus' Lacroix <aus@mozilla.com>
Desc: NOBUG - Do not install radicale. Calendar tests for CalDAV not supported. r=me
========
https://hg.mozilla.org/integration/gaia-central/rev/8dc931ae4e81
Author: Ghislain 'Aus' Lacroix <aus@noiseport.org>
Desc: Merge pull request #34176 from nullaus/master
NOBUG - Update gecko_output.log location. r=me
========
https://hg.mozilla.org/integration/gaia-central/rev/295af876a779
Author: Ghislain 'Aus' Lacroix <aus@mozilla.com>
Desc: NOBUG - Update gecko_output.log location. r=me
========
https://hg.mozilla.org/integration/gaia-central/rev/8e707c35c4b1
Author: Zibi Braniecki <zibi@braniecki.net>
Desc: Merge pull request #34169 from zbraniecki/1190243-update-battery-api-tv
Bug 1190243 - Update FxOS TV battery API use to W3C draft. r=rickychien
========
https://hg.mozilla.org/integration/gaia-central/rev/b2068150c4c3
Author: Zibi Braniecki <gandalf@mozilla.com>
Desc: Bug 1190243 - Update FxOS TV battery API use to W3C draft
========
https://hg.mozilla.org/integration/gaia-central/rev/3ba3e4d06a22
Author: lissyx <lissyx+github@lissyx.dyndns.org>
Desc: Merge pull request #34173 from lissyx/bug832165
Bug 832165 - Fix using GAIA_PATH to build r=me
========
https://hg.mozilla.org/integration/gaia-central/rev/1b1566b11123
Author: Alexandre Lissy <lissyx+github@lissyx.dyndns.org>
Desc: Bug 832165 - Fix using GAIA_PATH to build r=me
========
https://hg.mozilla.org/integration/gaia-central/rev/899f498b6ed1
Author: Zibi Braniecki <zibi@braniecki.net>
Desc: Merge pull request #31224 from zbraniecki/1190243-update-battery-api
Bug 1190243 - Update battery API. r=fabrice
========
https://hg.mozilla.org/integration/gaia-central/rev/0da8f599dbbf
Author: Zibi Braniecki <gandalf@mozilla.com>
Desc: Bug 1190243 - Update battery API
2016-03-21 11:54:48 -07:00
B2G Bumper Bot
d4af298632
Bumping manifests a=b2g-bump
2016-03-21 10:01:05 -07:00
B2G Bumper Bot
da95ab296a
Bumping manifests a=b2g-bump
2016-03-21 09:01:12 -07:00
B2G Bumper Bot
6c564e3449
Bumping manifests a=b2g-bump
2016-03-21 05:56:00 -07:00
B2G Bumper Bot
c9b1aabc9c
Bumping manifests a=b2g-bump
2016-03-20 19:17:08 -07:00
B2G Bumper Bot
6580b1eba2
Bumping manifests a=b2g-bump
2016-03-16 22:31:01 -07:00