115862 Commits

Author SHA1 Message Date
chanial%noos.fr
43a815819a adding filepicker .cvsignore file 2003-03-02 21:20:01 +00:00
chanial%noos.fr
34ddf34ac5 moving and copying filepicker files in toolkit/components.
filepicker is now independent from the mozilla toolkit
2003-03-02 21:10:50 +00:00
chanial%noos.fr
e738fad518 Adding 'New bookmark' button to the bookmark manager toolbar.
Adding also accesskeys.
2003-03-02 19:50:28 +00:00
timeless%mozdev.org
7f7db7d1e7 Bug 195391 cookies for background color and font size are not being set properly
patch by mvl@exedo.nl r=dwitte sr=darin
2003-03-02 19:36:36 +00:00
bernd.mielke%snafu.de
0b9159c6e8 trying to fix os2 bustage 2003-03-02 08:44:23 +00:00
chanial%noos.fr
684f105506 some work on view source 2003-03-02 05:47:54 +00:00
chanial%noos.fr
ffc9d3e7d0 some work on viewsource 2003-03-02 05:46:43 +00:00
bryner%netscape.com
1332a759d0 fix leak of nsNativeAppSupport (bug 195515). r=bbaetz, sr=blake. 2003-03-02 04:40:45 +00:00
chanial%noos.fr
bccb238eaa Console cleanup: it is now independent from communicator.
Adding access keys and shortcut to focus the command line
2003-03-02 04:15:09 +00:00
av%netscape.com
9c312c01ec This is not part of regular build -- adding new capabilities to the Tester Plugin 2003-03-02 01:26:51 +00:00
seawood%netscape.com
41b32b2257 Fixing beos bustage caused by bug 193442
Bug #195563 r=bewildered
2003-03-02 00:56:04 +00:00
sfraser%netscape.com
f0e4366f87 Don't crash if mLoadGroup is null, which can happen if Init fails. r/sr=me 2003-03-01 20:39:44 +00:00
chanial%noos.fr
999d01efa3 console.css cleanup 2003-03-01 15:27:39 +00:00
chanial%noos.fr
8aaf6fcff5 add .cvsignore files 2003-03-01 14:55:39 +00:00
cbiesinger%web.de
387ded999e 195477 r=jst sr=bzbarsky bustage fix of this morning not ideal 2003-03-01 12:59:01 +00:00
chanial%noos.fr
f171e1c165 Move the js console and dependencies as new extensions in toolkit/components.
NPOB
2003-03-01 08:07:13 +00:00
bernd.mielke%snafu.de
7c630887e7 backout of the patch for bug 97777. Unconstrained reflows need to be tested against table reflow as they are used also there to shrinkwrap content. bug 194014 r/sr=dbaron a=asa 2003-03-01 07:14:35 +00:00
brendan%mozilla.org
020aef7d75 My take on a patch and great idea from igor@icesoft.com (Igor Bukanov) for bug 195385, r=shaver. 2003-03-01 06:39:51 +00:00
darin%netscape.com
eb4a8902c5 fixes bug 194708 "Redirection limit exceeded if https is left out, doesn't follow redirects" r=dougt sr=bryner 2003-03-01 02:18:05 +00:00
cavin%netscape.com
7541ec415d Fix for 190233. Added code to split (from palm -> moz) and join (from moz -> palm) address lines. Also added code to replace CRLFs with spaces for all fields (except
notes). r/sr=sspitzer.
2003-03-01 02:08:56 +00:00
wtc%netscape.com
8f947046b1 Bug 195127: 1. Enable DEBUG_SHVERIFY. 2. Added debug output to print the
file name if PR_Open fails.
2003-03-01 01:53:11 +00:00
sfraser%netscape.com
d194d3b936 Try to fix trunk bustage, sync with RDF API changes. 2003-03-01 01:22:42 +00:00
sfraser%netscape.com
9a6ff99344 Remove a bogus DEBUG_smfr block. r/sr=bryner 2003-03-01 00:56:23 +00:00
seawood%netscape.com
3d93ee91b7 Force dos line-endings on bloaturls.txt to avoid having the file misparsed by win32 builds.
Remove dependency upon dos2unix.
Bug #155224 r=jrgm
2003-03-01 00:55:20 +00:00
cavin%netscape.com
adf4b31dda Set conduit title field and created BrandName.rc for the product brand name. r=ssu, sr=sspitzer. 2003-02-28 23:39:51 +00:00
dougt%netscape.com
faa4a51956 I think that this broke the nsTraceMalloc code - backing it out. 2003-02-28 23:37:37 +00:00
relyea%netscape.com
ed4ffe44f6 bug 19590
RFE:Add ability to encode/decode NSSCMSRecipientInfo structures

r=javi,wtc
2003-02-28 23:32:29 +00:00
cavin%netscape.com
0cd6fbdd62 Fix for 192147. Fixed error msgs display problem. r=shliang, sr=sspitzer. 2003-02-28 23:30:20 +00:00
sfraser%netscape.com
89316e747e Fix bug 195471: fix cocoa widget code for new version of nsIPluginWidget. r/sr=bryner 2003-02-28 22:59:12 +00:00
cbiesinger%web.de
40b7826caa 195108 patch by piersc@cogs.susx.ac.uk r=dean_tessman@hotmail.com sr=dmose moa=brade Add accesskeys to editor Find and Replace dialog (editor) 2003-02-28 22:57:33 +00:00
cbiesinger%web.de
0fdbd1bb7d 194602 patch by piersc@cogs.susx.ac.uk r=neil sr=kin Clean up print preview toolbar 2003-02-28 22:55:12 +00:00
seawood%netscape.com
8ea46cf08e Generate a full path for the file given to PageCycler before calling any nsILocalFile routines.
Thanks to Doug Turner <dougt@netscape.com> for the patch.
Bug #155224 r=cls sr=darin
2003-02-28 22:10:46 +00:00
seawood%netscape.com
c73a696f3b Dropping build infrastructure for supporting building with mulitple toolkits.
Bug #191528 r=pavlov
2003-02-28 22:02:21 +00:00
suresh%netscape.com
dea34bb74a bug 173867 - http expires header with date-in-past causes miscalculation. r-dougt, sr-darin. 2003-02-28 21:54:57 +00:00
suresh%netscape.com
7c29ce1251 194460 - Add new card dialog doesn't pre-fill with Screen Name. 2003-02-28 21:52:27 +00:00
suresh%netscape.com
9a4b35320e bug 194843 - JS errors in nsPrefWindow.js. "debug" not defined. r-varga, sr-jag. 2003-02-28 21:51:32 +00:00
dougt%netscape.com
dccf8bcbee Add experimental support to the native component loader so that native components can declare what libraries it depends on. (193442) Storing the GRE location in a relative way so that we can change GRE versions between launches assuming that they are compatible (191415). Fixed a bug where we didn't check return from GetLastModification in nsDll::HasChanged. Thank you ajschult@eos.ncsu.edu for pointing out the problem and suggesting a fix. Converted a linear search of compreg entries to be a hash lookup. Also cleaned up the xcdll class. Reviewers= Alec, Darin. 2003-02-28 21:30:35 +00:00
ian.mcgreer%sun.com
dd7d756307 bug 177556, signtool -l fails
r=wtc
2003-02-28 21:14:36 +00:00
ian.mcgreer%sun.com
4a82c09e70 bug 191757, InitOIDHash() not threadsafe
r=relyea
2003-02-28 21:13:20 +00:00
cbiesinger%web.de
c729ae0212 163350 patch by mvl@exedo.nl r=suresh sr=jag Cookie confirmation dialog could use better wording. 2003-02-28 20:49:09 +00:00
gerv%gerv.net
763b218418 Bug 194291 - Check in Kerz's simple splash screen (take 2 - even simpler version.) a=asa. 2003-02-28 20:28:13 +00:00
timeless%mozdev.org
4badc0aa83 Bug 194093 Fix tree list to use </UL> instead of <//UL>
r=dmose
2003-02-28 19:31:34 +00:00
sspitzer%netscape.com
357f884102 fix for bug #195440.
crash when cancelling during downloading list of newsgroups in subscribe dialog.
r/sr=darin
2003-02-28 19:22:01 +00:00
timeless%mozdev.org
df64a519af Bug 136264 HTMLCollection Object wrapped by XPConnect has members whose names shadow each other
r=jst sr=jst
2003-02-28 19:07:51 +00:00
mostafah%oeone.com
1bcc99ae9a Fixed bug 189021: crash when cloning event 2003-02-28 17:49:35 +00:00
sspitzer%netscape.com
b39140bd02 fix for blocker bug #195386. regression caused by checkin for bug #97324
thanks to cbiesinger@web.de for the quick fix.  r/sr=sspitzer
2003-02-28 17:23:52 +00:00
mostafah%oeone.com
9e8b7c6c7b RemoveObserver on shutdown 2003-02-28 15:38:49 +00:00
mostafah%oeone.com
393ee57cc2 Fixing JS error when mailnews is not available 2003-02-28 15:38:11 +00:00
bolian.yin%sun.com
5ee2408eaa Bug 194821, Page Info: add access keys for _H_elp button, and _V_iew in Security tab
r=db48x, sr=jaggernaut, patch by jessie.li@sun.com.
2003-02-28 11:20:20 +00:00
neil%parkwaycc.co.uk
2d3146ea10 Bug 72463 Sort by "order received" removed from pull-down menu r/sr=sspitzer 2003-02-28 09:00:34 +00:00