Commit Graph

4729 Commits

Author SHA1 Message Date
jst%netscape.com
c843cf11a8 Initial checkin of DOM class info files needed when the DOM starts using XPConnect, this is still very much WIP, and not part of the build yet. 2001-02-24 10:26:14 +00:00
cls%seawood.org
3580b1cac0 Adding and updating necessary .cvsignore files. Bug #61550 2001-02-24 06:22:49 +00:00
scc%mozilla.org
9226b1aed1 bug #'s 69940 and 69289: r=dbaron, sr=waterson. Fix parameters to, templatization of |Substring()|. 2001-02-24 02:55:46 +00:00
jst%netscape.com
6a4e2b50c7 Fixing regression bug 69716. Make nsHTMLImageElement::GetImageFrame() always initialize the out parameter. r=heikki@netscape.com, sr=hyatt@netscape.com 2001-02-23 03:04:38 +00:00
scc%mozilla.org
6a8b3af976 bug #65219: (work done by dbaron) r=jag, sr=scc. Remove leaking string recyclers. 2001-02-23 02:03:02 +00:00
jst%netscape.com
9c0d6974b0 Fixing bug 68493. document.body should point to the outermost frameset element in a frameset document. r=pollmann@netscape.com, sr=scc@mozilla.org 2001-02-23 02:01:30 +00:00
hyatt%netscape.com
57c3ed6078 Changing the name of my #ifdef. 2001-02-23 01:56:46 +00:00
hyatt%netscape.com
a4f1f9d564 Adding image-loading code #ifdefed to XBL. Also eliminating a warning in WIndowDragHandler while I'm here. sr=alecf, r=danm 2001-02-22 23:47:30 +00:00
hyatt%netscape.com
25dba148ef Patch to further reduce the time of progress meter and status updates. r=pchen, sr=alecf 2001-02-22 23:46:19 +00:00
waterson%netscape.com
7954fa7f2d Obsolete. 2001-02-22 23:38:34 +00:00
waterson%netscape.com
965909d507 Bug 69778. Be sure to shut down nsXULContentUtils. r=dbaron, sr=jst. 2001-02-22 23:36:06 +00:00
dbaron%fas.harvard.edu
a92904680d Fix MOZ_TRACK_MODULE_DEPS bustage resulting from string and xul changes. 2001-02-22 12:48:42 +00:00
disttsc%bart.nl
74a6225eb1 Update REQUIRES to fix senna bustage 2001-02-22 12:18:48 +00:00
rods%netscape.com
bfc3f0269a In some cases the mForm pointer doesn't get set because of the way the content can be constructed
and added via the DOM. So before it is used try to find and set its value again.
Bug 62799 r=harishd sr=attinasi
2001-02-22 11:33:57 +00:00
rods%netscape.com
a3cf89f1ea The loop looking for the domText should only quit when a non-zero string is found.
Bug 68963 r=kmcclusk sr=attinasi
2001-02-22 11:30:53 +00:00
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
mkaply%us.ibm.com
4c5e2b9504 OS/2 TB break
Need PR_STATIC_CALLBACK
2001-02-22 04:47:26 +00:00
waterson%netscape.com
9fe59f23f0 Bug 43121. Move XUL content model code from RDF DLL to content DLL. r=jst,hyatt; sr=brendan. 2001-02-22 03:01:34 +00:00
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