Commit Graph

167790 Commits

Author SHA1 Message Date
Mike Hommey
52b37cecd7 Bug 969989 - Move MOZ_APP_NAME derivation from MOZ_APP_BASENAME where is was. r=ted 2014-02-11 10:45:37 +09:00
Mike Hommey
97e93893c4 Bug 969839 - Bump required NSPR version to 4.10.3. r=gps 2014-02-11 10:45:17 +09:00
Mike Hommey
811fa6edb6 Bug 969821 - [Australis] Fix Preferences menu item tooltip. r=Gijs 2014-02-11 10:44:47 +09:00
Mike Hommey
90c4388055 Bug 969801 - Fix make install for js standalone builds after bug 950298. r=gps 2014-02-11 10:44:15 +09:00
Mike Hommey
9ff8bb64aa Bug 969800 - Fix nsMemoryReporterManager::GetVsize for !HAVE_VSIZE_AND_RESIDENT_REPORTERS and add GNU/kFreeBSD support to nsMemoryReporterManager. r=njn 2014-02-11 10:43:41 +09:00
Mike Hommey
082475052b 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
0d839c5b66 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
cb063c5a25 Bug 969164 - Use per-directory config in sandboxes when reading moz.builds. r=gps 2014-02-11 10:37:47 +09:00
Mike Hommey
884960047f 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
65fef7b8c4 Bug 969164 - Move icu subconfigure invocation in build/autoconf/icu.m4. r=gps 2014-02-11 10:37:47 +09:00
Mike Hommey
0d9439309a Bug 969164 - Move libffi subconfigure invocation in build/autoconf/ffi.m4. r=gps 2014-02-11 10:37:47 +09:00
Mike Hommey
c01a0cbedc Bug 968652 - Remove EXTERNAL_SOURCE_DIR for mfbt. r=gps 2014-02-11 10:37:47 +09:00
Mike Hommey
705663e08b 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
24b0cfce42 Bug 968537 - Build js-config from configure instead of Makefile. r=ted 2014-02-11 10:37:47 +09:00
Mike Hommey
129764c07c 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
cf43fa6b56 Bug 462427 - Stop requiring CROSS_COMPILE being set. r=ted 2014-02-11 10:37:46 +09:00
Mike Hommey
2d54ca1df5 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
871e4f7e09 Bumping manifests a=b2g-bump 2014-02-10 17:25:58 -08:00
B2G Bumper Bot
b67c694337 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
d499094091 Bumping manifests a=b2g-bump 2014-02-10 16:07:36 -08:00
B2G Bumper Bot
02cf6f6f3a 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
9d972bdedb 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
68626411cd Bug 959833 - Use pngquant for PNG size reduction. r=mfinkle 2014-02-10 20:11:40 -08:00
Richard Newman
4a066f87d1 Bug 968436 - Add 1.5 to client records. r=trivial 2014-02-10 18:36:02 -08:00
Anton Kovalyov
d91df90422 Bug 964504 - Add Editor.setFontSize/getFontSize. r=msucan 2014-02-10 18:21:42 -08:00
Brian Nicholson
7596d973db 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
dc323719b7 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
a9040e11f4 Bumping manifests a=b2g-bump 2014-02-10 14:51:40 -08:00
B2G Bumper Bot
22e6444056 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
33cc1380be Bumping manifests a=b2g-bump 2014-02-10 13:20:57 -08:00
B2G Bumper Bot
07ec6a1486 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
de4ec7b164 Merge m-c to b2g-inbound. 2014-02-10 15:44:47 -05:00
Ryan VanderMeulen
afbec0e4a9 Merge inbound to m-c. 2014-02-10 15:42:58 -05:00
Ryan VanderMeulen
619734cc48 Merge b2g-inbound to m-c. 2014-02-10 15:37:54 -05:00
B2G Bumper Bot
efd2a78a63 Bumping manifests a=b2g-bump 2014-02-10 11:40:59 -08:00
B2G Bumper Bot
9443e85e80 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
B2G Bumper Bot
f6bec0cc57 Bumping manifests a=b2g-bump 2014-02-10 11:22:30 -08:00
B2G Bumper Bot
688801aa62 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
32338184e7 Bug 876913: Network Monitor: Allow selection of multiple filters, r=vporof 2014-02-10 13:18:45 -05:00
B2G Bumper Bot
4b98e82495 Bumping manifests a=b2g-bump 2014-02-10 09:16:33 -08:00
B2G Bumper Bot
d74faed510 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
61bf399cee Bumping manifests a=b2g-bump 2014-02-10 09:06:15 -08:00
B2G Bumper Bot
4d26a2350e 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
6a69680bcb Bumping manifests a=b2g-bump 2014-02-10 08:56:04 -08:00
B2G Bumper Bot
9387dc0929 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
50cb1ea9e3 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
64567328d2 Backed out changeset 6ada8ee0e208 (bug 969375) for check_spidermonkey_style.py failures. 2014-02-10 11:09:18 -05:00
B2G Bumper Bot
7a9c3f1231 Bumping manifests a=b2g-bump 2014-02-10 08:08:32 -08:00
B2G Bumper Bot
b11427ba33 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
912aae99b9 Backed out changeset 68de70a3d9f8 (bug 969591) for assertions. 2014-02-10 11:04:20 -05:00