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

535 Коммитов

Автор SHA1 Сообщение Дата
kipp%netscape.com aae43526fb Use nsAutoString to reduce malloc/free calls 1999-09-13 14:26:56 +00:00
vidur%netscape.com adee81749d Fixed memory leaks 1999-09-11 02:03:52 +00:00
alecf%netscape.com 1244b0b3c1 remove use of COMMANDLINE_IID 1999-09-10 05:31:00 +00:00
morse%netscape.com 6bbfbd49ca localize wallet xul files 1999-09-09 06:43:15 +00:00
alecf%netscape.com 05190851d4 appcores dont need xplib anymore 1999-09-09 06:30:05 +00:00
dougt%netscape.com 8fdaa5dc38 removing redundant default/ in chrome URI string. 1999-09-04 00:02:35 +00:00
morse%netscape.com 31c54280a3 convert viewers from html to xul 1999-09-03 04:55:23 +00:00
radha%netscape.com 182c9af764 New methods to set and get history state 1999-09-02 21:37:25 +00:00
slamm%netscape.com 09d51b6c8b Add 'select all' 1999-09-01 20:14:02 +00:00
radha%netscape.com 5b55595e21 Fix warnings 1999-09-01 13:58:31 +00:00
cyeh%netscape.com 34cd2ddae1 Remove IGNORE_MANIFEST=1. It doesn't do anything and it confuses people. 1999-09-01 01:13:14 +00:00
joki%netscape.com 155255be20 Adding new flag to the security check calls out of the DOM generated JS files. 1999-08-31 14:23:55 +00:00
rjc%netscape.com 6ae296bcb3 Get rid of rdf appcore header file. 1999-08-30 09:27:19 +00:00
rjc%netscape.com 0e19e9a7ef Also remove nsidomrdfcore.h 1999-08-30 09:09:12 +00:00
rjc%netscape.com abff07c5fd Oops, missed these! 1999-08-30 09:07:58 +00:00
rjc%netscape.com a64e2bcf4f Bye bye, RDF AppCore. 1999-08-30 08:48:52 +00:00
radha%netscape.com 7246ff978d Enable Session history in Go menu 1999-08-28 23:58:29 +00:00
dougt%netscape.com 8fdac273fb Adding protocol icon support. 1999-08-27 21:39:40 +00:00
rjc%netscape.com bfa70305e3 Use nsIXULSortService 1999-08-27 06:55:10 +00:00
morse%netscape.com de3f449ee1 remove warning messages 1999-08-25 21:47:50 +00:00
brendan%mozilla.org defeffaabd 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 cd4f389b7c remove wallet's auto-capturing 1999-08-24 00:48:16 +00:00
ramiro%netscape.com 56b62f3790 Cleanup the jsdom and jsurl linking mess. 1999-08-22 11:05:45 +00:00
mccabe%netscape.com dd27718a80 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 4d20c10700 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 0ce57055ba 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 43c2c7fadb 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 937ad16436 remove long obsolete dialog code 1999-08-10 22:45:06 +00:00
davidm%netscape.com feb6a58833 remove dialog code. return error code from history to fix bug 11489 1999-08-10 22:43:24 +00:00
mccabe%netscape.com 2a403483de 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 fa19a5296c fixing the bustage 1999-08-10 09:11:47 +00:00
racham%netscape.com c73fd5b141 fixing the bustage 1999-08-10 08:59:00 +00:00
brendan%mozilla.org 6ae312488c Regenerate to eliminate degenerate unsigned comparisons and dead code. 1999-08-10 07:30:12 +00:00
radha%netscape.com 0b31030cb4 New methods for back and forward button popups 1999-08-09 00:54:20 +00:00
radha%netscape.com 4836289043 New methods for back an dforward button popups 1999-08-09 00:53:39 +00:00
radha%netscape.com 93dd19775a New methods for back, forward button popups and Go menu 1999-08-09 00:52:04 +00:00
morse%netscape.com e3092f3888 cleaned up dialogs 1999-08-06 00:29:10 +00:00
waterson%netscape.com 1b9906d636 Remove global history; move to webshell. 1999-08-05 05:13:34 +00:00
valeski%netscape.com 0efb259cfa 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 c154601cf9 we're now returning load url error codes out 1999-08-04 21:45:06 +00:00
sdagley%netscape.com de79b4a18c File Removed. 1999-08-04 02:17:41 +00:00
slamm%netscape.com 4122a667f2 Remove unused appcore. Replaced by JS code. 1999-08-03 20:59:40 +00:00
sdagley%netscape.com 6ad46f9849 Removed some obsolete files from the makefiles. First step in addressing bug #11024. 1999-08-03 20:52:15 +00:00
warren%netscape.com e317552c69 Added debug code to print out timing. 1999-07-31 06:35:08 +00:00
mscott%netscape.com aa51635bc8 fix build breakage...include config.mak 1999-07-29 03:59:32 +00:00
danm%netscape.com 25c2d9c6ad hooking up window OS border control from JS/C++ 1999-07-27 06:34:25 +00:00
mscott%netscape.com 930493c1ba necko only! Fix several necko problems where we are calling GetBuffer on an nsString and passing the result into
NS_NewUri. If the nsString is unicode then GetBuffer returns null which is not the desired behavior.
I also cleaned up the necko stuff a bit as we were doing some extraneous steps. With this change you can bring
up bookmarks in apprunner.
1999-07-24 02:06:30 +00:00
gagan%netscape.com 14c1cb2c49 Replaced resource:// with resource:/ to be more compliant with our parsing rules. 1999-07-21 11:48:56 +00:00
mscott%netscape.com f9d3c8cee8 Necko change only! Don't call GetBuffer on the nsString passed into ShowWindowWithArgs. if the nsString is a 2 byte string
this method returns an empty string! Use nsCAutoString instead which will do the dirty work of efficiently
creating a one byte version of the nsString if it needs to. Otherwise it shares the single byte buffer inside
of the nsString.
1999-07-20 20:50:06 +00:00
mcafee%netscape.com aac065d5e7 Fixinging warnings. 1999-07-20 20:18:53 +00:00