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

4590 Коммитов

Автор SHA1 Сообщение Дата
pollmann%netscape.com d8d1504d60 Fix for bug 10013 - Call the JS onclick event handlers when the DOM click method is invoked on an input element. 1999-09-13 06:22:40 +00:00
pollmann%netscape.com 13244b3237 Leak fix. 1999-09-13 06:18:09 +00:00
troy%netscape.com 0cb7fe2f83 Eliminated compiler warning 1999-09-13 04:45:43 +00:00
troy%netscape.com 19fc1e01af Added support for incremental table painting 1999-09-13 03:19:39 +00:00
buster%netscape.com d94b3e63a0 fixed an uninitialized variabled error. the result code in Reflow is
now initialized to NS_OK, because it's not used in all reflow paths.
1999-09-13 03:15:23 +00:00
cls%seawood.org 762fca642e Fix my bustage using -D_BSD_SOURCE 1999-09-12 16:41:14 +00:00
peterl%netscape.com 240256290a even better li bullet positioning 1999-09-11 18:20:30 +00:00
rods%netscape.com 6c54a44b78 It now checks to see if option elements have a "\n" in them and it strips them out 1999-09-11 17:28:36 +00:00
rods%netscape.com f6e0510a05 when <option></option> no text node gets created for the option element
it now checks and makes sure one gets created
1999-09-11 14:55:33 +00:00
mjudge%netscape.com eaa78b424a fixes for crasher in tree 1999-09-11 00:18:02 +00:00
peterl%netscape.com 2c450d66f9 added first-node pseudo class (extension) 1999-09-11 00:08:30 +00:00
peterl%netscape.com cd649c16bf fixed first boy child top margin better 1999-09-11 00:07:27 +00:00
peterl%netscape.com 08211a7951 better list style position
removed top margin from first body child
1999-09-10 23:31:15 +00:00
rods%netscape.com 9e8a1b6378 When asked for the selected item string it return first the value, then the label then the content in that order if any are empty 1999-09-10 22:56:23 +00:00
rods%netscape.com 593a8e8ba7 No retreievs item 0 when nothing is selected and return the proper value, or lable or content when item is selected 1999-09-10 22:54:24 +00:00
rods%netscape.com b0233d1ada added generated content for option elements with label attrs 1999-09-10 22:53:09 +00:00
peterl%netscape.com 702aaf6524 tweaking margins on lists 1999-09-10 22:42:53 +00:00
peterl%netscape.com c1fbee9392 fixed list style position rules to allow being overridden better 1999-09-10 21:56:03 +00:00
karnaze%netscape.com 591aa85865 new regression tests 1999-09-10 19:10:46 +00:00
karnaze%netscape.com 74246415d1 more regression tests 1999-09-10 18:56:10 +00:00
karnaze%netscape.com 4966ef6084 better handling of empty cell widths, especially involving colspans. support for bug 7121. 1999-09-10 18:55:46 +00:00
kipp%netscape.com fb8c244c9f Fixed two incremental reflow bugs (12890) 1999-09-10 18:52:56 +00:00
kipp%netscape.com c211a54bed Tweaked incremental reflow support logic 1999-09-10 18:49:23 +00:00
mjudge%netscape.com 046cdcb844 changes for peekoffset removal of extra parameters. also fixing some ownership issues with nsIenumerator and the rangelist iterator. fixing also some hit tests for line frames. 1999-09-10 18:29:37 +00:00
karnaze%netscape.com c3359c61d4 fixed bug in debug output for reflow 1999-09-10 13:03:32 +00:00
hyatt%netscape.com fc32f1e04e Working on XP menus. 1999-09-10 08:47:12 +00:00
peterl%netscape.com 2a0c2b13f1 re-added last changes (in a mac safe way)
better font weight
system color handling
1999-09-10 05:56:19 +00:00
peterl%netscape.com 03b11a90a5 added system color parsing
fixed font weight parsing to be more strict
1999-09-10 05:55:36 +00:00
peterl%netscape.com 5559820b53 added system color support 1999-09-10 05:54:46 +00:00
peterl%netscape.com aea3107630 added system colors 1999-09-10 05:54:23 +00:00
peterl%netscape.com be9461f3e1 changed content state change notification rule to match attribute changed
made a seperate notification method
1999-09-10 05:54:00 +00:00
peterl%netscape.com ed25a6b91e fixed font weight calculation 1999-09-10 05:52:45 +00:00
peterl%netscape.com fa95528749 added content state changed notification 1999-09-10 05:52:23 +00:00
peterl%netscape.com af1b7020f0 added constrain font weight 1999-09-10 05:51:44 +00:00
briano%netscape.com 08af3df2e0 General cleanup. 1999-09-10 00:18:42 +00:00
warren%netscape.com 40ed9d6ad2 Removed NS_BASE_STREAM_EOF in favor of returning a count of 0 from Read to indicate EOF. Renamed GetLength to Available. Fixed a number of places where AppendElement's broken error code wasn't checked. 1999-09-09 22:05:05 +00:00
kipp%netscape.com ee216379ac Fixed refcnt crash bug with style-contexts (bad nscomptr usage -- whoops) 1999-09-09 21:54:20 +00:00
kipp%netscape.com 0283a98cb6 Nit to make emacs happier 1999-09-09 21:05:32 +00:00
kipp%netscape.com beadfcb37c Reworked to be more css compliant; factored compatability logic out of nsInlineFrame into here 1999-09-09 21:04:37 +00:00
kipp%netscape.com 606ea6edd9 Cleaned up 1999-09-09 21:04:00 +00:00
kipp%netscape.com 9f50793471 Added rendering context to CalcLineHeight API 1999-09-09 21:03:46 +00:00
kipp%netscape.com e5499ef843 Reworked nsHTMLReflowState::CalcLineHeight (bug 6865) 1999-09-09 21:03:27 +00:00
kipp%netscape.com 056b8e9197 Fixed bug 10820 1999-09-09 21:02:02 +00:00
kipp%netscape.com ed874d1439 Fixed infinite loop 12747 1999-09-09 20:53:32 +00:00
kipp%netscape.com f73fad9197 Updated for revised line-layout algorithm 1999-09-09 20:53:18 +00:00
buster%netscape.com 408c05bfea workaround needed as a result of hyatt's change to frame construction code and attribute notification. 1999-09-09 19:45:32 +00:00
rods%netscape.com af296e18b3 Better fix for option elements with no content in them 1999-09-09 19:37:23 +00:00
rods%netscape.com d675fc86a1 changed a couple of select disable attributes 1999-09-09 14:14:20 +00:00
rods%netscape.com fa6fb356e7 Temporary fix to for mail compose. 1999-09-09 13:17:35 +00:00
mscott%netscape.com 843b43fcfb Backing out peterl's changes to fix the mac depend build until we can figure out why it
causes an internal compiler error.
1999-09-09 01:49:51 +00:00