mccabe%netscape.com
|
a1eb58e008
|
Enabling xpidl as a standard part of the unix and windows build. Changed checks against BUILD_XPIDL to the (as yet undefined) USE_XPIDL variable in libpref, rdf, xpfe/AppCores, to keep them from firing just yet. The BUILD_XPIDL-enabling machinery in configure.in is unchanged, but BUILD_XPIDL is unused for now.
See http://www.mozilla.org/scriptable/xpidl/ if this breaks you.
|
1999-04-15 18:28:27 +00:00 |
hyatt%netscape.com
|
94d22cfcc3
|
Improving chrome URLs.
|
1999-04-15 05:24:57 +00:00 |
alecf%netscape.com
|
b2f4109bbe
|
remove rdf_qsort from all makefiles
|
1999-04-15 02:47:08 +00:00 |
alecf%netscape.com
|
8f102b4c0d
|
wierd, this came up as "A" when we really didn't need it.
|
1999-04-15 02:46:22 +00:00 |
alecf%netscape.com
|
15b7e466d3
|
this didn't exist before?
|
1999-04-15 02:44:46 +00:00 |
waterson%netscape.com
|
cb7e7a95c4
|
Backed out change to nsISupportsArray::AppendElement() and RemoveElement(); they now return PRBool's like they used to.
|
1999-04-14 23:06:22 +00:00 |
mcafee%netscape.com
|
b428da5338
|
PRBool-to-error-code double conversion. Conversion for AppendElement() happened in nsSupportsArray.h, we don't need to convert the usage here.
|
1999-04-14 07:15:11 +00:00 |
alecf%netscape.com
|
aeeb3e2d67
|
use the new nsQuickSort() function instead of the internal rdf_qsort
|
1999-04-14 03:28:49 +00:00 |
waterson%netscape.com
|
1e7f1f0c62
|
Added back into the build sp alecf & mccabe can get xpconnect working.
|
1999-04-14 00:39:20 +00:00 |
waterson%netscape.com
|
d99884c78e
|
Comment out EXPORTS, CPPSRCS, and LIBRARY_NAME so that this can join
back into the build.
|
1999-04-14 00:38:47 +00:00 |
waterson%netscape.com
|
5168f6bd9e
|
Moved localstore.rdf to the bin dir instead of tmp so that clobber builds will blow it away.
|
1999-04-13 21:02:18 +00:00 |
waterson%netscape.com
|
bd9932bb35
|
Removed #ifdefs, these are just placeholder files now.
|
1999-04-13 00:30:35 +00:00 |
waterson%netscape.com
|
cb39e9da8d
|
Regenerated using newer xpidl compiler.
|
1999-04-13 00:29:43 +00:00 |
waterson%netscape.com
|
4879011832
|
Moved comments into the IDL file.
|
1999-04-13 00:16:38 +00:00 |
sfraser%netscape.com
|
5204070e2f
|
Remove assorted extraneous warning-producing cruft
|
1999-04-12 23:49:37 +00:00 |
jdunn%netscape.com
|
d80e1ad24a
|
remove compiler warning, add comment delimiters after endif
|
1999-04-12 20:58:05 +00:00 |
waterson%netscape.com
|
8874de1dc6
|
Fixed problem with HTML-nested-in-XUL-neseted-in-HTML. Removed unnecessary code that was #ifdef-ed out.
|
1999-04-12 20:16:32 +00:00 |
waterson%netscape.com
|
1bb2074567
|
Landed RDF_19990407_BRANCH, which includes changes to support the local store, support for namespace prefixes in DOM methods, and notifications.
|
1999-04-12 19:02:12 +00:00 |
hyatt%netscape.com
|
ce9ce62252
|
Bug 3298 fixed with this patch.
|
1999-04-10 09:31:48 +00:00 |
hyatt%netscape.com
|
040008671e
|
Fixing build bustage.
|
1999-04-10 09:13:54 +00:00 |
hyatt%netscape.com
|
3a913961af
|
Making sure the right URLs are writable.
|
1999-04-10 08:18:20 +00:00 |
hyatt%netscape.com
|
425be85be7
|
Implementing persistence of chrome.
|
1999-04-10 08:08:48 +00:00 |
rjc%netscape.com
|
e273cf26b6
|
Additional support for "live" containers.
|
1999-04-10 06:11:37 +00:00 |
hyatt%netscape.com
|
c4cd51ed9f
|
Fixes for bugs 2620 and 3482.
|
1999-04-10 04:49:21 +00:00 |
sspitzer%netscape.com
|
f199c3ba0a
|
ignore the generated rdcat binary
|
1999-04-10 00:35:28 +00:00 |
slamm%netscape.com
|
0b7bd56f15
|
New fix for bookmark properties to appease expat. It does not like '<' in javascript code. Bug #4678. Previously appropved by chofmann and cyeh.
|
1999-04-09 21:21:01 +00:00 |
waterson%netscape.com
|
93c4065513
|
Bug 4773. Removed idl directory for M4. We'll put it back next week. a=chofmann@netscape.com
|
1999-04-08 22:21:38 +00:00 |
nisheeth%netscape.com
|
f4a64fe49a
|
Replacing asserts in the destructor with printf's. These asserts fire when the namespace or content stacks are non-empty which can happen for any malformed XML document, now that expat is enabled.
This checkin and the earlier one to htmlparser/src/* was approved by Chris Hoffmann earlier todxay.
|
1999-04-08 09:27:08 +00:00 |
waterson%netscape.com
|
540407e20f
|
Bug 4618. Fix compilation problem on Solaris native compile. a=chofmann@netscape.com
|
1999-04-08 01:53:31 +00:00 |
waterson%netscape.com
|
e07ee6fe41
|
Bug 4710. Implement no-ops for local store commands so as not to break stuff that depends on commands working. r=putterman@netscape.com, a=chofmann@netscape.com
|
1999-04-08 00:43:11 +00:00 |
waterson%netscape.com
|
e85ace8aa5
|
Bug 4706. Make sure to close the first RDF:RDF tag. Duh.
|
1999-04-07 23:18:54 +00:00 |
slamm%netscape.com
|
7f1af32a4f
|
Fix for bookmark properties come up blank (bug #4678). Approved by cyeh and chofmann.
|
1999-04-07 22:59:59 +00:00 |
waterson%netscape.com
|
a24681ea5d
|
Bug 4621. Uninitialized memory read. Many thanks to Bruce Mitchener <bruce@cybersight.com>. a=chofmann@netscape.com
|
1999-04-07 21:02:29 +00:00 |
waterson%netscape.com
|
cdf30f9f4c
|
Modified to use NS_RDF_ASSERTION_ACCEPTED and NS_RDF_ASSERTION_REJECTED return codes (local store implementation)
|
1999-04-07 06:29:41 +00:00 |
waterson%netscape.com
|
5ccea15671
|
Modified to use NS_RDF_ASSERTION_ACCEPTED and NS_RDF_ASSERTION_REJECTED return codes (local store implementation). Added local store construction to each XUL hierarchical widget.
|
1999-04-07 06:29:14 +00:00 |
waterson%netscape.com
|
cece1551ac
|
Added NS_RDF_ASSERTION_ACCEPTED and NS_RDF_ASSERTION_REJECTED return codes.
|
1999-04-07 06:28:17 +00:00 |
slamm%netscape.com
|
7f2d7cfe0c
|
Adding properties appcore/window.
|
1999-04-07 04:26:43 +00:00 |
sspitzer%netscape.com
|
a9d8eebcbe
|
only do this if the IDL stuff has been installed
|
1999-04-07 02:58:01 +00:00 |
nisheeth%netscape.com
|
609f21c756
|
Fixing well-formedness errors reported by expat...
|
1999-04-07 02:03:08 +00:00 |
alecf%netscape.com
|
c2059ee647
|
add idl to directories so that we export nsRDFInterfaces.idl
|
1999-04-07 00:40:13 +00:00 |
rjc%netscape.com
|
1d7232cb90
|
SetDocument(nsnull) is now valid, indicating document is going away. Timers are removed in this manner.
|
1999-04-07 00:27:40 +00:00 |
waterson%netscape.com
|
5b23e70508
|
Fixed incorrect use of nsCOMPtr.
|
1999-04-07 00:07:28 +00:00 |
rjc%netscape.com
|
bfe01b95a3
|
Timer changes. Preparation for timer to be destroyed when SetDocument(null).
|
1999-04-06 23:59:22 +00:00 |
radha%netscape.com
|
056a50dd1b
|
Export history.xul history.css
|
1999-04-06 23:13:57 +00:00 |
radha%netscape.com
|
7acbc6c97a
|
Initial checkin for History View
|
1999-04-06 23:06:07 +00:00 |
waterson%netscape.com
|
407cd1df56
|
Use the 'real' local store.
|
1999-04-06 22:55:26 +00:00 |
waterson%netscape.com
|
f489c02a3c
|
Added local store CIDs and factory implementation.
|
1999-04-06 20:55:58 +00:00 |
waterson%netscape.com
|
8b7529d894
|
Added nsLocalStore.cpp.
|
1999-04-06 20:55:38 +00:00 |
waterson%netscape.com
|
2c01f2f95c
|
Added nsLocalStore.cpp.
|
1999-04-06 20:37:24 +00:00 |
waterson%netscape.com
|
bba688083b
|
Added nsILocalStore.h
|
1999-04-06 20:36:37 +00:00 |