Граф коммитов

1366 Коммитов

Автор SHA1 Сообщение Дата
gagan%netscape.com a78cd1e21b Necko changes (from Andreas) 1999-06-29 00:26:25 +00:00
gagan%netscape.com acf1333da6 Necko changes. 1999-06-28 23:57:35 +00:00
mscott%netscape.com 3e54914cd0 Necko change: nsIStreamListener::OnDataAvailable now takes a nsIInputStream instead of a nsIBufferInputStream. 1999-06-28 20:38:06 +00:00
nisheeth%netscape.com 863dcf6860 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 f5e1196f42 Last of the necko ifdefs. Now we link with necko. 1999-06-28 10:35:57 +00:00
valeski%netscape.com 38afdd857d NECKO if defs 1999-06-27 16:36:48 +00:00
mcafee%netscape.com c3efbaa943 BeOS changes 1999-06-27 09:18:50 +00:00
rjc%netscape.com 9e3165d37f 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 01aa9a5b30 Fix typo. 1999-06-26 09:17:46 +00:00
rjc%netscape.com 076f7b157d Cleanup. 1999-06-26 08:29:11 +00:00
rjc%netscape.com 82777a2af7 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 9a084abf17 Cleanup. 1999-06-26 07:40:59 +00:00
rjc%netscape.com 5f751d82d6 Cleanup. 1999-06-26 07:25:54 +00:00
rjc%netscape.com cf81c8c689 Cleanup. 1999-06-26 07:11:56 +00:00
warren%netscape.com f6b9d3a028 Necko ifdefs for layout and rdf. 1999-06-26 06:36:26 +00:00
rjc%netscape.com 452d355bf8 Return an empty command enumerator instead of throwing an assertion. 1999-06-26 04:58:22 +00:00
rjc%netscape.com 03d1711a4f Reject assertions that we don't support instead of returning an error. 1999-06-26 04:51:05 +00:00
rjc%netscape.com 60ad33efbd Add some FTP commands (for context menus). 1999-06-26 04:39:16 +00:00
rjc%netscape.com fcb4181ccf Implement GetAllCmds(). 1999-06-26 02:58:50 +00:00
rjc%netscape.com 93b3b3c31c Oops, missed updating chrome with the new GetAllCmds() method. 1999-06-26 01:43:00 +00:00
rjc%netscape.com 3a764c6bfc 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 30f5f63b74 Expunge EqualsResource() and EqualsLiteral(). 1999-06-25 20:51:13 +00:00
ramiro%netscape.com 05ae9c3868 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 7e4a5a8b81 Only set natural order attribute on the containment element. 1999-06-25 09:32:43 +00:00
rjc%netscape.com 8c9d9fb833 Unset sortActive and sortDirection attributes if "natural order" is being used. 1999-06-25 09:19:29 +00:00
rjc%netscape.com b6daf9c497 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 41b5fcddad Changed URLGroup to LoadGroup 1999-06-25 02:31:51 +00:00
warren%netscape.com 2f5289766d Renamed nsIURLGroup to nsILoadGroup in preparation for necko. 1999-06-25 02:17:37 +00:00
waterson%netscape.com 0c868a1c89 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 4fa567f534 Fix use of nsString with nsAutoString where appropriate. 1999-06-24 21:19:02 +00:00
waterson%netscape.com f008503b2f 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 5e8dccf3fe More necko changes. Changed nsIPluginTagInfo2::GetDocumentBase to copy string. 1999-06-23 19:55:21 +00:00
hyatt%netscape.com bd8221f129 Fix for 8735. 1999-06-23 07:21:11 +00:00
warren%netscape.com 23864df5e3 Renamed nsIURL to nsIURI in preperation for necko. More NECKO ifdefs too. 1999-06-23 03:29:44 +00:00
hyatt%netscape.com f90cda96d6 Landing the tree widget branch. 1999-06-23 03:02:21 +00:00
waterson%netscape.com 9395882830 Add placeholder for a template. 1999-06-22 02:07:06 +00:00
alecf%netscape.com 70a87d9fd5 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 3f3bb07d6c Cleanup. 1999-06-22 01:57:46 +00:00
rjc%netscape.com 4418e22473 Unescape FTP names (in case they were encoded). 1999-06-21 23:35:23 +00:00
rjc%netscape.com 115bb55004 Better buffering of FTP input. 1999-06-21 23:11:17 +00:00
rjc%netscape.com 4b62390cc1 Clean up. 1999-06-21 10:46:47 +00:00
rjc%netscape.com 6444965ed6 Turn on. 1999-06-21 09:22:17 +00:00
rjc%netscape.com 5be32c35cc Conditionalize. 1999-06-21 09:12:35 +00:00
rjc%netscape.com 6affb83a79 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 958ca9b7e4 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 1017419d99 add DOM datasource for the first time
(not yet part of the build)
1999-06-20 22:01:01 +00:00
rjc%netscape.com ab02b90827 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 f08e61ac8d Slightly better parsing of weird HTML for search results. 1999-06-20 06:47:44 +00:00
rjc%netscape.com 030d5988d2 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 6379a89a7f Slightly better parsing of weird HTML for search results. 1999-06-20 05:42:52 +00:00