Ryan VanderMeulen
4629c7334d
Merge m-c to inbound.
2013-08-22 15:44:40 -04:00
Ryan VanderMeulen
1ef4f3befe
Merge inbound to m-c.
2013-08-22 15:42:18 -04:00
Bobby Holley
7e53e9e027
Bug 907937 - Address review nits. r=billm
...
I normally roll these into the appropriate patches, but this queue moves a lot
of code around, and I'm afraid of a mismerge.
2013-08-22 12:40:31 -07:00
Bobby Holley
1d2359d7ce
Bug 907937 - Optimistically check the CCW cache early in opt-build value wrapping. r=billm
2013-08-22 12:40:31 -07:00
Bobby Holley
55ac99d5bf
Bug 907937 - Inline jsval wrapping overload. r=billm
...
This thing is small enough now that it can be inlined. This is already a significant
win because primitive jsval wrapping is now entirely inlined.
2013-08-22 12:40:31 -07:00
Bobby Holley
b61dc24393
Bug 907937 - Move object wrapping into the object-overloaded wrap() function. r=billm
...
There are a couple of changes to the wrap code, so it probably needs to be
looked over.
2013-08-22 12:40:31 -07:00
Bobby Holley
71d5851532
Bug 907937 - Whitespace change. r=billm
2013-08-22 12:40:30 -07:00
Bobby Holley
7543de80bb
Bug 907937 - Remove isObject() checks, and stop using |vp| as an intermediary. r=billm
...
We can do this now that we're not trying to deal with strings at the same time.
Whitespace change in the next patch.
2013-08-22 12:40:30 -07:00
Bobby Holley
0ff78a7ee1
Bug 907937 - Move string wrapping into the actual string wrapping method. r=billm
...
The current string->value->string setup is kind of silly. This also moves work
out of the jsval overload, which will be helpful when we inline the first part.
2013-08-22 12:40:30 -07:00
Bobby Holley
87118e3917
Bug 891891 - Print diagnostics when an XPCWrappedJS is QI-ed off-main-thread. r=mrbkap
...
Let's try to figure out which XPCWrappedJS is causing this. I've filed a reminder
for myself to back this out by sept 3.
2013-08-22 12:40:29 -07:00
Ryan VanderMeulen
a88eba15d2
Merge fx-team to m-c.
2013-08-22 15:33:42 -04:00
Andrew Halberstadt
6aa2be2268
Bug 907552 - Add ability to specify cwd to MozbuildObject.from_environment(), r=gps
2013-08-22 15:24:40 -04:00
Gaia Pushbot
17a1dddd21
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/bdac3547cbc0
Author: Salvador de la Puente González <salva@unoyunodiez.com>
Desc: Merge pull request #11660 from lodr/bug-898297-merging-process-stucks
Bug 898297 - Fixing the fake matching result, a convenient renaming and some related documentation added.
r=arcturus
========
https://hg.mozilla.org/integration/gaia-central/rev/b9deda556ffe
Author: lodr <salva@unoyunodiez.com>
Desc: Bug 898297 - Fixing the fake matching result, a convenient renaming and some
related documentation added.
2013-08-22 11:55:21 -07:00
Ryan VanderMeulen
cdf56a6889
Backed out changeset 230120afcbbf (bug 905589) for Android and B2G bustage on a CLOSED TREE.
2013-08-22 14:17:49 -04:00
Ryan VanderMeulen
f052649111
Bug 908306 - Disable more Web Audio crashtests on B2G due to frequent timeouts.
2013-08-22 14:04:41 -04:00
Andreas Gal
e712f7caa3
Bug 905589 - Use VBO instead of client side rendering. r=bas
2013-08-22 12:54:21 -04:00
Ted Mielczarek
b4b181eaf0
Bug 906734 - Put TestHarness.h profile directories under runcppunittest's temp directory. r=Waldo
2013-08-20 11:59:51 -04:00
Ryan VanderMeulen
d835be21cb
Backed out changesets 3adaeac9d567 and ee85a2f2ecb1 (bug 880067) for Windows bustage on a CLOSED TREE.
2013-08-22 15:01:03 -04:00
Hubert Figuière
7c24d57255
Bug 819080 - Part 1: Timing of the FM Radio hardware initialisation. r=pzhang
2013-08-21 20:00:00 -04:00
Dave Huseby
15f61c0e9b
Bug 898240 - Properly shutdown the pending geolocation requests. r=kanru
2013-08-21 18:18:00 -04:00
Terrence Cole
a0d4298bb4
Backout 09bdab645185 (Bug 907791) as it will not work with off-main-thread parsing.
...
--HG--
extra : rebase_source : 9b9cdc95fac77232e204fcdccb1bd5a2e827041b
2013-08-22 11:48:28 -07:00
Jim Chen
800f5d9ffd
Bug 901085 - Add test for UserAgentOverrides.jsm; r=dao
2013-08-22 14:41:43 -04:00
Ehsan Akhgari
f56168072d
Bug 907883 - Minimize #includes in layout/generic; r=roc
...
--HG--
extra : rebase_source : 5e87b764a12b05aff477c71547e2131be67ca93b
2013-08-22 14:32:52 -04:00
Terrence Cole
daa9a343a2
Bug 907358 - Exactly root internal pointers in Array.join; r=Waldo
...
--HG--
extra : rebase_source : f1eff0c5910373220ddabf61fe907528cdcec19f
2013-08-20 13:13:21 -07:00
Terrence Cole
19ee63650c
Bug 907791 - Suppress some AsmJS rooting non-hazards in the static analysis; r=bhackett
...
--HG--
extra : rebase_source : edd1c5544b791c258d31ec5d64334f52bbd5aed1
2013-08-21 12:43:22 -07:00
Terrence Cole
d1d2cbd06c
Bug 906241 - Trigger post barriers for writes to tenured call objects; r=bhackett
...
--HG--
extra : rebase_source : db28a9eb27ba8d002b48359a30a0343d651f6e60
2013-08-21 14:20:15 -07:00
Terrence Cole
38dd733303
Bug 908253 - Fix jit-tests's -g command after Bug 858622; r=dminor
...
--HG--
extra : rebase_source : 6c6a02b63e653d7f87671b1e9b80ab9d4161bb91
2013-08-22 11:21:30 -07:00
Adam Roach [:abr]
1a511d4b23
Bug 880067 - Part 3: SDP negotiation of rtcp-fb r=ehugg
2013-08-22 13:18:38 -05:00
Adam Roach [:abr]
5d517009c5
Bug 880067 - Part 2: Finish SDP Unit Tests r=ehugg
2013-08-22 13:18:38 -05:00
Eddy Bruel
496ca788be
Merge for bug 899052
2013-08-22 19:55:40 +02:00
Ed Morley
06c10ae39f
Merge latest green b2g-inbound changeset and mozilla-central
2013-08-22 12:04:16 +01:00
Ms2ger
1a58e5982b
Bug 904831 - Followup: clobber
2013-08-22 11:22:03 +02:00
Ms2ger
dd3ed79f0d
Merge PGO-green changeset from inbound to m-c.
2013-08-22 10:31:44 +02:00
Gaia Pushbot
bc870e2038
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/5de9f5b9b2f8
Author: Julien Wajsberg <felash@gmail.com>
Desc: Merge pull request #11639 from julienw/fix-travis-2
Bug 905775 - Firefox is failing silently in recent travis builds during `make test-agent-test` step
r=ochameau
========
https://hg.mozilla.org/integration/gaia-central/rev/538469b832ad
Author: Julien Wajsberg <felash@gmail.com>
Desc: Bug 905775 - Firefox is failing silently in recent travis builds during `make test-agent-test` step
This turns off the desktop extensions for the tests, and enabled the touch
events in DEBUG mode, so that the tests can actually use touch events.
2013-08-22 00:25:23 -07:00
Ms2ger
da7aa79847
No bug - Use Unix line endings in nsSandboxFlags.h.
2013-08-22 08:56:07 +02:00
Ms2ger
3084ab9eb8
Bug 906503 - Remove nsIExceptionProvider; r=bholley
...
It is replaced by a direct special case in the caller.
2013-08-22 08:56:02 +02:00
Ms2ger
0b894b16bd
Bug 907337 - Remove the special case for NO_DIST_INSTALL in emitter.py; r=mshal
...
It is obsoleted by the general case in recursivemake.py.
2013-08-22 08:56:02 +02:00
Ms2ger
9561aa1c4c
Bug 906619 - Part b: move the CSRCS definition in intl/lwbrk/src into moz.build; r=mshal
2013-08-22 08:56:02 +02:00
Ms2ger
f8f8a40a0a
Bug 906619 - Part a: Move unconditional CSRCS to moz.build; r=mshal
2013-08-22 08:56:02 +02:00
Ms2ger
9c723cab7f
Bug 904831 - Part d: Disallow MSVC_ENABLE_PGO in Makefiles; r=khuey
2013-08-22 08:56:02 +02:00
Ms2ger
d54dfa0c57
Bug 904831 - Part c: Move conditional MSVC_ENABLE_PGO definitions into moz.build and remove empty makefiles; r=mshal
2013-08-22 08:56:01 +02:00
Ms2ger
19f3e043e3
Bug 904831 - Part b: Move unconditional MSVC_ENABLE_PGO definitions into moz.build; r=gps
2013-08-22 08:56:01 +02:00
Ms2ger
c285c318c5
Bug 904831 - Part a: Support MSVC_ENABLE_PGO in moz.build; r=gps
2013-08-22 08:56:01 +02:00
Ms2ger
63b648bec1
Bug 883284 - Part h: Disallow LIBXUL_LIBRARY in Makefiles; r=khuey
2013-08-22 08:56:01 +02:00
Ms2ger
cb6087d9f7
Bug 883284 - Part g: Move conditional LIBXUL_LIBRARY assignments into moz.build; r=gps
2013-08-22 08:56:01 +02:00
Ms2ger
4d0ead0110
Bug 883284 - Part f: Move LIBXUL_LIBRARY into moz.build (p-z); r=glandium
2013-08-22 08:56:01 +02:00
Ms2ger
4e45b3d52e
Bug 883284 - Part e: Move LIBXUL_LIBRARY into moz.build (k-o); r=ted
2013-08-22 08:56:00 +02:00
Ms2ger
8085d723ed
Bug 883284 - Part d: Move LIBXUL_LIBRARY into moz.build (f-j); r=bsmedberg
2013-08-22 08:56:00 +02:00
Ms2ger
2fab82586f
Bug 883284 - Part c: Move LIBXUL_LIBRARY into moz.build (d-e); r=mshal
2013-08-22 08:56:00 +02:00
Ms2ger
fa65b962f6
Bug 883284 - Part b: Move LIBXUL_LIBRARY into moz.build (a-c); r=joey
2013-08-22 08:55:59 +02:00