Commit Graph

5383 Commits

Author SHA1 Message Date
roc+@cs.cmu.edu
50cb0b1a1f Bug 393356. Spellchecker should not use private copy(ies) of the Unicode category tables. r=smontagu,a=damon 2007-08-28 19:03:31 -07:00
jst@mozilla.org
ab77ec8567 Fixing thunderbird bustage. 2007-08-28 18:30:04 -07:00
bienvenu@nventure.com
e903ce6185 fix 240644, hang attaching file when last attachment was saved to a directory that no longer exists, r=roc,emaijala@kolumbus.fi, sr=mscott, oops forgot to address Christian's string usage review comment 2007-08-28 17:38:54 -07:00
bienvenu@nventure.com
5799fa05ff fix 240644, hang attaching file when last attachment was saved to a directory that no longer exists, r=roc,emaijala@kolumbus.fi, sr=mscott 2007-08-28 17:35:37 -07:00
jst@mozilla.org
f967dad17e Fixing bug 394086. Pave the way for java applets that are scriptable using NPRuntime. r+sr=cbiesinger@gmx.at 2007-08-28 17:28:32 -07:00
bent.mozilla@gmail.com
dea35a2d77 Bug 304048 - "xpconnect getters/setters don't have principals until after they pass or fail their security check." Patch by jst, sr=bzbarsky, a=jst. 2007-08-28 17:16:21 -07:00
bent.mozilla@gmail.com
1fb39f1b76 Bug 392244 - "Allow alternate ssh port in upload_symbols.sh". r=luser, a=bzbarsky. 2007-08-28 16:48:09 -07:00
jwalden@mit.edu
79066f5a93 Bug 393974 - Tree walkers leak with a non-null filter. r=smaug, sr=sicking, a=blocking1.9 2007-08-28 16:42:41 -07:00
bent.mozilla@gmail.com
c1a27644d9 Bug 392493 - "Add forget() method to nsCOMPtr and nsRefPtr". r=dbaron, a=bzbarsky. 2007-08-28 16:37:22 -07:00
bent.mozilla@gmail.com
6c2d18dcfb Bug 394042 - "Dangling pointer in nsXULPDGlobalObject leads to mem corruption/crash". r+sr+a=jst. 2007-08-28 16:20:57 -07:00
rcampbell@mozilla.com
d4336ae6f1 Bug 393266 - add PerfConfigurator.py to talos directory 2007-08-28 15:56:55 -07:00
aaronleventhal@moonset.net
0424862d18 Fixing bustage 2007-08-28 15:12:59 -07:00
cbiesinger@gmx.at
fbd8b74b6f 392282 don't allow opening cache entries after the cache service has shut down r+sr+a=bz 2007-08-28 15:05:32 -07:00
reed@reedloden.com
a952bc01a9 Bug 382762 - "Crash reporter client app should be named other than "crashreporter"" [p=ardissone r=mento] 2007-08-28 14:59:31 -07:00
aaronleventhal@moonset.net
254ef80129 Bug 391846. Fire correct text change events when a node is shown or hidden. r=surkov, sr=sicking, a=sicking 2007-08-28 14:57:53 -07:00
mozilla.mano@sent.com
41bfc7b363 Bug 385266 - New starring, bookmarking and tagging UI, changes noted in comment 333. r=dietrich. 2007-08-28 14:47:43 -07:00
pavlov@pavlov.net
448c760419 bug 378457. use nsAutoBuffers instead of mallocs for unsicribe item data. r=vlad, sr=bsmedberg. original patch from David Humphrey <david.humphrey@senecac.on.ca> 2007-08-28 13:44:12 -07:00
nick.kreeger@park.edu
ab0d1267c3 Fixing bug 384796, Call to |nsIStringBundleOverride| always beats the embedding calls. r=mento, sr=roc, 1.9approval=dsicore. Trunk only. 2007-08-28 12:48:47 -07:00
gavin@gavinsharp.com
eef71503ae Bug 394019: fix forgotten reference to renamed function (fixes download directory display when selecting a new value), patch by Jim Mathies <jmathies@mozilla.com>, r=me 2007-08-28 12:20:11 -07:00
gavin@gavinsharp.com
e7ca2e6572 Bug 393342: read the download.dir pref as a nsILocalFile instead of just a file path (fixes automatic downloads on Mac), patch by Jim Mathies <jmathies@mozilla.com>, r=me 2007-08-28 11:59:49 -07:00
kairo@kairo.at
e19e2b0913 update German Inspector L10n for current trunk, NPOTDB 2007-08-28 11:32:20 -07:00
dtownsend@oxymoronical.com
ac212a7783 Bug 389816: Port badCertHandler to xpinstall. r+sr=dveditz, a=bzbarsky 2007-08-28 11:01:37 -07:00
ted.mielczarek@gmail.com
40d7410fb6 bug 350616 - embed manifests in all DLLs when building. r+a=bsmedberg 2007-08-28 10:38:02 -07:00
bugzilla@standard8.plus.com
ed5c1b897d Part of Bug 381343 - move the composer debug options to the debugQA extension, remove now redundant files r=KaiRo,sr=Neil 2007-08-28 09:59:11 -07:00
sspitzer@mozilla.org
bb649b208e unit test for bug #393952: crash when I try to VACUUM (StorageUnicodeFunctions::likeFunction() should handle null aArgv[0] and aArgv[1]) r=sdwilsh 2007-08-28 09:39:07 -07:00
sdwilsh@shawnwilsher.com
f423b74cd8 Bustage fix 2007-08-28 09:38:08 -07:00
bugzilla@standard8.plus.com
7213cc6e3f Part of Bug 381343 - move the composer debug options to the debugQA extension r=KaiRo,sr=Neil 2007-08-28 09:05:23 -07:00
sdwilsh@shawnwilsher.com
0337ffd116 Bug 389575 - Add WARNINGS_AS_ERRORS compile time flag. r=bsmedberg NPOTFB. 2007-08-28 09:02:43 -07:00
rflint@ryanflint.com
b83d2ffbc6 Bug 386477 - XPCOMUtilify nsSetDefaultBrowser. r=mano 2007-08-28 08:41:33 -07:00
gavin@gavinsharp.com
614856e366 Bug 393309: fix null deref crash for extension install requests that have no referer, r=Mossop (deputized by dveditz), a=blocking+ 2007-08-28 08:30:48 -07:00
sdwilsh@shawnwilsher.com
c43d625b88 Bug 383673 - mozStorageValueArray only asserts on out of bounds (and other cleanup). r=sspitzer 2007-08-28 08:29:49 -07:00
gijskruitbosch@gmail.com
ec096f8090 Backing out mochitest for nsIIdleService due to qm-centos orange. Bug 380595 2007-08-28 08:27:09 -07:00
dtownsend@oxymoronical.com
a15deec5a1 Bug 393982: Download Manager does not appear when saving files, package new component. r=gavin.sharp 2007-08-28 06:37:46 -07:00
gijskruitbosch@gmail.com
b3bf39e739 Bug 380595 - Need unittest for nsIIdleService r=roc@ocallahan.org (Robert O'Callahan) sr=neil@parkwaycc.co.uk (Neil Rashbrook) Tests Only. 2007-08-28 05:27:34 -07:00
jag@tty.nl
ab46daa9b4 Fix code indentation, part 2. r/sr/a=Jack,Lumpy 2007-08-28 03:21:14 -07:00
gijskruitbosch@gmail.com
b0138c1358 Backing out fix for bug 92543 due to build bustage 2007-08-28 02:10:22 -07:00
gijskruitbosch@gmail.com
b095022a82 Bug 92543 - BandRect.mFrames should be created as an nsAutoVoidArray p=alfredkayser@nl.ibm.com (Alfred Kayser) r+sr=roc@ocallahan.org (Robert O'Callahan) a=dbaron@mozilla.com (David Baron) 2007-08-28 01:53:33 -07:00
dbaron@dbaron.org
85722de549 Attempt to fix test failures from bug 382027. 2007-08-28 00:29:03 -07:00
joshmoz@gmail.com
2a8c2af375 stop native listboxes from drawing outside their frame. part 1 of the fix for this bug. b=382142 sr=pav 2007-08-28 00:21:04 -07:00
sspitzer@mozilla.org
0ec80ef4d4 fix for bug #385834: places' sqlite file can get overly large, do incremental vacuuming. r=dietrich 2007-08-28 00:19:57 -07:00
Olli.Pettay@helsinki.fi
57325958ce Bug 339501, r=bz, sr=sicking, a=1.9+ 2007-08-28 00:09:32 -07:00
dbaron@dbaron.org
7b0d849066 Fix accounting showing leak of CSS value types, and optimize CSS value constructors/destructors a bit. b=382027 r+sr=bzbarsky a1.9=roc 2007-08-27 23:47:32 -07:00
jag@tty.nl
5a3e626f5a s/NS_INTERFACE_MAP_END_THREADSAFE/NS_INTERFACE_MAP_END/. Should've been done for bug 201040. rs=biesi, a=dbaron 2007-08-27 23:11:34 -07:00
dbaron@dbaron.org
333618edd4 Back out a small part of bug 391848 to fix bustage for some people (and add a comment warning about the problem). 2007-08-27 22:42:25 -07:00
dbaron@dbaron.org
f587e91942 Do stack walking on a single thread to avoid deadlocks during thread creation. b=391321 r=robarnold@mozilla.com sr=jmathies@mozilla.com (delegated by bsmedberg) a1.9=bzbarsky@mit.edu 2007-08-27 22:42:04 -07:00
sspitzer@mozilla.org
67cc56bb80 fix for bug #393952: crash when I try to VACUUM (StorageUnicodeFunctions::likeFunction() should handle null aArgv[0] and aArgv[1]) r=sdwilsh 2007-08-27 21:43:10 -07:00
joshmoz@gmail.com
05fca4daf2 make listboxes stylable on Mac OS X. b=382145 sr=roc 2007-08-27 21:39:16 -07:00
joshmoz@gmail.com
565dfd3b4c back out bug 54488, behavioral problems. 2007-08-27 21:05:12 -07:00
joshmoz@gmail.com
5a4e347f20 allow full styling of comboboxes on Mac OS X. b=381647 r=cbarrett sr=roc 2007-08-27 20:39:19 -07:00
philringnalda@gmail.com
3650d1f503 Bug 387247 - Use toolkit printUtils.js instead of communicator printing.js, SeaMonkey part, r=iann, sr=neil 2007-08-27 20:26:03 -07:00