Commit Graph

156410 Commits

Author SHA1 Message Date
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
Brian Smith
3621df35cd Bug 898431: Clean up security/patches to remove references to the private false start patch that is no longer applied, r=me, a=NPOTB
--HG--
extra : rebase_source : 94ee34c96357666e6c6d266fe9029af1d977a940
2013-11-20 17:05:24 -08:00
Andrew Sutherland
479e89b1e2 Bug 933807 - Allow easily disabling TriggerOperationCallbackFor(Ion|AsmJS)Code. Set the environment variable by default in "mach debug", allow disabling. r=gps 2013-11-20 20:07:42 -05:00
Jon Coppeard
113a29fdda Bug 932102 - Fix rooting hazard in nsStyleUtil::AppendAngleValue r=dbaron 2013-11-21 01:00:57 +00:00
Jim Blandy
12677153b8 Bug 941247: Rename Zone::CompartmentGCState to Zone::GCState. r=jonco 2013-11-20 16:50:49 -08:00
Gregory Szorc
7256c8a0e0 NO BUG - Make bad path message in bootstrap more clear
DONTBUILD (NPOTB)

--HG--
extra : rebase_source : 9160c66118e23ef2aec8c74a7830cd45c9ca265c
2013-11-20 16:43:38 -08:00
Oleg Romashin
0e795599f8 Backed out 3 changesets (bug 822898) for mochitest bustage on B2G ICS emulator 2013-11-20 16:08:36 -08:00
Bobby Holley
dcdb19327f Bug 887098 - Tests. r=gavin 2013-11-20 16:04:01 -08:00
Bobby Holley
f5f202a142 Bug 858101 - Tests. r=mrbkap 2013-11-20 16:04:01 -08:00
Bobby Holley
2e05465683 Bug 866823 - Tests. r=gabor,mrbkap 2013-11-20 16:04:00 -08:00
Cameron McCormack
2b24bed224 Back out bug 935056 (rev d39a3544a287) on suspicion of causing bug 939980. 2013-11-21 10:24:04 +11:00
Benoit Jacob
41c346a3cf Bug 941068 - Build netwerk/base in unified mode - r=mcmanus,ehsan 2013-11-20 17:55:44 -05:00
Benoit Jacob
44c927d7a3 Bug 834243 - avoid calling serverSurfaceChanged before the compositor is created - r=vladv 2013-11-20 17:50:54 -05:00
Kannan Vijayan
eaffebe914 Bug 938130 - Fix noSuchMethod invocation. r=efaust 2013-11-20 17:45:31 -05:00