Commit Graph

31139 Commits

Author SHA1 Message Date
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
sfraser%netscape.com
ee33795048 Remove extra semicolon 1999-06-19 21:53:28 +00:00
sfraser%netscape.com
dbbe3b89a6 Add ownership-directed comments 1999-06-19 21:53:14 +00:00
sfraser%netscape.com
0e2aa5d823 Leak fixing. CreateNewTopLevel window returns an AddReffed window. You must release it. 1999-06-19 21:53:00 +00:00
sfraser%netscape.com
a2976243cf Add GetIID 1999-06-19 21:51:25 +00:00
sfraser%netscape.com
70b79ed46b Comment out nsTraceRefCnt lines, which should really be debug only. 1999-06-19 21:51:14 +00:00
sfraser%netscape.com
d384d93b04 stdlib.h should come from system includes 1999-06-19 21:50:41 +00:00
sfraser%netscape.com
81eb5e97f2 Comments to make the ownership model clearer 1999-06-19 21:48:53 +00:00
sspitzer%netscape.com
fe9b59d164 fix build bustage. 1999-06-19 21:47:30 +00:00
sspitzer%netscape.com
3f12c659bc remove several warnings 1999-06-19 21:34:32 +00:00
sspitzer%netscape.com
af503350ec fix my private debugging code. 1999-06-19 21:22:34 +00:00
morse%netscape.com
b42b3430bf put wallet viewers into one dll 1999-06-19 21:18:57 +00:00
sspitzer%netscape.com
2c44b3b132 safety checks to prevent dereferencing null 1999-06-19 21:18:13 +00:00
sspitzer%netscape.com
4cc0c4c86d fix tree bustage. 1999-06-19 21:13:48 +00:00
morse%netscape.com
0651f7eed5 remove wallet viewers from appcore 1999-06-19 21:12:44 +00:00
morse%netscape.com
e444db2f7b put wallet viewers into one dll 1999-06-19 21:08:33 +00:00
sspitzer%netscape.com
ee23c114e0 make the default of of the "browser.startup.page" be 3, so that we use
the new "browser.startup.splash" pref.

set the default for "browser.startup.splash" to be http://www.mozillazine.org, until
bug #7417 gets fixed.
1999-06-19 21:08:02 +00:00
sspitzer%netscape.com
4d5f8a6002 changes to add support for the "browser.startup.page" pref and the new
"browser.startup.splash" page pref.

all that's left is to get radha to add the code to get the last page visted.
1999-06-19 21:06:59 +00:00