Matt Woodrow
e58d379984
Bug 966679 - Follow-up to fix bustage on gcc 4.4, split Compose() into separate functions. CLOSED TREE
2014-02-11 17:58:01 +13:00
Matt Woodrow
0c56212664
Bug 966679 - Mark Layers as Mutated if they have an invalid region. r=roc
2014-02-11 17:01:49 +13:00
Matt Woodrow
fb1c8410a8
Bug 966679 - Resolve RefLayers during IPDL transactions. r=nical
2014-02-11 17:01:20 +13:00
Matt Woodrow
ee8bfdcd6f
Bug 966679 - Make LayerProperties aware of RefLayers. r=roc
2014-02-11 17:00:46 +13:00
Matt Woodrow
d5e6286e88
Bug 966679 - Make sure all RefLayers are resolved before calling BeginTransaction. r=nical
2014-02-11 17:00:16 +13:00
Matt Woodrow
1fa07848e6
Bug 966679 - Implement widget paint flashing for BasicCompositor. r=roc
2014-02-11 16:59:39 +13:00
Phil Ringnalda
5a748ed604
Back out f03664765359 (bug 909542) for unexpected assertions and lack of expected assertions
2014-02-10 19:09:23 -08:00
Bill McCloskey
c01429dd44
Bug 970736 - Make basic compositor handle texture wrapping correctly (r=mattwoodrow)
2014-02-10 18:46:34 -08:00
Bill McCloskey
9ad9d34368
Bug 970711 - Fix typo in MemoryTextureClientData destructor (r=mattwoodrow)
2014-02-10 18:46:27 -08:00
Bill McCloskey
d35c527b82
Bug 970711 - Make basic compositor respect TexturedEffect filter (r=mattwoodrow)
2014-02-10 18:45:11 -08:00
B2G Bumper Bot
38433870e8
Bumping manifests a=b2g-bump
2014-02-10 18:40:53 -08:00
Eric Chou
e990369c4b
Bug 962310 - Support in-process bt file transfer, f=bent, r=gyeh
...
Currently if an app which lives in chrome process calls SendFile()
to send a file via Bluetooth, it would crash.
2014-02-11 10:07:23 +08:00
Ehsan Akhgari
6021b6d2f1
Bug 969757 follow-up, fix two comments, DONTBUILD
2014-02-10 20:55:57 -05:00
Ehsan Akhgari
f987acb104
Bug 969875 - Use fallible allocations in the URL Classifier some more; r=gcp
2014-02-10 20:51:01 -05:00
Mike Hommey
fde8703335
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
d709a5a4bc
Bug 969839 - Bump required NSPR version to 4.10.3. r=gps
2014-02-11 10:45:17 +09:00
Mike Hommey
a252a2addc
Bug 969821 - [Australis] Fix Preferences menu item tooltip. r=Gijs
2014-02-11 10:44:47 +09:00
Mike Hommey
19cc3735e7
Bug 969801 - Fix make install for js standalone builds after bug 950298. r=gps
2014-02-11 10:44:15 +09:00
Mike Hommey
262e8724ba
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
9dfe3dbc7b
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
69e70086e0
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
3ce0ef9179
Bug 969164 - Use per-directory config in sandboxes when reading moz.builds. r=gps
2014-02-11 10:37:47 +09:00
Mike Hommey
1f82304637
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
ad87fd4cea
Bug 969164 - Move icu subconfigure invocation in build/autoconf/icu.m4. r=gps
2014-02-11 10:37:47 +09:00
Mike Hommey
636aa1fc65
Bug 969164 - Move libffi subconfigure invocation in build/autoconf/ffi.m4. r=gps
2014-02-11 10:37:47 +09:00
Mike Hommey
722c8ac7a6
Bug 968652 - Remove EXTERNAL_SOURCE_DIR for mfbt. r=gps
2014-02-11 10:37:47 +09:00
Mike Hommey
246b498c52
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
017e2da0a9
Bug 968537 - Build js-config from configure instead of Makefile. r=ted
2014-02-11 10:37:47 +09:00
Mike Hommey
740c20d702
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
80e79be833
Bug 462427 - Stop requiring CROSS_COMPILE being set. r=ted
2014-02-11 10:37:46 +09:00
Mike Hommey
33bd338597
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
d28660dfff
Bumping manifests a=b2g-bump
2014-02-10 17:25:58 -08:00
B2G Bumper Bot
c32b7a4910
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
2c9f52bab0
Bumping manifests a=b2g-bump
2014-02-10 16:07:36 -08:00
B2G Bumper Bot
52677c4b81
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
b2f67c93b9
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
0a8c3cecbe
Bug 959833 - Use pngquant for PNG size reduction. r=mfinkle
2014-02-10 20:11:40 -08:00
Richard Newman
389247fe93
Bug 968436 - Add 1.5 to client records. r=trivial
2014-02-10 18:36:02 -08:00
Anton Kovalyov
b63bd50809
Bug 964504 - Add Editor.setFontSize/getFontSize. r=msucan
2014-02-10 18:21:42 -08:00
Brian Nicholson
5cfdc0229f
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
e97948ed28
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
4b3147d5f2
Bumping manifests a=b2g-bump
2014-02-10 14:51:40 -08:00
B2G Bumper Bot
404c3a126c
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
e84e804caf
Bumping manifests a=b2g-bump
2014-02-10 13:20:57 -08:00
B2G Bumper Bot
a2e9920805
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
fe914213d6
Merge m-c to b2g-inbound.
2014-02-10 15:44:47 -05:00
Ryan VanderMeulen
d2ef169276
Merge inbound to m-c.
2014-02-10 15:42:58 -05:00
Ryan VanderMeulen
c8a8bf353a
Merge b2g-inbound to m-c.
2014-02-10 15:37:54 -05:00
B2G Bumper Bot
4945a7aa30
Bumping manifests a=b2g-bump
2014-02-10 11:40:59 -08:00
B2G Bumper Bot
34d884cdd4
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