hyatt%netscape.com
fa77cc2277
Fixing StartLayout so that it asserts and leaves the function if no root
...
content is available.
git-svn-id: svn://10.0.0.236/trunk@37669 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-01 07:34:19 +00:00
pinkerton%netscape.com
19f8e2d3b8
Changing CreatePopup to return the popup. Adding a bunch of stuff for tooltips to the popup code. Fixing some bugs in webshell with loading malformed popups. Renamed "popup" to "popupElement" in the document and added "tooltipElement" as well.
...
git-svn-id: svn://10.0.0.236/trunk@37587 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-01 00:07:41 +00:00
nisheeth%netscape.com
c89bb22dc5
Adding the architecture for an external transformation engine to hook into Raptor's layout process. One way this architecture can be used is for doing XSL transforms using a 3rd party component that implements the XSL processor. More details will be posted in mozilla.layout.
...
Currently enabled on windows only. Set MOZ_XSL to 1 in your environment and build mozilla/layout.
git-svn-id: svn://10.0.0.236/trunk@37185 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-28 14:12:07 +00:00
warren%netscape.com
fdf6c938bb
Necko ifdefs for layout and rdf.
...
git-svn-id: svn://10.0.0.236/trunk@37005 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-26 06:36:26 +00:00
warren%netscape.com
d1a61845a5
Changed URLGroup to LoadGroup
...
git-svn-id: svn://10.0.0.236/trunk@36824 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-25 02:31:51 +00:00
warren%netscape.com
b870de7299
Renamed nsIURLGroup to nsILoadGroup in preparation for necko.
...
git-svn-id: svn://10.0.0.236/trunk@36818 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-25 02:17:37 +00:00
waterson%netscape.com
f23241ce64
Fix use of nsString with nsAutoString where appropriate.
...
git-svn-id: svn://10.0.0.236/trunk@36728 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-24 21:19:02 +00:00
waterson%netscape.com
fc77a5b645
Land RDF_19990617_BRANCH. Add Change() and Move() methods to nsIRDFDataSource; add OnChange() and OnMove() methods to nsIRDFObserver. Factor nsIRDFDatasource::Init() and ::Flush() into nsIRDFRemoteDataSource. Change ownership model s.t. a datasource reference counts its observers.
...
git-svn-id: svn://10.0.0.236/trunk@36637 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-24 00:22:58 +00:00
warren%netscape.com
06d707be48
Renamed nsIURL to nsIURI in preperation for necko. More NECKO ifdefs too.
...
git-svn-id: svn://10.0.0.236/trunk@36440 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-23 03:29:44 +00:00
valeski%netscape.com
4fa4e2e84d
NECKO ifdef (ifdef'd _off_ by default) this checkin should not impact anything. checkin approved. If someone runs into a problem, call me at 303.546.0061.
...
git-svn-id: svn://10.0.0.236/trunk@35863 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-18 17:34:08 +00:00
waterson%netscape.com
1c99019f97
Fix incorrect use of dont_QueryInterface() with dont_AddRef(). Use nsCOMPtr in broadcast hookup code.
...
git-svn-id: svn://10.0.0.236/trunk@35024 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-12 19:33:37 +00:00
waterson%netscape.com
a7e3640191
Don't rely on rdf_PossiblyMake[Relative|Absolute](); rather, use XUL-specific functions to do it.
...
git-svn-id: svn://10.0.0.236/trunk@34386 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-09 08:30:47 +00:00
hyatt%netscape.com
d83c36dd0f
Adding new idl.
...
git-svn-id: svn://10.0.0.236/trunk@34288 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-08 21:58:32 +00:00
hyatt%netscape.com
d7c82da11f
Fixes for several bugs.
...
git-svn-id: svn://10.0.0.236/trunk@33794 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-04 22:05:47 +00:00
alecf%netscape.com
a46402dd58
oops, forgot to make this native code for C++
...
git-svn-id: svn://10.0.0.236/trunk@33575 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-03 20:47:09 +00:00
alecf%netscape.com
a767dfee83
add XPIDL stubs for these DOM objects so that we can access them from XPConnect
...
git-svn-id: svn://10.0.0.236/trunk@33503 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-03 04:39:14 +00:00
hyatt%netscape.com
fe7fca2d88
Focus tracker actually tracks!
...
git-svn-id: svn://10.0.0.236/trunk@33185 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-28 22:55:10 +00:00
hyatt%netscape.com
5d45fcaf0d
Adding the focus tracker to the XUL document.
...
git-svn-id: svn://10.0.0.236/trunk@33145 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-28 20:24:58 +00:00
waterson%netscape.com
ba006b5e43
Bug 6895. Create HTML elements (not XUL elements) when the tag is in the HTML namespace. Minor performance enhancements to reduce number of calls to layout during content model construction.
...
git-svn-id: svn://10.0.0.236/trunk@33121 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-28 11:30:59 +00:00
hyatt%netscape.com
e8b9317e9a
Implementing document and window capture in the XUL DOM.
...
git-svn-id: svn://10.0.0.236/trunk@32960 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-27 21:03:59 +00:00
peterl%netscape.com
ecf990dfb9
tweaks to CSS loader usage
...
git-svn-id: svn://10.0.0.236/trunk@32792 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-26 23:42:29 +00:00
hyatt%netscape.com
c0131df702
Better fix for 6746.
...
git-svn-id: svn://10.0.0.236/trunk@32561 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-25 00:29:55 +00:00
hyatt%netscape.com
7130ae80a6
Fixes for bugs 6746 and 6747. Approved by chofmann@netscape.com.
...
git-svn-id: svn://10.0.0.236/trunk@32386 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-20 06:39:37 +00:00
waterson%netscape.com
b821dd8efa
Implement nsIDOMNSDocument properly. Factor logic for createElement & createElementWithNamespace.
...
git-svn-id: svn://10.0.0.236/trunk@32268 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-19 04:28:40 +00:00
peterl%netscape.com
61bdcd6a95
fixed ambiguous cast for nsCOMPtr on linux
...
git-svn-id: svn://10.0.0.236/trunk@32177 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-19 00:05:40 +00:00
peterl%netscape.com
0c7573e961
added css loader support
...
fixed document observer calls
git-svn-id: svn://10.0.0.236/trunk@32133 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-18 23:02:00 +00:00
hyatt%netscape.com
1b8c11755c
Disabling the cloned style sheets. This is causing trouble. Will probably have
...
to force them to be reparsed.
git-svn-id: svn://10.0.0.236/trunk@32066 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-18 10:21:11 +00:00
hyatt%netscape.com
6e68596b53
Fixes.
...
git-svn-id: svn://10.0.0.236/trunk@32065 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-18 09:28:00 +00:00
hyatt%netscape.com
9a95f742b8
Oh yeah, baby.
...
git-svn-id: svn://10.0.0.236/trunk@32060 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-18 09:03:53 +00:00
hyatt%netscape.com
0d7c115896
Popup listener knows how to be a blur listener.
...
git-svn-id: svn://10.0.0.236/trunk@32056 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-18 08:37:41 +00:00
hyatt%netscape.com
f309c8582f
Typo.
...
git-svn-id: svn://10.0.0.236/trunk@32054 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-18 07:42:31 +00:00
hyatt%netscape.com
aca13cb5e1
Working on popup documents.
...
git-svn-id: svn://10.0.0.236/trunk@32053 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-18 07:40:59 +00:00
hyatt%netscape.com
6df6bebfeb
La la la.
...
git-svn-id: svn://10.0.0.236/trunk@31847 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-16 09:40:42 +00:00
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
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
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
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
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
waterson%netscape.com
d51715beba
Factor interfaces into individual .idl files.
...
git-svn-id: svn://10.0.0.236/trunk@30344 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-05 03:09:50 +00:00
hyatt%netscape.com
3c8e3170b8
Switching over to nsIEventQueues. Adding support for onunload, onabort, and
...
onerror. Adding support for event capturing through script. Adding support
for robust error-checking in the chrome registry.
git-svn-id: svn://10.0.0.236/trunk@30282 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-04 23:32:25 +00:00
pinkerton%netscape.com
03c53644f7
pinkerton/scc. appr chofmann. Bug #4127 , et al. Fixing ownership models (more work to come).
...
git-svn-id: svn://10.0.0.236/trunk@29831 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-30 09:04:36 +00:00
waterson%netscape.com
e4f74333e1
Bug 5490 et al. Don't include local store in XUL document composite datasource until we have XUL syntax for deciding what attributes and elements are shared. r=hyatt, a=chofmann
...
git-svn-id: svn://10.0.0.236/trunk@29748 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-28 20:46:53 +00:00
waterson%netscape.com
5210d5029d
Fixed the text of a debug log message.
...
git-svn-id: svn://10.0.0.236/trunk@29674 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-28 04:19:28 +00:00
ftang%netscape.com
93bada68b4
change S/GetDocumentCharacterSet method for nsIDocument interface.
...
git-svn-id: svn://10.0.0.236/trunk@29531 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-27 21:49:25 +00:00
waterson%netscape.com
16abbc02b8
Land RDF_19990426_BRANCH, which extracted some static C++ routines for manipulating RDF containers into bona fide interfaces. Also, fix a memory leak in the nsElementMap: be sure to hold a reference to the resource that is the key.
...
git-svn-id: svn://10.0.0.236/trunk@29400 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-27 05:53:53 +00:00
sfraser%netscape.com
2b4d2451e5
Fix out param typo.
...
git-svn-id: svn://10.0.0.236/trunk@29039 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-24 05:53:00 +00:00
waterson%netscape.com
af8c84cb7c
The Great Cursor Excorcism. Removed cursors in favor of enumerators. Misc updates to purge the xpidl stubs stuff in preparation for XPConnect. Details on RDF_19990422_BRANCH.
...
git-svn-id: svn://10.0.0.236/trunk@29017 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-24 02:41:02 +00:00