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

11277 Коммитов

Автор SHA1 Сообщение Дата
bernd.mielke%snafu.de 58b4f45858 enable the overflow:hidden from CSS2 for table cells (fixed layout)
bug 44505. r=karnaze sr=attinasi
2001-02-24 14:30:12 +00:00
cls%seawood.org 8643a92f86 Adding and updating necessary .cvsignore files. Bug #61550 2001-02-24 06:22:49 +00:00
rbs%maths.uq.edu.au b210805603 Ignorable whitespace frames are gone - Additions to the inter-frame spacing - Typos - Rework the style of scripting elements - fix for bugs 67451,15402 - this check-in was contingent on the check-in for bug 68411 - sr=waterson 2001-02-23 16:10:51 +00:00
rbs%maths.uq.edu.au 843fa2d789 First check-in 2001-02-23 16:09:14 +00:00
rbs%maths.uq.edu.au e606355ed2 Declare atoms, update css rules, init a variable to zero - sr=waterson 2001-02-23 12:49:38 +00:00
rbs%maths.uq.edu.au 283e455c32 When requested, avoid to create frames for ignorable whitespace - bug 68411 r=karnaze sr=waterson 2001-02-23 12:45:19 +00:00
rbs%maths.uq.edu.au c8e811acd0 Shift frame-state bits in implementations to the 12 higher bits - bug 68411 r=karnaze sr=waterson 2001-02-23 12:42:12 +00:00
rbs%maths.uq.edu.au ea2b429682 Avoid ignorable whitespace in tables by setting the frame state-bit to this effect - bug 68411 r=karnaze sr=waterson 2001-02-23 12:35:34 +00:00
rbs%maths.uq.edu.au 4a4a2fffe7 Reserve additional frame state-bits - implementations are now only allowed to use the 12 higher bits. The 20 lowest bits are reserved for general use - bug 6841 r=karnaze sr=waterson 2001-02-23 12:31:28 +00:00
rods%netscape.com 42db2b170f Now only doing 1 reflow for each reflow request in the ListControlFrame
for initial and full resize reflows
Bug 69869 r=kmcclusk sr=attinasi
2001-02-23 01:45:45 +00:00
rods%netscape.com 147a7d8ffc factoring of code for Submit/Reset in control frames
Bug 65747 r=pollmann sr=attinasi
2001-02-23 01:01:08 +00:00
sspitzer%netscape.com 0b30f91421 fix for #68365. r=hwaara, sr=hyatt 2001-02-23 00:46:10 +00:00
attinasi%netscape.com e885d0d4e0 new testcase. NPOB 2001-02-22 16:06:46 +00:00
attinasi%netscape.com 2b78d742ee New regression testcase. BPOB 2001-02-22 16:06:18 +00:00
rods%netscape.com 6059a83cca Added additional reflow count info on a frame by frame basis
Bug 69361 r=attinasi sr=waterson
2001-02-22 13:58:17 +00:00
dbaron%fas.harvard.edu 97eb62ec52 Fix MOZ_TRACK_MODULE_DEPS bustage resulting from string and xul changes. 2001-02-22 13:06:50 +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
hyatt%netscape.com 31520f8eea Fix for 69142. r=attinasi, sr=waterson 2001-02-22 09:24:50 +00:00
pollmann%netscape.com dfedbe421d Bug 69365: Fix mail reply-all by reverting pres-state optimizations r=ducarroz@netscape.com, sr=jst@netscape.com,vidur@netscape.com 2001-02-22 03:16:34 +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
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
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 93a89db1ee Remove layoutxsl.o from optimized build, too. 2001-02-20 03:55:02 +00:00
dbaron%fas.harvard.edu 109f44f199 Remove unused file that should have been removed with all the others in today's carpool. r=jst 2001-02-20 03:07:13 +00:00
waterson%netscape.com a7733da18c Really remove nsStyleCoord.cpp 2001-02-20 02:33:54 +00:00
dbaron%fas.harvard.edu 64163aaae2 Fixing IRIX bustage by adding libgkconbase_s to libs since libgkbase_s was split. 2001-02-20 01:59:11 +00:00
jst%netscape.com 2cc648c448 Removing unused empty file. 2001-02-20 01:50:38 +00:00
sfraser%netscape.com f9d6ff1b5a Remove nsStyleCoord.cpp for jst. 2001-02-20 01:40:23 +00:00
jst%netscape.com b91da67660 Removing empty file from the build system. 2001-02-20 01:33:17 +00:00
pinkerton%netscape.com b07d0890dc don't re-create 1000 element array's of nsPoints every time the routine is called. r=dcone/sr=sfraser. bug 69101. 2001-02-20 01:14:03 +00:00
jst%netscape.com b918f38b82 Removing files that were moved to mozilla/content/... part of the carpool. 2001-02-20 01:12:42 +00:00
jst%netscape.com 29753e9bcf Removing unused file. 2001-02-20 01:08:30 +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
sfraser%netscape.com d3dc1c47f3 More jst bustage fixing; we need nsIHTMLStyleSheet.h here. 2001-02-20 00:28:57 +00:00
ben%netscape.com 482fae6616 Fix jst bustage 2001-02-19 23:53:33 +00:00
jst%netscape.com d364f86211 Attempting to fix mac bustage 2001-02-19 23:18:12 +00:00
heikki%netscape.com 128bd0a655 Removing files which were moved to content, part of content/layout carpool. 2001-02-19 22:43:19 +00:00
Peter.VanderBeken%pandora.be 4240193718 Content/layout splitup carpool. 2001-02-19 21:51:22 +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 107aa654d8 Content/layout split-up carpool. r=jst@netscape.com, sr=waterson@netscape.com. 2001-02-19 21:45:29 +00:00
jst%netscape.com 6e31911680 Backing out my previous changes. 2001-02-19 20:33:57 +00:00
jst%netscape.com f22c3a5e8e Changes needed for splitting layout 2001-02-19 18:44:32 +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 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
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
heikki%netscape.com 28bb7ee4be New interfaces needed for layout splitup. Not part of the build yet 2001-02-17 01:54:26 +00:00
dcone%netscape.com c3faaae3d3 r=rods sr=attinasi Passing in the title to begindocument 2001-02-16 17:36:02 +00:00