Commit Graph

142631 Commits

Author SHA1 Message Date
Mark Hammond
8e6b564620 Bug 890840 - calling KillHard() multiple times may crash parent process. r=jlebar 2013-08-17 10:44:17 +10:00
Dan Gohman
e99a989fe9 Bug 894813 - IonMonkey: Temporarily disable these asserts, which are failing on content/canvas/test/test_canvas.html, on a CLOSED TREE 2013-08-16 16:55:40 -07:00
Mark Hammond
6df0bf43c6 Bug 904323 - use NS_DebugBreak() on Windows instead of sleeping to debug child processes. r=bent 2013-08-17 09:38:17 +10:00
Luke Wagner
cd8847a712 Bug 902506 - OdinMonkey: remove main-thread restriction from js::CompileAsmJS (r=bhackett)
--HG--
extra : rebase_source : 4d482dbab470353adccd11fda9091a4256ffbb60
2013-08-08 22:51:29 -05:00
Luke Wagner
56a16114e8 Bug 902506 - OdinMonkey: fix/enhance asm.js memory reporting (r=njn)
--HG--
extra : rebase_source : eafb0f56e7ed851e2e62a2ba908e63ea273c1c77
2013-08-08 21:38:42 -05:00
Luke Wagner
41d06f1bfe Bug 902506 - OdinMonkey: cut all dependency on (Ion|JS)(Compartment|Runtime) via IonContext (r=sstangl)
--HG--
extra : rebase_source : a01bef4ebb1a0387acfd9d49b90589dbe2711188
2013-08-08 21:38:42 -05:00
Luke Wagner
2331910f64 Bug 902506 - OdinMonkey: fix AutoFlushCache insanity (r=mjrosenb)
--HG--
extra : rebase_source : edda87c50d30c6db51567b96548f9ce9fabf19ad
2013-08-16 10:20:41 -05:00
Brian Hackett
c58faeeea9 Bug 906001 - Don't start collection of the atoms zone when off thread parsing is in progress, r=billm. 2013-08-16 15:58:07 -07:00
Chris Peterson
9e70a3b067 Bug 897924 - Intermittent test_contacts_basics.html | No contacts after clear - got 124 (or 84), expected 0. r=cpeterson 2013-08-16 15:49:18 -07:00
Dan Gohman
ae382f0b99 Bug 894813 - IonMonkey: Fix the include path for RangeAnalysis.h on a CLOSED TREE 2013-08-16 15:15:07 -07:00
Dan Gohman
e63d393c15 Bug 894813 - IonMonkey: Eliminate ambiguity in pow calls in a CLOSED TREE 2013-08-16 14:40:50 -07:00
Guillaume Abadie
7aa55ce556 bug 905853 - gfx/gl/GLConsts.h nits fix - r=jgilbert 2013-08-16 17:11:57 -04:00
Dan Gohman
9a09a3f277 Bug 894813 - IonMonkey: Implement dynamic range analysis checking. r=nbp 2013-08-16 14:09:49 -07:00
Ryan VanderMeulen
e20f416523 Backed out changeset 09274cc38453 (bug 869167) for OSX crashes. 2013-08-16 16:56:06 -04:00
Malini Das
723d7f0a5c Bug 779284 - Implement Modal dialog handling to Marionette, r=jgriffin 2013-08-16 16:54:41 -04:00
Marco Castelluccio
4376402188 Bug 904929 - Task.jsm: exceptions handled differently if the argument is a regular function. r=paolo 2013-08-16 16:36:49 -04:00
Mihnea Dobrescu-Balaur
1fd9cbedbe Bug 906106 - Make test_file_protocol.js use do_get_tempdir. r=ted 2013-08-16 10:43:46 -07:00
Mihnea Dobrescu-Balaur
94ab297d16 Bug 905835 - Fix whitespace in mach parxpc warning. r=gps 2013-08-15 15:22:35 -07:00
Andrey Zaytsev
c043feb0c8 Bug 869167 - Firefox hangs on Mac when ASan-built plugin is used in non-ASan build. r=bsmedberg 2013-08-16 15:31:03 -04:00
Julian Seward
033f7603b9 Bug 894264 - Breakpad Stack scan: don't generate frames we aren't going to use. r=ted. 2013-08-16 21:03:54 +02:00
Adrian Lungu
94d96bd431 Bug 882516 - Use AF_UNSPEC cached entries for AF_INET and AF_INET6 DNS requests, if possible. r=sworkman 2013-08-16 11:49:57 -07:00
Kannan Vijayan
e56126bec6 Bug 905723 - Remove MForceUse. r=nbp 2013-08-16 14:13:24 -04:00
Jeff Muizelaar
ecae027e49 Bug 897532. Add support for better filtering in Azure. r=bas
This fixes the quality regression on OS X.

--HG--
extra : rebase_source : f045caa95800d05098ea49e05fe90fc933f8849f
2013-07-31 14:46:25 -04:00
Tom Schuster
3f0b801331 Bug 905761 - Proxy nsDefaultURIFixup::KeywordToURI to the parent. r=smaug 2013-08-16 13:59:31 -04:00
Tom Schuster
f8d6d110c9 Bug 905448 - Don't assert when URI is wrong during loading. r=smaug 2013-08-16 13:59:27 -04:00
Tom Schuster
00c715381f Bug 884410 - Remove JS_ValueToECMAInt32 and replace it with JS::ToInt32. r=terrence 2013-08-15 17:41:51 -04:00
Andrew McCreight
b9b739beb2 Bug 895294 - Make ImageDocument OverrideBuiltins. r=peterv 2013-08-15 09:50:02 -07:00
Andrew McCreight
90a2d6a14e Bug 889193 - Remove DOMRequest::mRooted. r=smaug 2013-08-14 11:29:20 -07:00
Jon Coppeard
7fb6f56f2f Bug 905654 - Fix an assertion failure running GGC shell on linux 32 bit builds; r=terrence 2013-08-16 09:15:00 -07:00
Terrence Cole
9d5eb1ad58 Bug 902224 - Suppress static analysis hazard from virtual call to NoteCustomGCThingXPCOMChildren; r=sfink
--HG--
extra : rebase_source : 6f3d5de926db0ae857bd38e533ad54e7c87ab6c8
2013-08-07 16:11:16 -07:00
Terrence Cole
f6824c3e6c Bug 902218 - Suppress static analysis hazard from virtual call to DescribeGenericObjects; r=sfink
--HG--
extra : rebase_source : 05bb33a1d2e2f8c755745dbe7b6f53d72c3ea931
2013-08-06 16:24:57 -07:00
Terrence Cole
948c886b3b Bug 902210 - Suppress the invalid exact rooting hazard in GetWeakmapKeyDelegate; r=sfink
--HG--
extra : rebase_source : 752cc5c02ae39a2f8fb7e6ac34e4e6bd93e2c713
2013-08-06 16:23:15 -07:00
Alexandre BM
3d943e77e4 Bug 905449: Make helper-function signatures in nsStyleAnimation more consistent about coefficient-ordering. r=dholbert 2013-08-16 10:09:48 -07:00
Max Li
269d9f151d Bug 906050 - Support long clicking from braille. r=eeejay r=kats 2013-08-16 11:17:29 -04:00
Andrew McCreight
cded854684 Bug 902607 - Removed unused functions in nsXPConnect. r=bholley 2013-08-09 10:31:07 -07:00
Andrew McCreight
2ad0050e9b Bug 863390 - add test for window.content === window._content. r=Ms2ger 2013-04-18 15:19:38 -07:00
Andrew McCreight
20aa3460cc Bug 903524 - Rename TestJSHolder to IsJSHolder. r=smaug 2013-08-15 10:29:02 -07:00
Mats Palmgren
b60b108772 Bug 904810 - Restore old default behavior on Windows that UP/DOWN go to next/prev line also when there's a selection. r=ehsan 2013-08-16 16:20:04 +00:00
Nikhil Marathe
6dde358892 Bug 906080 - Assert main thread in isChromeOrXBL(). r=khuey
--HG--
extra : rebase_source : e3cebe6ad88ce7f418501365efdca2cf72dfff83
2013-08-16 09:14:40 -07:00
Ehsan Akhgari
aa4a01053a Backed out changeset 9cdd168a8518 (bug 904108) because it includes an unreliable Clang marketing version check 2013-08-16 11:53:46 -04:00
Ehsan Akhgari
477c24d934 Bug 905444 - Do not attempt that we can handle empty channels when mixing; r=roc 2013-08-16 10:42:50 -04:00
Gervase Markham
4835733422 Bug 863304 - Add LGPL to about:license. DONTBUILD. 2013-08-16 15:26:11 +01:00
Ed Morley
d0b74c1e42 Backed out changeset 35afcb18f192 (bug 662669) for build failures 2013-08-16 14:55:15 +01:00
Arnaud Sourioux
de3b6b7cdf Bug 903112 - Replace this with MOZ_THIS_IN_INITIALIZER_LIST() in gfx/. r=jfkthame 2013-08-16 09:18:36 -04:00
Sahil Chelaramani
80705c8d6f Bug 662669 - nsCharSeparatedTokenizer/nsWhiteSpaceSeparatedTokenizer should use RangedPtr. r=Waldo 2013-08-16 09:18:13 -04:00
Jan de Mooij
b037952374 Bug 904133 - Add spilled float registers to safepoints. r=nbp 2013-08-16 14:42:48 +02:00
Kartikaya Gupta
9f500493a9 Bug 901962 - Allow touch events to hit targets outside the CSS viewport. r=roc 2013-08-16 08:29:46 -04:00
Mounir Lamouri
26e4252897 Bug 875756 - Implement nsIColorPicker for Cocoa. r=mstange 2013-08-16 12:09:39 +01:00
Olli Pettay
b74af2cf58 Bug 887241, Use strings, not atoms, for worker events, r=khuey
--HG--
extra : rebase_source : 3e294b1bde05a127db0a9fa1c31c48e9a514e11d
2013-08-16 13:06:24 +03:00
Olli Pettay
37da35ff10 Bug 902481 - Make EventTargetChainItem pool thread agnostic, v2, r=jst
--HG--
extra : rebase_source : e1e9d9b87a29fd1d3ad6645f87a7075295c3c91d
2013-08-16 13:00:00 +03:00