Граф коммитов

4711 Коммитов

Автор SHA1 Сообщение Дата
disttsc%bart.nl 6322a17f43 Fix senna bustage (and bustage to be), update REQUIRES for dougt's channel changes and scc's string lib changes. r=cls 2001-02-21 22:35:36 +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
hyatt%netscape.com 97573598b3 Fix a frame creation slowdown caused by XBL. 2-3% speedup. r=danm, sr=waterson 2001-02-21 03:18:45 +00:00
waterson%netscape.com 9cae476583 First checked in; not yet part of the build. 2001-02-21 01:13:03 +00:00
waterson%netscape.com 8ce00cce87 These files got whacked when they shouldn't have. Reverting. 2001-02-21 00:40:13 +00:00
mkaply%us.ibm.com 755cd0a038 OS/2 Bustage
SHORT_LIBNAME should be 8 characters or less
2001-02-20 20:38:28 +00:00
waterson%netscape.com f755a9f953 Bug 69475. Fix bogo checking for last night. Not sure how I lost this line. a=leaf 2001-02-20 20:07:10 +00:00
dbaron%fas.harvard.edu 1257148b20 Make ImageListener not confuse leak logging by doing refcounting the way we do it everywhere else. r=disttsc@bart.nl sr=brendan@mozilla.org b=64452 2001-02-20 13:46:59 +00:00
dbaron%fas.harvard.edu 8411695789 Remove static constructor for nsStyleColor. r=disttsc@bart.nl sr=brendan@mozilla.org b=67341 2001-02-20 13:44:43 +00:00
waterson%netscape.com 00a1e8d96e Bug 39054, redux. Hack around problem (?) with XBL child nodes: we'll just query for the list of real kids up front. Also, need to break 'AddSubtreeToDocument()' into pre- and post-order steps. r=hyatt, sr=brendan 2001-02-20 01:05:34 +00:00
dbaron%fas.harvard.edu 4727322c9d Fix MOZ_TRACK_MODULE_DEPS bustage by adding pref to REQUIRES. 2001-02-20 00:30:53 +00:00
dbaron%fas.harvard.edu afb1fb7cbc Fix MOZ_TRACK_MODULE_DEPS bustage by updating REQUIRES. 2001-02-20 00:21:26 +00:00
dbaron%fas.harvard.edu 0459076110 Fixing objdir build bustage by adding $(srcdir)/ to directories in include path. 2001-02-20 00:17:30 +00:00
heikki%netscape.com 5c811dfbf3 Splitting layout into two libraries, layout and content. r=jst@netscape.com, sr=waterson@netscape.com 2001-02-19 21:50:04 +00:00
Peter.VanderBeken%pandora.be 5ce9c672bd Content/Layout splitup. Not part of default build. r=jst@netscape.com, sr=waterson@netscape.com. 2001-02-19 20:11:27 +00:00
Peter.VanderBeken%pandora.be fb23d82b85 Content/layout split-up. Not part of the build. r=jst@netscape.com, sr=waterson@netscape.com. 2001-02-19 18:11:03 +00:00
Peter.VanderBeken%pandora.be fc57601cdc Content/layout split-up. Not part of the build. r=jst@netscape.com, sr=waterson@netscape.com. 2001-02-19 17:51:42 +00:00
Peter.VanderBeken%pandora.be 64757cba91 Corrected CAPS. r=jst@netscape.com, sr=waterson@netscape.com. 2001-02-19 14:29:10 +00:00
Peter.VanderBeken%pandora.be 399dfde5bd Removing to correct CAPS. r=jst@netscape.com, sr=waterson@netscape.com. 2001-02-19 14:27:36 +00:00
jst%netscape.com f57a187ea6 Fixing win32 build bustage. 2001-02-19 14:19:42 +00:00
jst%netscape.com 86fcb5549b Removing unused file. 2001-02-19 13:14:10 +00:00
heikki%netscape.com 915749084a Checking in changes needed for splitting layout into two separate libraries. r=jst@netscape.com, sr=waterson@netscape.com. Not part of the default build yet. 2001-02-19 12:55:42 +00:00
rods%netscape.com 8881a357b3 making spacebar click on key up
Bug 68850 sr=attinasi
2001-02-19 12:36:01 +00:00
heikki%netscape.com 6181e608fc Adding new files needed for splitting layout into two separate libraries (some of these files have been moved from mozilla/layout). r=jst@netscape.com, sr=waterson@netscape.com. Not part of the default build yet. 2001-02-19 12:21:27 +00:00
heikki%netscape.com d59b45ca9f Adding new files needed for splitting layout into two separate libraries (some of these files have been moved from mozilla/layout). r=jst@netscape.com, sr=waterson@netscape.com. Not part of the default build yet. 2001-02-19 12:10:13 +00:00
heikki%netscape.com de35f432ad Adding new files needed for splitting layout into two separate libraries (some of these files have been moved from mozilla/layout). r=jst@netscape.com, sr=waterson@netscape.com. Not part of the default build yet. 2001-02-19 11:56:40 +00:00
dbaron%fas.harvard.edu 0ec8f2875d Remove static constructors from nsXULSortService and nsXULTemplateBuilder. r=waterson@netscape.com sr=brendan@mozilla.org b=67310 2001-02-18 17:04:11 +00:00
heikki%netscape.com de8d58f084 Checking in new files needed for layout split. Not part of the build yet. 2001-02-17 09:53:29 +00:00
dcone%netscape.com 999dab80e2 r=rods sr=attinasi Passing in the title to begindocument 2001-02-16 17:36:02 +00:00
cmanske%netscape.com 3baa7b403e Minor change to remove compile warning 2001-02-16 05:12:08 +00:00
cmanske%netscape.com c7fb9e7600 Fixed table selection bug 68860. r=brade, sr=sfraser 2001-02-16 03:33:12 +00:00
hyatt%netscape.com 6a31cf1557 Not part of build. 2001-02-16 02:21:34 +00:00
hyatt%netscape.com 3af1eab1be Not part of build. 2001-02-16 01:37:19 +00:00
hyatt%netscape.com 19a77a20e0 Fixing Win32 bustage on pink's checkin. r=pink 2001-02-15 22:20:44 +00:00
pinkerton%netscape.com 794f5e3b1b force trees to synchronously update the area invalidated by a mousewheel scroll. r=bryner,a=hyatt, bug#63465 2001-02-15 22:07:06 +00:00
akkana%netscape.com 20001beffe 25779: alternate win cut/copy/paste keys. r=brade, sr=sfraser 2001-02-15 21:53:13 +00:00
hyatt%netscape.com e050817098 Fix for 67739. r=pierre,attinasi, sr=ben 2001-02-15 21:25:31 +00:00
hyatt%netscape.com 6d784c14e8 Fix for 67739. r=pierre,attinasi sr=ben 2001-02-15 21:24:47 +00:00
radha%netscape.com b2d6bb81e1 Fix for bug # 39938. Client side redirection messes up SH. r=rpotts, adamlock 2001-02-15 19:10:16 +00:00
dbaron%fas.harvard.edu f17bd918ed Adding newline to end of file to fix HP bustage. 2001-02-15 15:22:22 +00:00
jfrancis%netscape.com fed9703e2b bug 50497: plaintext copy loses newlines on paste bug 57292: copy of table cell contents shouldn't copy cell bug 57170: some inline style not preserved across copy paste for all above: r=akkana; sr=sfraser 2001-02-15 13:22:26 +00:00
jfrancis%netscape.com d4b459cfee bug 63760: improving iterator speed in aid of selection performance and many editor operations. r=akkana; sr=sfraser 2001-02-15 13:19:14 +00:00
hyatt%netscape.com 19bd97bd08 Not part of build. 2001-02-15 09:43:11 +00:00
aaronl%chorus.net ab4d0dcaee Pref accessibility.browsewithcaret implemented, bug=49508, r=sfraser, sr=waterson 2001-02-15 05:07:46 +00:00
dcone%netscape.com dafca2054b Changed the API to BeginDocument.. changed the call in here. sr=attinasi r=rods 2001-02-15 03:52:13 +00:00
hyatt%netscape.com 7842c9962e Fix for 68103. r=the world 2001-02-14 20:21:04 +00:00
dcone%netscape.com 30f56e20d6 Release the Presentation Context.. fixes printing leak r=kmmclusk, sr=attinasi 2001-02-14 05:45:05 +00:00
akkana%netscape.com f83153ce0d 18508: Allow for user-specified XBL bindings. sr=hyatt 2001-02-14 01:24:45 +00:00
waterson%netscape.com 5cc33330bf Backing out changes for 39054, which caused several template regressions. 2001-02-13 19:22:56 +00:00
dcone%netscape.com b1a810b0aa had to comment out the release.. the Mac is breaking.. have to figure out why 2001-02-13 15:55:34 +00:00