Commit Graph

167911 Commits

Author SHA1 Message Date
Mike Hommey
989b41cf6b Bug 969164 - Replace most BUILDING_JS uses with JS_STANDALONE. r=gps
Before making top-level traverse js/src moz.build files, there was a need to
distinguish between top-level traversing e.g. top-level moz.build or
config/moz.build and js/src traversing them. With a single traversal of both
moz.build sets, we now only need to distinguish between js standalone builds
and gecko builds.

There is still, however, a need to distinguish between top-level vs. js/src
configure runs on gecko builds to make them subconfigure icu and libffi from
top-level instead of js/src in js standalone builds, or when choosing to make
js/src's config.status do something when run or not.
2014-02-11 10:37:47 +09:00
Mike Hommey
557439c337 Bug 969164 - Traverse js/src moz.builds from top-level configure. r=gps
Before, we would run configure in both top-level and js/src, and both
configures would traverse their own set of moz.builds, without actual
knowledge about the other. With this change, both configures still run,
but only top-level traverses moz.build files, and uses js/src's
config.status when traversing its moz.build files. This allows a better
sharing of information between both build systems and the removal of many
hacks.

This also moves running libffi and icu configure to top-level.

Standalone js builds still have their own configure doing moz.build traversal,
as before.

--HG--
rename : config/autoconf.mk.in => config/autoconf-js.mk.in
rename : config/emptyvars.mk.in => config/emptyvars-js.mk.in
2014-02-11 10:37:47 +09:00
Mike Hommey
c4f3efd12a Bug 969164 - Use per-directory config in sandboxes when reading moz.builds. r=gps 2014-02-11 10:37:47 +09:00
Mike Hommey
955a9ba373 Bug 969164 - Create subconfigure directory in the AC_OUTPUT_SUBDIRS wrapper. r=gps
We happen to be lucky currently because e.g. build is created by config.status
before we subconfigure in build/clang-plugin. But further changes break that
luck.
2014-02-11 10:37:47 +09:00
Mike Hommey
0c632e4c0a Bug 969164 - Move icu subconfigure invocation in build/autoconf/icu.m4. r=gps 2014-02-11 10:37:47 +09:00
Mike Hommey
0e117da4fb Bug 969164 - Move libffi subconfigure invocation in build/autoconf/ffi.m4. r=gps 2014-02-11 10:37:47 +09:00
Mike Hommey
b3f157e2bd Bug 968652 - Remove EXTERNAL_SOURCE_DIR for mfbt. r=gps 2014-02-11 10:37:47 +09:00
Mike Hommey
4abf2f3022 Bug 968561 - Move ffi detection from configure.in and js/src/configure.in into build/autoconf/ffi.m4. r=gps 2014-02-11 10:37:47 +09:00
Mike Hommey
04bc230f4e Bug 968537 - Build js-config from configure instead of Makefile. r=ted 2014-02-11 10:37:47 +09:00
Mike Hommey
c6a7edc25f Bug 946687 - Move ICU detection from configure.in and js/src/configure.in into build/autoconf/icu.m4. r=gps 2014-02-11 10:37:47 +09:00
Mike Hommey
79c051dfc5 Bug 462427 - Stop requiring CROSS_COMPILE being set. r=ted 2014-02-11 10:37:46 +09:00
Mike Hommey
59eb51a5c2 Bug 748138 - Always export CC, CXX and a few other variables to libffi's configure. r=ted
Also, always pass --build and --host.
2014-02-11 10:37:46 +09:00
B2G Bumper Bot
0c001e64bd Bumping manifests a=b2g-bump 2014-02-10 17:25:58 -08:00
B2G Bumper Bot
a369db8c9c Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/052499d9ddb8
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #16150 from KevinGrandon/bug_966726_eme_styling_followup

Bug 966726 - Web result icon styling

========

https://hg.mozilla.org/integration/gaia-central/rev/581abcf0b867
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 966726 - Web result icon styling
2014-02-10 17:25:10 -08:00
B2G Bumper Bot
bb4cb73605 Bumping manifests a=b2g-bump 2014-02-10 16:07:36 -08:00
B2G Bumper Bot
089047fcee Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/389656f845ee
Author: Diego Marcos <diego.marcos@gmail.com>
Desc: Merge pull request #15996 from dmarcos/bug958200

First working version

========

https://hg.mozilla.org/integration/gaia-central/rev/712e053e9912
Author: Diego Marcos <diego.marcos@gmail.com>
Desc: Bug 958200 - [Camera] Update Camera app to use new CameraControl API
2014-02-10 16:07:27 -08:00
Florian Quèze
e0768aa741 Bug 969427 - recreating a destroyed widget after a CustomizableUI.reset() call causes the new widget to go in the customize palette, r=Gijs.
--HG--
extra : rebase_source : e9d4d232d98f3dca3602a74d97017af1418d6474
2014-02-11 00:09:19 +01:00
Richard Newman
58d9334c9b Bug 959833 - Use pngquant for PNG size reduction. r=mfinkle 2014-02-10 20:11:40 -08:00
Richard Newman
217e194f59 Bug 968436 - Add 1.5 to client records. r=trivial 2014-02-10 18:36:02 -08:00
Anton Kovalyov
a090a993aa Bug 964504 - Add Editor.setFontSize/getFontSize. r=msucan 2014-02-10 18:21:42 -08:00
Brian Nicholson
f703172f4b Bug 968738 - Don't short-circuit most tab updates if the URL is the same. r=rnewman 2014-02-10 18:08:03 -08:00
Mike Habicher
f2e6cb2def Bug 909542 - refactor CameraControl API, r=dhylands,jst,jesup,onecyrenus
* * *
Debugging the rotation issue with new camera.js
* * *
Fix the occasionally-invalid MOZ_ASSERT on GonkCameraControl.cpp:844
2014-02-10 17:53:19 -05:00
B2G Bumper Bot
190b763982 Bumping manifests a=b2g-bump 2014-02-10 14:51:40 -08:00
B2G Bumper Bot
76dd35f8de Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/2aaee9fb7588
Author: Miller Medeiros <miller@millermedeiros.com>
Desc: Merge pull request #16146 from mcav/delete-button

Bug 963326 - [B2G][Clock] Delete button easily selectable while selecting word suggestions when editing an alarm. r=millermedeiros

========

https://hg.mozilla.org/integration/gaia-central/rev/908b6445972c
Author: Marcus Cavanaugh <m@mcav.com>
Desc: Bug 963326 - [B2G][Clock] Delete button easily selectable while selecting word suggestions when editing an alarm.
2014-02-10 14:45:12 -08:00
B2G Bumper Bot
6a157e09e1 Bumping manifests a=b2g-bump 2014-02-10 13:20:57 -08:00
B2G Bumper Bot
372ac51e31 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/d69d6ab1a6de
Author: Marcus Cavanaugh <m@mcav.com>
Desc: Merge pull request #16058 from mcav/progressive-sound

Bug 961599 - [Clock] Sound selection list laylout offset when select a l...

========

https://hg.mozilla.org/integration/gaia-central/rev/9bc8cf538ef8
Author: Marcus Cavanaugh <m@mcav.com>
Desc: Bug 961599 - [Clock] Sound selection list laylout offset when select a long list. r=millermedeiros
2014-02-10 13:15:12 -08:00
Ryan VanderMeulen
f585614128 Merge m-c to b2g-inbound. 2014-02-10 15:44:47 -05:00
Ryan VanderMeulen
c608b2f60f Merge inbound to m-c. 2014-02-10 15:42:58 -05:00
Ryan VanderMeulen
2db1157cc1 Merge b2g-inbound to m-c. 2014-02-10 15:37:54 -05:00
B2G Bumper Bot
f15e36cb83 Bumping manifests a=b2g-bump 2014-02-10 11:40:59 -08:00
B2G Bumper Bot
cb4a5515c9 Bumping gaia.json for 3 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/0d77cb12e265
Author: Zac <zcampbell@mozilla.com>
Desc: Merge pull request #15970 from AndreiH/bug968083

Bug 968083 - Intermittent fail in test_import_contacts_from_sim

========

https://hg.mozilla.org/integration/gaia-central/rev/2a32da7a0e1c
Author: Andrei Hutusoru <andreihutusoru@P5069.(none)>
Desc: Bug 968083 - Intermittent fail in test_import_contacts_from_sim

========

https://hg.mozilla.org/integration/gaia-central/rev/e4639fad0e86
Author: Zac Campbell <zcampbell@mozilla.com>
Desc: Bug 970458 - Disable failing clock tests on TBPL/Gu a=testonly r=me
2014-02-10 11:35:09 -08:00
Mihai Sucan
ad9dc9b518 Bug 964684 - Fix for intermittent TEST-UNEXPECTED-FAIL | browser_webconsole_bug_642108_pruneTest.js | Test timed out; r=me 2014-02-10 21:29:13 +02:00
Gijs Kruitbosch
879d1b452e Bug 964267 - fix star button pressed state on Australis, r=mikedeboer 2014-02-11 12:11:14 +00:00
Gijs Kruitbosch
72d68aca4e Bug 970380 - fix width and height of Australis SDK buttons in panel, r=jaws
--HG--
extra : rebase_source : 62e05782ea17339bc2fe316f7a94b1f4aa41c26e
2014-02-11 11:07:23 +00:00
B2G Bumper Bot
964f726ebe Bumping manifests a=b2g-bump 2014-02-10 11:22:30 -08:00
B2G Bumper Bot
3b5f1f2530 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/4b5986581fb2
Author: Eitan Isaacson <eitan@monotonous.org>
Desc: Merge pull request #16051 from yzen/957674

Bug 957674 - adding an easy way to enable/disable a screen reader. r=alive

========

https://hg.mozilla.org/integration/gaia-central/rev/8f45be5883eb
Author: Yura Zenevich <yzenevich@mozilla.com>
Desc: Bug 957674 - adding an easy way to enable/disable a screen reader.
2014-02-10 11:22:21 -08:00
Sami Jaktholm
791ae58c5e Bug 876913: Network Monitor: Allow selection of multiple filters, r=vporof 2014-02-10 13:18:45 -05:00
B2G Bumper Bot
04d2031323 Bumping manifests a=b2g-bump 2014-02-10 09:16:33 -08:00
B2G Bumper Bot
fc9066ba98 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/64b67a585ea1
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #16046 from KevinGrandon/bug_968832_rocketbar_url_editing

Bug 968832 - [Rocketbar] Basic URL functionality

========

https://hg.mozilla.org/integration/gaia-central/rev/7f89c39b87b4
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 968832 - [Rocketbar] Basic URL functionality r=benfrancis
2014-02-10 09:15:12 -08:00
B2G Bumper Bot
aba4906029 Bumping manifests a=b2g-bump 2014-02-10 09:06:15 -08:00
B2G Bumper Bot
409a779761 Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/28d4f48170b6
Author: punamdahiya <punamdahiya@yahoo.com>
Desc: Merge pull request #16093 from punamdahiya/Bug969475

Bug969475 - [Settings][Sound] - Fix of select ring tone and alert tone flow does not work in FF Nightly r=gduan

========

https://hg.mozilla.org/integration/gaia-central/rev/57dbef8ed087
Author: Punam Dahiya <punamdahiya@yahoo.com>
Desc: Bug969475 - [Settings][Sound] - Fix of select ring tone and alert tone flow does not work in FF Nightly r=gduan

========

https://hg.mozilla.org/integration/gaia-central/rev/8bfc90a66369
Author: Zac <zcampbell@mozilla.com>
Desc: Merge pull request #16037 from bebef1987/data_layer

Bug 968769 - Remove data_layer and accessibility from base.py's init

========

https://hg.mozilla.org/integration/gaia-central/rev/eb1f4a5e5384
Author: Bebe <bebe@mozilla.ro>
Desc: Bug 968769 - Remove data_layer from base.py's init
2014-02-10 09:00:10 -08:00
B2G Bumper Bot
9e9cd2b4ab Bumping manifests a=b2g-bump 2014-02-10 08:56:04 -08:00
B2G Bumper Bot
b74a8e149e Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/500d57309898
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Merge pull request #15990 from etiennesegonzac/contact-thumbnails

Bug 967272 - Introducing contact photo thumbnails for new contacts,
and using thumbnails wherever it makes sense.
r=arcturus, jmcf(facebook), julienw(sms), rik(dialer)

========

https://hg.mozilla.org/integration/gaia-central/rev/6c4783a162d4
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Bug 967272 - Introducing contact photo thumbnails for new contacts,
and using thumbnails wherever it makes sense.
r=arcturus, jmcf(facebook), julienw(sms), rik(dialer)
2014-02-10 08:50:10 -08:00
Jon Coppeard
f78663e243 Bug 969798 - Convert JS_ConvertArguments APIs to take CallArgs rather than raw Value pointer r=terrence 2014-02-10 16:42:27 +00:00
Ryan VanderMeulen
cb4d976e7c Backed out changeset 6ada8ee0e208 (bug 969375) for check_spidermonkey_style.py failures. 2014-02-10 11:09:18 -05:00
B2G Bumper Bot
d57982a4ac Bumping manifests a=b2g-bump 2014-02-10 08:08:32 -08:00
B2G Bumper Bot
9a2bd2c798 Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/042ee12cec91
Author: Salvador de la Puente <salva@unoyunodiez.com>
Desc: Carmen made a mistake and this merge is invalid. See the bug in bugzilla for
more info. Reverting.

Revert "Merge pull request #16048 from mcjimenez/bug923449"

This reverts commit 3b0bc1c5dbd09cdb84dfa492b49dc3403b945020, reversing
changes made to fdea06af4276c37cb83fdd4cd3c551be7109bef1.
2014-02-10 08:08:23 -08:00
Ryan VanderMeulen
3acb149ed6 Backed out changeset 68de70a3d9f8 (bug 969591) for assertions. 2014-02-10 11:04:20 -05:00
B2G Bumper Bot
8615ea80b8 Bumping manifests a=b2g-bump 2014-02-10 07:46:34 -08:00
B2G Bumper Bot
3a8e76eab1 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/e69a189e4070
Author: Florin Strugariu <bebef_1987@yahoo.com>
Desc: Merge pull request #16133 from zacc/bug_964842

Bug 964842 - Merge test_bluetooth_discoverable and test_settings_bluetoo...

========

https://hg.mozilla.org/integration/gaia-central/rev/3838cd5f1721
Author: Zac Campbell <zcampbell@mozilla.com>
Desc: Bug 964842 - Merge test_bluetooth_discoverable and test_settings_bluetooth.py
2014-02-10 07:45:14 -08:00