Benjamin Smedberg
|
490cfa9544
|
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 |
Benjamin Smedberg
|
7e40d6c15f
|
Merge mozilla-central into electrolysis.
|
2009-11-19 12:41:46 -05:00 |
Marco Bonardo
|
9e57baac4b
|
Remove workaround for bug 522353 from nsPlacesDBFlush component
|
2009-11-19 14:15:08 +01:00 |
Jae-Seong Lee
|
19dff71131
|
Bug 520743 - xpcshell-tests: some Places unit tests fail when 'werror' is on, r=mak
|
2009-11-19 14:13:24 +01:00 |
Justin Dolske
|
0e84718db2
|
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
|
ae208c6ce8
|
Bug 407875 - Unprivileged users are not notified of security updates. r=dtownsend, r=vlad, a=dietrich
|
2009-11-18 21:50:05 -08:00 |
Chris Jones
|
73e7fa7ef2
|
fix brain-dead cjones bug. no r=, trivial
|
2009-11-17 16:18:06 -06:00 |
Benjamin Smedberg
|
8b4fbf702c
|
Merge mozilla-central into electrolysis.
|
2009-11-11 12:35:42 -05:00 |
Chris Jones
|
a6eb9f951d
|
bug 527871: fix shutdown assertion and leaking TestShellParent. still leaking ContentProcessParent's GeckoChildProcess, but needs discussion before fixing
|
2009-11-11 02:34:08 -06:00 |
Jonathan Griffin
|
1adec9980b
|
Bug 519570. Log leaks for child processes in separate files, and handle them in automation.py. r=bsmedberg
|
2009-11-10 11:16:12 -08:00 |
Benjamin Smedberg
|
db5385a0a2
|
Merge from mozilla-central.
|
2009-11-06 09:54:28 -05:00 |
timeless@mozdev.org
|
ec04928810
|
Bug 526709 - LS_QueryInterface throws the wrong exception (NS_ERROR_NOT_IMPLEMENTED) instead of (NS_ERROR_NO_INTERFACE). r=mak
--HG--
extra : rebase_source : 9757c76d63c9d0ec7dcaec496c30cc30987d07e4
|
2009-11-06 08:36:03 +01:00 |
Jae-Seong Lee-Russo
|
cf64db74a2
|
Bug 521191 - xpcshell-tests: some unit tests fail with the '-S' option ('strict' & 'werror' on). r=smontagu,dtownsend,mano
--HG--
extra : rebase_source : c5e0853fc64557f699d78c67f2907f6b48958563
|
2009-11-06 08:34:57 +01:00 |
Ben Turner
|
314c0706c6
|
Fix command line initialization on windows
|
2009-11-04 17:34:22 -08:00 |
Chris Jones
|
f14ab5cc08
|
a non-MOZ_IPC function fell in with the wrong crowd
|
2009-11-04 10:50:13 -06:00 |
Chris Jones
|
ad5f656675
|
bug 526397: fix up command line init. no r=, minor
|
2009-11-03 23:12:18 -06:00 |
Marco Bonardo
|
a6d85fd37e
|
linux build bustage fix
|
2009-11-11 12:40:02 +01:00 |
Marco Bonardo
|
78fd92bbf4
|
Bug 527638 - Live Bookmarks do not load and reload/update, r=dietrich
|
2009-11-11 12:04:20 +01:00 |
Marco Bonardo
|
fc34a8f43a
|
Bug 519479 - places default title behavior shouldn't use part of the URL, r=dietrich
|
2009-11-11 12:04:18 +01:00 |
Shawn Wilsher
|
1f0a7fcd3e
|
bug 522855 - Part3: Make expiration lookups async, r=mak. Further modified by me, r=sdwilsh.
|
2009-11-11 12:04:16 +01:00 |
Shawn Wilsher
|
7daecab7a3
|
bug 522855 - Part3: Refactor async callbacks, r=mak. Further modified by me, r=sdwilsh.
|
2009-11-11 12:04:14 +01:00 |
Shawn Wilsher
|
e44538ff13
|
bug 522855 - Part1: Refactor DoSetAndLoadFaviconForPage, r=mak. Further modified by me, r=sdwilsh.
|
2009-11-11 12:04:11 +01:00 |
David Dahl
|
cbb6feb752
|
Bug 521923 - Stop client-side Windows "throttling". r=jmathies
|
2009-11-11 11:26:10 +01:00 |
Robert Strong
|
a0e8dc7db6
|
Bug 527845 (WinCE only) - App update can't deal with read-only files. r=vlad
|
2009-11-11 01:02:38 -08:00 |
Vladimir Vukicevic
|
e129fb5f76
|
b=527122; fix for dll blocklist sporadic tinderbox crashes; r=shaver
|
2009-11-10 14:34:41 -08:00 |
Ehsan Akhgari
|
9a7db3966d
|
Bug 524006 - toolkit/content/tests/widgets/test_videocontrols_audio_direction.html fails on Windows debug builds; r=dolske
|
2009-11-10 11:45:03 -05:00 |
Mark Finkle
|
8b6f59e205
|
Bug 495674: Internet connection should be initiated if needed [r=biesi]
|
2009-11-18 10:20:45 -05:00 |
Joe Drew
|
4cceb80693
|
Bug 505847 - Implement asyncDrawXULElement in 2D canvas. r=bz,bsmedberg
|
2009-10-29 13:58:31 -04:00 |
Chris Jones
|
2e36838e6c
|
build fix
|
2009-10-29 01:55:27 -05:00 |
Chris Jones
|
9843571a6c
|
bug 525169: remove superfluous test-harness. no r=, removing testing code only
|
2009-10-29 00:56:24 -05:00 |
Joe Drew
|
7f110f0c4e
|
Back out asyncDrawXULElement, since WebGL isn't ready to be compiled with -DUNICODE.
|
2009-10-28 18:51:59 -04:00 |
Joe Drew
|
d972aa10d3
|
Bug 505847 - Implement asyncDrawXULElement in 2D canvas. r=bz,bsmedberg
|
2009-10-28 16:55:49 -04:00 |
Benjamin Smedberg
|
d3a1c8cd1f
|
Merge mozilla-central into e10s.
|
2009-10-28 11:32:00 -04:00 |
Chris Jones
|
24ec1aa919
|
bug 523761: give top-level IPDL actors handles to each others' processes. r=bent
|
2009-10-27 16:52:37 -05:00 |
Asaf Romano
|
94dcd691a5
|
Bug 524219 - Renaming a tag in the Library doesn't show its new name until the Library gets reopened. r=mak.
|
2009-10-28 15:34:09 +02:00 |
Neil Rashbrook
|
684645921d
|
Bug 523693 Inline spell checker shouuld be a module r=gavin (new/renamed files)
--HG--
rename : toolkit/content/inlineSpellCheckUI.js => toolkit/content/InlineSpellChecker.jsm
|
2009-10-28 11:19:03 +00:00 |
Neil Rashbrook
|
deaaf05713
|
Bug 523693 Inline spell checker shouuld be a module r=gavin
|
2009-10-28 11:15:22 +00:00 |
Benjamin Smedberg
|
04c914e7a1
|
Don't reference IPC stuff when IPC is disabled in dlldeps-xul.cpp (hopefully will fix WinMo build).
|
2009-10-23 15:36:25 -04:00 |
Benjamin Smedberg
|
a10d2402e4
|
Merge mozilla-central to pick up additional backouts and pymake fix.
|
2009-10-23 11:22:12 -04:00 |
Chris Jones
|
3b17e00c3d
|
Merge mozilla-central to pick up unit test fixes
|
2009-10-22 20:33:36 -05:00 |
Dão Gottwald
|
0e0f37e5ba
|
Bug 522944 - chrome://mozapps/skin/extensions/blocklist.css doesn't exist on Windows Vista and 7. r=dtownsend
|
2009-10-22 22:48:27 +02:00 |
Neil Deakin
|
ab8079af2f
|
Followup fix for full keyboard access check, CLOSED TREE
|
2009-10-22 16:08:56 -04:00 |
Neil Deakin
|
0f12dadda0
|
Disable some tests on Mac to allow for full keyboard access setting, a=sdwilsh, CLOSED TREE
|
2009-10-22 15:06:08 -04:00 |
Markus Stange
|
09638abb89
|
Bug 520637 - Draw lightweight themes in the titlebar. r=dao, r=enndeakin
|
2009-10-21 18:02:43 +02:00 |
Brian Crowder
|
8c9233da26
|
Backed out changeset 899023a9fbb0 due to Ts regression (was bug 517109)
|
2009-10-21 07:58:53 -07:00 |
Brian Crowder
|
c76fd24f65
|
Bug 517109 - Make the Faststartup component use memory-pressure notification and periodically restart itself, r=dolske
|
2009-10-20 12:17:20 -07:00 |
Benjamin Smedberg
|
1ddd6a47d6
|
Merge mozilla-central to electrolysis.
|
2009-10-20 12:08:28 -04:00 |
Ted Mielczarek
|
f5e35e2bc1
|
bug 522220 - should generate NSS checksum files even if --disable-install-strip. r=bsmedberg
|
2009-10-20 08:14:41 -04:00 |
Ted Mielczarek
|
a191d15b63
|
bug 463605 - make Mac OS X packaging use a packaging manifest (like Windows and Linux). stupid followup to do less work when packaging a universal binary. r=bsmedberg
|
2009-10-20 08:13:38 -04:00 |
Phil Ringnalda
|
90c20ac0c3
|
Bug 523295 - Remove printing's omfg skin/ directory, r=mconnor
|
2009-10-19 22:30:32 -07:00 |