kipp%netscape.com
|
825f4e5f8b
|
Fixed an improper use of NS_RELEASE
|
1998-12-08 16:08:44 +00:00 |
|
jfrancis%netscape.com
|
464959493a
|
removing tabs; started deleteContents() imp
|
1998-12-08 02:26:15 +00:00 |
|
buster%netscape.com
|
bc20fdad3a
|
fixed default cellspacing and cellpadding
|
1998-12-08 00:59:15 +00:00 |
|
harishd%netscape.com
|
6b7934f14f
|
changed all the places that previously accessed mBorderStyle and mBorderColor
with the new methods defined in nsStyleSpacing
|
1998-12-07 18:51:26 +00:00 |
|
jfrancis%netscape.com
|
d46058e3dc
|
fixing IsSameDocument by including nsIDOMDocument.h
|
1998-12-07 17:53:59 +00:00 |
|
jfrancis%netscape.com
|
f44394e4fe
|
implemetned ComparePointToRange() and IsPointInRange(). Stopped caching ancestor lists. Added standard copy constructor/assignment operator prohibition.
|
1998-12-07 16:11:52 +00:00 |
|
akkana%netscape.com
|
9822a0af6a
|
Implement InSameDoc
|
1998-12-05 02:19:01 +00:00 |
|
jfrancis%netscape.com
|
6f832796e8
|
fixing up start/end setters, other details
|
1998-12-04 18:21:52 +00:00 |
|
jfrancis%netscape.com
|
c1e3a6df07
|
more work on grungy range details
|
1998-12-03 22:59:07 +00:00 |
|
mjudge%netscape.com
|
1b1e779f4f
|
changing selection code
|
1998-12-03 21:43:32 +00:00 |
|
mjudge%netscape.com
|
704c2833fe
|
new collection export instead of nsISelection
|
1998-12-03 21:42:58 +00:00 |
|
jfrancis%netscape.com
|
032700a4f9
|
fixing bad goto (as if there were good ones?)
|
1998-12-03 17:25:00 +00:00 |
|
jfrancis%netscape.com
|
a6ccac7bf4
|
adding some private helper functionality that is going to change soon...
|
1998-12-03 15:02:37 +00:00 |
|
jfrancis%netscape.com
|
fe50f9ae5a
|
putting Akkana's implementation back in; fixed compile-time errors
|
1998-12-03 09:51:05 +00:00 |
|
peterl%netscape.com
|
efc9fc421e
|
added media support
|
1998-12-02 00:30:42 +00:00 |
|
peterl%netscape.com
|
7e09a07d55
|
changed medium type to atom
|
1998-12-02 00:29:16 +00:00 |
|
mjudge%netscape.com
|
2d103ec094
|
including proper thing
|
1998-12-01 19:18:52 +00:00 |
|
akkana%netscape.com
|
81961471ac
|
Change Element to Node
|
1998-12-01 19:15:00 +00:00 |
|
mjudge%netscape.com
|
d4abd147c5
|
need to include the nsIDOMElement.h dont know why this worked on windows
|
1998-12-01 19:14:18 +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 |
|
sar%netscape.com
|
e24eec122f
|
backing out akkana's changes. this will fix build bustage on the mac
|
1998-11-26 02:30:44 +00:00 |
|
peterl%netscape.com
|
e3f218d5b4
|
style change notification support
|
1998-11-26 01:34:53 +00:00 |
|
peterl%netscape.com
|
e2fb1e2c1e
|
added change notification support
|
1998-11-26 01:24:52 +00:00 |
|
peterl%netscape.com
|
6c90c991c0
|
added style sheet properties
|
1998-11-26 01:24:32 +00:00 |
|
akkana%netscape.com
|
b47f47475b
|
Implementation of the easy parts
|
1998-11-25 23:20:29 +00:00 |
|
vidur%netscape.com
|
2eb52100a7
|
New class nsDocumentFragment
|
1998-11-25 08:14:47 +00:00 |
|
jfrancis%netscape.com
|
76ebb54d49
|
removing the accidentally copied "AUTOGENERATED - Do Not Edit" warning
|
1998-11-25 01:34:59 +00:00 |
|
jfrancis%netscape.com
|
af33dd4fe6
|
cleanup
|
1998-11-25 01:21:42 +00:00 |
|
akkana%netscape.com
|
1c828df72c
|
Add include line
|
1998-11-24 21:24:40 +00:00 |
|
akkana%netscape.com
|
3a2b2f6096
|
Implementation file for nsIDOMRange
|
1998-11-24 21:20:11 +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 |
|
peterl%netscape.com
|
fa2ffaf5bd
|
cursor style cleanup
|
1998-11-18 02:23:39 +00:00 |
|
vidur%netscape.com
|
026c273104
|
Changes to allow disabling and enabling of style sheets. Introduced ReconstructFrames to nsIFrameConstructor. CSSStyleSheets now remember their document. Temporary fix to allow text content inside CSS tables.
|
1998-11-17 02:14:38 +00:00 |
|
buster%netscape.com
|
e46627bcf6
|
added storage in styleTable for a column's width contribution from cells that
have colspan>1.
|
1998-11-16 06:47:24 +00:00 |
|
kipp%netscape.com
|
799be9555b
|
Actually advance the dest pointer so a copy occurs (doh!)
|
1998-11-12 23:33:12 +00:00 |
|
vidur%netscape.com
|
8723f8326b
|
Added XML display support. Split nsGenericHTMLElement into generic and HTML-specific components. Minor style modification. New XML classes and interfaces.
|
1998-11-11 22:06:16 +00:00 |
|
buster%netscape.com
|
1666eee663
|
fix for default cell padding and cell spacing
|
1998-11-11 19:54:23 +00:00 |
|
rickg%netscape.com
|
c737f0ffa8
|
first pass support for view-source
|
1998-11-11 11:55:32 +00:00 |
|
peterl%netscape.com
|
a76e7fffdd
|
added min/max width/height
made table inheritance block be conditional on compatibility mode
|
1998-11-06 00:49:04 +00:00 |
|
peterl%netscape.com
|
a539d1f903
|
removed context hashtable code
decoupled style context resolution from frames
|
1998-11-03 20:19:28 +00:00 |
|
peterl%netscape.com
|
15ebc84957
|
added pseudo tag support
removed backstop rule count
removed reparent
|
1998-11-03 20:18:40 +00:00 |
|
peterl%netscape.com
|
13bdbc9c30
|
decoupled style resolution api from frame system
|
1998-11-03 20:16:23 +00:00 |
|
joki%netscape.com
|
7a58f918de
|
Adding submit event type
|
1998-11-02 23:05:46 +00:00 |
|
peterl%netscape.com
|
1f6f1f1426
|
added reparent method
|
1998-10-27 03:03:02 +00:00 |
|
vidur%netscape.com
|
68fbf6a357
|
Added additional parameter to nsIContent::SetDocument. The document now tells content to lose its weak reference before the document goes away. Elements and text now add their script objects as roots so they don't get collected prematurely.
|
1998-10-26 23:26:01 +00:00 |
|
rods%netscape.com
|
360dac6e09
|
Removed include "nsIHTMLCSSStyleSheet.h"
|
1998-10-23 20:40:26 +00:00 |
|
rods%netscape.com
|
e4de69dfd7
|
Removed several nsHTMK type tags from nsDocument.cpp
|
1998-10-23 20:23:02 +00:00 |
|
michaelp%netscape.com
|
5afda242db
|
changes to support opacity.
|
1998-10-23 17:54:23 +00:00 |
|
vidur%netscape.com
|
f9e3760137
|
Updated DOM interfaces to match final W3C recommendation. Modified IDL compiler to take IIDs
|
1998-10-20 17:07:23 +00:00 |
|
kipp%netscape.com
|
f13b83273b
|
Revised API to use TextFragment's
|
1998-10-20 00:19:17 +00:00 |
|