Commit Graph

1305 Commits

Author SHA1 Message Date
saari%netscape.com
e35eca0fca Fixing Bug #8328, keybinding fix 1999-06-17 01:48:22 +00:00
rjc%netscape.com
9487fa598c Work around bug #8278. 1999-06-16 06:58:40 +00:00
rjc%netscape.com
9572e0be8c 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
533c62b3a8 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
6ae1446023 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
2aa04ff204 Use case-insignificant string comparisons now that we can. 1999-06-16 05:32:13 +00:00
rjc%netscape.com
ce0d4e22cb 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
b87fd97a8d 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
82a887fa49 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
68997dab17 adding files for dialog window for sidebar 1999-06-16 04:55:32 +00:00
matt%netscape.com
e9ba2173a6 Adding dialog for sidebar 1999-06-16 04:54:36 +00:00
matt%netscape.com
a3ad4146c7 adding files for customize dialog 1999-06-16 04:53:30 +00:00
waterson%netscape.com
0a05c2a195 Bug 8174. Remove PR_EXTERN for private symbols. 1999-06-16 04:45:36 +00:00
waterson%netscape.com
55bfcc32bd Bug 8267. Add nsIRDFContainer::RemoveElementAt() implementation. 1999-06-16 02:08:54 +00:00
waterson%netscape.com
dbf578a94e 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
c10c0ed04e 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
0a0a37a97c adding in a piece of keybinding I forgot 1999-06-15 23:33:21 +00:00
jdunn%netscape.com
dc3e41088a need to declare friend class 1999-06-15 23:33:19 +00:00
bruce%cybersight.com
aab2a4cdc7 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
5083a5c6d3 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
8eae23158b sync to css loader api change (default namespace) 1999-06-15 06:22:46 +00:00
rjc%netscape.com
588b2ac593 Cleanup a bit. 1999-06-15 05:11:05 +00:00
rjc%netscape.com
44a53f5cf1 Added HTTP POST support for searching. 1999-06-15 05:07:29 +00:00
waterson%netscape.com
90b5ffddce Spit out a mapfile, for kicks. 1999-06-15 03:21:49 +00:00
waterson%netscape.com
ad1c86cebf 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
9e5499756b Bug 7385. Open datasources asynchronously by default. 1999-06-15 03:19:33 +00:00
sspitzer%netscape.com
65f4e3f274 fix windows build bustage. 1999-06-15 01:03:44 +00:00
waterson%netscape.com
688107cfce 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
102aedab22 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
3e9bce1889 Use chrome URLs. Fix for bug #6369. 1999-06-14 23:01:15 +00:00
slamm%netscape.com
7d19a465fb Add entry for Sidebar skin. Fix for bug #6369. 1999-06-14 22:59:42 +00:00
slamm%netscape.com
49f67e8514 Defaults are good enough for margin, padding, and border. 1999-06-14 22:31:52 +00:00
slamm%netscape.com
dd37b275f7 Use one generic sidebar.css that everyone shares. 1999-06-14 22:28:32 +00:00
slamm%netscape.com
a6e827a9c8 simplify sidebar styles. Inherit more from xul.css 1999-06-14 22:27:40 +00:00
saari%netscape.com
7778cde62f Fixed some bugs in key listeners 1999-06-14 22:06:50 +00:00
saari%netscape.com
f38a079904 Adding nsXULKeyListener again... 1999-06-14 22:06:24 +00:00
saari%netscape.com
fe5f851858 Adding nsXULKeyListener to the Win and GTK builds 1999-06-14 22:04:32 +00:00
waterson%netscape.com
096ab07f71 Fix leak of tree element. 1999-06-14 21:15:29 +00:00
mcafee%netscape.com
886f422654 Ignore generated files. 1999-06-14 20:11:24 +00:00
rjc%netscape.com
7c7e52d75a Check for URLs that need to be massaged to be absolute URLs. 1999-06-14 09:54:19 +00:00
rjc%netscape.com
5853a4243b 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
82af360df9 More search support. 1999-06-14 07:14:38 +00:00
waterson%netscape.com
df6128537a Remove crufty code that wasn't doing anything. Fix refcounting on the database. 1999-06-13 18:31:06 +00:00
waterson%netscape.com
ea79d87ea4 Remove crufty code that wasn't doing anything. 1999-06-13 18:30:47 +00:00
waterson%netscape.com
5949af5126 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
6f511a0e84 Add a rdf_MakeAboluteURI() that's overloaded to take an nsIURL. 1999-06-12 21:14:32 +00:00
waterson%netscape.com
ee1c9aa7cc 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
6eb6f4542d Fix incorrect use of dont_QueryInterface() that was causing massive leakage. 1999-06-12 19:35:54 +00:00
waterson%netscape.com
ae793413a5 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
6ad255a7dc Fix incorrect use of dont_QueryInterface() with dont_AddRef(). 1999-06-12 19:31:36 +00:00