kipp%netscape.com
b4dfff8ca9
Added absmiddle to table halign values
1998-12-15 17:58:59 +00:00
kipp%netscape.com
a39ac58396
Map align=center to auto side margins
1998-12-15 17:58:45 +00:00
shaver%netscape.com
30635270f8
Add --enable-debug=module1,module2 to selective turn on debugging.
...
Remove --enable-dom, because Mariner is dead (sob).
Rename some MODULE= lines to make the afore-mentioned --enable-debug
technique actually useful. Feel free to recategorize.
Fix libraptorhtml.so link bogosity by disabling shared lib generation for the
sub-archives (libraptor*_s.a), so that we can put bin before lib in the
library path and still get the right effect. We could disable static-lib
generation in most other places and cut the build time down a fair bit, too.
[NOTE: I'm getting on a train...msw@gimp.org has agreed to be my tinderbox
buddy. Thanks, Matt!]
1998-12-15 16:32:37 +00:00
peterl%netscape.com
89bc03aa78
added namespace support
1998-12-11 02:42:38 +00:00
nisheeth%netscape.com
c6ed34297d
Added a new method, GetStyleHintForAttributeChange() to nsIHTMLContent and implemented it in all the HTML content classes. The method is used by the HTML style sheet to get a style change hint from the content object when an attribute of the content object changes.
1998-12-10 23:52:46 +00:00
kipp%netscape.com
c6165333cd
Added some code to handle illegal color values more compatabibly
1998-12-10 17:50:43 +00:00
buster%netscape.com
5c7381007f
an even cleaner implementation of InsertRow
1998-12-09 23:30:06 +00:00
buster%netscape.com
519de93eaa
fixed nsHTMLTableElement::InsertRow()
1998-12-09 23:19:12 +00:00
buster%netscape.com
80cbbfefb7
cellspacing split out into x and y, HTML attribute sets both to same value
1998-12-09 06:36:32 +00:00
mjudge%netscape.com
948d2e6638
chagnes to selection
1998-12-08 18:26:06 +00:00
harishd%netscape.com
267a36eda9
Changed code that previously accessed mBorderStyle and mBorderColor
...
with new methods added in nsStyleSpacing
1998-12-07 18:56:29 +00:00
harishd%netscape.com
555757d651
Changed code that previously accessed mBorderStyle and mBorderColor
...
with the new methods added in nsStyleSpacing
1998-12-07 18:55:19 +00:00
ramiro%netscape.com
e2b921bf3c
Add cvsignore entries for makefiles generated bu autoconf.
1998-12-05 09:07:33 +00:00
mjudge%netscape.com
ee9dc5ef18
changing use of selection
1998-12-03 21:45:26 +00:00
troy%netscape.com
2a4b2c503f
Added Init() member function to nsIFrame
1998-12-03 06:31:43 +00:00
vidur%netscape.com
83b0609315
Fixed unitialized value problem.
1998-12-03 00:34:44 +00:00
peterl%netscape.com
12fda54c43
added inline style rule accessor
1998-12-02 00:34:31 +00:00
peterl%netscape.com
70114e4809
moved body fixup rule into content
1998-12-02 00:34:06 +00:00
vidur%netscape.com
6b930eba56
Moved nsGenericElement to base directory. Added basic support for document fragments.
1998-11-30 07:59:11 +00:00
vidur%netscape.com
0057b5d23e
Added nsDocumentFragment to build. Fixed bug 1256 - the content sink is flushed as soon as it encounters a script tag.
1998-11-28 23:51:06 +00:00
kipp%netscape.com
1b3c96e6a4
Port to revised pres-context API
1998-11-26 18:14:41 +00:00
peterl%netscape.com
e3f218d5b4
style change notification support
1998-11-26 01:34:53 +00:00
karnaze%netscape.com
0a820f9aa3
fixed bug 1504 (memory leak of select elements)
1998-11-24 18:54:26 +00:00
joki%netscape.com
e7f70ce9ce
Add click event support for every element and initial keypress event support
1998-11-24 07:46:58 +00:00
rickg%netscape.com
e0364847d4
fixed call to ToInteger() to respect the error code
1998-11-24 02:39:36 +00:00
kipp%netscape.com
c4b343a879
Made IFRAME a container (like it should have been) so that it can contain the content that isn't being rendered (because we support iframe's)
1998-11-24 00:11:54 +00:00
kipp%netscape.com
ac882d2ee0
Fixed up handling of form element attributes slightly to match navigators handling of ALIGN; this is compatible with nav/IE and with the HTML4 DTD (because ALIGN is deprecated)
1998-11-23 19:33:22 +00:00
kipp%netscape.com
987a73cf0a
Added code in to not consume events if the anchor has no HREF attribute. This prevents <A NAME=...> containers from eating events
1998-11-23 17:45:00 +00:00
cyeh%netscape.com
65038e9551
Removing static makefiles as a part of the transition to Autoconf. I have taken great
...
care to only remove makefiles affailiated with building nglayout. I have also verified that
the build at this point in time succesfully builds with autoconf.
If you must recover one of these makefiles, you can use the static tag STATIC_MAKEFILES.
If I removed a makefile that you need, please e-mail cyeh@netscape.com .
1998-11-21 00:34:32 +00:00
joki%netscape.com
b3039514cf
Fixing a submit/reset event bug, frame destruction reentrancy bug, and an imagemap bug.
1998-11-21 00:19:36 +00:00
kipp%netscape.com
c73e99e135
Removed a compiler warning
1998-11-20 17:21:22 +00:00
buster%netscape.com
90252c33df
handles "height" attribute
1998-11-20 01:03:45 +00:00
buster%netscape.com
3795eaac7c
Proportional column width based on HTML attributes is now implemented. proportional "multilength" syntax ("1*")
...
now works on COL and COLGROUP. Bug 1128.
1998-11-18 22:10:02 +00:00
buster%netscape.com
da354a499c
impl of DOM table.deleteRow
1998-11-18 06:30:13 +00:00
buster%netscape.com
9f0bc3a6db
impl for DOM table.InsertRow
1998-11-18 06:06:37 +00:00
joki%netscape.com
77fd9c2652
Reworking internal event code to use nsIFrame::GetFrameForPoint
...
Adding new functionality through nsEventStateManager (cursor change, enter/exit events, tab navig)
1998-11-18 05:25:26 +00:00
buster%netscape.com
387c75adf8
impl for DOM methods table.create(THead|TFoot|Caption) and deleteCaption
1998-11-17 23:09:59 +00:00
buster%netscape.com
63d84c5b52
new module
1998-11-17 22:20:59 +00:00
buster%netscape.com
148fd4ca84
renamed TableElementCollection to GenericElementCollection, and factored it into
...
it's own module for reuse.
1998-11-17 21:40:38 +00:00
buster%netscape.com
d14f0035d3
implementation of rows() and tBodies()
1998-11-17 16:32:29 +00:00
buster%netscape.com
573ce4b643
work in progress for full DOM support for tables
1998-11-16 23:31:24 +00:00
kipp%netscape.com
aadaf47fc1
Added some more null-pointer checking to DOM methods
1998-11-14 22:51:43 +00:00
kipp%netscape.com
973c0a528c
Eliminated NewFrame
1998-11-14 19:28:34 +00:00
michaelp%netscape.com
7a9e1a4bc1
changes for pixel scaling/printing.
1998-11-14 01:52:27 +00:00
vidur%netscape.com
d5fc2aaaea
Added support for XLink - simple links and show=replace or new. Modified nsILinkHandler interface.
1998-11-14 00:21:19 +00:00
karnaze%netscape.com
1eafba94d2
bug 1374 (hometown.aol.com crash on resize)
1998-11-13 23:44:50 +00:00
vidur%netscape.com
d011a88573
Generic HTML collection base class
1998-11-13 22:30:23 +00:00
kipp%netscape.com
9fb85819e5
Fixed a memory leak with text editing
1998-11-12 23:31:38 +00:00
joki%netscape.com
b1ee1a8ae9
Fix bug where the DOM event bubbling process was overriding previous event status codes.
1998-11-12 21:35:27 +00:00
buster%netscape.com
f4b68564d6
col and colgroup attribute handling
...
colgroup pseudo frame for cols inserted directly into a table. More like this to come...
1998-11-12 18:37:28 +00:00