joki%netscape.com
bf0b7feab8
Fix for missing add/release ref pair in the GetScriptGlobalObject call
1998-07-25 01:53:15 +00:00
peterl%netscape.com
f521c68042
added accessor for html style sheet
1998-07-25 01:26:12 +00:00
peterl%netscape.com
53e7e44e55
added font scaling support
1998-07-25 01:22:10 +00:00
peterl%netscape.com
2e94829b3e
made anchor pseudo classes not resolve unless anchor has an href
1998-07-25 01:21:47 +00:00
peterl%netscape.com
e5cf0b2266
added body link color support
1998-07-25 01:20:48 +00:00
vidur%netscape.com
982ccf235d
Added document.cookie. HTMLCollection.namedItem looks for both NAME and ID attributes
1998-07-25 00:31:52 +00:00
michaelp%netscape.com
8fd323a89b
added APIs to viewmanager to enable and disable all rendering.
...
made Refresh() APIs of viewmanager implementation private.
1998-07-24 21:05:50 +00:00
kipp%netscape.com
4f654709c7
Added base tag support
1998-07-24 18:20:27 +00:00
kipp%netscape.com
12892af0b0
New atoms for base tag handling
1998-07-24 18:16:24 +00:00
kipp%netscape.com
d1ac217668
Check style unit before translating relative position coords
1998-07-24 16:22:54 +00:00
joki%netscape.com
689aa84ddc
Hooking up window element to event chain and adding in support for a few more event types.
1998-07-24 05:06:44 +00:00
vidur%netscape.com
b5579ac6cf
nsHTMLDocument now holds on to its parser till loading is complete. Hooked up document.write and document.writeln
1998-07-23 22:06:05 +00:00
michaelp%netscape.com
8a42c31205
modified for new streaming APIs.
1998-07-23 20:35:43 +00:00
peterl%netscape.com
8b578ec62e
added nsStyleUtil.cpp
1998-07-23 18:04:24 +00:00
peterl%netscape.com
8ca7b29de7
factored font sizing code to nsStyleUtil
...
implemented font flags
1998-07-23 18:03:55 +00:00
peterl%netscape.com
36c0aa0f94
added font flags
1998-07-23 17:57:16 +00:00
kipp%netscape.com
aeced7d7c1
Work around scrolling bug and fix a memory leak with #ref url's
1998-07-23 15:29:04 +00:00
joki%netscape.com
921c374705
More event stuff. Modified HandleDOMEvent, modified nsGUIEvent types, added mouseover, mouseout.
1998-07-23 02:55:33 +00:00
kipp%netscape.com
ecf252c565
Implement scroll to ref
1998-07-22 23:42:47 +00:00
vidur%netscape.com
b60713860e
Introduced nsContentLists. Added a DocumentWillBeDestroyed method to nsIDocumentObserver. Added a document parameter to all DocumentObserver notifications. Added the nsIDOMHTMLDocument interface to HTMLDocument. Implemented document.images, etc and getElementsByTagName.
1998-07-22 23:32:19 +00:00
kipp%netscape.com
64688f6fd0
Avoid excessive content-changed reflows during text appending
1998-07-22 17:40:05 +00:00
karnaze%netscape.com
62fd08cdee
set attributes on <frame>, <frameset> layout
1998-07-21 23:20:04 +00:00
kipp%netscape.com
a631b04db6
Get correct url to open for script src=
1998-07-21 16:43:48 +00:00
karnaze%netscape.com
0bb1d87245
initial support for <frameset> <frame> in content sink
1998-07-20 18:52:40 +00:00
kipp%netscape.com
e460541f55
Pass title to web shell if we are wrapped in one
1998-07-19 01:14:53 +00:00
kipp%netscape.com
8a1173560d
Removed SetTitle
1998-07-19 01:14:21 +00:00
kipp%netscape.com
6eef05bf6b
Port to new nsIWebShell and related API's
1998-07-18 21:47:56 +00:00
rods%netscape.com
25e7e29995
changed GetNextContent to pas back next leaf node content
1998-07-18 18:18:53 +00:00
kostello%netscape.com
a930953dfa
1) Move the CSS dependent methods out of nsDocument and placed them
...
in a new class nsMarkupDocument. The point of nsMarkupDocument is
to hold methods which are common to HTML and XML but not relevant
to the base nsDocument class.
2) Added Selection support methods for Rod.
3) Added LookupProperty to nsCSSProperty:
Given a property ID and Property Index returns back the string representation
of the property. This was need to convert CSSValues back to strings for saving.
TODO: Make sure that our URL Information stored in a CSSDeclaration contains
enough information to return it to it's original form on output.
1998-07-17 23:00:54 +00:00
rpotts%netscape.com
5465bbd7a8
Split the Content viewer out of the WebWidget. The WebWidget is now a ContentViewer Container (supporting the nsIViewerContainer interface)...
1998-07-17 06:32:39 +00:00
rpotts%netscape.com
1ee329c1d5
Split the Content viewer out of the WebWidget. The WebWidget is now a ContentViewer Container (supporting the nsIViewerContainer interface)...nsHTMLDocument.h
1998-07-17 06:30:00 +00:00
peterl%netscape.com
1d53cc71ce
added comment support
1998-07-17 05:50:35 +00:00
peterl%netscape.com
d542a81118
fixed @import parsing
...
rejected malformed id selectors
sync to declaration api change
1998-07-17 05:50:07 +00:00
peterl%netscape.com
9edff7f8db
fixed fixed font handling
1998-07-17 05:49:03 +00:00
peterl%netscape.com
dea1e981bd
added fixed font support
...
better font size support
1998-07-17 05:46:12 +00:00
peterl%netscape.com
f37bfc3fc3
added fixed pitch font
...
added default color support
added content pointer
added style reset for table cells & captions
added linear links
1998-07-17 05:43:31 +00:00
joki%netscape.com
1b3eefccdb
Adding new DOM stuff to handle JS event handlers
1998-07-17 04:52:12 +00:00
joki%netscape.com
1adb49aa32
Turning on scripts by default. This should just show an error or two
...
and not affect how pages show up. If this proves not to be true we'll
turn it back off. But it will help show where we are.
1998-07-17 04:38:47 +00:00
kipp%netscape.com
18fa173534
Deal with lingering leaf content properly during append reflow
1998-07-16 18:19:53 +00:00
karnaze%netscape.com
f0fd4a385f
initial framesets, nsHTMLIFrame.cpp absorbed by nsHTMLFrame.cpp
1998-07-15 23:42:14 +00:00
kipp%netscape.com
503b4a123d
Updated to XPCOM'ized sink api
1998-07-15 22:31:10 +00:00
kipp
af61558bea
Handle unconstrained width during percentage width computations
1998-07-15 17:07:20 +00:00
kipp
ea7b5b6165
Speed up doc loading by not reflowing after appending leaf elements (temporary hack)
1998-07-15 17:06:53 +00:00
kipp
ce90528b49
Treat embed properly as a leaf; fixed typo with object tag
1998-07-15 00:49:26 +00:00
kipp
aad4b832a4
Added nsObjectContent
1998-07-15 00:48:15 +00:00
kipp
a35909b3f6
Handle applet, object and embed tags
1998-07-15 00:22:15 +00:00
kipp
c83d696716
added nsHTMLEmbed
1998-07-15 00:21:43 +00:00
kostello
dd36a73fb3
Sync with new DOM interfaces
1998-07-14 23:30:44 +00:00
kostello
97e90b0639
Added XIF (XML Interchange Format) Support. XIF is designed
...
as an Netscape internal XML application. It is designed to
allow conversion from our content model to any output format --
most importantly to HTML 3.2 and HTML4.0 format.
1998-07-14 22:34:27 +00:00
kipp
01960261fe
new
1998-07-14 18:52:27 +00:00