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

538 Коммитов

Автор SHA1 Сообщение Дата
kipp 71956a68ac removed 1998-06-02 16:33:52 +00:00
troy 26602e0734 Turned on incremental painting 1998-06-02 05:29:44 +00:00
troy edd188c5e9 Added member function Invalidate() 1998-06-02 05:28:11 +00:00
troy a2fd8036ca Fixed a problem that was causing a crash 1998-06-02 02:11:26 +00:00
kipp d2caf8b43e Make bullets transparent to whitespace compression 1998-06-02 01:43:02 +00:00
kipp 9176bca6d6 Set first child during reflow unmapped; leave white space compression flag alone for zero sized frames 1998-06-01 23:39:40 +00:00
kipp 29847f56c9 Map DIR attribute into style 1998-06-01 23:38:55 +00:00
kipp f7574b4cbd Fixed block frame Clear method to work properly 1998-06-01 23:38:40 +00:00
kipp 9be24b0fac Added SetFirstChild; made line layout a friend of block frame 1998-06-01 23:37:55 +00:00
troy 63d19a37ca Changed nsLeafFrane's GetdesiredSize() to not pass in the max size
since it's now part of nsReflowState
1998-06-01 23:31:30 +00:00
buster 3fe1fe2844 made tables quiet again 1998-06-01 21:07:56 +00:00
kipp 85370222ed Removed some debug printfs 1998-06-01 20:55:28 +00:00
kipp 4222da36de Support nsILinkHandler::OnOverLink 1998-06-01 20:55:10 +00:00
buster 3086966c54 much better fixed and percentage width layout 1998-06-01 20:21:05 +00:00
troy a63afc80fc Work in progress for floaters to handle percentage based
width/height
1998-06-01 19:56:58 +00:00
kipp 5fda0b28cd updated 1998-06-01 19:53:38 +00:00
kipp a244a4fe53 Updated LoadURL API to take an nsIStreamListener 1998-06-01 19:53:27 +00:00
kipp b328c87dfc Updated LoadURL API to take an nsIStreamListener; pass on listener to parser 1998-06-01 19:53:19 +00:00
troy 99a5451cee Added some support for percentage based width/height. Currently only works
for the initial reflow
1998-06-01 19:52:53 +00:00
kipp db0df5f7c3 Revised LoadURL to take an nsIStreamListener; removed old document load hooks 1998-06-01 19:52:39 +00:00
troy 35e6293e4b Added a comment to GetStyleDimension indicating that computed percentage
values are being handled incorrectly
1998-05-31 04:45:21 +00:00
troy d870f336d8 Fixed an assert 1998-05-30 23:56:28 +00:00
kipp 669da95542 Revised API so that correct percentage width/height could be computed 1998-05-30 21:22:17 +00:00
kipp 9a2d1c3765 Updated a few table API's so that percentage width could be properly computed 1998-05-30 21:21:51 +00:00
kipp cefa24d0c1 Updated to new GetDesiredSize api's (so that percentage width's could be properly calculated) 1998-05-30 21:21:11 +00:00
kipp 89fa391100 fixed value to string for percentages to include the '%' 1998-05-30 21:20:07 +00:00
kipp b13aa91034 Removed dead code 1998-05-30 21:19:36 +00:00
kipp acae2baa96 Updated to new GetDesiredSize API; reworkd width handling 1998-05-30 21:19:11 +00:00
kipp 1ce91917a8 Use new cssLayout api 1998-05-30 21:18:32 +00:00
kipp 014fd2716d Use new mPendingBreak state 1998-05-30 17:46:11 +00:00
kipp ea63db96a3 Support BR tags in inline frames 1998-05-30 17:45:46 +00:00
kipp 9191e6894f Partial support for BR clear behavior 1998-05-30 17:45:15 +00:00
kipp d7b2db76d0 Cleaned up; use new slot in nsLineLayout state to support clear semantics 1998-05-30 17:44:50 +00:00
kipp 3a6dc218b6 NS_IMETHOD'd some of the API's 1998-05-30 01:36:47 +00:00
kipp 0a09bfc52f NS_IMETHOD'd some of the API's; rewrote insert/delete/append/replace dom methods so they actually work 1998-05-30 01:36:00 +00:00
kipp 55fb96306e Add attributes to result in ToHTML 1998-05-30 01:34:56 +00:00
kipp 7415276d6f Added QuoteForHTML method 1998-05-30 01:34:03 +00:00
kipp ad65ae2c8c process DIR attribute and lang attribute 1998-05-30 01:32:50 +00:00
kipp d25f654f17 updated 1998-05-30 01:32:10 +00:00
kipp 33f579eb13 enter/exit reflow lock automatically in content changed (temporary maybe) 1998-05-30 01:31:04 +00:00
kipp 7baf3bcb5b new 1998-05-30 00:44:38 +00:00
troy a4f359a574 Placeholder now wraps container content in a body pseudo frame 1998-05-29 23:12:26 +00:00
troy b33d67da1e Changed ReflowChild() to handle the 'OccupiedMultiple' case 1998-05-29 23:06:08 +00:00
troy 710593c695 Changed ComputeAvailSpaceRect() to handle the 'OccupiedMultiple' case 1998-05-29 23:05:12 +00:00
karnaze 4de74d7ac1 event improvements 1998-05-29 22:44:13 +00:00
michaelp 739c83297e fixed over-releasing of views in DeleteFrame(). 1998-05-29 22:36:21 +00:00
buster a58280cec0 some proportional column balancing now works
the <TABLE> COLS attribute is supported via proportional column balancing.
1998-05-29 22:08:19 +00:00
troy 7a485fcc40 Changed nsReflowState structs to be linked together 1998-05-29 20:36:05 +00:00
kipp 24a708a050 Consolidated list handling state variables 1998-05-29 18:25:14 +00:00
kipp 80e1675e3e Disabled assertions for now (sigh); removed DoResizeReflow and collapsed it into Reflow 1998-05-29 02:34:19 +00:00