Commit Graph

95725 Commits

Author SHA1 Message Date
waterson%netscape.com
403c8c378e Fix monkeypox build bustage. 2002-01-15 03:01:18 +00:00
rpotts%netscape.com
6e4b22e068 bugscape #11602. Embedding clients were unable to render data if no content-type was available... This is a temporary patch that will be replaced with a correct fix soon... 2002-01-15 02:41:05 +00:00
sspitzer%netscape.com
087b9288a7 fix for #119675, implement LDIF export. r=dmose, sr=bienvenu
also fix a bug in the LDIF import code #116973.
2002-01-15 02:26:47 +00:00
ccarlen%netscape.com
4740373b28 Bug 56295 - doesn't work for file names > 31 chars. r=sdagley/sr=sfraser 2002-01-15 02:22:39 +00:00
rods%netscape.com
cef23c2b9c need to check to see if the dialog was cancelled and then clean up
Bug 118017 r=spitzer sr=mscott
2002-01-15 02:20:30 +00:00
waterson%netscape.com
70b7f07e30 Bug 115926. Add support for `blob' literals. r=rjc,tingley; sr=hyatt 2002-01-15 01:57:17 +00:00
waterson%netscape.com
cd8149b788 Bug 118865, 33197. Support serialization of integer and date literals; support `parseType="Resource"'. r=rjc, sr=hyatt 2002-01-15 01:56:15 +00:00
ian.mcgreer%sun.com
ed9266b577 force generated serial #'s to always be positive 2002-01-15 01:53:11 +00:00
rginda%netscape.com
9503a9fdca add missing ; 2002-01-15 01:53:06 +00:00
rginda%netscape.com
361eb6fd8f bug 119968, strict warning cleanup, patch=jscript@pacbell.net r=walk84@yahoo.com,me 2002-01-15 01:52:33 +00:00
ben%netscape.com
ae19e9c0d1 115440 (r=law@netscape.com, sr=brendan@mozilla.org) saving full page plugin does not work
along with some other bugs but I forget the #s. Full patch attached to 115440.
includes:
- persisting last directory saved to
- persisting last conversion type specified when saving a document
- ensuring that content-disposition is favored when choosing a default filename for a file
  (r=blake, sr=brendan)
- null checking document in call to saveInternal before accessing properties on it.
2002-01-15 01:38:16 +00:00
rods%netscape.com
4fd3b61ece need to check to see if the dialog was cancelled and then clean up
Bug 118017 r=spitzer sr=mscott
2002-01-15 01:29:02 +00:00
pavlov%netscape.com
36aa1ffff0 patch from bug 116483 to avoid doing some pr_log related work when we don't need to. r=dougt sr=brendan 2002-01-15 01:20:47 +00:00
sfraser%netscape.com
1af143b53c Fix bug 103202; make nsLocalFileMac faster copying files by allocating a 512k buffer, and passing it to the MoreFiles routines that do file copying (which would otherwise use an internal 16K buffer). r=sdagley, sr=sspitzer. 2002-01-15 01:14:55 +00:00
rods%netscape.com
1d52798654 added printWithSettings method for printing with PrintSettings
Bug 118352 r=dcone sr=jst
2002-01-15 01:11:16 +00:00
pschwartau%netscape.com
8d201875cc Correcting a typo in comments- 2002-01-15 01:07:28 +00:00
rods%netscape.com
6048629c45 The page setup info was not being set into the dev mode when printing ssilently.
Bug 119959 r=dcone sr=hyatt
2002-01-15 01:06:32 +00:00
shanjian%netscape.com
1517ddd0b2 #102595 nsUnicodeToUTF8 does not handle surrogate pair correctly
r=bstell, sr=brendan
2002-01-15 01:04:24 +00:00
bienvenu%netscape.com
3fde7db591 use nsIMsgIncomingServer::GetRootMsgFolder method r/sr=sspitzer 119579 2002-01-15 00:54:26 +00:00
pschwartau%netscape.com
10fa64eeea Initial add. Regression test for bug 119909. 2002-01-15 00:51:12 +00:00
dougt%netscape.com
a3d07d9e14 116420 - Fixes broken directory listings if there is a broken symlink in that directory. r=pavlov, sr=jband@netscape.com 2002-01-15 00:51:11 +00:00
dougt%netscape.com
536f007ec0 adding check for null. GetThreadEventQueue can return a null queue which we need to check for 2002-01-15 00:43:10 +00:00
bienvenu%netscape.com
9a0275c86e whitespace cleanup (and remove null check before delete) r/sr=sspitzer, no bug 2002-01-15 00:43:07 +00:00
bienvenu%netscape.com
99acc68a83 use nsIMsgIncomingServer::GetRootMsgFolder method r/sr=sspitzer 119579 2002-01-15 00:40:35 +00:00
harishd%netscape.com
8e213c8aed Putting back the change that I just backed outsince it doesn't affect xul window performance. a=sheriff 2002-01-15 00:35:11 +00:00
darin%netscape.com
61ed1b56b9 fixes bug 119625 "Can't enter new bug or post comments (POSTs turn into GETs)"
r=bbaetz, sr=alecf
2002-01-15 00:07:46 +00:00
harishd%netscape.com
974467d75c Fixing regressions: In order to update the expat buffer position correctly do not block after processing a start element. b=119399, r=heikki, sr=jst. Update the expat buffer position if we're blocked after processing the end element. b=119727, r=heikki, sr=jst 2002-01-14 23:42:53 +00:00
bienvenu%netscape.com
8a762c6e37 add strings for imap sharing privileges and acl r/sr=sspitzer 112096 2002-01-14 23:35:08 +00:00
harishd%netscape.com
2a9444257b Backing a part of my code to see if it improves xul window performance. a=sheriff 2002-01-14 23:34:37 +00:00
sfraser%netscape.com
b050f87ab1 Fix port/GDevice management issues in Mac code, fixes bugs 113480, 103234, 105946, and 104781. Changes ensure that the current graphics device is set correctly when SetPort is used to change the current graphics port (to window or GWorld). r=pinkerton, rs=brendan 2002-01-14 23:26:49 +00:00
ian.mcgreer%sun.com
a29542b7fa fix for bug 115360, ASN.1 encoder/decoder should handle conversion of unsigned integers used in NSS to ASN.1 INTEGERs, and vice versa. 2002-01-14 23:20:43 +00:00
ian.mcgreer%sun.com
716b8f0319 PKCS#11 needs to receive the serial number DER-encoded 2002-01-14 23:19:17 +00:00
av%netscape.com
b1a0d5e0b8 Fix for bug 110094 -- winless plugins don't get right coordinates when scrolled, r=bnesse, sr=attinasi 2002-01-14 23:16:37 +00:00
bienvenu%netscape.com
29719a667f add rootMsgFolder accessor to incoming server, make rootFolder interCaps r/sr=sspitzer 119579 2002-01-14 22:59:02 +00:00
brade%netscape.com
2502b66f1d remove JS warning (bug 118594; r=timeless; sr=ben) 2002-01-14 22:56:31 +00:00
rjc%netscape.com
69240dd619 Fix bug # 119876: <menu> needs to inherit "src=image". sr=ben sr=hyatt 2002-01-14 22:24:25 +00:00
brade%netscape.com
0e46ddc742 use new editor api instead of nsIDiskDocument (bug 11419; r=ducarroz, sr=sspitzer) 2002-01-14 22:06:30 +00:00
attinasi%netscape.com
c4ce5b9e2e Fixed problems with reframing recursively due to block-in-inline frames and content appended notifications. r=karnaze sr=waterson b=56894 2002-01-14 22:05:26 +00:00
rginda%netscape.com
e4742bb5be bug 119938, nebiros bustage, r=dbaron
remove useless casts
2002-01-14 21:59:34 +00:00
akkana%netscape.com
b09dc74bd9 105122: fix ctrl+bs/del bindings on windows. r=cmanske,sr=kin 2002-01-14 21:46:49 +00:00
waterson%netscape.com
d61a43837a Bug 109200. Noisy notify when removing an element so broadcasters, etc. get update properly. r=ben, sr=hyatt 2002-01-14 21:41:19 +00:00
mkaply%us.ibm.com
3de7309fc3 Back out crappy OS/2 change that does more harm than good 2002-01-14 21:31:24 +00:00
mkaply%us.ibm.com
45e776844f #119798
r=mkaply, sr=blizzard
OS/2 only - defauly monospace font should be Courier
2002-01-14 21:22:37 +00:00
mkaply%us.ibm.com
2f545596be #1192111
r=mkaply, sr=blizzard
OS/2 only - better file dialog
2002-01-14 21:17:43 +00:00
brade%netscape.com
61c6aca727 #include cleanup to prepare for nsIDiskDocument removal (bug 102033) 2002-01-14 21:16:41 +00:00
ian%hixie.ch
286ba64b69 Enable the 'bm_delete' command for 'IEFavoriteFolder's and add a 'delete' item to the relevant context menu. Also, remove 'copy' and 'open in new window' from that menu, since they are not implemented. b=114520, r=peterv, kerz, sr=jag, moa=blake. The changes in this patch are in the public domain. 2002-01-14 21:15:35 +00:00
brade%netscape.com
4413188982 #include cleanup to reduce unused statics (bug 117927) 2002-01-14 21:09:37 +00:00
brade%netscape.com
774a1fbe73 #include cleanup to lessen unused static variables (bug 117927) 2002-01-14 21:07:31 +00:00
brade%netscape.com
48f2e221fd remove unneeded #include (bug 115115) 2002-01-14 21:01:52 +00:00
tor%cs.brown.edu
8180f4376d Bug 115994 - improved MNG decoder error handling. r=pavlov, sr=blizzard 2002-01-14 21:00:12 +00:00