Commit Graph

31006 Commits

Author SHA1 Message Date
bienvenu%netscape.com
05bb634fd5 fix warnings 1999-06-20 15:33:31 +00:00
mccabe%netscape.com
e299866fd5 Fix to my fix to my fix. Use ifneq ($(XPIDLSRCS),), as used elsewhere, rather than ifdef XPIDLSRCS.
Many thanks to Chris Seawood <cls@seawood.org> both for identifying the original problem with the make rules that was causing spurious .h rebuilds, and for pointing out fixes for both of my previous attempts at getting this right.
1999-06-20 09:46:36 +00:00
rjc%netscape.com
a853570702 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
mccabe%netscape.com
b05324f44b Fix earlier fixes to avoid spurious idl->.h file regeneration.
The way I did it previously breaks with parallel (-j) builds; this seems to fix it.
1999-06-20 08:59:31 +00:00
rjc%netscape.com
3bf68e5fda Slightly better parsing of weird HTML for search results. 1999-06-20 06:47:44 +00:00
rjc%netscape.com
b1c1954e42 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
7ae08c35c2 Slightly better parsing of weird HTML for search results. 1999-06-20 05:42:52 +00:00
rjc%netscape.com
00426c5c88 Suble changes for XUL search stuff. 1999-06-20 05:42:04 +00:00
waterson%netscape.com
b9e133c07e Fix VC5 compiler bustage. 1999-06-20 05:15:02 +00:00
waterson%netscape.com
6b94933c25 Add rdfpoll test to build. Not sure why it wasn't there before. 1999-06-20 05:05:21 +00:00
ssu%netscape.com
21ff7f479b fixing bugs #6622 and #6624 1999-06-20 02:43:43 +00:00
ssu%netscape.com
d797377687 added define's to deal with building standalone 1999-06-20 02:38:14 +00:00
morse%netscape.com
26d84619a5 fix bug 8374 (uninitialized variable) 1999-06-20 02:36:24 +00:00
morse%netscape.com
e8fe6e741c another attempt to fix build bustage 1999-06-20 02:25:51 +00:00
grail%cafebabe.org
a112eda973 Fix the implementation of XMLMenuBuilder. Much faster now since it
doesn't travel node to node but does the work with childnodes/sibling
nodes. This reduces travels to non-element nodes.
1999-06-20 02:15:35 +00:00
morse%netscape.com
6db187df60 fixing unix bustage by backing out my change 1999-06-20 01:46:45 +00:00
morse%netscape.com
d4d7bfb53f fix depth problem 1999-06-20 01:06:05 +00:00
sfraser%netscape.com
71f072beae Fix typo in plain text factory. Fix for bug 8554, r sspitzer 1999-06-20 01:01:09 +00:00
morse%netscape.com
907d086d7b put wallet viewers into one dll 1999-06-20 00:35:52 +00:00
waterson%netscape.com
edbd71fe99 Add dom-test-6 and dom-test-7. 1999-06-20 00:23:11 +00:00
waterson%netscape.com
830f25fc05 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
e195b7f6ea Bug 8453. Fix lots of bugs in the RDF container code. 1999-06-20 00:19:54 +00:00
waterson%netscape.com
d54a647f07 Bug 8386. Over-use of 'about=' attribute on containers; use 'ID=' when possible. 1999-06-20 00:19:23 +00:00
sfraser%netscape.com
71b0c91df9 Add a null check to avoid crashing when typing in the profile window text fields. 1999-06-20 00:15:40 +00:00
jfrancis%netscape.com
d7a49fad32 fixing bug that broke selection in docs with generated content 1999-06-20 00:12:59 +00:00
sfraser%netscape.com
e5c2d001e2 Fix build bustage. 1999-06-20 00:04:05 +00:00
mccabe%netscape.com
6a3ec157b7 Fix idl->.h and idl->.xpt rules to not depend on $(XPIDL_GEN_DIR) because (on linux at least) _any_ addition to that directory resets the timestamp, causing all .h files to rebuild.
One such .h file is nsISupports.h, which we'd prefer _not_ to rebuild.

Instead, added a test for $(XPIDL_GEN_DIR) in the .h and .xpt rules.
1999-06-20 00:02:37 +00:00
beard%netscape.com
48ce127df1 added ImporterTopLevel.java 1999-06-19 23:38:35 +00:00
sfraser%netscape.com
0bad4dbe8b Fix morse bustag 1999-06-19 23:29:39 +00:00
sfraser%netscape.com
4758292625 Remove wallet, signon and cookie core files. 1999-06-19 23:13:38 +00:00
morse%netscape.com
07d2817c56 fix mac bustage 1999-06-19 23:02:04 +00:00
sfraser%netscape.com
df5d4e548a Add onunload to call the appcore's cleanup routine. 1999-06-19 22:52:49 +00:00
sfraser%netscape.com
96625b1be4 Leak fixes, and moved EndObservering and other cleanup from the dtor to Close(). 1999-06-19 22:50:46 +00:00
morse%netscape.com
7fa93d6682 remove obsolete files 1999-06-19 22:33:17 +00:00
sspitzer%netscape.com
471d67d625 fix my stupidity. 1999-06-19 22:29:03 +00:00
warren%netscape.com
dbe7cd0107 Fixed for recent buffer changes. 1999-06-19 22:26:08 +00:00
warren%netscape.com
b5c184f197 Fixed indentation. (Don't use tabs!) 1999-06-19 22:24:44 +00:00
warren%netscape.com
f6e890721b Making buffers work better. Now out-of-memory is handled properly. 1999-06-19 22:23:18 +00:00
warren%netscape.com
81aa368a6f Added missing release. 1999-06-19 22:22:38 +00:00
warren%netscape.com
35b98be4f9 Added assertions. 1999-06-19 22:22:16 +00:00
sfraser%netscape.com
0cfa2606ff Preliminary fix for 8555; JS contexts not properly cleaned up on window close. 1999-06-19 22:18:52 +00:00
sfraser%netscape.com
358bd7c116 Lots of leak fixing. 1999-06-19 22:15:14 +00:00
sfraser%netscape.com
9a9b1a9b44 Clean up the editorShell, fixing some leaks, and removing old appCore-related cruft. 1999-06-19 22:13:46 +00:00
sfraser%netscape.com
4a5005ed34 Removed obsolete base DLL. 1999-06-19 22:09:46 +00:00
sfraser%netscape.com
2fd1880823 Leak fixing. CreateNewTopLevel window returns an AddReffed window. You must release it. 1999-06-19 22:08:49 +00:00
sfraser%netscape.com
1c9e290085 Leak fixing. CreateNewTopLevel window returns an AddReffed window. You must release it. Also added comments to get the author to think about ownership. 1999-06-19 22:07:48 +00:00
sfraser%netscape.com
b400f22d26 Explode addref & release macros to make debugging easier. 1999-06-19 22:07:13 +00:00
sfraser%netscape.com
f1cd6df086 Muchos leak fixing. CreateNewTopLevel window returns an AddReffed window. You must release it. Also use nsCOMPtr in a couple of other places. 1999-06-19 22:06:35 +00:00
sfraser%netscape.com
fe65843da7 Leak fixing. CreateNewTopLevel window returns an AddReffed window. You must release it. Also add comments to get someone to think about ownership. 1999-06-19 22:04:52 +00:00
sfraser%netscape.com
7ec882a272 Leak fixing. CreateNewTopLevel window returns an AddReffed window. You must release it. Also comment out the extra release, with comment about why. 1999-06-19 22:04:20 +00:00