Commit Graph

213 Commits

Author SHA1 Message Date
disttsc%bart.nl
a6f2f5861a Mass REQUIRES update to synch up with string lib and xul changes in an attempt to fix senna bustage. r=jst, sr=cls 2001-02-22 09:35:51 +00:00
dougt%netscape.com
128f95aa9b Relanding Necko Changes.
Revising nsIChannel to allow for overlapped i/o. This consists of three parts:

1. Factoring nsIChannel into a protocol specific part, the nsIChannel, and a socket specific, the nsITransport.
2. Derive the nsIChannel from a nsIRequest.
2. Changes the notification system from necko and the URILoader to pass the nsIRequest interface instead of nsIChannel interface.

This goal stems from wanting to be able to have active AsyncRead and AsyncWrite operations on nsSocketTransport.
This is desired because it would greatly simplify the task of maintaining persistent/reusable socket connections
for FTP, HTTP, and Imap (and potentially other protocols). The problem with the existing nsIChannel interface is
that it does not allow one to selectively suspend just one of the read or write operations while keeping the other active.

r=darin@netscape.com
sr=rpotts@netscape.com
2001-02-21 20:38:08 +00:00
dprice%netscape.com
997fb091c7 65845 first cut of the order files 2001-02-13 02:48:02 +00:00
disttsc%bart.nl
3d2d80d536 Back out dougt's channel changes 2001-02-12 03:14:23 +00:00
disttsc%bart.nl
b8709940a3 Fix incorrect change from nsIChannel to nsIRequest. r=dbaron, r=dougt 2001-02-11 18:42:40 +00:00
dougt%netscape.com
1b9ca82439 Revising nsIChannel to allow for overlapped i/o. This consists of three parts:
1. Factoring nsIChannel into a protocol specific part, the nsIChannel, and a socket specific, the nsITransport.
2. Derive the nsIChannel from a nsIRequest.
2. Changes the notification system from necko and the URILoader to pass the nsIRequest interface instead of nsIChannel interface.

This goal stems from wanting to be able to have active AsyncRead and AsyncWrite operations on nsSocketTransport.
This is desired because it would greatly simplify the task of maintaining persistent/reusable socket connections
for FTP, HTTP, and Imap (and potentially other protocols).  The problem with the existing nsIChannel interface is
that it does not allow one to selectively suspend just one of the read or write operations while keeping the other active.

The full details of the change on written up in the netlib newsgroup.

r=darin@netscape.com
sr=rpotts@netscape.com
2001-02-10 00:16:26 +00:00
scc%mozilla.org
89f6b7263b bug #53071: r=danm, sr=alecf. Eliminate redundant implemenations, resolve resulting ambiguities. 2001-02-06 23:07:24 +00:00
blakeross%telocity.com
92e045ada6 Removing redundant includes. 2001-02-04 06:48:19 +00:00
tao%netscape.com
148663534b 26291: StringBundle should not call OpenInputStream(). (r,sr)=(alecf,erik).
Add new api , CreateAsyncBundle() to load stream asynchronously. setenv
STRRES_ASYNC to flip CreateBundle() to CreateAsyncBundle().
2001-01-12 03:02:22 +00:00
bryner%uiuc.edu
69e9b90bc6 Removing dead .toc files. Not part of build. a=sfraser. 2001-01-03 01:32:06 +00:00
cls%seawood.org
66a18fcbbf Resurrect REQUIRES so that we have some sort of means to track intermodule dependencies. Bug #59454 r=blizzard@mozilla.org 2000-11-20 07:16:06 +00:00
danm%netscape.com
2c6d578e14 removing glowcode directives. won't affect you unless you use an obsolete version of glowcode. 2000-11-18 02:13:42 +00:00
alecf%netscape.com
b12bf93a66 #45797 - fix consumers of NS_IMPL_ISUPPORTS
r=dveditz a=self
2000-11-17 08:06:12 +00:00
disttsc%bart.nl
116bbeadfe Change <titledbutton> to <button>, bug 57751, r=adamlock,blake,erik,racham,rginda,rjc, a=ben 2000-11-16 23:50:00 +00:00
alecf%netscape.com
d8a4730920 fix for #49424 - don't cache the string bundle if the file doesn't load
r=tao a=alecf
2000-11-14 00:15:43 +00:00
warren%netscape.com
cd56c0575b Bug 47207. Backing out logging/PRINTF changes until we can fix stopwatch.h, introduce double parens, etc. 2000-10-28 22:17:53 +00:00
warren%netscape.com
9a6d92a433 Bug 47207. Changing printf to PRINTF to use new logging facility. r=valeski,sr=waterson 2000-10-27 22:43:51 +00:00
waterson%netscape.com
7dc55680e8 Bug 44352. Remove nsIMemoryPressureObserver in favor of nsIObserverService et al., and convert existing nsIMemoryPressureObserver clients. Add memory flusher thread. Add debug UI to force memory flush. r=alecf,sfraser,warren a=warren 2000-09-20 05:44:19 +00:00
rayw%netscape.com
0257791053 Bug 37275, Changing value of all progids, and changing everywhere a progid
is mentioned to mention a contractid, including in identifiers.

r=warren
2000-09-13 23:57:52 +00:00
beard%netscape.com
2b91c47864 use QueryElementAt() to save space and time. r=hyatt 2000-08-24 01:02:58 +00:00
scc%mozilla.org
3d657d890c fixing code that relied on implicit string construction 2000-08-19 21:22:45 +00:00
warren%netscape.com
84b5fd67e3 Bug 46711. Removed nsAutoString travisty from nsStringKey. Introduced nsCStringKey. Made them both share the underlying string when possible. r=waterson 2000-08-10 06:19:37 +00:00
saari%netscape.com
4c09a29ac5 massive landing of joki changes.
Relevant nsbeta3+ bugs 43309, 44503, 2634, 2504,5981, 24698, 25758, 33577,
36062, 36217, 41191, 41491, 42356, 42829, 43016
r=saari (joki code). also been tested by heikki and bryner
2000-08-08 21:31:05 +00:00
alecf%netscape.com
f86fdf6b1e fix for #46712 and #46491
r=warren
- remove chrome dependancy from string bundles, finally (yay)
- flush the string bundle cache according to the memory pressure observer
- expose flushing in the nsIStringBundle API so that chrome can flush it
2000-08-03 23:43:10 +00:00
valeski%netscape.com
989acea8ab removing extraneous variable 2000-08-01 23:57:36 +00:00
warren%netscape.com
eeb3d0e849 Bug 46674. Classic =/== typo. 2000-07-27 21:01:15 +00:00
warren%netscape.com
2b01440bc0 Factored string bundles out of necko. Fixes bug 42107 - need to fix string bundle init workaround. Also bug 40506 - nsIWebProgressListener needs status text. Status messages now work in mozilla and viewer with internationalized and parameterized text! Added temporary error architecture until bug 13423 can be fixed. Extended nsIStringBundleService to provide method to format status message. r=valeski,jband,tao. verified=mstoltz 2000-07-25 05:45:56 +00:00
cls%seawood.org
bca014f1bb Removing last vestiges of raptor from unix build. Since some libs were renamed, a 'make distclean' is recommeneded to remove the old copies of those libs. Bug #8228 r=bryner 2000-07-02 18:44:42 +00:00
cls%seawood.org
1f3b6d75ab Removed obsolete REQUIRES variable from every Makefile.in/makefile.win 2000-06-30 08:08:04 +00:00
scc%mozilla.org
771949060f bug #17294, fixed a dogfood+ assert, there's more to this bug, but the rest isn't dogfood. r=BenB; a=jar 2000-06-29 22:04:28 +00:00
rbs%maths.uq.edu.au
26742e611c Change invalid REC-html40 to correct XHTML namespace. b:7834. a:ekrock@netscape.com 2000-06-15 09:54:41 +00:00
alecf%netscape.com
526e3f9235 add support for sprintf-style string formatting using string bundles
r=tao (partial fix for #28993)
2000-06-06 03:05:00 +00:00
warren%netscape.com
512c8bf433 Renaming nsIAllocator to nsIMemory (and nsAllocator to nsMemory). API cleanup/freeze. Bug #18433 2000-06-03 09:46:12 +00:00
hyatt%netscape.com
21e5ef59a2 fix for making skins script-safe. r=scc 2000-05-19 04:48:43 +00:00
pavlov%netscape.com
803190ad4b changes all usages of NS_NewTimer to CreateInstance 2000-05-17 02:49:35 +00:00
hyatt%netscape.com
1c74a48ba0 Changing convertChromeURL. 2000-05-15 01:40:35 +00:00
alecf%netscape.com
a07265a2ad cache the resolved chrome URL not the chrome URL, so that stringbundle caching doesn't screw with locale switching 2000-05-14 19:42:27 +00:00
danm%netscape.com
c0ae0cbbf6 top-level chrome dirs are now packages,locales,skins 2000-05-13 21:29:08 +00:00
waterson%netscape.com
00a181bcf2 Fix string backsliding. r=scc 2000-05-13 00:47:48 +00:00
tao%netscape.com
0529872f0d Adjust code logic to use the new Accpet-Lang file structure.r=jbetak. 2000-05-12 23:50:33 +00:00
tao%netscape.com
bb077d2b78 Add test case for nsIAcceptLang 2000-05-12 21:51:11 +00:00
tao%netscape.com
c06ee76d8e Register nsIAcceptLang: 34954 2000-05-12 21:50:01 +00:00
tao%netscape.com
6c5baddeca Silent mac compiler warning. 2000-05-12 21:43:42 +00:00
nhotta%netscape.com
35c4805e30 Check in for tao, 34954. 2000-05-12 21:41:09 +00:00
tao%netscape.com
3a912bfbc1 Compile nsAcceptLang; bug 34954. 2000-05-12 21:36:05 +00:00
tao%netscape.com
cc772f49e4 Add implementation of nsAcceptLang; bug 34954. 2000-05-12 21:34:41 +00:00
tao%netscape.com
9a97a9ec23 Add nsIAcceptLang.idl; bug 34954. 2000-05-12 21:14:22 +00:00
tao%netscape.com
52d1d1a48f add nsIAcceptLang; bug 34954 2000-05-12 21:07:45 +00:00
nhotta%netscape.com
ae29aa3494 checkin for tao; bug 34954 2000-05-12 21:03:48 +00:00
nhotta%netscape.com
9ca7fe3ec7 Check in for tao, 34954. 2000-05-12 21:03:07 +00:00