Commit Graph

95735 Commits

Author SHA1 Message Date
rjc%netscape.com
90ec4b26a5 Fix bug # 113894: RDF persistence breaks when there is a / in the file path. Verbal r=pavlov and sr=waterson 2002-01-15 05:20:37 +00:00
aaronl%netscape.com
e44c18b07f Bug 118018. Active Accessibility: Bounds fixes. r=dbaron, sr=hewitt 2002-01-15 05:20:27 +00:00
hewitt%netscape.com
7a0aea44b0 fixing nebiros bustage 2002-01-15 05:05:40 +00:00
pavlov%netscape.com
b48142c657 removing PHOTON define. patch from briane@qnx.com 2002-01-15 05:01:03 +00:00
hewitt%netscape.com
f76668bbc3 119168 - DOM Inspector DOM tree view doesn't load, r=jag, sr=bryner 2002-01-15 04:50:47 +00:00
cltbld%netscape.com
2851747c9a rm dist for all builds, depend and clobber to avoid accumulating cruft. Some whitespace changes also. (116648) 2002-01-15 04:19:31 +00:00
naving%netscape.com
b585c69648 119504 backing out the fix for bug 119504 could break other cases. 2002-01-15 04:18:12 +00:00
dbaron%fas.harvard.edu
e09e08a56f Adding mimetype temporarily to REQUIRES to fix bustage from rpotts's checkin. 2002-01-15 03:53:33 +00:00
rginda%netscape.com
6ad6e3e70f remove conflict markers 2002-01-15 03:16:48 +00:00
harishd%netscape.com
00d2f31d25 Fix ports bustage. Removing MOZ_SVG stuff for now since the code in nsExpatDriver is a bit different than nsExpatTokenizer. Will checkin a correct fix soon. 2002-01-15 03:03:54 +00:00
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