waterson%netscape.com
|
485272b528
|
Use NS_WITH_SERVICE.
|
1999-05-13 20:53:07 +00:00 |
waterson%netscape.com
|
0e20e8f768
|
Fix leakage of RDF service.
|
1999-05-13 20:52:42 +00:00 |
waterson%netscape.com
|
f83f501684
|
Fixed missing release service.
|
1999-05-13 20:52:15 +00:00 |
slamm%netscape.com
|
ba043f00dd
|
Another iteration. Add everything to a box.
|
1999-05-13 20:33:40 +00:00 |
waterson%netscape.com
|
24b66c0162
|
Okay, let's try that fix again.
|
1999-05-13 17:27:51 +00:00 |
waterson%netscape.com
|
ce8fbc0b9b
|
Fix inappropriate use of member functions.
|
1999-05-13 16:57:59 +00:00 |
rjc%netscape.com
|
0c22e91413
|
Don't compare nsCOMPtrs against nsnull.
|
1999-05-13 08:29:56 +00:00 |
rjc%netscape.com
|
b89173be36
|
More cleanup on nsXULSortService (more nsCOMPtr usage, more C++ usage, etc.) Also, begin to add support for collation keys.
|
1999-05-13 08:25:12 +00:00 |
rjc%netscape.com
|
917d465fad
|
Add support for any node attribute that wants to bind its value to RDF by looking it up in the graph.
|
1999-05-13 08:02:19 +00:00 |
warren%netscape.com
|
7a41ef7d73
|
Fixed nsICollection (and Count in particular) to be xpidl friendly.
|
1999-05-13 04:56:04 +00:00 |
slamm%netscape.com
|
2ac017e971
|
Play with the widget set and styles. Add onclick handler for 'Reload' button.
|
1999-05-13 02:12:01 +00:00 |
slamm%netscape.com
|
6b238ccd39
|
Add new sidebar files. Move bookmarks javascript into separate file.
|
1999-05-13 00:32:44 +00:00 |
mcmullen%netscape.com
|
739a8fe927
|
Split the manifest files into two: idl-generated headers (used if USE_XPIDL is turned off) and non-generated headers.
|
1999-05-13 00:04:14 +00:00 |
slamm%netscape.com
|
59aba9e67c
|
Add sidebar title. Clean-up the layout.
|
1999-05-13 00:03:10 +00:00 |
mcmullen%netscape.com
|
2b5361fb91
|
First Checked In.
|
1999-05-13 00:01:48 +00:00 |
slamm%netscape.com
|
fcaa866d2a
|
Lose the toolbox.
|
1999-05-12 23:55:20 +00:00 |
vidur%netscape.com
|
6ec312397a
|
Added GetContentType method to nsIDocument interface.
|
1999-05-11 20:22:52 +00:00 |
waterson%netscape.com
|
34451dc42c
|
First Checked In.
|
1999-05-11 19:02:48 +00:00 |
slamm%netscape.com
|
ce88e7cbfd
|
Bookmarks panel for the Sidebar.
|
1999-05-11 18:23:24 +00:00 |
slamm%netscape.com
|
ea23f4a3d4
|
Move javascript code in bookmarks.js
|
1999-05-11 18:22:35 +00:00 |
slamm%netscape.com
|
dfaf8cd495
|
Sidebar almost working now.
|
1999-05-11 18:19:15 +00:00 |
waterson%netscape.com
|
65e92ad3a9
|
XPT files are generated on-the-fly now.
|
1999-05-11 02:11:21 +00:00 |
waterson%netscape.com
|
c37e21c106
|
Generate base header files.
|
1999-05-11 02:11:01 +00:00 |
slamm%netscape.com
|
05b6dad5e2
|
Move bookmarks javascript code into separate file. Add initial browser sidebar code and data.
|
1999-05-11 00:06:43 +00:00 |
mccabe%netscape.com
|
24c043bde6
|
_xpidlgen is now cvsignore'd globally; remove redundant per-directory references.
|
1999-05-10 20:52:47 +00:00 |
waterson%netscape.com
|
a389d3aa3d
|
Ignore the _xpidlgen directory.
|
1999-05-10 19:31:34 +00:00 |
waterson%netscape.com
|
be8c0fc0a9
|
Automatically build .xpt's.
|
1999-05-10 18:55:00 +00:00 |
waterson%netscape.com
|
6282bf4505
|
Generate RDF headers.
|
1999-05-10 18:51:20 +00:00 |
mcafee%netscape.com
|
fabaa074ad
|
Renaming nsQuickSort to NS_QuickSort so it doesn't look like a class name. r=brendan@netscape.com
|
1999-05-10 06:47:04 +00:00 |
rjc%netscape.com
|
3ba3f65dfd
|
Yet another shot at fixing another Unix pedantic issue.
|
1999-05-08 21:47:49 +00:00 |
rjc%netscape.com
|
ba8b13a8f1
|
Try fixing another Unix pedantic issue.
|
1999-05-08 21:07:18 +00:00 |
rjc%netscape.com
|
01d01c4c33
|
Fix Unix pedantic issue. (hopefully)
|
1999-05-08 20:22:41 +00:00 |
rjc%netscape.com
|
9d79173687
|
While remote data starts streaming in, assert "loading"="true" attribute. When stream finishes, unassert it. Provide a "loading"="true" CSS style that sets the icon to be loading.gif
|
1999-05-08 12:42:33 +00:00 |
rjc%netscape.com
|
23189d161a
|
Give the top-level XUL content folders pretty icons too!
|
1999-05-08 11:17:15 +00:00 |
rjc%netscape.com
|
94610fd457
|
Add refcnt'ing support in Element map for content nodes. (Not 100% if this is the right thing to do, but it does fix a crashing bug where the nodes are freed too early!)
|
1999-05-08 10:29:24 +00:00 |
rjc%netscape.com
|
becb95e885
|
Fix hasAssertion() methods of FTP and Related Links datasources.
|
1999-05-08 10:18:01 +00:00 |
rjc%netscape.com
|
6ffd5cd6b0
|
Fix history bug; if a URI doesn't have a title (for example, if we're loading in a GIF file), detect it and don't try to write out a bogus title.
|
1999-05-08 09:45:32 +00:00 |
rjc%netscape.com
|
30d3899e8c
|
Use nsFileSpec's GetCatInfo() instead of rolling our own.
|
1999-05-08 09:34:31 +00:00 |
rjc%netscape.com
|
2a8310815c
|
Add extra checking to ensure that FindChildByTag() succeeds before using value.
|
1999-05-08 08:39:47 +00:00 |
rjc%netscape.com
|
867574c7f2
|
Don't compare nsCOMPtrs against nsnull.
|
1999-05-07 21:24:09 +00:00 |
rjc%netscape.com
|
eb3e56f574
|
First cut at adding template and rule support for XUL builders.
|
1999-05-07 21:20:33 +00:00 |
waterson%netscape.com
|
13ed406992
|
nsISupportsArray hackery.
|
1999-05-07 19:56:19 +00:00 |
waterson%netscape.com
|
8f9e153dd3
|
#include nsIEnumerator, because the decl of nsISimpleEnumerator has moved there.
|
1999-05-07 19:55:44 +00:00 |
briano%netscape.com
|
e6ae7948e3
|
Converted 'true' to 'PR_TRUE' so it'll build on Unix.
|
1999-05-07 05:17:30 +00:00 |
kipp%netscape.com
|
4120c76d11
|
Create an html element factory to use to create html content objects instead of requiring rdf to link with the html dll
|
1999-05-06 19:28:45 +00:00 |
kipp%netscape.com
|
72cafa3e1b
|
Use DOM api's instead of layout private api's
|
1999-05-06 19:28:22 +00:00 |
kipp%netscape.com
|
baa6c6f038
|
Use component manager to create a css parser
|
1999-05-06 19:28:09 +00:00 |
kipp%netscape.com
|
df63eff233
|
We no longer need to link in raptor
|
1999-05-06 19:27:53 +00:00 |
dcone%netscape.com
|
6b985124a3
|
fixed an autoString to use the GetUnicode() call
|
1999-05-06 07:42:43 +00:00 |
waterson%netscape.com
|
a2c461d17b
|
Fix compiler warnings. Make -pedantic build again.
|
1999-05-06 06:34:07 +00:00 |