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

3392 Коммитов

Автор SHA1 Сообщение Дата
kipp%netscape.com f3ab212f9f Added another TreatFrameAsBlock method 1999-02-01 17:32:33 +00:00
kipp%netscape.com e7cdb6995a Updated a comment 1999-02-01 17:32:19 +00:00
kipp%netscape.com 41eef0453e Minor bug fixing; reworked PullFrame; added VerifyParent 1999-02-01 17:32:05 +00:00
kipp%netscape.com ffa23c4d03 Added some comments :-) 1999-02-01 17:31:37 +00:00
kipp%netscape.com b8595001e8 Removed ReplaceFrame 1999-02-01 17:31:21 +00:00
kipp%netscape.com f6044f00eb Removed ReplaceFrame; tweaked frame updates impls 1999-02-01 17:31:10 +00:00
kipp%netscape.com f6a25861a5 Fixed up debug output 1999-02-01 17:29:58 +00:00
kipp%netscape.com 48c2691613 Implement anonymous block frame code; fixup base class InsertNewFrames to support multiple frame insertion 1999-02-01 17:29:37 +00:00
kipp%netscape.com 201eb9e4b4 Renamed InsertNewFrame->s; defined nsAnonymousBlock class 1999-02-01 17:28:39 +00:00
kipp%netscape.com e72738792d Rewritten to use an anon. block frame to manage block children 1999-02-01 17:27:56 +00:00
kipp%netscape.com 07268f91af Cleaned up comments; removed ReplaceFrame from the API 1999-02-01 17:25:30 +00:00
troy%netscape.com 3e8028d30d Fixed logic that determines whether there's currently a visible vertical
scrollbar
1999-02-01 16:32:54 +00:00
rickg%netscape.com 17c905bfdc mondo improvements to DTD 1999-02-01 04:24:37 +00:00
troy%netscape.com ec1e9b5f83 Removed some merge conflicts that someone must have accidentally checked in 1999-01-31 19:50:52 +00:00
troy%netscape.com 34123741f7 Changed Reflow() to make sure the desired-size members of the reflow metrics
struct are set in the case where there is no child frame
1999-01-31 18:46:22 +00:00
mcafee%netscape.com 123abf8ba8 Removing unnecessary rules, cleaning this up a bit 1999-01-31 09:39:09 +00:00
troy%netscape.com 1b194afac1 Fix for bug# 2780: changed root-frame and scroll-frame code to take into
account mCombinedArea
1999-01-31 05:12:02 +00:00
troy%netscape.com c7a1edb849 Changed ReflowFixedFrame() to take the computed left and top margin into
account when placing the child
1999-01-31 05:09:29 +00:00
troy%netscape.com aca99fd9ff Added code to force an absolutely positioned child that ignored its
computed height to be the correct height
1999-01-30 18:12:38 +00:00
troy%netscape.com fda0d1b1e9 Added code to make sure that a fixed child frame ends up with the correct height
evebn if it disregards the computed height value
1999-01-30 17:39:29 +00:00
karnaze%netscape.com b9d192770b Made table frame construction flexible enough to allow arbitrary content to be mapped
to arbitrary table related display types.
1999-01-30 15:52:19 +00:00
peterl%netscape.com 30dda86828 fixed multi-link header delimiter (comma not semicolon)
fixed uninitialized blocking variable in header link code
fixed error return code for style sheet linking
1999-01-30 06:24:09 +00:00
peterl%netscape.com 15e78f0985 fixed namespace 1999-01-30 06:22:39 +00:00
peterl%netscape.com a1bef0cc47 accept namespace none for attributes 1999-01-30 06:21:08 +00:00
peterl%netscape.com c2da5f89db made attribute accessors respect unknown namespace for getters (wildcard) 1999-01-30 06:20:39 +00:00
troy%netscape.com b109168339 Fixed leak of nsIHTMLDocument interface in GetImageMap() 1999-01-30 01:04:35 +00:00
akkana%netscape.com 69a577f594 Add IsCollapsed; add collapsed case to DeleteFromDocument 1999-01-30 01:02:44 +00:00
pollmann%netscape.com d3346aaad9 Bug 2716, 2792, 1190, 1750: Wired up selected, defaultSelected, and selectedIndex. 1999-01-30 01:02:28 +00:00
pollmann%netscape.com 916de0e58b Bug 2788: Crash on leaving page where js references named options. 1999-01-30 00:53:53 +00:00
pollmann%netscape.com a6d9fd735e Bug 2787: Crash on js accessing option index out of range. 1999-01-30 00:51:10 +00:00
pollmann%netscape.com 1842c0c950 Initializing res. 1999-01-30 00:41:41 +00:00
troy%netscape.com 8a84c8decc Changed TriggerLink() to release its reference to the nsILinkHandler interface,
and I changed HandleEvent() to make nsIURL interface returned by the call to
GetDocumentURL() is released
1999-01-30 00:34:06 +00:00
troy%netscape.com fe54f4cd95 Removed an "extra" NS_RELEASE of "map" which was causing double-frees. Permission
from Sarah to check in while the tree's closed
1999-01-29 22:38:48 +00:00
akkana%netscape.com 8be857014e Fixing my build horkage ... forgot this file. Very sorry! 1999-01-29 20:08:38 +00:00
akkana%netscape.com 00ab697624 Implement a new interface, nsIDOMSelection, intended to become the
external interface for selection (to be IDL-ified later).

Fix some editor bugs:
- Advance the cursor on text insert (so text is inserted in the right order)
- Make DeleteSelection in the editor call the actual selection
- Make DeleteSelection update the frames' notion of the selection
1999-01-29 18:57:56 +00:00
buster%netscape.com b0e34f9fd6 fixed a nasty bug where some incremental reflow cases of a table with collapsing borders would crash.
One example of the crash is changing the style of a cell via DOM.
Also fixed an error in the API of nsTableColFrame
1999-01-29 18:49:32 +00:00
troy%netscape.com 38e40aa295 Fixed memory leak of MAP content object in OpenMap() 1999-01-29 06:13:55 +00:00
troy%netscape.com 175837a720 Fixed memory leak of a nsRadioControlGroup object 1999-01-29 06:01:15 +00:00
troy%netscape.com 1d68916383 Fixed memory leak of AREA content object in ProcessAREATag() 1999-01-29 05:37:45 +00:00
troy%netscape.com 614736c13d Fixed a couple of memory leaks 1999-01-29 05:05:02 +00:00
troy%netscape.com a0b0b1a132 Fix for bug #2743. Improved the logic which predicts whether a vertical scrollbar
is needed
1999-01-29 04:29:10 +00:00
pinkerton%netscape.com aaa882e0da Don't hardcode twip size. 1999-01-29 02:01:16 +00:00
hyatt%netscape.com 85b24b989f Using the attribute selector instead. 1999-01-29 00:58:01 +00:00
pinkerton%netscape.com e17f7061fe Grippies now handle rollover and respect css styles. 1999-01-28 23:58:18 +00:00
jfrancis%netscape.com 2c0164f877 fixed implementation of IsDone() 1999-01-28 23:55:53 +00:00
joki%netscape.com 76111374a3 Removing nsILinkHandler enum types from dependencies, fixing event handler bugs 1999-01-28 23:14:36 +00:00
kmcclusk%netscape.com ff58ce762b Modified GetText to take extra paramater to indicate whether it should return
the current text value or the initial text value
1999-01-28 21:58:01 +00:00
kmcclusk%netscape.com 8140107c7f Added return type to fix build bustage 1999-01-28 19:29:15 +00:00
kmcclusk%netscape.com a28965e71e Modified nsHTMLInputElement text fields to go through nsTextControlFrame
for SetValue and GetValue
1999-01-28 18:58:11 +00:00
troy%netscape.com 34c49c6b34 More work-in-progress for fixed positioning 1999-01-28 17:14:13 +00:00