Commit Graph

152972 Commits

Author SHA1 Message Date
Nathan Froyd
ad3ed9e5be Bug 918651 - part 5 - qualify all IPDL using statements with required header; r=ehsan 2013-10-01 15:25:07 -04:00
Nathan Froyd
6288378e7a Bug 918651 - part 4 - add keyword arguments to _makeForwardDeclForQClass; r=ehsan
We're going to need these later when we hand-roll our own forward declarations
for classes and structs.
2013-10-01 12:02:57 -04:00
Nathan Froyd
6d2d9bb175 Bug 918651 - part 3 - add optional |from header| qualification to using statements in ipdl; r=bent 2013-09-23 21:20:18 -04:00
Nathan Froyd
afca1db872 Bug 918651 - part 2 - don't munge the translation unit's headers; r=ehsan
Keep the builtin headers separate from the translation unit's headers.
We do this so when we start twiddling with the translation unit's headers,
we don't have to handle cases where those headers are actually builtin
headers.
2013-10-01 11:42:50 -04:00
Nathan Froyd
987974138d Bug 918651 - part 1 - remove unnecessary using statements from IPDL files; r=ehsan 2013-10-18 14:48:13 -04:00
Jan de Mooij
b075b3e219 Bug 932769 followup - Fix typo. rs=evilpie 2013-11-02 17:35:00 +01:00
Tom Schuster
b0f36a0a96 Bug 933946 - Remove the rest of the old number conversion functions from SpiderMonkey. r=terrence 2013-11-02 13:48:09 +01:00
Brian Hackett
c4c9593b96 Bug 932769 - Ignore resolve hooks for properties that already exist on the object being examined, r=jandem. 2013-11-02 09:32:22 -06:00
Gijs Kruitbosch
e3667824f5 Merge m-c to m-i on a CLOSED TREE 2013-11-02 15:33:00 +01:00
Gijs Kruitbosch
6b4fd618ad Backed out changeset c672c4cd6c7f (bug 928201) for mochitest-mc purply-bustage, rs=bustage on a CLOSED TREE 2013-11-02 14:07:23 +01:00
Joe Walker
6144bb4c12 Bug 934098 - Comment out test for GCLI date type breaks when TZ changes; r=Gijs CLOSED TREE
--HG--
extra : amend_source : 0db0a5596417dd41ebf339a21ff460bfafadf2ab
2013-11-02 12:50:33 +00:00
Mats Palmgren
7d84fb168e Bug 933260 - Honor the specified CSS width and height on <input type=checkbox/radio> also on Linux. r=karlt 2013-11-02 12:11:30 +00:00
ffxbld
1394251eca No bug, Automated HSTS preload list update from host bld-linux64-ec2-406 - a=hsts-update 2013-11-02 03:19:53 -07:00
ffxbld
2cfe0f79da No bug, Automated blocklist update from host bld-linux64-ec2-178 - a=blocklist-update 2013-11-02 03:16:39 -07:00
Gene Lian
a56e308897 Backout b796080cf4d0 (bug 931699) due to causing bug 933787. 2013-11-02 17:36:28 +08:00
Wes Kocher
81fa7c38b9 Merge inbound to m-c 2013-11-01 20:34:44 -07:00
Wes Kocher
a1ee6fe64a Merge b2g-inbound to m-c 2013-11-01 20:31:10 -07:00
Brian R. Bondy
e38cfb36ed Bug 928042 - Add an environment variable to disable content processes sandboxing even when MOZ_CONTENT_SANDBOX is defined. r=aklotz 2013-11-01 19:09:45 -07:00
Jonathan Watt
d458546af0 Bug 932761 - Implement Moz2D path builders for all of the SVG element types. r=dholbert 2013-11-02 11:10:38 +00:00
Jan de Mooij
c2c685f078 Bug 933475 - Rewrite Array.prototype.push fast path to work on all native objects with dense elements. r=Waldo 2013-11-02 11:54:07 +01:00
Gene Lian
5c99a874c8 Backout b796080cf4d0 (bug 931699) due to causing bug 933787. 2013-11-02 17:45:17 +08:00
Wes Kocher
4b3c77ff8b Backed out changeset ff8128d5a5d9 (bug 906990) for b2g build bustage on a CLOSED TREE 2013-11-01 17:15:42 -07:00
Wes Kocher
8fde714f99 Backed out changeset 325d718fec53 (bug 906990) 2013-11-01 17:15:08 -07:00
Wes Kocher
f82fa4a788 Backed out changeset 875f6e0be7b1 (bug 906990) 2013-11-01 17:15:03 -07:00
Wes Kocher
39d8f615ff Backed out changeset 00f838879263 (bug 906990) 2013-11-01 17:14:59 -07:00
Wes Kocher
73ea42404f Backed out changeset 57a7a785a964 (bug 906990) 2013-11-01 17:14:54 -07:00
Wes Kocher
fa84a5a4e7 Backed out changeset 03b936cdbf73 (bug 933260) for crashtest assertions 2013-11-01 17:06:21 -07:00
Seth Fowler
7e8d548ff9 Bug 922613 - Remove erroneous assertion in imgStatusTracker. r=jdm 2013-11-01 17:05:01 -07:00
Mike Hommey
57483fcbbe Bug 933120 needs a clobber because of bug 852814. r=me 2013-11-02 09:00:15 +09:00
Richard Newman
3c64037528 Bug 933992 - sLoadTasks removal incorrectly uses long, not Integer. r=sriram 2013-11-01 16:56:06 -07:00
Mike Hommey
63165a8ec9 Bug 933097 - Remove a few useless moz.build files. r=mshal 2013-11-02 08:47:46 +09:00
Mike Hommey
4150de8ede Bug 932737 - Change elfhack such that it doesn't require two injection objects. r=nfroyd 2013-11-02 08:47:24 +09:00
Mike Hommey
53040f08c9 Bug 933120 - Move HOST_PROGRAM and HOST_SIMPLE_PROGRAMS to moz.build. r=gps 2013-11-02 08:44:11 +09:00
Mike Hommey
ff4fa14954 Bug 933135 - Treat SIMPLE_PROGRAMS more like PROGRAM. r=mshal 2013-11-02 08:43:55 +09:00
Mike Hommey
cb6f041d60 Bug 933100 - Cleanup toolkit/mozapps/plugins/tests/Makefile.in. r=gps 2013-11-02 08:43:43 +09:00
Mike Hommey
d2b60c3c63 Bug 933098 - Cleanup bad cargo culting in ./media/omx-plugin/*/Makefile.in. r=gps 2013-11-02 08:43:08 +09:00
Mike Hommey
718ee10d1e Bug 932618 - Use NO_PROFILE_GUIDED_OPTIMIZE to disable PGO for individual files. r=gps 2013-11-02 08:42:53 +09:00
Gaia Pushbot
c7bc1684ef Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/a824661b8338
Author: Julien Wajsberg <felash@gmail.com>
Desc: Merge pull request #13146 from caiolima/bug_815093

Bug 815093 - Compose "new" activities are unable to return to calling app once message is sent

========

https://hg.mozilla.org/integration/gaia-central/rev/8829732fae72
Author: Caio Lima <ticaiolima@gmail.com>
Desc: Bug 815093 - Compose activities returning to caller app r=julien
2013-11-01 16:20:26 -07:00
Matt Brubeck
cbf932435a Bug 933012 - Remove unused Metro theme code and resources [r=rsilveira] 2013-11-01 16:10:49 -07:00
Matt Brubeck
d5e8c55a84 Bug 928201 - Change Run to Open in Metro download bar [r=emtwo] 2013-11-01 16:10:49 -07:00
Gaia Pushbot
12924c7ee9 Bumping gaia.json for 1 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/2cfbe5852250
Author: Sebastiaan de Haan <me@sebastiaandehaan.nl>
Desc: Bug 818287 - Support screenshots without a data URL prefix. r=dhunt
2013-11-01 16:10:24 -07:00
Gaia Pushbot
0966854d05 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/e433f65f9d08
Author: Tom Herold <tom.herold@scalableminds.com>
Desc: Merge pull request #12735 from hotzenklotz/917445_enhance_image

One click auto enhance for gallery images

========

https://hg.mozilla.org/integration/gaia-central/rev/ef5d8b1167ad
Author: Tom Herold <therold@mozilla.com>
Desc: One click auto enhance for gallery images
2013-11-01 15:00:25 -07:00
Gaia Pushbot
b980051ec7 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/b150bbd90af2
Author: Michael Henretty <michael.henretty@gmail.com>
Desc: Merge pull request #13299 from mikehenrty/master

Revert "Bug 930104 - Remove localId=0 hack for the system app on firefox...

========

https://hg.mozilla.org/integration/gaia-central/rev/b172d50cca39
Author: Michael Henretty <michael.henretty@gmail.com>
Desc: Revert "Bug 930104 - Remove localId=0 hack for the system app on firefox and correctly set permission for any app loaded in Firefox r=vingtetun"

This reverts commit 73840d5463c15cf7bb535eda813b666b933fa11a.
2013-11-01 14:10:28 -07:00
Gaia Pushbot
9d048934cf Bumping gaia.json for 1 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/b8d6e9efac73
Author: Adam Hyland <protonk@gmail.com>
Desc: Add truncation to avoid MMS filename limitation r=rwaldron
2013-11-01 13:50:25 -07:00
Aki Sasaki
f4b3f6a79f bug 931716 - add gecko files to unagi uploads. r=catlee 2013-11-01 12:08:27 -07:00
Gaia Pushbot
f94bc69102 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/a424a1880e5f
Author: Julien Wajsberg <felash@gmail.com>
Desc: Merge pull request #13187 from borjasalguero/uk_v1.2_sprint4_forwad_logic

Bug 927784 - [Messaging][Forward] Implement forward logic. r=rwaldron,julienw

========

https://hg.mozilla.org/integration/gaia-central/rev/e85214653f6d
Author: borjasalguero <fbsc@tid.es>
Desc: Bug 927784 - [Messaging][Forward] Implement forward logic. r=rwaldron,julienw
2013-11-01 12:00:34 -07:00
Ryan VanderMeulen
74df168528 Merge fx-team to m-c. 2013-11-01 14:51:36 -04:00
Ryan VanderMeulen
36bfe82d3f Merge b2g-inbound to m-c. 2013-11-01 14:45:07 -04:00
J. Ryan Stinnett
65a2ae8990 Bug 932880 - Fix window leaks in App Manager. r=past
CLOSED TREE
2013-11-01 11:17:07 -05:00
Reuben Morais
491d046f84 Bug 930241 - Use toJSON instead of jsonifier in the Contacts interfaces. r=gwagner
--HG--
extra : rebase_source : b19099dec587b7acc3a86e71928423b46b958e0e
2013-11-01 14:01:59 -02:00