Commit Graph

1367 Commits

Author SHA1 Message Date
gagan%netscape.com
dc1680b25c Necko changes (from Andreas) 1999-06-29 00:26:25 +00:00
gagan%netscape.com
4d4a936e0f Necko changes. 1999-06-28 23:57:35 +00:00
mscott%netscape.com
bd5f2eaa51 Necko change: nsIStreamListener::OnDataAvailable now takes a nsIInputStream instead of a nsIBufferInputStream. 1999-06-28 20:38:06 +00:00
nisheeth%netscape.com
6e140506a0 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.
1999-06-28 14:12:07 +00:00
warren%netscape.com
fbc735f510 Last of the necko ifdefs. Now we link with necko. 1999-06-28 10:35:57 +00:00
valeski%netscape.com
ce095de1af NECKO if defs 1999-06-27 16:36:48 +00:00
mcafee%netscape.com
fbd468ebbe BeOS changes 1999-06-27 09:18:50 +00:00
rjc%netscape.com
c9825ba220 Fix a lot of warnings by not using "basename" as a variable as it happens to be defined globally as a function. 1999-06-26 09:25:22 +00:00
rjc%netscape.com
837414868d Fix typo. 1999-06-26 09:17:46 +00:00
rjc%netscape.com
47ffc33fee Cleanup. 1999-06-26 08:29:11 +00:00
rjc%netscape.com
959d96f88c When building up list of commands via GetAllCmds(), walk forwards instead of backwards over datasources. 1999-06-26 08:28:43 +00:00
rjc%netscape.com
44bb3754a6 Cleanup. 1999-06-26 07:40:59 +00:00
rjc%netscape.com
f20957b501 Cleanup. 1999-06-26 07:25:54 +00:00
rjc%netscape.com
598ce6bb3c Cleanup. 1999-06-26 07:11:56 +00:00
warren%netscape.com
fbd6d1dc57 Necko ifdefs for layout and rdf. 1999-06-26 06:36:26 +00:00
rjc%netscape.com
9a60f136ab Return an empty command enumerator instead of throwing an assertion. 1999-06-26 04:58:22 +00:00
rjc%netscape.com
6dd2eb7da8 Reject assertions that we don't support instead of returning an error. 1999-06-26 04:51:05 +00:00
rjc%netscape.com
b69eb47cf0 Add some FTP commands (for context menus). 1999-06-26 04:39:16 +00:00
rjc%netscape.com
31a7e20e77 Implement GetAllCmds(). 1999-06-26 02:58:50 +00:00
rjc%netscape.com
f7d68735da Oops, missed updating chrome with the new GetAllCmds() method. 1999-06-26 01:43:00 +00:00
rjc%netscape.com
d8cf0513a0 Added new method GetAllCmds() which uses a nsISimpleEnumerator instead of GetAllCommands() which uses a nsIEnumerator. Migration to GetAllCmds() can be done in the future. 1999-06-26 01:09:02 +00:00
waterson%netscape.com
8c8ed7284d Expunge EqualsResource() and EqualsLiteral(). 1999-06-25 20:51:13 +00:00
ramiro%netscape.com
773e34ec7d Changes to turn gfxps into a true component. Thanks to alecf@netscape.com
for providing the base patch.
1999-06-25 09:38:26 +00:00
rjc%netscape.com
b71e65cc64 Only set natural order attribute on the containment element. 1999-06-25 09:32:43 +00:00
rjc%netscape.com
990539b30a Unset sortActive and sortDirection attributes if "natural order" is being used. 1999-06-25 09:19:29 +00:00
rjc%netscape.com
d61393dde8 Get sorting working with new tree structure. Basically, just look for treechildren instead of treebody when walking down from the root of the tree. 1999-06-25 06:47:28 +00:00
warren%netscape.com
32d4f24430 Changed URLGroup to LoadGroup 1999-06-25 02:31:51 +00:00
warren%netscape.com
4001aade80 Renamed nsIURLGroup to nsILoadGroup in preparation for necko. 1999-06-25 02:17:37 +00:00
waterson%netscape.com
6d5adaa9f4 Replace use of EqualsNode() with pointer comparison. This is safe (and has been for a while :-/) because literals are hashed. 1999-06-24 21:19:54 +00:00
waterson%netscape.com
b6f0320775 Fix use of nsString with nsAutoString where appropriate. 1999-06-24 21:19:02 +00:00
waterson%netscape.com
4b1f9242e4 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. 1999-06-24 00:22:58 +00:00
warren%netscape.com
15272e93b7 More necko changes. Changed nsIPluginTagInfo2::GetDocumentBase to copy string. 1999-06-23 19:55:21 +00:00
hyatt%netscape.com
fc69b0751c Fix for 8735. 1999-06-23 07:21:11 +00:00
warren%netscape.com
1f76168d21 Renamed nsIURL to nsIURI in preperation for necko. More NECKO ifdefs too. 1999-06-23 03:29:44 +00:00
hyatt%netscape.com
b66c3c67f2 Landing the tree widget branch. 1999-06-23 03:02:21 +00:00
waterson%netscape.com
6d3fa1daed Add placeholder for a template. 1999-06-22 02:07:06 +00:00
alecf%netscape.com
01aed4ad67 move resources into a seperate subdirectory so we can export them AND build the DLL with the same makefiles 1999-06-22 02:00:42 +00:00
rjc%netscape.com
b7bfb76ea6 Cleanup. 1999-06-22 01:57:46 +00:00
rjc%netscape.com
57e1b1595d Unescape FTP names (in case they were encoded). 1999-06-21 23:35:23 +00:00
rjc%netscape.com
1bf5f15f2b Better buffering of FTP input. 1999-06-21 23:11:17 +00:00
rjc%netscape.com
2a4f942c9a Clean up. 1999-06-21 10:46:47 +00:00
rjc%netscape.com
2df2a78102 Turn on. 1999-06-21 09:22:17 +00:00
rjc%netscape.com
3937aff223 Conditionalize. 1999-06-21 09:12:35 +00:00
rjc%netscape.com
c806f94639 OnAssert() and OnUnassert() now understand if the contents were generated by a XUL template and, if so, try to do the right thing. 1999-06-21 08:59:14 +00:00
alecf%netscape.com
49993ef1f0 add datasource datasource for the first time
(not complete, not yet part of the build)
1999-06-20 22:01:58 +00:00
alecf%netscape.com
d7387bc5c0 add DOM datasource for the first time
(not yet part of the build)
1999-06-20 22:01:01 +00:00
rjc%netscape.com
a853570702 When building a subtree from a template, nodes are now unique until we find one with the "uri='...'" attribute set. 1999-06-20 09:11:25 +00:00
rjc%netscape.com
3bf68e5fda Slightly better parsing of weird HTML for search results. 1999-06-20 06:47:44 +00:00
rjc%netscape.com
b1c1954e42 Fix bug #8465 by starting at the parent of the node which is about to be inserted when looking for the "ignore" attribute. Also, save the "id" of the template node used to create node... in preparation for getting onAssert() and onUnassert() working fully with templates. 1999-06-20 05:45:40 +00:00
rjc%netscape.com
7ae08c35c2 Slightly better parsing of weird HTML for search results. 1999-06-20 05:42:52 +00:00