Ryan VanderMeulen
6a90626b1d
Backed out changeset 4887ddabba31 (bug 939231) for mochitest hangs.
...
CLOSED TREE
2013-11-21 09:39:38 -05:00
Ryan VanderMeulen
1c0b7690cc
Backed out changeset e2536905b186 (bug 940194) for bustage.
2013-11-21 09:38:59 -05:00
Josh Matthews
351f2d3ed5
Bug 934066 - Add a simple parent/child synchronization mechanism for xpcshell tests. r=ted
2013-11-02 09:37:46 -04:00
Michael Shuen
213cdc560a
Bug 941332 - Build caps/src in unified mode. r=ehsan
2013-11-21 09:22:26 -05:00
Michael Shuen
9ff83a97c5
Bug 940799 - Build gfx/ycbcr in unified mode. r=bjacob
2013-11-21 09:22:25 -05:00
Michael Shuen
f0a727cb28
Bug 940793 - Build image/decoders/icon in unified mode. r=ehsan
2013-11-21 09:22:25 -05:00
Michael Shuen
636e27835c
Bug 940780 - Build dom/gamepad in unified mode. r=bzbarsky
2013-11-21 09:22:25 -05:00
Michael Shuen
39224b98d9
Bug 940194 - Build netwerk/cookie in unified mode. r=ehsan
2013-11-21 09:22:25 -05:00
Brian Hackett
f037692393
Bug 724768 - Fix outdated comment.
2013-11-21 06:19:26 -08:00
Brian Hackett
0374b5edbe
Bug 938124 - Various cleanups and tweaks to avoid non-threadsafe GC heap accesses during IonBuilder, r=jandem.
2013-11-21 06:01:58 -08:00
Jon Coppeard
29d17a9ee7
Bug 939993 - Check that AddPtrs are used only with matching Lookup values r=sfink
2013-11-19 22:53:32 +00:00
Jonathan Watt
b255112725
Bug 939396 - Fix <input type=range> so that the focus code doesn't overwrite the correct pre-focus value onclick. r=smaug
...
--HG--
extra : rebase_source : 095f67af802d9b63e7eda93e33d580c8d0286b9c
2013-11-21 12:55:01 +00:00
Jonathan Watt
5e5392c4ae
Bug 941367 - Fix JavaScript assertions in dom/inputmethod/forms.js caused by trying to get the selection of non-text controls. r=fabrice
...
--HG--
extra : rebase_source : eb9b497bb81e165bac9c128b888e2ddbfcb1b02f
2013-11-21 12:54:48 +00:00
Nathan Froyd
6ed8089d8f
Bug 933225 - delete unused NEXT_ROOT bits from configure; r=glandium
2013-11-21 07:50:28 -05:00
Nathan Froyd
d10d402c30
Bug 940160 - constify the PLDHashTableOps struct in nsTHashtable::Init; r=ehsan
2013-11-18 21:34:53 -05:00
Boris Zbarsky
4c293cf8e4
Bug 941437 part 2. Remove the unused cx argument from UNWRAP_OBJECT and UNWRAP_WORKER_OBJECT. r=smaug
2013-11-21 07:51:16 -05:00
Boris Zbarsky
62cf6930a1
Bug 941437 part 1. Remove the unused cx argument from dom::UnwrapObject. r=smaug
2013-11-21 07:51:15 -05:00
Andrea Marchesini
15f73230d8
Bug 923274 - Cannot open activity picker from input=file element on 1.2 most of the time, r=fabrice
2013-11-21 12:50:50 +00:00
Ehsan Akhgari
2524d4cb55
Bug 939231 - Stop requiring trace-malloc for the deadlock detector; r=bent
...
The existing deadlock detector code uses the trace-malloc stack walking
facilities, which is problematic for a few reasons.
1. It is only available in builds with --enable-trace-malloc, which is
not in the default build configuration.
2. It tries to capture a symbolicated stack trace every time that a lock
is acquired or released, which is really slow.
This patch changes the deadlock detector to use the XPCOM stack walking
and symbolification facilities, and avoids the symbolification until the
point where we need to print out the call stack, which makes the
deadlock detector a lot faster than it currently is in trace-malloc
builds.
2013-11-21 07:43:23 -05:00
Carsten "Tomcat" Book
bc8601e98e
Backed out changeset e8271988688e (bug 887978) for Mochitest 2/3 Bustage on a CLOSED TREE
2013-11-21 13:23:37 +01:00
Jan de Mooij
b1746873c6
Bug 940525 - Fix Baseline typed array stubs to handle double indexes. r=djvj
2013-11-21 13:02:49 +01:00
Marco Chen
e139ccf3a5
Bug 935644 - Only FMRadio client who initiated the request can enable AudioChannelAgent. r=zhang a=koi+
2013-11-20 15:07:03 +08:00
Ralph Giles
86391224b0
Bug 887978 - Pref on WebVTT for non-release builds. r=cpearce
...
This allows us to get wider testing without having to worry
about flipping the pref back off for release if we find problems.
2013-11-20 18:23:00 +13:00
Vendelin Ruzicka
6a70ef5fa8
Bug 940315 - Don't use a generic hash function to generate database filename. r=janv
2013-11-21 10:30:40 +01:00
Mike Hommey
1b21d4aed0
Bug 914274 - Remove MODULE_NAME. r=mshal
2013-11-21 17:31:19 +09:00
Mike Hommey
a6cba3d26d
Bug 940250 - Fix elfhack -r after bug 822584. r=nfroyd
2013-11-21 17:27:30 +09:00
Shu-yu Guo
1e50f4ac36
Bug 935470 - Update end position after lazily parsing a function. (r=jorendorff)
2013-11-20 22:50:28 -08:00
Shu-yu Guo
b7f46541c2
Bug 933882 - Force GC in Debugger mochitests for ASan. (r=past)
2013-11-20 22:50:28 -08:00
Shu-yu Guo
470bcaae2e
Bug 933882 - Invalidate JIT code instead of doing full GC on debug mode toggle. (r=bhackett)
2013-11-20 22:50:28 -08:00
Chris Peterson
4aff69f533
Bug 940226 - Build image/src in unified mode. r=seth
2013-11-18 22:03:36 -08:00
Dan Gohman
b8e658f288
Bug 934175 - SpiderMonkey: Micro-optimize the x64 extended jumps table. r=sstangl
2013-11-20 22:05:12 -08:00
Dan Gohman
e5eccb0398
Bug 939893 - IonMonkey: Handle x/x in lowerUDiv. r=bhackett
2013-11-20 21:53:51 -08:00
Oleg Romashin
b69f2731cd
Bug 822898 - Implement pointer events. Basic handling of Pointer Events. r=smaug
2013-11-20 21:44:31 -08:00
Oleg Romashin
8428edd05d
Bug 822898 - Implement pointer events. Interface. r=smaug
2013-11-20 21:44:22 -08:00
Phil Ringnalda
68d38376ad
Bug 939638 - 611498-1.html needs some fuzz on Windows
2013-11-20 20:52:48 -08:00
Atte Kettunen
f5204a6dce
Bug 934939: Add crash test. r=roc
2013-11-20 23:27:38 -05:00
Stephen Pohl
e663e300c4
Bug 934939: Avoid crashing by gracefully handling invalid canvas sizes. r=roc
2013-11-20 23:27:33 -05:00
Ehsan Akhgari
b050bf31c9
Bug 940591 - Build most of js/src/jit in unified mode; r=djvj
2013-11-20 22:39:42 -05:00
Ehsan Akhgari
8a4376526e
Bug 939582 - Part 2: Build content/media in unified mode; r=doublec
2013-11-20 21:12:13 -05:00
Ehsan Akhgari
2f9d8a7309
Bug 939582 - Part 1: Rework the NSPR logging in content/media to use different macro names for different logs; r=doublec
2013-11-20 22:02:42 -05:00
Ehsan Akhgari
e7936b0d93
Backed out 2 changesets (bug 939582) because of build bustage
...
Backed out changeset 2079c828645a (bug 939582)
Backed out changeset af472e590088 (bug 939582)
2013-11-20 21:41:40 -05:00
Trevor Saunders
4f94131c0b
backout 6fd717549b5a bug 938510 because b2g desktop builds don't seem to pull tooltool packages
2013-11-20 21:39:05 -05:00
Nicholas D. Matsakis
f99c3f2826
Bug 938728 - Add float32x4 and int32x4 data constructors r=till
2013-11-20 15:11:45 -05:00
Ehsan Akhgari
4f0894ce81
Bug 939582 - Part 2: Build content/media in unified mode; r=doublec
2013-11-20 21:12:13 -05:00
Ehsan Akhgari
3c5450530e
Bug 939582 - Part 1: Rework the NSPR logging in content/media to use different macro names for different logs; r=doublec
2013-11-20 21:11:54 -05:00
Trevor Saunders
5b03908b0a
bug 938510 - switch to gcc 4.7.3 and latest stable binutils from tooltool r=glandium
2013-11-20 21:04:25 -05:00
Ralph Giles
62b851a4ee
Bug 941281 - Release resampler in OpusTrackEncoder dtor. r=roc
...
We released the resampler when we reached the end of the stream
but would leak if the encoder was destroyed while data was still
available.
2013-11-21 11:09:08 +13:00
Seth Fowler
6fd30d91de
Bug 940714 - Add a RAII class to make synchronous decoding safer. r=tn
2013-11-20 17:21:51 -08:00
Seth Fowler
b1de4ead2d
Bug 922899 - Fix VectorImage invalidation for non-animated images. r=dholbert
2013-11-20 17:21:50 -08:00
Richard Newman
09fc24021c
Bug 935831 - Back out Bug 927230 for Android 2.3 startup crash, r=briansmith
...
--HG--
extra : rebase_source : 5b8ff8da93a882d6c8303c26d234ad63b748389c
2013-11-20 17:05:55 -08:00