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

1500 Коммитов

Автор SHA1 Сообщение Дата
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
waterson%netscape.com ef9b20d29a Add rdfpoll test to build. Not sure why it wasn't there before. 1999-06-20 05:05:21 +00:00
waterson%netscape.com 00ab79805c Add dom-test-6 and dom-test-7. 1999-06-20 00:23:11 +00:00
waterson%netscape.com 930d505f3a Bugs 8453, 8401, 7222. DOM 'insertBefore()' was hopelessly broken, lots of bugs causing random things to happen in the zombie pool. 1999-06-20 00:22:33 +00:00
waterson%netscape.com dccfbfeed8 Bug 8453. Fix lots of bugs in the RDF container code. 1999-06-20 00:19:54 +00:00
waterson%netscape.com ff32cb3526 Bug 8386. Over-use of 'about=' attribute on containers; use 'ID=' when possible. 1999-06-20 00:19:23 +00:00
valeski%netscape.com 487d9ea921 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. 1999-06-18 17:34:08 +00:00
law%netscape.com 242f8b0d4f Fix for bug #8348; approved by chofmann@netscape.com; authored by matt@netscape.com; reviewed by law@netscape.com 1999-06-18 02:00:03 +00:00
waterson%netscape.com 8d68e0816a Bug 3440. Annotate node on 'close' to ensure XUL builder re-runs when the node is opened again. r=rjc, a=chofmann 1999-06-17 22:08:21 +00:00
waterson%netscape.com cf0908b3de Bug 8221. Fix false positive on the leak grep radar. 1999-06-17 19:49:05 +00:00
waterson%netscape.com 576f2e41a0 Bug 8221. Fix to get off the leak radar. 1999-06-17 19:47:21 +00:00
waterson%netscape.com cab7d6f231 Bug 8367. Remove cruft after '#endif' to make HP compiler happy. Thanks, Bruce. a=chofmann 1999-06-17 04:37:05 +00:00
waterson%netscape.com 80a310bc04 Bug 7026. Make GetTarget() return the first child of a directory. Plus clean up the mess I've made of RJC's spaces. 1999-06-17 04:13:39 +00:00
saari%netscape.com d11469e740 Fixing Bug #8328, keybinding fix 1999-06-17 01:48:22 +00:00
rjc%netscape.com 92d566bc69 Work around bug #8278. 1999-06-16 06:58:40 +00:00
rjc%netscape.com 29c5b09136 Try and ensure that we're actually looking at proper search datasets by checking file type and creator on Mac. 1999-06-16 06:46:51 +00:00
waterson%netscape.com d5c13bb733 When destroying an RDFElement, call SetParent(nsnull) on each of its children so that there aren't any dangling reference back to us (should a child leak, or be referred to by somebody else). 1999-06-16 06:44:23 +00:00
rjc%netscape.com 70873444c5 Only save data in graph if its not already there. Also, resolve aliases to search datasets on Mac. 1999-06-16 06:01:04 +00:00
rjc%netscape.com aa9caac823 Use case-insignificant string comparisons now that we can. 1999-06-16 05:32:13 +00:00
rjc%netscape.com 07a4dcf004 If we already have the results from a search, just return them; don't bother re-doing the search. 1999-06-16 05:22:14 +00:00
rjc%netscape.com cd630c8e2f Less memory intensiveness: now only load/save data into memory store as needed instead of upfront. 1999-06-16 05:11:54 +00:00
waterson%netscape.com 42cf131ba7 Bug 8272. Assert when writing RDF file. This probably had to do with the fact that we were writing out ID= attributes on the RDF containers. I changed to write an illegal 'about=' construct to get Matt alive. 1999-06-16 05:11:05 +00:00
matt%netscape.com 30dc6c57ab adding files for dialog window for sidebar 1999-06-16 04:55:32 +00:00
matt%netscape.com 489bae9324 Adding dialog for sidebar 1999-06-16 04:54:36 +00:00
matt%netscape.com 8751e384f8 adding files for customize dialog 1999-06-16 04:53:30 +00:00
waterson%netscape.com 42df219155 Bug 8174. Remove PR_EXTERN for private symbols. 1999-06-16 04:45:36 +00:00
waterson%netscape.com 89362c4c3b Bug 8267. Add nsIRDFContainer::RemoveElementAt() implementation. 1999-06-16 02:08:54 +00:00
waterson%netscape.com 8a37a5afc1 Bug 6665. Hack to addref resources before doing the sort. This saves mailnews from having to recreate them. 1999-06-16 02:07:56 +00:00
rjc%netscape.com 6228b0e0fd Add checks for NULL before using mInner. It could be NULL, for example, if JavaScript creates the datasource but forgets to Init() the datasource. 1999-06-16 00:59:43 +00:00
saari%netscape.com 23748a5f00 adding in a piece of keybinding I forgot 1999-06-15 23:33:21 +00:00
jdunn%netscape.com cee02628fc need to declare friend class 1999-06-15 23:33:19 +00:00
bruce%cybersight.com b5df220aad APPROVED BY leaf@mozilla.org
This fixes the use of 'false' instead of PR_FALSE.  This was killing the Solaris native compiler build.  (Probably would've killed others if they weren't so horrked that they don't get to this file.)

Also, it adds a linefeed at the end of the file for those same native unix compilers.

This won't mess up Mozilla any more than it already is this morning.
1999-06-15 18:07:58 +00:00
rjc%netscape.com b758277822 Small fix for non-Mac platforms in terms of where to look for search datafiles. 1999-06-15 07:07:09 +00:00
peterl%netscape.com f582acdf29 sync to css loader api change (default namespace) 1999-06-15 06:22:46 +00:00
rjc%netscape.com 4c41e1e724 Cleanup a bit. 1999-06-15 05:11:05 +00:00
rjc%netscape.com 4cf8646dcc Added HTTP POST support for searching. 1999-06-15 05:07:29 +00:00
waterson%netscape.com 935921f8e1 Spit out a mapfile, for kicks. 1999-06-15 03:21:49 +00:00
waterson%netscape.com cc450f9b38 Add REF into the element map so that the generic builder sees it in OnAssert() and OnUnassert(). Resolve it to an absolute URI before using so that ref='foo/bar.rdf#bing' works. 1999-06-15 03:21:20 +00:00
waterson%netscape.com acbc120122 Bug 7385. Open datasources asynchronously by default. 1999-06-15 03:19:33 +00:00
sspitzer%netscape.com 6ff2932280 fix windows build bustage. 1999-06-15 01:03:44 +00:00
waterson%netscape.com 81a2b0108c Add MPL. Alter registry loading code to insulate from whatever policy needs to be used for loading RDF/XML from the RDF service. 1999-06-15 00:44:33 +00:00
waterson%netscape.com 3dfae0dd79 Use RDF/XML datasource directly, rather than loading through RDF service. The separates this from whatever policy RDF service ends up needing to use for RDF/XML. Chrome registry _must_ be loaded synchronously no matter what. 1999-06-15 00:42:45 +00:00
slamm%netscape.com c7dff46cb0 Use chrome URLs. Fix for bug #6369. 1999-06-14 23:01:15 +00:00
slamm%netscape.com 3444737911 Add entry for Sidebar skin. Fix for bug #6369. 1999-06-14 22:59:42 +00:00
slamm%netscape.com 76cbfea5df Defaults are good enough for margin, padding, and border. 1999-06-14 22:31:52 +00:00
slamm%netscape.com 65a87befa4 Use one generic sidebar.css that everyone shares. 1999-06-14 22:28:32 +00:00
slamm%netscape.com 48c14c322d simplify sidebar styles. Inherit more from xul.css 1999-06-14 22:27:40 +00:00
saari%netscape.com 82b880d72e Fixed some bugs in key listeners 1999-06-14 22:06:50 +00:00
saari%netscape.com 03cf575d90 Adding nsXULKeyListener again... 1999-06-14 22:06:24 +00:00
saari%netscape.com 9709f7c4fe Adding nsXULKeyListener to the Win and GTK builds 1999-06-14 22:04:32 +00:00
waterson%netscape.com 54e949daf7 Fix leak of tree element. 1999-06-14 21:15:29 +00:00
mcafee%netscape.com 32d93e2301 Ignore generated files. 1999-06-14 20:11:24 +00:00
rjc%netscape.com 6564138b99 Check for URLs that need to be massaged to be absolute URLs. 1999-06-14 09:54:19 +00:00
rjc%netscape.com 7f5d322554 Unset column sorting attributes instead of setting them to false if they aren't active. 1999-06-14 08:20:35 +00:00
rjc%netscape.com 3a7b20fa3b More search support. 1999-06-14 07:14:38 +00:00
waterson%netscape.com 9625f1893e Remove crufty code that wasn't doing anything. Fix refcounting on the database. 1999-06-13 18:31:06 +00:00
waterson%netscape.com bb9e9fbb6c Remove crufty code that wasn't doing anything. 1999-06-13 18:30:47 +00:00
waterson%netscape.com 07393cbee8 Change GetElementRefResource() to use rdf_MakeAbsoluteURI() to resolve attribute names. This makes it work more like '<a href=...>', which seems right (and fixes some problems that will occur with sitemaps). Inline code in GetElementResource() that was previously shared between the two. 1999-06-12 21:21:47 +00:00
waterson%netscape.com 59e2a6ebc0 Add a rdf_MakeAboluteURI() that's overloaded to take an nsIURL. 1999-06-12 21:14:32 +00:00
waterson%netscape.com 9cfa93d5d4 Fix incorrect usage of dont_QueryInterface(). Fix bogus refcounting cruft in the nsIContent manipulators that must've been left over from when mChildren was an nsVoidArray. 1999-06-12 19:39:11 +00:00
waterson%netscape.com 2b49ff9e6a Fix incorrect use of dont_QueryInterface() that was causing massive leakage. 1999-06-12 19:35:54 +00:00
waterson%netscape.com 15ae9a7ff7 Fix incorrect use of dont_QueryInterface() with dont_AddRef(). Use nsCOMPtr in broadcast hookup code. 1999-06-12 19:33:37 +00:00
waterson%netscape.com 08f203808f Fix incorrect use of dont_QueryInterface() with dont_AddRef(). 1999-06-12 19:31:36 +00:00
slamm%netscape.com 2bec3ca2c9 Remove unused sidebar files. 1999-06-12 01:32:47 +00:00
sspitzer%netscape.com 16d1062ec0 fix mac build bustage. saari made nsXULKeyListener.cpp part of the mac build,
but hasn't defined this CID yet.
1999-06-12 01:21:10 +00:00
putterman%netscape.com 24ff7523c2 Add Messenger Biff Notifications. 1999-06-11 22:06:20 +00:00
saari%netscape.com 9900e4d468 Adding nsXULKeyListener.cpp to RDF on Mac 1999-06-11 21:53:49 +00:00
saari%netscape.com 1a48c1f71a exporting nsIXULKeyListener.h on Win and Linux builds 1999-06-11 21:08:38 +00:00
saari%netscape.com 44b16f0b10 Adding more to nsXULKeyListener.cpp. About to be in the build system. 1999-06-11 20:36:14 +00:00
saari%netscape.com 5598a7fd3e Adding nsIXULKeyListener.h to Mac export 1999-06-11 20:35:26 +00:00
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
saari%netscape.com 787c4cafb6 First Checked In. 1999-06-06 01:26:05 +00:00
saari%netscape.com 29c8f5a159 adding files for keybinding. Not yet in the build 1999-06-06 01:25:40 +00:00
waterson%netscape.com 0ebdb63b60 Obsolete. 1999-06-04 22:19:32 +00:00
briano%netscape.com e9e302b454 Handle the (Unix) platform-specific DLL naming conventions properly. 1999-06-04 22:17:30 +00:00
hyatt%netscape.com 5da36a6d57 Fixes for several bugs. 1999-06-04 22:05:47 +00:00
alecf%netscape.com 4ed86a156f export xulstubs.idl on windows 1999-06-04 04:18:29 +00:00
warren%netscape.com 447b069ddb IDLized stream interfaces. Required rename of overloaded Write method (now WriteFrom). 1999-06-03 21:50:47 +00:00
ducarroz%netscape.com 84a2ffbda2 add xulstub.idl 1999-06-03 21:00:47 +00:00
ducarroz%netscape.com 620f6da426 add xulstubs.idl 1999-06-03 21:00:43 +00:00
alecf%netscape.com 0f549d4c5c oops, forgot to make this native code for C++ 1999-06-03 20:47:09 +00:00
waterson%netscape.com 452a3a8494 Remove unnecessary LINCS now that all headers are pushed to the same directory. 1999-06-03 20:22:54 +00:00
hyatt%netscape.com b507a5b1bf Adding support for the chrome registry naming stuff. 1999-06-03 19:32:47 +00:00
waterson%netscape.com 8d367cbc7f Fixes to get building on OpenVMS. Thanks to Colin R. Blake <colin@theblakes.com>. 1999-06-03 18:38:31 +00:00
rjc%netscape.com afcbaf44b1 XUL templates are now strong enough to support building menus and menuitems. 1999-06-03 07:16:18 +00:00
alecf%netscape.com 38220df50f add XPIDL stubs for these DOM objects so that we can access them from XPConnect 1999-06-03 04:39:14 +00:00
waterson%netscape.com 533357a060 Bug 4045. Make GenericBuilder and its kin look at the 'ref=' attribute first, so that it's possible to have two elements in the same document tree that refer to the same RDF resource. 1999-06-03 02:23:50 +00:00
peterl%netscape.com e2862defe9 fixed leak of css loader 1999-06-03 01:54:35 +00:00
rjc%netscape.com 725acacbb9 Checking in a workaround for bug #7437 until Rickg fixes that. 1999-06-02 00:01:23 +00:00
rjc%netscape.com 79eed1d6fc Disable XUL templates for the moment. 1999-06-01 21:34:05 +00:00
rjc%netscape.com 470ebf7d3a Small bug fix with FTP; be a little bit smarter at what paths need filtering out (along with "." and "..", skip any absolute URLs, as they usually point "up" the path to the parent) 1999-05-30 06:15:58 +00:00
rjc%netscape.com 5f8b194381 Add support for separators in "Related Links" data. 1999-05-30 06:02:30 +00:00
rjc%netscape.com 3623d1f950 Add window titles to bookmarks and history windows. 1999-05-29 01:35:00 +00:00
rjc%netscape.com 6170b8c351 Clean up sidebar.xul a bit. 1999-05-29 00:26:06 +00:00
rjc%netscape.com 3a6f8aedb4 Fix some bugs with template rules. Added some needed styles for bookmarks window. Fixed a bug with sorting in bookmarks window (don't add RDFCore into list, as its unnecessary.) Bookmarks panel in sidebar is now using template rules. 1999-05-29 00:17:32 +00:00
hyatt%netscape.com 0d62207d4d Focus tracker actually tracks! 1999-05-28 22:55:10 +00:00
putterman%netscape.com c1dd4dc7fc update registry for new mailnews hierarchy. 1999-05-28 22:33:30 +00:00
hyatt%netscape.com eca246c6ab added files: mozilla/rdf/content/src/nsXULFocusTracker.cpp, mozilla/rdf/content/src/nsJSXULFocusTracker.cpp 1999-05-28 22:29:25 +00:00
hyatt%netscape.com df8cbbf242 Editing makefiles to add sources for the focus tracker. 1999-05-28 22:18:11 +00:00
hyatt%netscape.com 1114c356e3 Adding source files for focus tracker. 1999-05-28 22:16:47 +00:00
hyatt%netscape.com aa3038f6b1 More focus tracker work. 1999-05-28 22:15:57 +00:00
hyatt%netscape.com 155264dfb0 Focus tracker stubbing. 1999-05-28 21:56:07 +00:00
hyatt%netscape.com 1a462db603 Oops. 1999-05-28 20:33:46 +00:00
hyatt%netscape.com ef9e57ca33 Adding the focus tracker to the XUL document. 1999-05-28 20:24:58 +00:00
waterson%netscape.com ed2ab323c4 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. 1999-05-28 11:30:59 +00:00
bruce%cybersight.com 0ab5892ff8 Remove a shadowing variable declaration. 1999-05-28 06:49:30 +00:00
mcmullen%netscape.com f4bd7dc337 Removed obsolete base.shlb/baseDebug.shlb 1999-05-27 21:40:58 +00:00
hyatt%netscape.com 989a98a5b9 Implementing document and window capture in the XUL DOM. 1999-05-27 21:03:59 +00:00
saari%netscape.com a4fe073c7a First Checked In. 1999-05-27 21:00:28 +00:00
danm%netscape.com 36d8c5644e save search part of URL when munging and reconstructing 1999-05-27 20:34:42 +00:00
mcafee%netscape.com 94d32802ad -lraptorhtml is a component now, don't link with it. 1999-05-27 00:55:09 +00:00
slamm%netscape.com 8f12e014e9 Use static pages for tinderbox instead of scripts. Fix for 7091. Approved by chofmann. 1999-05-27 00:07:06 +00:00
peterl%netscape.com 3437a3de76 sync to nsIStyledContent API change 1999-05-26 23:46:45 +00:00
peterl%netscape.com 7d5c18655c switch to CSS loader for loading CSS sheets
fixed mime type processing
1999-05-26 23:43:40 +00:00
peterl%netscape.com ebc7230baf tweaks to CSS loader usage 1999-05-26 23:42:29 +00:00
dp%netscape.com 0443b20e33 Landing xpcom20/21 branch. 1999-05-26 01:38:36 +00:00
hyatt%netscape.com 69152a76fd Better fix for 6746. 1999-05-25 00:29:55 +00:00
waterson%netscape.com 609396188c Bug 6957. Add kEventQueueCID to the registry setup so these tests will run. a=chofmann. 1999-05-24 03:53:02 +00:00