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

1247 Коммитов

Автор SHA1 Сообщение Дата
waterson%netscape.com 86a006beba Move history resources to xpfe/components/history/resources. 1999-06-11 07:22:03 +00:00
waterson%netscape.com 62b6172eb6 Move bookmarks to xpfe/components. 1999-06-11 06:17:15 +00:00
waterson%netscape.com 034a9ae3b4 Add read-only accessors to get at the datasource and container elements. 1999-06-11 04:56:18 +00:00
waterson%netscape.com 15227d53d9 Add null checks. 1999-06-11 03:32:02 +00:00
waterson%netscape.com 09313500a4 Bug 7781, part deux. Be paranoid about checking the result from the zombie pool. 1999-06-11 03:15:40 +00:00
waterson%netscape.com d8b20d5e83 Add a bit of documentation. 1999-06-10 23:46:30 +00:00
waterson%netscape.com 202a7de021 Bug 6374. Add entity refs to make flash panel localizable. 1999-06-10 23:38:54 +00:00
waterson%netscape.com 76bdf18e41 Bug 7781. Don't add nodes without ID attributes to the zombie pool. Oh, per selmer's suggestion, improved some of the variable and method names ;-). 1999-06-10 23:29:41 +00:00
rjc%netscape.com b7397b6a24 XUL templates now look for any attribute (other than "uri") which equals "..." and substitutes the URI of the attached node. 1999-06-10 19:44:59 +00:00
rjc%netscape.com cc897bf304 More search support. 1999-06-10 19:42:53 +00:00
waterson%netscape.com 177d19f731 Oops. I'd screwed up the Release() method. 1999-06-10 08:01:13 +00:00
waterson%netscape.com 2212cca9b0 Enable aggregation on the in-memory datasource. 1999-06-10 06:47:28 +00:00
peterl%netscape.com e4693f9f9a added code to ignore unknown namespace prefix for attributes
(actually the parser should've rejected it before here)
1999-06-10 05:18:46 +00:00
mcmullen%netscape.com b748a3fa47 Hurrumph. So now we have to use about= instead of ID=? Well, CVS should have fixed my new stuff as well :-) 1999-06-10 00:06:59 +00:00
mcmullen%netscape.com c4c8b19704 Added chrome://pref for the prefs window. 1999-06-09 20:45:15 +00:00
rjc%netscape.com a96931038c Adding RDF Search datasource into build. 1999-06-09 20:04:23 +00:00
rjc%netscape.com 51c8b9d1de Adding RDF Search datasource. 1999-06-09 20:03:20 +00:00
hyatt%netscape.com 6fa1ec0fda Popups put the "grrrr!" in "swinger", baby! 1999-06-09 09:03:15 +00:00
hyatt%netscape.com 1e0428adbc Ok, everything's peachy on the RDF end. Time to work on the front end. 1999-06-09 08:39:10 +00:00
hyatt%netscape.com b84d2f62d5 Altering the args for createPopup. 1999-06-09 08:36:06 +00:00
waterson%netscape.com 44f829a61f Add nsRDFContentUtils fns to dlldeps, as they are used from rdfdatasource_s.lib now. 1999-06-09 08:32:17 +00:00
waterson%netscape.com e9cde2a6e1 Fix incorrect RDF usage; replace 'ID=' with 'about=' where appropriate. 1999-06-09 08:31:47 +00:00
waterson%netscape.com 9e5fbf10b8 Don't rely on rdf_PossiblyMake[Relative|Absolute](); rather, use XUL-specific functions to do it. 1999-06-09 08:30:47 +00:00
waterson%netscape.com 34038fcfb7 Bug 7440. Replace rdf_PossiblyMakeRelative() and rdf_PossiblyMakeAbsolute(); use NS_MakeAbsoluteURL() to create absolute URLs, when constructing relative, distinguish between 'name' and 'ref' sites (e.g., 'foo' vs. '#foo'). Misc other fixes to the RDF content sink. 1999-06-09 08:29:51 +00:00
hyatt%netscape.com 33a14549b5 Updating popups to use screen coordinates instead of being hardcoded to (50,50). 1999-06-09 08:00:27 +00:00
hyatt%netscape.com f0a8287f24 More content model tweaks. 1999-06-09 05:45:15 +00:00
hyatt%netscape.com 760d88b161 Changed event names to "create" and "destroy" 1999-06-09 01:11:39 +00:00
hyatt%netscape.com 0a0e9a7b5f Fix that makes the blur handler ultra-paranoid. It sanity checks its target before
closing the window.  (I'm having to do this since focus/blur events bubble. @#$@#$%#)
1999-06-09 01:07:31 +00:00
hyatt%netscape.com 1a1746f863 Tweaking interface for focus stuff. 1999-06-09 00:35:46 +00:00
hyatt%netscape.com 8446c68b7b Controller stuff. 1999-06-08 23:04:24 +00:00
hyatt%netscape.com 86f5f812ce Fix Linux bustage. 1999-06-08 22:29:58 +00:00
hyatt%netscape.com e733be297b added files: mozilla/rdf/base/idl/nsIController.idl, mozilla/rdf/base/idl/nsIGenericCommandSet.idl 1999-06-08 22:00:58 +00:00
hyatt%netscape.com c66a64c8ab Woo woo. Focus implementation. 1999-06-08 21:58:55 +00:00
hyatt%netscape.com 417208484f Adding new idl. 1999-06-08 21:58:32 +00:00
warren%netscape.com aaf94a8b04 Moved WriteFrom to nsIBufferOutputStream. Made necko pass around buffer streams. 1999-06-08 20:57:32 +00:00
hyatt%netscape.com ac7b6fb545 That's right baby. Whole row selection turned on. 1999-06-08 05:49:00 +00:00
hyatt%netscape.com ddf205e4ee Adding a reminder comment to a file for future reference. 1999-06-08 05:24:06 +00:00
hyatt%netscape.com 3d792e2735 Added support for "onconstruct" and "ondestruct" events for popups. 1999-06-08 05:08:16 +00:00
slamm%netscape.com b747e13602 More work on expand/collapse. 1999-06-08 00:58:34 +00:00
slamm%netscape.com e13a5c75b5 miscellaneous styles 1999-06-08 00:57:59 +00:00
slamm%netscape.com 35f2deb203 Set background to white 1999-06-08 00:57:15 +00:00
slamm%netscape.com ba223167c9 clean-up whitespace. 1999-06-08 00:56:51 +00:00
waterson%netscape.com a0f036b920 Added what's related panel; moved bookmarks panel to the bottom. 1999-06-07 23:57:39 +00:00
chuang%netscape.com 299a6ad320 Fix bustage on Windows 1999-06-07 20:32:49 +00:00
waterson%netscape.com ad4796c4cc Remove related links datasource. Moved to xpfe/components/related. 1999-06-07 19:54:36 +00:00
waterson%netscape.com f0eac7f45a Remove related links data source. Moved to xpfe/components/related. 1999-06-07 19:53:44 +00:00
law%netscape.com bf1be08cdf "First step towards exorcism of nsIXULWindowCallbacks" 1999-06-07 19:21:33 +00:00
waterson%netscape.com 5dfcf8be71 Remove related links data source: moved to xpfe/components. 1999-06-07 19:14:22 +00:00
mcmullen%netscape.com ca21a6c109 Fix an assert (and a bug) in some XP_MAC code for importing IE favorites. The wrong stream was being tested for openness, and the parser was being given a nonexistent stream to parse, and asserting. 1999-06-07 18:53:29 +00:00
rjc%netscape.com 90d2520633 Get context popup menus work on Mac by checking if the CTRL key is down (just like how the Mac's Finder works). 1999-06-07 05:43:09 +00:00