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

4223 Коммитов

Автор SHA1 Сообщение Дата
karnaze%netscape.com f4f74bc752 bug 2620 - extra scroll bars on nested frameset documents. 1999-03-31 19:18:39 +00:00
kipp%netscape.com d900a26fcd new 1999-03-31 17:42:54 +00:00
evaughan%netscape.com 05eb6158d0 Moved navigator specific style information like .gif from xul.css and navigator.xul to a new file
called navigator.css this should hold all the basic navigator styles.
1999-03-31 08:04:37 +00:00
karnaze%netscape.com 5d8380af04 bugs 1318, 4429 - tables containing form controls as children 1999-03-31 06:47:40 +00:00
rjc%netscape.com 52c43c1066 Add references to "Wallet" shared libraries (debug and optimized) into Layout project. 1999-03-31 06:45:11 +00:00
karnaze%netscape.com 258a6b644a bug 4141 - space activating a button 1999-03-31 06:02:12 +00:00
karnaze%netscape.com fbd335c2d0 bug 4382 - comments inside <option> 1999-03-31 05:59:06 +00:00
troy%netscape.com 5fdfdefca3 Added back Nav compatibility hack for illegal hex values being mapped
to 0
1999-03-31 05:12:36 +00:00
jdunn%netscape.com 986977b905 Fix compiler error on AIX...
Can't have 'protected' structures, so for AIX make them public and then
make sure that the AIX is defined in the Makefile.in
1999-03-31 04:21:53 +00:00
kipp%netscape.com 9414ffd7aa Added some attribute selectors to make pre wrap, cols and width work 1999-03-31 04:13:55 +00:00
kipp%netscape.com 89cb11e344 Allow -moz-pre-wrap for white-space property 1999-03-31 04:13:28 +00:00
troy%netscape.com 4a786bf040 Fix for bug #4434 1999-03-31 04:13:24 +00:00
kipp%netscape.com 3961529a5f Support cols, wrap and width arguments 1999-03-31 04:13:04 +00:00
kipp%netscape.com d8d50a289b Support MOZ_PRE_WRAP 1999-03-31 04:12:46 +00:00
kipp%netscape.com 2e3f0b1a26 Removed dead methods; made ComputeHorizontalValue and ComputeVerticalValue instance methods instead of static methods 1999-03-31 04:12:09 +00:00
kipp%netscape.com 4c435810fd Removed some dead code; Added support for eStyleUnit_Chars for width values 1999-03-31 04:11:40 +00:00
kipp%netscape.com b6234ed95d Removed some dead code 1999-03-31 04:11:02 +00:00
kipp%netscape.com c2ce4ffb18 Removed compact margin hackery 1999-03-31 04:10:51 +00:00
kipp%netscape.com 928bd4aed8 Removed unsupported css2 'compact' support ; fixed bug #2013 with floater placement 1999-03-31 04:10:27 +00:00
kipp%netscape.com cb9dbcb2cf landed HPUX patch from Kartik Subbarao <subbarao@computer.org> 1999-03-31 04:08:48 +00:00
kipp%netscape.com a1da9f8221 Added eStyleUnit_Chars 1999-03-31 04:08:07 +00:00
troy%netscape.com 5c17291fd2 Work-in-progress for generated content 1999-03-30 15:22:54 +00:00
troy%netscape.com 13392f1eeb Added case for ILAYER 1999-03-30 15:20:14 +00:00
evaughan%netscape.com 2fc7284055 Implemented incremental reflow for boxes. 1999-03-30 08:11:00 +00:00
evaughan%netscape.com 39fe1e8a11 Reimplemented navigator.xul on top of the new box layout system. 1999-03-30 04:05:49 +00:00
briano%netscape.com 0ab6ec357d Only descend into the tests directory if ENABLE_TESTS is set. 1999-03-30 03:07:23 +00:00
syd%netscape.com 0a5153649e Initialize isScrolling to default to PR_FALSE. When printing, we don't obtain a
container, so we can't query for a webshell interface and query if scrolling is
implemented. With isScrolling set to PR_TRUE, we then follow code below which
leads to a crash. Fixes crash seen often when performing Postscript printing on
Unix.

Reviewed by dcone.
1999-03-30 01:11:09 +00:00
troy%netscape.com 6f90e33e29 Added beforePseudo and afterPseudo 1999-03-30 00:48:57 +00:00
troy%netscape.com a159763cc4 Moved beforePseudo and afterpseudo to nsCSSAtoms 1999-03-30 00:47:42 +00:00
kipp%netscape.com 5c094fe255 Select size of builtin arrays by platform (sigh); remove some cruft; added in support for debugging memory leaks and reducing initialization time 1999-03-29 23:46:34 +00:00
kipp%netscape.com fe0e42f55c Removed some cruft 1999-03-29 23:45:49 +00:00
kipp%netscape.com 6b923e2208 Collapse margins away for html paragraphs (bug #2589 and #2291); add is-html-paragraph method 1999-03-29 23:45:36 +00:00
kipp%netscape.com 3b9f802263 Removed cruft; added IsHTMLParagraph method 1999-03-29 23:44:59 +00:00
kipp%netscape.com 8f767aaa79 Use shared is-html-paragraph method; fixed handling of floater widths for bug #2949 1999-03-29 23:44:45 +00:00
karnaze%netscape.com 2f35752cf9 bug 3522 - crash when more <frame>, <frameset> specified than cells 1999-03-29 23:26:57 +00:00
amusil%netscape.com d71744eb68 Changes to hook up LiveConnect on Windows 1999-03-29 22:18:05 +00:00
akkana%netscape.com 32c69a1f6c Turn on triangle cursor temporarily for Unix, until bug 4202 gets fixed 1999-03-29 22:02:16 +00:00
kipp%netscape.com 87b715ea04 Fixed bug #4133 by not providing negative margin values for tables that are too wide 1999-03-29 04:17:23 +00:00
troy%netscape.com eee182393a Changed ComputeWordFragmentWidth() to handle the case where the content
object's document pointer is NULL
1999-03-29 04:15:07 +00:00
troy%netscape.com a0cfb563d3 Added beforePseudo and afterPseudo atoms 1999-03-29 03:30:34 +00:00
evaughan%netscape.com 9025dd6a31 Fixed Toolbox problems inside boxes. 1999-03-29 01:45:34 +00:00
joki%netscape.com 393a3e937e Updating internal implementations to new DOM2 api syntax, capture/bubble functionality, new EventStateManager stuff (focus improvements) 1999-03-28 22:22:54 +00:00
troy%netscape.com 0fd84b719f Patch from Bruce Mitchener that removes some dead code 1999-03-28 18:26:09 +00:00
troy%netscape.com 8766af7590 Patch from Bruce Mitchener that adds "[]" to delete 1999-03-28 18:25:34 +00:00
peterl%netscape.com c12e81f3ca fixed img in link border color 1999-03-28 04:46:40 +00:00
peterl%netscape.com e1aa096401 sync to style context api change
stubs for transparent border color support
1999-03-28 04:32:39 +00:00
peterl%netscape.com 5b003c7782 added support for outline
border color fixes
1999-03-28 04:31:57 +00:00
peterl%netscape.com 284405e9c7 fixed tokenization bug (treating "+.foo" as a number) 1999-03-28 04:31:12 +00:00
peterl%netscape.com 7bbff892c5 added transparent border support 1999-03-28 04:30:28 +00:00
peterl%netscape.com 622e176070 fixed bug in parsing backgrounds 1999-03-28 04:29:57 +00:00