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

3981 Коммитов

Автор SHA1 Сообщение Дата
troy%netscape.com eb3fddd46d Fixed MapDeclarationInto() so it correctly handles 'min-width', 'max-width',
'min-height', and 'max-height'
1999-03-11 20:29:02 +00:00
troy%netscape.com 4302a2b765 Patch from Bruce Mitchener that fixes an incorrect use of delete 1999-03-11 20:27:54 +00:00
troy%netscape.com 38bb440c35 Patch from Bruce Mitchener (bruce@sybersight.com) that fixes incorrect
use of delete operator
1999-03-11 15:21:46 +00:00
troy%netscape.com 3483f42e09 Work-in-progress for min/max properties 1999-03-11 15:13:17 +00:00
vidur%netscape.com 7c14179b2d Put back in changes blown away by evaughn 1999-03-11 08:59:37 +00:00
troy%netscape.com 5d5ab80fa3 Patch from Bruce Mitchener (bruce@cybersight.com) that fixes unitialized
memort error
1999-03-11 05:56:11 +00:00
nisheeth%netscape.com 595276432b - Beautified error reporting of expat errors. We now don't just dump the error text out as nodes. We create the parsererror and sourcetext HTML nodes that can be styled via ua.css. 1999-03-11 05:29:36 +00:00
nisheeth%netscape.com 554a04fad4 - changing ua.css to add style rules for the 'parsererror' and 'sourcetext' elements.
- added eHTMLTag_parsererror, eHTMLTag_sourcetext to the set of HTML tags.
- These tags are used within XML documents to show errors from expat.
1999-03-11 05:26:53 +00:00
ftang%netscape.com 2e945807e6 fix mHasMultibyte hint problem when the first character of the *word* is not ASCII 1999-03-11 03:00:33 +00:00
troy%netscape.com a6281248ab Work-in-progress for 'min' and 'max' properties 1999-03-11 01:23:10 +00:00
av%netscape.com 78d3f3bcdd *** empty log message *** 1999-03-11 00:17:38 +00:00
joki%netscape.com f7c8bd10c6 Adding DOM access to new character information 1999-03-11 00:07:59 +00:00
akkana%netscape.com 02574d59fa Fix purify UMR error -- thanks to braddr & bruce @ puremagic.com 1999-03-10 22:30:23 +00:00
morse%netscape.com 2fc6feebe9 changes for wallet 1999-03-10 21:42:45 +00:00
morse%netscape.com 9e26773a0f bug fix for single signon 1999-03-10 21:38:34 +00:00
av%netscape.com 5efd40a548 Rendering alt context in object tag 1999-03-10 20:43:07 +00:00
karnaze%netscape.com 6a4d5b1d87 bug 3407 1999-03-10 06:13:35 +00:00
vidur%netscape.com bb1650ee77 Added CreateElementWithNameSpace to proprietary document interface. Fixed GetTagName for HTML to uppercase tag names. Hooked up style rule addition and deletion to reconstruct frames. Fixed DOM generation problem 1999-03-10 01:17:49 +00:00
alecf%netscape.com 3a89e5a526 purify fix from bruce@cybersight.com - use delete[] rather than delete 1999-03-10 00:36:18 +00:00
alecf%netscape.com 1717419ca5 purify fixes from bruce@cybersight.com - use delete[] rather than delete 1999-03-10 00:35:16 +00:00
akkana%netscape.com 6b32065718 Fix UMR, caught with purify by bruce@portland.puremagic.com 1999-03-10 00:28:47 +00:00
troy%netscape.com ebad085fdd Some more table pagination improvements 1999-03-09 22:34:51 +00:00
jfrancis%netscape.com e0d01cf990 reordered link order so that cout would work 1999-03-09 19:22:00 +00:00
jfrancis%netscape.com 05bff338bd fixed refcounting bugs 1999-03-09 19:21:30 +00:00
jfrancis%netscape.com 9ccfd6ca94 fixed refcounting bugs plus a little cleanup 1999-03-09 19:21:04 +00:00
troy%netscape.com c90aba30be Better handles the case where the first row is complete when splitting
the row group
1999-03-09 15:35:43 +00:00
troy%netscape.com dd23f1c3c6 Changed it so we get the computed width from the first-in-flow 1999-03-09 15:35:08 +00:00
warren%netscape.com c50687b845 nsRepository -> nsIComponentManager changes. 1999-03-09 09:44:27 +00:00
nisheeth%netscape.com 282f2ef67b - Quoted all attributes.
- Fixed casing on the end BookSet tag.  (The expat parser enforces case-sensitivity in XML)
1999-03-09 07:44:47 +00:00
troy%netscape.com 01a8053549 Overflow code and pushing code now take header/footer frames into
account
1999-03-09 05:29:37 +00:00
troy%netscape.com 4e9fc2757f Better handling of NS_FRAME_NOT_COMPLETE for incremental reflow 1999-03-09 05:28:44 +00:00
troy%netscape.com d1cc042f2e Made sure NS_FRAME_COMPLETE is always returned. This fixes an incremental
reflow problem
1999-03-09 05:11:14 +00:00
troy%netscape.com 102096a6d6 Fixed it so that for incremental reflow commands the correct value is
passed for the available height
1999-03-09 05:01:59 +00:00
ftang%netscape.com ef26bbb0df add katakana, hiragana, katakana-iroha, hiragana-iroha, lower-greek 1999-03-09 01:56:02 +00:00
pinkerton%netscape.com d42e926e84 Add debug code to point out a bug #3505 with display:none and frames. Fix bug #3451 with grippies not working when toolbars not at top of window. Not creating atoms every time we expand/collapse toolbars. 1999-03-09 01:36:11 +00:00
vidur%netscape.com 5b9051fe4d Table of contents example 1999-03-09 00:36:54 +00:00
pinkerton%netscape.com 94cd636616 adding debug printf to see when toolbar frames are being deleted. I don't think they are when display is set to none. 1999-03-08 22:44:44 +00:00
pinkerton%netscape.com 26b00fd7c4 fix bug where if I didn't check if the first child frame was null during reflow. 1999-03-08 22:43:48 +00:00
kipp%netscape.com 4f5301d5c4 Implement GetFrameName 1999-03-08 19:26:45 +00:00
kipp%netscape.com c2a02d7bce setup more skid marks (disabled) 1999-03-08 19:26:30 +00:00
kipp%netscape.com 1fa4b4f9eb Added a skid mark (disabled) 1999-03-08 19:26:09 +00:00
kipp%netscape.com d591ea0757 added some nasty logging messages for frames that don't set max-element-size; added more vertical alignment noise 1999-03-08 19:25:55 +00:00
kipp%netscape.com 93d6bff384 added some nasty logging messages for frames that don't set max-element-size 1999-03-08 19:25:18 +00:00
kipp%netscape.com 1f0ae90eb5 Copy out computed combined area even when dealing with an zero height block; added some nasty logging messages for frames that don't set max-element-size 1999-03-08 19:25:03 +00:00
kipp%netscape.com 4d444e2f13 Compute combined-area more sanely; handle another nasty top margin bug (1910) 1999-03-08 19:24:07 +00:00
kipp%netscape.com 0b7d4e9d4e Removed a duplicated method; moved by debug asserts into a central spot 1999-03-08 19:22:55 +00:00
kipp%netscape.com 78209a0be1 Fixed bug #2052 - don't adjust the height when its computed 1999-03-08 19:22:16 +00:00
ramiro%netscape.com e2b6f5c8bc Latest AIX fixes. (waqar@netscape.com).
When doing the multiple inheritance thing, explicitly give the publicness
for each superclass.
1999-03-08 15:13:54 +00:00
pierre%netscape.com 89d5384690 small change to make it behave like nsCheckboxControlFrame when the WidgetRenderingMode is not initialized. 1999-03-08 04:46:12 +00:00
jfrancis%netscape.com e05b888392 adding mAnchorFrame to the ClearFrameRefs call 1999-03-08 01:22:37 +00:00