Commit Graph

3179 Commits

Author SHA1 Message Date
hyatt%netscape.com
2bfd024327 More popup work.
git-svn-id: svn://10.0.0.236/trunk@31846 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-16 09:09:00 +00:00
hyatt%netscape.com
71e23c11b3 Fixing build bustage
git-svn-id: svn://10.0.0.236/trunk@31844 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-16 08:50:27 +00:00
hyatt%netscape.com
bdf6260956 Added the method that will give me the new popup doc.
git-svn-id: svn://10.0.0.236/trunk@31842 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-16 08:05:32 +00:00
hyatt%netscape.com
35c6422404 Implementing HandleDOMEvent in nsXULDocument.cpp. Events now bubble to the
document and in turn will now bubble to the window.


git-svn-id: svn://10.0.0.236/trunk@31838 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-16 07:05:51 +00:00
hyatt%netscape.com
b891d6c0e5 Events weren't bubbling into the document. They do this now.
git-svn-id: svn://10.0.0.236/trunk@31837 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-16 06:58:56 +00:00
waterson%netscape.com
8f6cfce54a 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.
git-svn-id: svn://10.0.0.236/trunk@31798 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-15 23:46:17 +00:00
hyatt%netscape.com
d6c456a5d5 DOn't need the printf any more.
git-svn-id: svn://10.0.0.236/trunk@31752 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-15 09:04:45 +00:00
hyatt%netscape.com
929bbc083e Not yet implemented. Sigh. I hate seeing "Not yet implemented."
git-svn-id: svn://10.0.0.236/trunk@31751 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-15 09:03:59 +00:00
hyatt%netscape.com
2eca8bb5db Added support for document.popup, so that event handlers in popup content
can refer to the popup's originating element.


git-svn-id: svn://10.0.0.236/trunk@31750 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-15 08:46:14 +00:00
hyatt%netscape.com
ab7699e747 Calling both createPopup and createAnchoredPopup now.
git-svn-id: svn://10.0.0.236/trunk@31664 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-14 21:51:57 +00:00
beard%netscape.com
ada628c705 fixed ref count leak
git-svn-id: svn://10.0.0.236/trunk@31649 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-14 20:43:27 +00:00
hyatt%netscape.com
59e6c9212e Screen coords instead.
git-svn-id: svn://10.0.0.236/trunk@31637 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-14 19:22:52 +00:00
hyatt%netscape.com
be5cf55e97 Changes to actually call into the GlobalWindowImpl's createPopup method.
git-svn-id: svn://10.0.0.236/trunk@31634 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-14 19:10:01 +00:00
dcone%netscape.com
234dceb8b2 added a webshell parameter to the PrintContent call, unhooked the PresShell from the
document before deletion.  Fixed a leak.


git-svn-id: svn://10.0.0.236/trunk@31606 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-14 14:40:59 +00:00
hyatt%netscape.com
be6783986f Popup listener.
git-svn-id: svn://10.0.0.236/trunk@31587 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-14 07:20:12 +00:00
jfrancis%netscape.com
b3b7e270b4 fixing overly noisy asserts
git-svn-id: svn://10.0.0.236/trunk@31584 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-14 06:18:07 +00:00
hyatt%netscape.com
9d968658ca Committing the XUL popup listener implementation.
git-svn-id: svn://10.0.0.236/trunk@31581 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-14 05:37:20 +00:00
hyatt%netscape.com
46c399d571 Adding support for the popup content implementation.
git-svn-id: svn://10.0.0.236/trunk@31580 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-14 05:37:00 +00:00
hyatt%netscape.com
1e52b74421 Committing the popup listener interface.
git-svn-id: svn://10.0.0.236/trunk@31579 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-14 05:36:21 +00:00
kmcclusk%netscape.com
7972adcafd 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.


git-svn-id: svn://10.0.0.236/trunk@31518 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-13 23:45:40 +00:00
waterson%netscape.com
16d941df55 Fixed missing release service.
git-svn-id: svn://10.0.0.236/trunk@31448 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-13 20:52:15 +00:00
neeti%netscape.com
40c56a54dc 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


git-svn-id: svn://10.0.0.236/trunk@31441 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-13 20:27:47 +00:00
waterson%netscape.com
901d7286d1 Okay, let's try that fix again.
git-svn-id: svn://10.0.0.236/trunk@31430 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-13 17:27:51 +00:00
waterson%netscape.com
43fff91360 Fix inappropriate use of member functions.
git-svn-id: svn://10.0.0.236/trunk@31429 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-13 16:57:59 +00:00
rjc%netscape.com
cc00d7190a Don't compare nsCOMPtrs against nsnull.
git-svn-id: svn://10.0.0.236/trunk@31422 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-13 08:29:56 +00:00
rjc%netscape.com
26f1eadc42 More cleanup on nsXULSortService (more nsCOMPtr usage, more C++ usage, etc.) Also, begin to add support for collation keys.
git-svn-id: svn://10.0.0.236/trunk@31421 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-13 08:25:12 +00:00
rjc%netscape.com
e8b58d3be9 Add support for any node attribute that wants to bind its value to RDF by looking it up in the graph.
git-svn-id: svn://10.0.0.236/trunk@31419 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-13 08:02:19 +00:00
warren%netscape.com
fe7d7e2e69 Fixed nsICollection (and Count in particular) to be xpidl friendly.
git-svn-id: svn://10.0.0.236/trunk@31413 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-13 04:56:04 +00:00
jfrancis%netscape.com
b833e5348b better error handling
git-svn-id: svn://10.0.0.236/trunk@31384 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-13 02:43:30 +00:00
sspitzer%netscape.com
93a8b650ae make destructor virtual
git-svn-id: svn://10.0.0.236/trunk@31379 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-13 02:23:33 +00:00
sspitzer%netscape.com
e4b612578b make destructors virtual
git-svn-id: svn://10.0.0.236/trunk@31372 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-13 02:11:25 +00:00
evaughan%netscape.com
6073e2aa13 Fixed pseudoclass hack to actually use active, hover, focus pseudoclasses.
git-svn-id: svn://10.0.0.236/trunk@31365 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-13 01:35:16 +00:00
vidur%netscape.com
64db19daaa Backing out unintentional checkin
git-svn-id: svn://10.0.0.236/trunk@31341 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-13 00:24:45 +00:00
vidur%netscape.com
98da6aed8d Fixed uninitialized variable problem.
git-svn-id: svn://10.0.0.236/trunk@31339 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-13 00:21:50 +00:00
sfraser%netscape.com
5bfaa2834f IncrementModCount now takes a PRInt32 (this fixes broken builds).
git-svn-id: svn://10.0.0.236/trunk@31309 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-12 22:55:29 +00:00
dcone%netscape.com
98b154dd81 added a PrintContent() method to these classes
git-svn-id: svn://10.0.0.236/trunk@31271 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-12 13:32:09 +00:00
alecf%netscape.com
9ec77255f1 Count() is no longer const
git-svn-id: svn://10.0.0.236/trunk@31215 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-12 02:55:54 +00:00
alecf%netscape.com
f42c46d667 remove const-ness from nsICollection::Count() so that it can be represented with XPIDL
git-svn-id: svn://10.0.0.236/trunk@31214 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-12 02:53:37 +00:00
vidur%netscape.com
08d2fd838f Added GetContentType method to nsIDocument interface.
git-svn-id: svn://10.0.0.236/trunk@31129 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-11 20:22:52 +00:00
vidur%netscape.com
5ed31d3cbe Added IsValidFragment and CreateRange implementations. Added GetContentType method to nsIDocument interface.
git-svn-id: svn://10.0.0.236/trunk@31128 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-11 20:22:35 +00:00
vidur%netscape.com
2806500656 nodeName for HTML elements are uppercase as well.
git-svn-id: svn://10.0.0.236/trunk@31127 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-11 20:21:45 +00:00
jfrancis%netscape.com
26ba976656 better error detection/handling + some cleanup
git-svn-id: svn://10.0.0.236/trunk@31041 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-10 23:29:01 +00:00
karnaze%netscape.com
46a09eaf4d added htmlFrameInnerFrame, htmlFrameOuterFrame types
git-svn-id: svn://10.0.0.236/trunk@31011 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-10 22:48:47 +00:00
kipp%netscape.com
df753a1679 Added a reminder comment
git-svn-id: svn://10.0.0.236/trunk@31003 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-10 22:29:34 +00:00
mcafee%netscape.com
a3948e9888 Renaming nsQuickSort to NS_QuickSort so it doesn't look like a class name. r=brendan@netscape.com
git-svn-id: svn://10.0.0.236/trunk@30913 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-10 06:47:04 +00:00
rjc%netscape.com
3b7a54410b Yet another shot at fixing another Unix pedantic issue.
git-svn-id: svn://10.0.0.236/trunk@30853 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-08 21:47:49 +00:00
rjc%netscape.com
f43e3e4bc8 Try fixing another Unix pedantic issue.
git-svn-id: svn://10.0.0.236/trunk@30848 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-08 21:07:18 +00:00
rjc%netscape.com
3cf8a000fa Fix Unix pedantic issue. (hopefully)
git-svn-id: svn://10.0.0.236/trunk@30840 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-08 20:22:41 +00:00
karnaze%netscape.com
d9b78cc576 added vcard_name html attribute. Added GetVcardName in nsFormFrame.
git-svn-id: svn://10.0.0.236/trunk@30839 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-08 19:30:57 +00:00
rjc%netscape.com
76e7bc78ef Add refcnt'ing support in Element map for content nodes. (Not 100% if this is the right thing to do, but it does fix a crashing bug where the nodes are freed too early!)
git-svn-id: svn://10.0.0.236/trunk@30815 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-08 10:29:24 +00:00