Граф коммитов

540 Коммитов

Автор SHA1 Сообщение Дата
dveditz%netscape.com 2b60c91417 Fixing 8.3 library name problems, bugs 10355, 10359,10364, 10365, 10372, 11796, 11791. Checking in for cathleen, r=dveditz 1999-10-10 01:32:59 +00:00
beard%netscape.com b547c2ffb0 changed from directly using "MSL DropInRuntime.Lib" to using "NSComponentStartup.o" to enable GC leak detector. r=smfr 1999-10-03 20:46:23 +00:00
sspitzer%netscape.com 483bbf56be removed files: mozilla/xpfe/AppCores/src/nsJSProfileCore.cpp 1999-09-28 08:26:28 +00:00
sspitzer%netscape.com 22aa4c982c removed files: mozilla/xpfe/AppCores/src/nsProfileCore.cpp, mozilla/xpfe/AppCores/src/nsProfileCoreFactory.cpp 1999-09-28 07:31:40 +00:00
sspitzer%netscape.com a0a70c9ca0 fix for #14999. remove the profile appcore 1999-09-28 07:29:25 +00:00
briano%netscape.com 8019ec7ab8 General cleanup. 1999-09-18 03:45:05 +00:00
law%netscape.com ecd06bb76b Remove browser app core 1999-09-14 22:42:49 +00:00
kipp%netscape.com 0082c82680 Use nsAutoString to reduce malloc/free calls 1999-09-13 14:26:56 +00:00
vidur%netscape.com e90af3b58d Fixed memory leaks 1999-09-11 02:03:52 +00:00
alecf%netscape.com 5139b3d6cb remove use of COMMANDLINE_IID 1999-09-10 05:31:00 +00:00
morse%netscape.com bba42751f6 localize wallet xul files 1999-09-09 06:43:15 +00:00
alecf%netscape.com 73970241ba appcores dont need xplib anymore 1999-09-09 06:30:05 +00:00
dougt%netscape.com 6c170a39d6 removing redundant default/ in chrome URI string. 1999-09-04 00:02:35 +00:00
morse%netscape.com c025442b65 convert viewers from html to xul 1999-09-03 04:55:23 +00:00
radha%netscape.com b8b896478f New methods to set and get history state 1999-09-02 21:37:25 +00:00
slamm%netscape.com f42f18844c Add 'select all' 1999-09-01 20:14:02 +00:00
radha%netscape.com c26a3ffd1f Fix warnings 1999-09-01 13:58:31 +00:00
cyeh%netscape.com 26effbde96 Remove IGNORE_MANIFEST=1. It doesn't do anything and it confuses people. 1999-09-01 01:13:14 +00:00
joki%netscape.com 6397eaf9f8 Adding new flag to the security check calls out of the DOM generated JS files. 1999-08-31 14:23:54 +00:00
rjc%netscape.com 17c3dc8037 Get rid of rdf appcore header file. 1999-08-30 09:27:19 +00:00
rjc%netscape.com 3210757253 Also remove nsidomrdfcore.h 1999-08-30 09:09:12 +00:00
rjc%netscape.com d4cfc073f8 Oops, missed these! 1999-08-30 09:07:58 +00:00
rjc%netscape.com bd8b9f0a76 Bye bye, RDF AppCore. 1999-08-30 08:48:52 +00:00
radha%netscape.com 33f6512358 Enable Session history in Go menu 1999-08-28 23:58:29 +00:00
dougt%netscape.com 8c1d20173d Adding protocol icon support. 1999-08-27 21:39:40 +00:00
rjc%netscape.com 13cb1dd360 Use nsIXULSortService 1999-08-27 06:55:10 +00:00
morse%netscape.com a7e6b42fb1 remove warning messages 1999-08-25 21:47:50 +00:00
brendan%mozilla.org bbe959f4d1 Massive spankage to capitalize C++ method and attribute name bindings, per
Architecture Item 6.3 (news://news.mozilla.org/37BA89CF.3823D6F9%40meer.net).
1999-08-25 05:26:25 +00:00
morse%netscape.com 43dab0b80b remove wallet's auto-capturing 1999-08-24 00:48:16 +00:00
ramiro%netscape.com 1d23cab69b Cleanup the jsdom and jsurl linking mess. 1999-08-22 11:05:45 +00:00
mccabe%netscape.com b601095f5d Remove definition of NS_DECL_IOBSERVER and SERVICE and replace uses with xpidl-generated NS_DECL_NSIOBSERVER macro. 1999-08-22 09:18:49 +00:00
radha%netscape.com 4723e1cf64 Implement popup menus for forward and back buttons. New code to show
history items in go menu
1999-08-20 05:12:52 +00:00
danm%netscape.com e23e00db7c disable browser appcore's load of default page for new windows created by NewWebShell. fixes bug 11404. a:cyeh@netscape.com 1999-08-16 22:23:19 +00:00
radha%netscape.com b339c3790d Fix for bug 8151. check whether url is a valid value before deciding that
something is already in the load and return. Code review=nisheeth
approved=chofmann
1999-08-12 17:24:11 +00:00
davidm%netscape.com 3e49a1412e remove long obsolete dialog code 1999-08-10 22:45:06 +00:00
davidm%netscape.com 525b7d5330 remove dialog code. return error code from history to fix bug 11489 1999-08-10 22:43:24 +00:00
mccabe%netscape.com d6e7410f31 Changes to the xpidl compiler -
Error if an interface is declared [scriptable], but contains methods that can't be scripted because they refer to native-declared types, unless the method is declared [noscript].

This change is intended to make it easier to determine when an interface is not scriptable, and to make it easier to see what changes need to be made to make it scriptable.

As many of the .idl files in the tree defined [scriptable] interfaces that contained non-scriptable methods, I've sprinkled [noscript] throughout.  As the interfaces weren't scriptable anyway, this shouldn't change their visibility to javascript.
1999-08-10 12:18:01 +00:00
racham%netscape.com 11f073ba6c fixing the bustage 1999-08-10 09:11:47 +00:00
racham%netscape.com 5613dddcf2 fixing the bustage 1999-08-10 08:59:00 +00:00
brendan%mozilla.org 17411df5fe Regenerate to eliminate degenerate unsigned comparisons and dead code. 1999-08-10 07:30:11 +00:00
radha%netscape.com 65adc50624 New methods for back and forward button popups 1999-08-09 00:54:20 +00:00
radha%netscape.com 8157579dfd New methods for back an dforward button popups 1999-08-09 00:53:39 +00:00
radha%netscape.com 2089e81ea0 New methods for back, forward button popups and Go menu 1999-08-09 00:52:04 +00:00
morse%netscape.com 05534f19dd cleaned up dialogs 1999-08-06 00:29:10 +00:00
waterson%netscape.com 732f94e884 Remove global history; move to webshell. 1999-08-05 05:13:34 +00:00
valeski%netscape.com 493ae6bd9e api change to nsIWebShell and nsIDocumentLoaderObserver. I've replaced all the old method delarations with the new versions. We now pass 'nsresult' types into the On*() methods instead of PRInt32. The PRInt32 arg type was causing data loss.
I also checked in a fix for bug 10848 (which prompted the api change), and 10549 (these changes were in nsWebShell.cpp).
1999-08-05 01:28:30 +00:00
valeski%netscape.com 5703191006 we're now returning load url error codes out 1999-08-04 21:45:06 +00:00
sdagley%netscape.com 0d1e67aedf File Removed. 1999-08-04 02:17:41 +00:00
slamm%netscape.com 2f68d0049c Remove unused appcore. Replaced by JS code. 1999-08-03 20:59:40 +00:00
sdagley%netscape.com 3209ebf605 Removed some obsolete files from the makefiles. First step in addressing bug #11024. 1999-08-03 20:52:15 +00:00