peterl%netscape.com
3faa8b3b5c
added css loader support
...
fixed document observer calls
1999-05-18 23:02:00 +00:00
jfrancis%netscape.com
d03618e5a5
collapsed ranges now result in empty iterators over them
1999-05-18 11:11:14 +00:00
hyatt%netscape.com
2ce85ee0fa
Disabling the cloned style sheets. This is causing trouble. Will probably have
...
to force them to be reparsed.
1999-05-18 10:21:11 +00:00
hyatt%netscape.com
0b3f6c19ea
Fixes.
1999-05-18 09:28:00 +00:00
hyatt%netscape.com
6c62cd6df5
Oh yeah, baby.
1999-05-18 09:03:53 +00:00
hyatt%netscape.com
02eabdf348
Popup listener knows how to be a blur listener.
1999-05-18 08:37:41 +00:00
hyatt%netscape.com
f42e39e419
Typo.
1999-05-18 07:42:31 +00:00
hyatt%netscape.com
6810f55bd3
Working on popup documents.
1999-05-18 07:40:59 +00:00
rjc%netscape.com
b0cf560690
Get rid of a few warnings.
1999-05-18 06:34:15 +00:00
rjc%netscape.com
70bf5173d4
More XUL template changes. Also re-enabling XUL_TEMPLATES.
1999-05-18 06:27:04 +00:00
rjc%netscape.com
83617f5b88
Even more support for collation keys.
1999-05-18 06:19:04 +00:00
hyatt%netscape.com
030f73ed26
Had the wrong integer value for the right mouse button.
1999-05-18 06:05:43 +00:00
karnaze%netscape.com
ebeb68d601
support for css padding in table cells
1999-05-18 05:18:16 +00:00
vidur%netscape.com
670a743cda
Partial fix for bug 6554. document.writing the body from a script in the head now works.
1999-05-18 02:08:04 +00:00
rjc%netscape.com
f6e8f86744
Checking in some additional collation key support.
1999-05-17 22:43:47 +00:00
vidur%netscape.com
f59a24987b
Implemented document.layers and nsIDOMHTMLLayerElement interface.
1999-05-17 21:17:48 +00:00
vidur%netscape.com
9d805ae9c6
Propagate visibility style across table boundaries.
1999-05-17 21:17:21 +00:00
hyatt%netscape.com
7d4f43e0f9
La la la.
1999-05-16 09:40:42 +00:00
hyatt%netscape.com
d5f2bd61ce
More popup work.
1999-05-16 09:09:00 +00:00
hyatt%netscape.com
a48945c0a3
Fixing build bustage
1999-05-16 08:50:27 +00:00
hyatt%netscape.com
4c5b8bc7ed
Added the method that will give me the new popup doc.
1999-05-16 08:05:32 +00:00
hyatt%netscape.com
19ffc42c57
Implementing HandleDOMEvent in nsXULDocument.cpp. Events now bubble to the
...
document and in turn will now bubble to the window.
1999-05-16 07:05:51 +00:00
hyatt%netscape.com
d054927d19
Events weren't bubbling into the document. They do this now.
1999-05-16 06:58:56 +00:00
waterson%netscape.com
ada5fed6e3
Bug 3367. Need to 1) treat ArcLabelsOut as returning an 'optimistic' list of arcs, that is, possible arcs out; 2) use GetTarget() to test the containment property, not just existence of the arc; 3) implement 'rdf:ignore' to skip properties that may require extensive computation. In the process, I had to #ifdef XUL_TEMPLATES some of the XUL template stuff.
1999-05-15 23:46:17 +00:00
hyatt%netscape.com
3bcdf2b219
DOn't need the printf any more.
1999-05-15 09:04:45 +00:00
hyatt%netscape.com
d8868b63ca
Not yet implemented. Sigh. I hate seeing "Not yet implemented."
1999-05-15 09:03:59 +00:00
hyatt%netscape.com
e0323b8d8a
Added support for document.popup, so that event handlers in popup content
...
can refer to the popup's originating element.
1999-05-15 08:46:14 +00:00
hyatt%netscape.com
da3657824f
Calling both createPopup and createAnchoredPopup now.
1999-05-14 21:51:57 +00:00
beard%netscape.com
d2c8b15332
fixed ref count leak
1999-05-14 20:43:27 +00:00
hyatt%netscape.com
a9e9be3c9a
Screen coords instead.
1999-05-14 19:22:52 +00:00
hyatt%netscape.com
903d87c645
Changes to actually call into the GlobalWindowImpl's createPopup method.
1999-05-14 19:10:01 +00:00
dcone%netscape.com
364c17da3c
added a webshell parameter to the PrintContent call, unhooked the PresShell from the
...
document before deletion. Fixed a leak.
1999-05-14 14:40:59 +00:00
hyatt%netscape.com
d7d64cb757
Popup listener.
1999-05-14 07:20:12 +00:00
jfrancis%netscape.com
51f0d561ab
fixing overly noisy asserts
1999-05-14 06:18:07 +00:00
hyatt%netscape.com
656d553c50
Committing the XUL popup listener implementation.
1999-05-14 05:37:20 +00:00
hyatt%netscape.com
96c61ccdcb
Adding support for the popup content implementation.
1999-05-14 05:37:00 +00:00
hyatt%netscape.com
ff8e79c925
Committing the popup listener interface.
1999-05-14 05:36:21 +00:00
kmcclusk%netscape.com
664a8f2a93
bug #5993 . Removed references to nsIWidget in form HTML content elements. the form elements
...
now go through the nsFormControlFrame interface instead. This removes the dependency between
form element content and nsIWidget.
1999-05-13 23:45:40 +00:00
waterson%netscape.com
f5c0bb9854
Fixed missing release service.
1999-05-13 20:52:15 +00:00
neeti%netscape.com
41dc3a3222
Fixed SetEnableRendering() in nsDocumentViewer.cpp
...
Initialized mEnableRendering in constructors of nsDocumentViewer.cpp and nsPlugin.cpp to a default value of PR_TRU
Do EnableRefresh only if mEnableRendering is set to true in nsHTMLContentSink.cpp,nsXMLContentSink.cpp,
nsXMLContentSink.h
1999-05-13 20:27:47 +00:00
waterson%netscape.com
6a7e4de78b
Okay, let's try that fix again.
1999-05-13 17:27:51 +00:00
waterson%netscape.com
e8e6b41913
Fix inappropriate use of member functions.
1999-05-13 16:57:59 +00:00
rjc%netscape.com
05ac669b96
Don't compare nsCOMPtrs against nsnull.
1999-05-13 08:29:56 +00:00
rjc%netscape.com
00a8fbfe13
More cleanup on nsXULSortService (more nsCOMPtr usage, more C++ usage, etc.) Also, begin to add support for collation keys.
1999-05-13 08:25:12 +00:00
rjc%netscape.com
e2802314c3
Add support for any node attribute that wants to bind its value to RDF by looking it up in the graph.
1999-05-13 08:02:19 +00:00
warren%netscape.com
87b26617d5
Fixed nsICollection (and Count in particular) to be xpidl friendly.
1999-05-13 04:56:04 +00:00
jfrancis%netscape.com
cc913f3c67
better error handling
1999-05-13 02:43:30 +00:00
sspitzer%netscape.com
46116a798a
make destructor virtual
1999-05-13 02:23:33 +00:00
sspitzer%netscape.com
39efa1c7f8
make destructors virtual
1999-05-13 02:11:25 +00:00
evaughan%netscape.com
bf31c42dde
Fixed pseudoclass hack to actually use active, hover, focus pseudoclasses.
1999-05-13 01:35:16 +00:00