Commit Graph

79073 Commits

Author SHA1 Message Date
Rafael Ávila de Espíndola
40e5be23cc Bug 696281 - disable trace malloc stacks on OS X too. r=dbaron.
This patch disables trace malloc stacks on OS X too. To make this work,
we still have to look on the stack to decide if we must set immediate_abort,
but we can avoid other work like decoding the addresses.
2011-10-28 18:43:49 -04:00
Rafael Ávila de Espíndola
c1581d2a12 Bug 697992 - Use DebugOnly/NS_WARN_IF_FALSE in dom/src/storage/nsDOMStorage.cpp. r=mak. 2011-10-28 18:29:34 -04:00
Marco Bonardo
050a8643af Bug 658305 - Use journal_size_limit on places.sqlite.
r=dietrich
2011-09-01 12:01:59 +02:00
Jonathan Watt
71a67640b1 Bug 695303 - Add a mozilla::clamped function to replace NS_CLAMP (so side affects of args are evaluated no more than once) and NS_MIN(max, NS_MAX(val, min)) (to make code clearer). r=bsmedberg. 2011-10-28 19:33:28 +01:00
Brad Lassey
4b62b4041c bug 633239 - event loop responsiveness for Android r=dougt 2011-08-04 03:32:57 -04:00
Wolfgang Germund
e58ffede12 Bug 697061: better string handling in nsJAR.cpp. r=tglek 2011-10-28 15:43:01 +02:00
Boris Zbarsky
8c01a25338 Bug 697917. Avoid atomizing the token for nsDOMTokenList containment tests. r=smaug 2011-10-28 13:06:39 -04:00
Rafael Ávila de Espíndola
b9622317ab Bug 688913 - Finalize statements in extensions/cookie and toolkit/components/contentprefs. r=mak. 2011-10-28 10:55:20 -04:00
Benoit Girard
ecd5f82a46 Bug 683229 - Add user space profiling using Simple Profiler System (SPS). r=cjones r=jmuizelaar
--HG--
extra : rebase_source : 2482a65256588b88663e8f0ab621b9787bbe5489
2011-08-26 17:05:37 -07:00
Neil Deakin
40f9ec4e36 Bug 697629, add back NS_COUNT_CTOR that was unintentionally removed by bug 503879 2011-10-28 10:47:54 -04:00
Jeff Muizelaar
cf7c1dc2fc Bug 696163. Remove default livemark. r=mak77, ui-r=limi
The livemark service does sqlite io on the main thread.  The default livemark
has become pretty hard to discover now that we have hidden the bookmarks
toolbar, so there probably won't be a lot of new users using it.  I suggest we
get rid of it so that we're not paying these IO costs for a feature that new
users are unlikely to use.

--HG--
extra : rebase_source : 1ec9c111077e3dbda1316116928582c20a0148f7
2011-10-21 11:28:17 -04:00
Thinker Li
3f37f29838 Bug 697756 - Define MOZ_RAW on Android, for video capture support; r=khuey f=mwu 2011-10-28 15:05:07 +01:00
Terry Long
8329c7b26d Bug 623872 - Cmd + L is not focusing location bar in popup windows; r=dao 2011-10-28 15:05:07 +01:00
Masatoshi Kimura
a1d70444e8 Bug 697689 - Fix XHR brokenness, the optimization violated a nsIStreamLisetner contract; r=jonas 2011-10-28 15:05:07 +01:00
Kartikaya Gupta
b421ec234b Bug 692185 - Flush PrintWriter prior to extracting printed string; r=blassey
Not flushing the PrintWriter might cause data to get left in the PrintWriter's
internal buffers, and not get written into the underlying StringWriter. This
might explain why the stack trace does not get written out to the crash report.
2011-10-28 15:05:06 +01:00
julian.reschke@gmx.de
b6884bf905 Bug 696849 - Add test cases observing cross-domain XHR in chrome code; r=bz 2011-10-28 15:05:06 +01:00
Matheus Kerschbaum
48eccbf2ef Bug 696627 - Re-enable incremental linking for debug builds using VC10/11 r=khuey 2011-10-28 15:05:06 +01:00
Adrian Johnson
bf2aa7ffe5 Bug 454532. Substitute "Courier" with "Courier New". r=jdagget 2011-10-28 09:58:49 -04:00
Chris Pearce
56febda55c Bug 684625 - Display a warning when full-screen entered, or on restricted keypress. r=dao 2011-10-28 21:28:05 +13:00
Mark Banner
da396f0de1 Bug 693949 - Drop nsCStringArray. r=bsmedberg 2011-10-28 08:35:45 +01:00
Matt Woodrow
7a7cdbbbfb Bug 687189 - Implement SkPaint::getPosTextPath. r=jrmuizel 2011-10-28 20:10:02 +13:00
Matt Woodrow
6c2dba820b Bug 687188 - Skia radial gradients should use the 0/1 color stop values for clamping. r=jrmuziel 2011-10-28 20:08:54 +13:00
Matt Woodrow
6f63e20bc8 Bug 689069 - Disable frame pointer for Skia arm optimized functions. r=jrmuizel 2011-10-28 20:05:42 +13:00
Matt Woodrow
4141c3fb64 Bug 688333 - Update about:license to include Skia's license. r=gerv 2011-10-28 20:05:39 +13:00
Matt Woodrow
3390cb421d Bug 688333 - Build changes to compile skia. r=khuey 2011-10-28 20:05:35 +13:00
Matt Woodrow
6794808c29 Bug 688333 - Initial import of Skia source code 2011-10-28 20:05:31 +13:00
Matt Woodrow
3ab7fe1315 Bug 688333 - Add script for importing Skia into our source tree. r=jrmuizel 2011-10-28 20:05:24 +13:00
Nicholas Nethercote
87638f34f3 Bug 697931 - Remove KidHashes when possible. r=luke. 2011-10-27 23:06:17 -07:00
Nicholas Nethercote
ee63d07e92 Bug 697016 - Add js-total-* memory reports. r=bhackett. 2011-10-27 22:20:36 -07:00
Nicholas Nethercote
3cd57ec496 Bug 697016 - Refine per-compartment JS reporters. r=bhackett. 2011-10-27 22:19:57 -07:00
Jason Orendorff
2740af3d17 Remove unused flag TCF_NEED_MUTABLE_SCRIPT as suggested by Waldo in review. Bug 696953 comment 8. rs=Waldo over IRC.
--HG--
extra : rebase_source : 2da200e67b56453a6d15a58e8937c23c8ed8403e
2011-10-27 21:20:32 -05:00
Jason Orendorff
1486a1a05f Divorce analyzeFunctions() and friends from class js::Parser. Bug 696953, part 4 of 4. r=Waldo.
--HG--
rename : js/src/frontend/Parser.cpp => js/src/frontend/SemanticAnalysis.cpp
extra : rebase_source : 735796e90d053bc979060c2b988926954b90f435
2011-10-27 21:16:32 -05:00
Jason Orendorff
2a7055f71e Remove class BytecodeCompiler. Bug 696953, part 3 of 4. r=Waldo.
--HG--
rename : js/src/frontend/Parser.cpp => js/src/frontend/SemanticAnalysis.cpp
extra : rebase_source : 2d9b17328a656f5f5dccda11311fd5d4637a6663
2011-10-27 17:03:54 -05:00
Jason Orendorff
9df9164977 Move GlobalScope from BytecodeCompiler to BytecodeEmitter. Bug 696953, part 2 of 4. r=Waldo.
--HG--
rename : js/src/frontend/Parser.cpp => js/src/frontend/SemanticAnalysis.cpp
extra : rebase_source : d07f9e50246b46d9704c3a45ae0fa368c88319be
2011-10-27 17:00:48 -05:00
Jason Orendorff
12b4bc2093 Split Parser::analyzeFunctions and friends off into their own file. Bug 696953, part 1 of 4. r=Waldo.
--HG--
rename : js/src/frontend/Parser.cpp => js/src/frontend/SemanticAnalysis.cpp
extra : rebase_source : 6f4a032e9d31a0cc549d501661e6c3f5c831f5a8
2011-10-27 16:59:48 -05:00
Felix Fung
58e0806891 Bug 697856 - Removed Unused Function Definitions in nsFaviconService.h; r=mak 2011-10-27 18:12:30 -07:00
Ed Morley
6c08afb7da Merge mozilla-central and mozilla-inbound 2011-10-28 02:11:57 +01:00
Nicholas Nethercote
dc27735198 Bug 697646 - Don't create tiny property tables. r=bhackett. 2011-10-27 17:58:44 -07:00
Daniel Holbert
5675a6d0da Bug 696188 followup: Add assertions and functional test for transitioning away from a transform-list. r=bz 2011-10-27 15:58:05 -07:00
Daniel Holbert
f25f8ec2d9 Bug 697475: deCOMtaminate nsSVGPatternFrame::GetPatternFirstChild. r=longsonr 2011-10-27 15:57:10 -07:00
Jason Orendorff
5c62923bbd Bug 696220 - js1_8_5/extensions/reflect-parse.js is failing. r=luke.
--HG--
extra : rebase_source : b6452bd11b342921ac7667dfb2765bb213db9e23
2011-10-27 15:40:40 -05:00
Jim Blandy
4b1daeff70 Bug 695985: Provide CFI for the code address GDB checks when a return address points at JaegerThrowpoline's or JaegerInterpoline's entry point. r=sfink
Details in comments.
2011-10-27 13:14:22 -07:00
Josh Aas
89192a393d Bug 649079: Plugin crash fix (parent process). r=bz 2011-10-27 16:00:49 -04:00
Bobby Holley
f28c3b5733 Bug 693341 - Test arrays of iid_is params. r=khuey 2011-10-27 12:43:38 -07:00
Bobby Holley
2a7b499431 Bug 693341 - Improve array and interface comparisons. r=khuey 2011-10-27 12:43:38 -07:00
Bobby Holley
eb8f8822de Bug 693341 - Test iid_is(). r=khuey 2011-10-27 12:43:38 -07:00
Bobby Holley
232928b5e3 Bug 693341 - Test interface arrays. r=khuey 2011-10-27 12:43:38 -07:00
Bobby Holley
b140fb446f Bug 693341 - Introduce a few test interfaces. r=khuey 2011-10-27 12:43:38 -07:00
Bobby Holley
2a43dc603c Bug 693341 - Test sized strings. r=khuey 2011-10-27 12:43:38 -07:00
Bobby Holley
870e878e2a Bug 693341 - Test arrays of strings. r=khuey 2011-10-27 12:43:38 -07:00