jfrancis%netscape.com
aa15dffa7a
collapsed ranges now result in empty iterators over them
1999-05-18 11:11:14 +00:00
hyatt%netscape.com
c31f58efe7
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
dda0797e17
Fixes.
1999-05-18 09:28:00 +00:00
hyatt%netscape.com
7d751fe7c5
Oh yeah, baby.
1999-05-18 09:03:53 +00:00
hyatt%netscape.com
e16abec745
Popup listener knows how to be a blur listener.
1999-05-18 08:37:41 +00:00
hyatt%netscape.com
ebfa702013
Typo.
1999-05-18 07:42:31 +00:00
hyatt%netscape.com
fc6b4cd8be
Working on popup documents.
1999-05-18 07:40:59 +00:00
rjc%netscape.com
1e8eed4c51
Get rid of a few warnings.
1999-05-18 06:34:15 +00:00
rjc%netscape.com
ccb4bd97b8
More XUL template changes. Also re-enabling XUL_TEMPLATES.
1999-05-18 06:27:04 +00:00
rjc%netscape.com
4dda861004
Even more support for collation keys.
1999-05-18 06:19:04 +00:00
hyatt%netscape.com
cd8b5dada5
Had the wrong integer value for the right mouse button.
1999-05-18 06:05:43 +00:00
karnaze%netscape.com
414e20e8b6
support for css padding in table cells
1999-05-18 05:18:16 +00:00
vidur%netscape.com
c7ac90f4c8
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
06d01ef3ff
Checking in some additional collation key support.
1999-05-17 22:43:47 +00:00
vidur%netscape.com
8ffd5ac746
Implemented document.layers and nsIDOMHTMLLayerElement interface.
1999-05-17 21:17:48 +00:00
vidur%netscape.com
802d7b19c1
Propagate visibility style across table boundaries.
1999-05-17 21:17:21 +00:00
hyatt%netscape.com
eade061743
La la la.
1999-05-16 09:40:42 +00:00
hyatt%netscape.com
7eb10f9474
More popup work.
1999-05-16 09:09:00 +00:00
hyatt%netscape.com
e1b918d6dd
Fixing build bustage
1999-05-16 08:50:27 +00:00
hyatt%netscape.com
eac829cd24
Added the method that will give me the new popup doc.
1999-05-16 08:05:32 +00:00
hyatt%netscape.com
46e652edde
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
1e13404fbb
Events weren't bubbling into the document. They do this now.
1999-05-16 06:58:56 +00:00
waterson%netscape.com
1afa8c1325
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
44c4e25ff4
DOn't need the printf any more.
1999-05-15 09:04:45 +00:00
hyatt%netscape.com
b29bcf0a02
Not yet implemented. Sigh. I hate seeing "Not yet implemented."
1999-05-15 09:03:59 +00:00
hyatt%netscape.com
e79a5b7f9e
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
d6cdb51453
Calling both createPopup and createAnchoredPopup now.
1999-05-14 21:51:57 +00:00
beard%netscape.com
2bbeacd974
fixed ref count leak
1999-05-14 20:43:27 +00:00
hyatt%netscape.com
bba1b15b6b
Screen coords instead.
1999-05-14 19:22:52 +00:00
hyatt%netscape.com
880d8ac152
Changes to actually call into the GlobalWindowImpl's createPopup method.
1999-05-14 19:10:01 +00:00
dcone%netscape.com
0664263319
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
68699b75c3
Popup listener.
1999-05-14 07:20:12 +00:00
jfrancis%netscape.com
acc4de704d
fixing overly noisy asserts
1999-05-14 06:18:07 +00:00
hyatt%netscape.com
c30b21f261
Committing the XUL popup listener implementation.
1999-05-14 05:37:20 +00:00
hyatt%netscape.com
70323053b9
Adding support for the popup content implementation.
1999-05-14 05:37:00 +00:00
hyatt%netscape.com
55a0657c63
Committing the popup listener interface.
1999-05-14 05:36:21 +00:00
kmcclusk%netscape.com
bdce020a9a
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
f83f501684
Fixed missing release service.
1999-05-13 20:52:15 +00:00
neeti%netscape.com
ab090b8c08
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
24b66c0162
Okay, let's try that fix again.
1999-05-13 17:27:51 +00:00
waterson%netscape.com
ce8fbc0b9b
Fix inappropriate use of member functions.
1999-05-13 16:57:59 +00:00
rjc%netscape.com
0c22e91413
Don't compare nsCOMPtrs against nsnull.
1999-05-13 08:29:56 +00:00
rjc%netscape.com
b89173be36
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
917d465fad
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
7a41ef7d73
Fixed nsICollection (and Count in particular) to be xpidl friendly.
1999-05-13 04:56:04 +00:00
jfrancis%netscape.com
e932a88dbf
better error handling
1999-05-13 02:43:30 +00:00
sspitzer%netscape.com
86e67dfa23
make destructor virtual
1999-05-13 02:23:33 +00:00
sspitzer%netscape.com
09cb39095d
make destructors virtual
1999-05-13 02:11:25 +00:00
evaughan%netscape.com
7223c9bfe4
Fixed pseudoclass hack to actually use active, hover, focus pseudoclasses.
1999-05-13 01:35:16 +00:00
vidur%netscape.com
dc6ade4570
Backing out unintentional checkin
1999-05-13 00:24:45 +00:00