warren%netscape.com
|
727f312b32
|
Necko API changes: primarily nsIChannel, changing initialization parameters to accessors. Got javascript: evaluation to happen at the right time (when AsyncRead is called) as well as on the right thread.
|
2000-03-29 03:58:50 +00:00 |
|
law%netscape.com
|
45d61bbe20
|
Fix for bug 30901. Set initial content to blanks.
|
2000-03-21 23:38:16 +00:00 |
|
law%netscape.com
|
d8d5c4e203
|
Fix for bug 31422. Unescape file name when suggesting saveas file name.
|
2000-03-21 22:44:08 +00:00 |
|
law%netscape.com
|
1291d596d0
|
Fix for bug 38104. Going back to AsyncRead technique in use pre rev 1.15. This bogs down the UI thread with doing synchronous writes, but does not hang. Will fix later to move this code to another thread. You can revert to the prior version by removing the #define for USE_ASYNC_READ in nsStreamXferOp.h. r=gagan@netscape.com
|
2000-03-17 04:35:44 +00:00 |
|
slamm%netscape.com
|
8ba923bbdd
|
Use simplified CHROME rules. Use default dirs for install locations.
|
2000-03-14 03:01:26 +00:00 |
|
law%netscape.com
|
9c516532ee
|
Handle null l10n entity values, this is a partial fix for bug 27736; r=matt@netscape.com, a=jevering@netscape.com
|
2000-03-02 19:58:34 +00:00 |
|
rchen%netscape.com
|
ac48964a09
|
Modify localization notes. r=fergus
|
2000-02-15 22:03:09 +00:00 |
|
law%netscape.com
|
81d1189517
|
Handle error by stopping input channel (and generating alert for user); b=23821,r=warren@netscape.com
|
2000-02-11 00:53:27 +00:00 |
|
law%netscape.com
|
390d8c7a65
|
Fix for 27102; backing out bad JS and fixing entity reference in the xul; a=leaf
|
2000-02-09 22:35:14 +00:00 |
|
scc%netscape.com
|
73802d6f2e
|
Pro5 update
|
2000-02-07 23:06:04 +00:00 |
|
sford3%swbell.net
|
d6b94eefc3
|
Finishing 26478
|
2000-02-05 22:27:08 +00:00 |
|
sford3%swbell.net
|
f4d114f9e6
|
fix 26478, i18n work. r=sspitzer
|
2000-02-05 22:07:24 +00:00 |
|
sford3%swbell.net
|
ab7e1a02b0
|
more i10n, not part of the build yet, part of fix for 26478
|
2000-02-05 21:48:05 +00:00 |
|
warren%netscape.com
|
a4bc849b83
|
Fix for bug 24996 - moving file creation from nsStreamXferOp into nsFileTransport where it belongs. r=mscott
|
2000-02-04 09:29:55 +00:00 |
|
scc%netscape.com
|
8424ac3d64
|
removed errant |QueryInterface()|s in favor of appropriate macros, as part of bug#23737. Changed |NS_DEFINE_IID| to |NS_DEFINE_CID| where appropriate; or else removed it, and fixed up clients to use |NS_GET_IID| in the appropriate spots. Built and ran pre-checkin tests. r=pinkerton
|
2000-01-31 23:45:42 +00:00 |
|
valeski%netscape.com
|
ebef130835
|
a=leaf. 24996. We were not able to download files via save as because the destination file did not exist
|
2000-01-25 22:44:39 +00:00 |
|
dougt%netscape.com
|
0b0346079c
|
Landing nsIFile.
|
2000-01-24 21:28:28 +00:00 |
|
law%netscape.com
|
e2ba0605e9
|
Fixes for bugs 22296, 19019, et al; r=matt@netscape.com
|
2000-01-19 00:12:15 +00:00 |
|
pp%ludusdesign.com
|
698852a4f4
|
Converting usage of ::GetIID() to NS_GET_IID().
Bug #20232, r=scc@netscape.com
|
2000-01-11 20:49:15 +00:00 |
|
law%netscape.com
|
4c6d1eb90a
|
Fix for 10613; don't use setTimeout which crashes Mac; r=matt@netscape.com
|
1999-12-07 23:48:28 +00:00 |
|
warren%netscape.com
|
6af4802e75
|
Added buffer size parameters to NewChannel. Allows for optimization of amount of image data consumed. Bug #20408
|
1999-12-04 10:01:32 +00:00 |
|
valeski%netscape.com
|
531773ee0a
|
r=bill law. 18725. The save as dialog now uses OpenInputStream to write files to disk (this pushes all data transfer off the UI thread).
|
1999-11-30 22:11:44 +00:00 |
|
warren%netscape.com
|
2db26922a6
|
Landing no_neckoutil2_branch. Bug #11159. Removes neckoutil_s.lib from build which helps beos and openvms.
|
1999-11-30 04:50:42 +00:00 |
|
warren%netscape.com
|
59ef7fadbf
|
Removed the nsICapabilities interface in favor of nsIInterfaceRequestor.
|
1999-11-18 07:36:41 +00:00 |
|
warren%netscape.com
|
3ba707aec7
|
Fix for linux bustage due to channel retargeting changes.
|
1999-11-17 09:11:03 +00:00 |
|
law%netscape.com
|
ab3a8340b0
|
Yet another fix to try to become non nsCOMPtr-challenged
|
1999-11-13 07:40:30 +00:00 |
|
law%netscape.com
|
958b9ae98c
|
Better fix for VC++5 and Solaris bustage
|
1999-11-13 07:04:36 +00:00 |
|
law%netscape.com
|
c08123a803
|
Fix for VC++5 and Solaris bustage
|
1999-11-13 06:32:55 +00:00 |
|
law%netscape.com
|
cd375b3de6
|
Fixing non-debug build bustage
|
1999-11-13 06:27:22 +00:00 |
|
law%netscape.com
|
88626d4e62
|
Fixes for #10737 (ftp download), overhauled to work better with Necko; r=valeski
|
1999-11-13 05:37:00 +00:00 |
|
rchen%netscape.com
|
3bba682ce9
|
Modify L10N note
|
1999-11-13 00:48:23 +00:00 |
|
dmose%mozilla.org
|
142ac52eaf
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |
|
cls%seawood.org
|
bee74e223b
|
Removed unused NECKO ifdefs.
a=leaf
|
1999-11-02 23:34:03 +00:00 |
|
rchen%netscape.com
|
a0a7d0e569
|
Add localization notes
|
1999-10-29 21:40:07 +00:00 |
|
tao%netscape.com
|
dfc5dc1b02
|
Move da-DK files to l10n/lang; r=leaf
|
1999-10-08 01:06:56 +00:00 |
|
tao%netscape.com
|
452378ee8a
|
Move localized resource files to mozilla/l10n/lang.
|
1999-10-07 23:59:32 +00:00 |
|
beard%netscape.com
|
9eae33066d
|
changed from directly using "MSL DropInRuntime.Lib" to using "NSComponentStartup.o" to enable GC leak detector. r=smfr
|
1999-10-03 20:46:23 +00:00 |
|
hyatt%netscape.com
|
0c1aef9920
|
Splitting xul.css into two files and making them load automatically at startup. R=danm@netscape.com
|
1999-10-01 20:49:07 +00:00 |
|
law%netscape.com
|
8f2bea0893
|
Get file download working; r=danm@netscape.com; a=chofmann@netscape.com
|
1999-09-23 00:49:15 +00:00 |
|
briano%netscape.com
|
cd3098a8ae
|
General cleanup.
|
1999-09-18 03:45:06 +00:00 |
|
tao%netscape.com
|
57d86c8459
|
First checkin of da-DK resource files contributed by
Henrik Lynggaard<Lynggaard@netscape.net>
Hook up da-DK
|
1999-09-18 00:40:05 +00:00 |
|
tao%netscape.com
|
4661727893
|
First checkin of da-DK resource files contributed by
Henrik Lynggaard<Lynggaard@netscape.net>
|
1999-09-17 23:35:55 +00:00 |
|
ramiro%netscape.com
|
e8ba593918
|
Cleanup the neckutil linking thing.
|
1999-09-15 02:15:11 +00:00 |
|
law%netscape.com
|
1d1bdd63e7
|
Fix this to make nsIStreamTransfer scriptable again
|
1999-09-10 22:47:09 +00:00 |
|
warren%netscape.com
|
40ed9d6ad2
|
Removed NS_BASE_STREAM_EOF in favor of returning a count of 0 from Read to indicate EOF. Renamed GetLength to Available. Fixed a number of places where AppendElement's broken error code wasn't checked.
|
1999-09-09 22:05:05 +00:00 |
|
cyeh%netscape.com
|
34cd2ddae1
|
Remove IGNORE_MANIFEST=1. It doesn't do anything and it confuses people.
|
1999-09-01 01:13:14 +00:00 |
|
rpotts%netscape.com
|
0085d83ab0
|
M9 BRANCH landing...
|
1999-08-26 22:45:55 +00:00 |
|
ramiro%netscape.com
|
7ee0e69965
|
Cleanup zlib cruft.
|
1999-08-25 14:39:53 +00:00 |
|
mccabe%netscape.com
|
62d42630f9
|
Remove unused explicit NS_DECL_IFOO declarations from %{C++ blocks in the header files; these are replaced by xpidl-generated NS_DECL_NSIFOO macros.
|
1999-08-23 01:41:52 +00:00 |
|
mccabe%netscape.com
|
ed5a2f8522
|
Move uses xpfe/components interfaces to using NS_DECL_NSIFOO macro. Several interfaces in xpfe/components declared their own NS_DECL_IFOO macros; I moved those to generated NS_DECL_NSIFOO and will remove the definitions in a subsequent checkin to prevent any risk of mid-checkin skew.
|
1999-08-23 01:07:33 +00:00 |
|