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

4733 Коммитов

Автор SHA1 Сообщение Дата
bryner%uiuc.edu e87ebb1bc9 Bug 40611:
- add ctrl+tab/ctrl+shift+tab binding to tabcontrol to switch tabs
- check view visibility before shifting focus, this prevents us from
tabbing into inactive panes in a deck.
r=saari,blake.  sr=ben.
2001-02-27 04:43:04 +00:00
dprice%netscape.com 5184a7104b # 65845 sr=waterson, new order files will greatly reduce the number of link warnings. 2001-02-27 04:38:19 +00:00
jst%netscape.com 35a2ad68f0 Fixing bug 69840. Implementing XULDocument.createProcessingInstruction(). r=jag, sr=ben@netscape.com 2001-02-25 00:00:52 +00:00
pavlov%netscape.com 2c3f122994 added a parameter to a function that is part of the new imagelib.. passing nsnull to it in the image preloading code (ifdef'd out (not part of build)) sr=jst :-) 2001-02-24 23:56:07 +00:00
roc+%cs.cmu.edu ce59023066 Fix for bug 67478. Fix for BodyFixupRule so that if both the BODY and HTML elements have a transparent background, we make sure to give the canvas the default background (chosen by the PresShell). r=kmcclusk, sr=attinasi 2001-02-24 20:37:06 +00:00
jst%netscape.com 67967822bf 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 8643a92f86 Adding and updating necessary .cvsignore files. Bug #61550 2001-02-24 06:22:49 +00:00
scc%mozilla.org 64f1e22b83 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 012e814ecd 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 97df62b78a 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 cc63f5847c 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 34f10f4e21 Changing the name of my #ifdef. 2001-02-23 01:56:46 +00:00
hyatt%netscape.com 792da52ffc 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 9509498ac9 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 7fbcae7ed2 Obsolete. 2001-02-22 23:38:34 +00:00
waterson%netscape.com d7922ef3fa Bug 69778. Be sure to shut down nsXULContentUtils. r=dbaron, sr=jst. 2001-02-22 23:36:06 +00:00
dbaron%fas.harvard.edu d8ef7a992b Fix MOZ_TRACK_MODULE_DEPS bustage resulting from string and xul changes. 2001-02-22 12:48:42 +00:00
disttsc%bart.nl e53227d6ad Update REQUIRES to fix senna bustage 2001-02-22 12:18:48 +00:00
rods%netscape.com 7976914fa3 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 954bec7088 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 744785129a 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 825b986a4e OS/2 TB break
Need PR_STATIC_CALLBACK
2001-02-22 04:47:26 +00:00
waterson%netscape.com 2cd62f503b 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 7eabeaefd1 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 eab041f43f 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 ea1cb1d735 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 4b594dfe63 First checked in; not yet part of the build. 2001-02-21 01:13:03 +00:00
waterson%netscape.com 6b1642be4a These files got whacked when they shouldn't have. Reverting. 2001-02-21 00:40:13 +00:00
mkaply%us.ibm.com 5697f5c05e OS/2 Bustage
SHORT_LIBNAME should be 8 characters or less
2001-02-20 20:38:28 +00:00
waterson%netscape.com 2e504b1438 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 d5bb038c8d 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 a201dec440 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 0c9ae9b94a 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 649ef52353 Fix MOZ_TRACK_MODULE_DEPS bustage by adding pref to REQUIRES. 2001-02-20 00:30:53 +00:00
dbaron%fas.harvard.edu 0f5d2737d8 Fix MOZ_TRACK_MODULE_DEPS bustage by updating REQUIRES. 2001-02-20 00:21:26 +00:00
dbaron%fas.harvard.edu db23c96dae Fixing objdir build bustage by adding $(srcdir)/ to directories in include path. 2001-02-20 00:17:30 +00:00
heikki%netscape.com fa72c631ce 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 6fb64d9171 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 6a44335d10 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 305429e76d 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 7aafcfc86b Removing to correct CAPS. r=jst@netscape.com, sr=waterson@netscape.com. 2001-02-19 14:27:36 +00:00
jst%netscape.com dffa9d6f8f Fixing win32 build bustage. 2001-02-19 14:19:42 +00:00
jst%netscape.com f1f4ae7656 Removing unused file. 2001-02-19 13:14:10 +00:00
heikki%netscape.com ae23767cdd 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 f5a3843e21 making spacebar click on key up
Bug 68850 sr=attinasi
2001-02-19 12:36:01 +00:00
heikki%netscape.com 3b9cdf783c 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 11c3410104 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 6356d29009 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 8c9a2cc5c8 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 c7ae438881 Checking in new files needed for layout split. Not part of the build yet. 2001-02-17 09:53:29 +00:00