Chris Jones
|
efb828a947
|
include some headers missing in newer gcc/libc builds. r=trivial
|
2009-11-19 20:08:39 -06:00 |
|
Benjamin Smedberg
|
8f0adb5fe2
|
Don't use a static nsCString (causing leaks in the plugin process). Also, use NS_LogInit/NS_LogTerm for the child process so that leaks are reported at the right time.
|
2009-11-19 17:57:56 -05:00 |
|
Ben Turner
|
e9917531bc
|
Fix bad allocation pattern in NPP_New
|
2009-11-19 14:47:09 -08:00 |
|
Benjamin Smedberg
|
a5964bd8b9
|
Followup to bug 525090 - log new processes to a file based on the environment, instead of unconditionally to stdout, r=cjones
|
2009-11-19 14:52:11 -05:00 |
|
Chris Jones
|
27e7412d40
|
bug 529234: make sure to cleanup child processes
|
2009-11-19 13:03:30 -06:00 |
|
Benjamin Smedberg
|
737515b2c8
|
Merge mozilla-central into electrolysis.
|
2009-11-19 12:41:46 -05:00 |
|
L. David Baron
|
d0f535b30d
|
Add mechanism for an individual mochitest to say it needs a longer timeout. (Bug 527614) r=ted
|
2009-11-19 09:35:09 -08:00 |
|
Brendan Eich
|
ece0d0c7d1
|
Disabling the joined method optimization from bug 524826 again (529837, talked about it with dbaron and sayrer).
|
2009-11-19 09:21:54 -08:00 |
|
Alexander Surkov
|
5bbd0a520a
|
merge with 62fb8fbc417c
|
2009-11-20 00:37:59 +08:00 |
|
Alexander Surkov
|
3028c9b06f
|
backout bug 342045
|
2009-11-20 00:35:38 +08:00 |
|
Henri Sivonen
|
374fb3dd3e
|
Fix the bad orange fix in the previous push.
|
2009-11-19 17:24:20 +02:00 |
|
Henri Sivonen
|
4c86f702bb
|
Bug 529544 - Make the HTML5 parser not participate on Mochitest. (orange fix)
--HG--
extra : rebase_source : 95fd43ff5dbc85b48750bfd17f9f802506c92925
|
2009-11-19 17:13:19 +02:00 |
|
Alexander Surkov
|
63a49358d6
|
Bug 342045 - Fix O(n^2) access to all the children of a container, r=marcoz, davidb
--HG--
rename : accessible/tests/mochitest/test_nsIAccessible_applicationAccessible.html => accessible/tests/mochitest/test_name_nsApplicationAcc.html
rename : accessible/tests/mochitest/test_invalidate_elmli.html => accessible/tests/mochitest/tree/test_list_invalidate.html
rename : accessible/tests/mochitest/tree/test_txtctrl.html => accessible/tests/mochitest/tree/test_txtcntr.html
|
2009-11-19 22:44:59 +08:00 |
|
Marco Bonardo
|
d99d96f27a
|
Remove workaround for bug 522353 from nsPlacesDBFlush component
|
2009-11-19 14:15:08 +01:00 |
|
Marco Bonardo
|
86a4770bb1
|
Bug 522353 - nsCategoryCache is still observing category changes after xpcom-shutdown, r=biesi, moa=bsmedberg
|
2009-11-19 14:15:05 +01:00 |
|
Marco Bonardo
|
5b5a2ab891
|
Bug 521889 - browser_461743.js is randomly timing out, r=zeniko
|
2009-11-19 14:15:01 +01:00 |
|
Marco Bonardo
|
e981d48ae7
|
Bug 521802 - mochitest-browser-chrome: browser_459906.js intermittent failure, r=zeniko
|
2009-11-19 14:13:27 +01:00 |
|
Jae-Seong Lee
|
23ae560f84
|
Bug 520743 - xpcshell-tests: some Places unit tests fail when 'werror' is on, r=mak
|
2009-11-19 14:13:24 +01:00 |
|
Marco Bonardo
|
b346812cc9
|
Bug 528451 - sessionstore-browser-state-set is not reliable regarding closed windows, r=zeniko
|
2009-11-19 14:13:21 +01:00 |
|
Jacek Caban
|
0d5503fb33
|
Fixed includes on case sensitive systems. (actually, this time)
Bug 501034 - (Packaged) Unit tests boxes should be able to get a stack trace from browser hangs/timeouts.
r=ted.mielczarek.
|
2009-11-19 14:04:44 +01:00 |
|
Serge Gautherie
|
3cdcd65c86
|
s/CrLf/Lf/g, EOL whitespace removals.
Bug 501034 - (Packaged) Unit tests boxes should be able to get a stack trace from browser hangs/timeouts; (Dv1).
r=ted.mielczarek.
|
2009-11-19 14:01:01 +01:00 |
|
Henri Sivonen
|
7f2ba33137
|
Bug 529544 - Avoid creating parser thread when HTML5 parser not enabled. (orange fix)
|
2009-11-19 13:53:32 +02:00 |
|
Robert Sayre
|
1cf078e68b
|
Merge tracemonkey to mozilla-central.
|
2009-11-19 11:53:04 +01:00 |
|
Jacek Caban
|
a38d72faa2
|
Bug 526290 - TestWinTSF.cpp fails to compile on mingw.
r=chenn.
|
2009-11-19 11:32:52 +01:00 |
|
Serge Gautherie
|
c341b812bc
|
Bug 381467 - Switch application/x-javascript to application/javascript; (Bv1) /tools/performance/*.
r=dbaron.
|
2009-11-19 11:07:38 +01:00 |
|
Robert Sayre
|
55f6ca7935
|
Merge mozilla-central to tracemonkey.
|
2009-11-19 09:24:51 +01:00 |
|
Dão Gottwald
|
a971936da1
|
check oldState in test_purge
|
2009-11-19 08:22:09 +01:00 |
|
Joe Drew
|
85d1acb47f
|
Bug 529732 - Disable gif crashtests until we remove the NS_ABORT_IF_FALSE that fires on them.
|
2009-11-19 00:49:10 -05:00 |
|
Justin Dolske
|
17560f5eb0
|
Bug 520491 - Updater uses lots of memory and disk space for partial updates. r=rstrong, a=beltzner for mozilla-central
|
2009-11-18 21:58:16 -08:00 |
|
Robert Strong
|
3772c296ba
|
Bug 407875 - Unprivileged users are not notified of security updates. r=dtownsend, r=vlad, a=dietrich
|
2009-11-18 21:50:05 -08:00 |
|
Dietrich Ayala
|
57689be7fd
|
Bug 529622 - JavaScript Error: "gCrashReporter is not defined" with --disable-crashreporter (r=dao)
|
2009-11-18 21:31:06 -08:00 |
|
Wan-Teh Chang
|
cd060105c2
|
Update NSPR to the NSPR_HEAD_20091118 CVS tag (a snapshot of NSPR
4.8.3 pre-release). Includes fixes for bug 521306 (blocking1.9.2+),
bug 522992, and bug 525221.
|
2009-11-18 19:01:27 -08:00 |
|
Robert O'Callahan
|
aeaad3b245
|
Backout bug 528493 on suspicion of causing regression
|
2009-11-19 15:15:59 +13:00 |
|
Robert O'Callahan
|
a3558ce3da
|
Backed out changeset 93a0acf68dd6
|
2009-11-19 15:15:44 +13:00 |
|
Robert Sayre
|
427385867f
|
Merge mozilla-central to tracemonkey.
|
2009-11-19 02:47:57 +01:00 |
|
Jonas Sicking
|
132edc8de8
|
Bug 526500: Fix bug in OOM handing for nsTSubstring::SetLength. Also change Capacity to return 0 rather than -1 for immutable strings to avoid similar surprises in the future. Finally Make SetCapacity return a boolean indicating success/failure to make it easier to check for oom handling. r=bsmedberg sr=dbaron
|
2009-11-18 17:14:29 -08:00 |
|
Robert Sayre
|
e106f3992a
|
Merge.
|
2009-11-19 01:23:03 +01:00 |
|
Jonas Sicking
|
a683373ce9
|
Fix mobile build bustage. Some compilers still don't seem to like L-strings spread out over several lines. r=crowder
|
2009-11-18 16:22:25 -08:00 |
|
Robert Sayre
|
33427c24cd
|
Merge mozilla-central to tracemonkey.
|
2009-11-19 01:21:34 +01:00 |
|
Brendan Eich
|
d8d7d789d5
|
Fix uninitialized var bug (529679, r=jorendorff).
|
2009-11-18 15:56:34 -08:00 |
|
Alexander Surkov
|
fb89b95276
|
Bug 529442. Don't hold a frame pointer in nsAccessibilityService::GetAccessible. r=roc,dbolter
|
2009-11-19 12:42:18 +13:00 |
|
Robert O'Callahan
|
5fa533b23e
|
Bug 528493. Prevent script execution while initializing nsDocumentViewer. r=bzbarsky
|
2009-11-19 12:40:31 +13:00 |
|
Mats Palmgren
|
e8faa921de
|
Bug 522787. Always register an editor observer. r=smaug
|
2009-11-19 12:38:11 +13:00 |
|
Jonas Sicking
|
840c879ba2
|
Bug 529041: Deal with http channels not implementing nsIUploadChannel2. r=biesi
|
2009-11-18 15:21:13 -08:00 |
|
Joe Drew
|
e1b521e0a5
|
Bug 523528 and Bug 526452 - crashtests.
--HG--
extra : rebase_source : dff3ae65f1deb1a411af59ef98b590dba17f46a0
|
2009-11-18 18:20:31 -05:00 |
|
Joe Drew
|
8310499982
|
Bug 523528 - Handle compositing frame initialization failure properly. r=jrmuizel
--HG--
extra : rebase_source : dc7fe8226424e5a0622bd97fadcbbd6124d4a1f6
|
2009-11-18 18:20:27 -05:00 |
|
Makoto Kato
|
30d873946f
|
Bug 526452 - imgContainer::ClearFrame() should handle failure to lockImage/null surfaces. r=jrmuizel
--HG--
extra : rebase_source : 013117f751f87ab9bbe087793d044bba1b6f02da
|
2009-11-18 18:20:24 -05:00 |
|
Ben Turner
|
91cb55177b
|
Bug 488081 - 'Workers: Don't compile and run script if it is suspended'. r+sr=jst
|
2009-11-18 13:55:38 -08:00 |
|
Brendan Eich
|
b2fde2a964
|
Fix method barrier not to brand, period (branding withou reshaping is worse, branding correctly is unnecessary; 524826, r=jorendorff).
|
2009-11-18 13:47:06 -08:00 |
|
Robert Longson
|
3813a31710
|
Bug 520506 - Incorrect text getBBox in SVG. r=jwatt
|
2009-11-18 20:59:24 +00:00 |
|