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

563 Коммитов

Автор SHA1 Сообщение Дата
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
rjc%netscape.com b097f6b098 Yes, I know this file is generated, but since we need to get rid of the RDF AppCore at some point ANYWAY, let's at least get rid of the annoying compiler warnings for the short term. 1999-07-18 08:28:09 +00:00
law%netscape.com 6c9001419d New and improved unknown file type dialog implementation 1999-07-16 23:50:25 +00:00
warren%netscape.com 84bd74a4fd Big changes for Necko load groups. Things are much happier now. Now images work (on pages, but not in chrome). 1999-07-16 11:14:36 +00:00
mcafee%netscape.com 994107ca5c Removing unused variables, fixing linux warnings. 1999-07-15 02:57:16 +00:00
mcafee%netscape.com 2232166453 Removing unused variables, fixing warnings. 1999-07-15 01:51:21 +00:00
law%netscape.com c97e729f96 Fix for bug #8537; reviwed by sfraser, approved by chofmann 1999-07-09 01:23:33 +00:00
valeski%netscape.com a4d14d99aa getbuffer to tonewcstring 1999-07-07 14:50:42 +00:00
hyatt%netscape.com eef8de7fca Fixing the toolkit core's ShowWindow methods to not SHOW THE DAMN WINDOW
ON THEIR OWN.  Why are these %^*%^&%&^ methods still being used everywhere?
1999-07-05 17:01:55 +00:00
hyatt%netscape.com 73b08a974d Checking in support for intrinsic sizing of chrome. 1999-07-04 04:09:54 +00:00
waterson%netscape.com 3870de7c1e Remove DOMProps core. It's obsolete. 1999-07-03 04:37:41 +00:00
waterson%netscape.com c312a4f2a3 Get rid of the DOMProps core. It's obsolete. 1999-07-03 04:35:57 +00:00
dveditz%netscape.com 0eb6c820cf nakefile cleanups 1999-07-02 13:42:17 +00:00
warren%netscape.com bd73f68e8b Renamed OnStartBinding/OnStopBinding to OnStartRequest/OnStopRequest (removing the redundant ones from necko). Numerous necko fixes. Necko now using nsIPrompt interface instead of nsINetSupport. 1999-07-01 19:30:20 +00:00
evaughan%netscape.com 54afa7f4f6 Added anonymous node support.
Added splitters
Added Grippies.
1999-06-30 22:17:43 +00:00
slamm%netscape.com e273d40ae4 Quiet unused variable warnings. This file should go away soon anyway. 1999-06-30 20:43:35 +00:00
valeski%netscape.com c043bd4aa3 necko build 1999-06-28 14:16:31 +00:00
warren%netscape.com fbc735f510 Last of the necko ifdefs. Now we link with necko. 1999-06-28 10:35:57 +00:00
radha%netscape.com 81e099f3fd Disable relaod button while loading a page 1999-06-24 21:59:02 +00:00
sspitzer%netscape.com 1c34c4a672 check return values. don't compare a nsresult with NS_OK directory, use the macros. 1999-06-24 21:16:01 +00:00
radha%netscape.com d849323c55 Hookup reload button to session History 1999-06-24 20:18:28 +00:00
radha%netscape.com 5d5f1d59f3 Hook up reload button to browserappcore 1999-06-24 20:17:58 +00:00
radha%netscape.com 6152c26cd9 Hookup reload button to appcores and session History 1999-06-24 20:17:36 +00:00
danm%netscape.com 582ad47b3f teach RunModalDialog to use extant windows; use one in NetSupportDialog (fixes bug 7858). remove AppShellService interface references 1999-06-24 03:29:22 +00:00
warren%netscape.com 1f76168d21 Renamed nsIURL to nsIURI in preperation for necko. More NECKO ifdefs too. 1999-06-23 03:29:44 +00:00
mcmullen%netscape.com e58ab47331 Replaced nsFileChooser with the original nsIFileSpecWithUI 1999-06-22 07:05:22 +00:00
sfraser%netscape.com ee744a53cc File Removed. 1999-06-21 22:39:37 +00:00
sfraser%netscape.com 2f6066904d Removal of old EditorAppCore code. 1999-06-21 22:33:29 +00:00
sfraser%netscape.com f91cd68b7d Removal of nsIDOMEditorAppCore.h 1999-06-21 22:32:32 +00:00
sfraser%netscape.com 3df12977f5 Removal of nsIDOMEditorAppCore.h and idl. 1999-06-21 22:32:22 +00:00
radha%netscape.com 5a8751c744 New interfaces to nsIsessionHistory added 1999-06-21 22:15:11 +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 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
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 0e2aa5d823 Leak fixing. CreateNewTopLevel window returns an AddReffed window. You must release it. 1999-06-19 21:53:00 +00:00
sspitzer%netscape.com fe9b59d164 fix build bustage. 1999-06-19 21:47:30 +00:00
morse%netscape.com 0651f7eed5 remove wallet viewers from appcore 1999-06-19 21:12:44 +00:00
valeski%netscape.com e23b3c673c NECKO ifdef (ifdef'd _off_ by default) this checkin should not impact anything. checkin approved. If someone runs into a problem, call me at 303.546.0061. 1999-06-18 17:34:08 +00:00
radha%netscape.com 18003e1d31 Fix for bug # 8390. Create one instance of session history per window.
Code reviewed by mcmullen. approved by chofmann
1999-06-17 23:45:33 +00:00
sspitzer%netscape.com 34576fe309 fix warnings.
also Back() and Back(nsIWebShell *) existed, and this is bad.
Renamed Back(nsIWebShell *) to GoBack(nsIWebShell *).
1999-06-16 06:38:44 +00:00
sspitzer%netscape.com 03ec49fe9e More build breakage fixes.... 1999-06-16 04:34:25 +00:00
sfraser%netscape.com 92897b1dc1 Pinkterton removed the wrong line. He meant to remove nsIDOMToolbarCore.h, not nsIDOMToolkitCore.h 1999-06-16 04:17:12 +00:00
sspitzer%netscape.com 3cbd1d2a40 more build bustage fixes. burn, hollywood, burn. 1999-06-16 02:37:48 +00:00
danm%netscape.com 0e5788ca4a released modal dialog windows after use 1999-06-16 00:34:11 +00:00
pinkerton%netscape.com 0c1afd4a65 remove the toolbar appCore from the build. 1999-06-16 00:32:12 +00:00
radha%netscape.com 67dc51f1c8 Session History interface changes. 1999-06-15 23:27:10 +00:00
mcmullen%netscape.com fa35bdfa22 Changed API for nsIFileLocator 1999-06-15 05:18:00 +00:00
radha%netscape.com 9f4b993fdf OnEndDocumentLoad() now has a pointer to the caller in the argument list 1999-06-14 22:09:55 +00:00
radha%netscape.com 85a2a8452c Implement Session history interfaces 1999-06-14 22:09:13 +00:00
morse%netscape.com f270a0605f remove wallet-related stuff from appcores 1999-06-13 15:01:07 +00:00
morse%netscape.com 7596265d08 fix bug 8050 1999-06-13 02:05:14 +00:00
racham%netscape.com 68a0b30566 New interfaces to profiles 1999-06-12 00:50:17 +00:00
racham%netscape.com c29a663e78 New Interfaces for profiles 1999-06-12 00:48:12 +00:00
sfraser%netscape.com 30b2f1fa74 Remove EditorAppCore files 1999-06-11 19:10:51 +00:00
sfraser%netscape.com 50d078dc21 Removed EditorAppCore files 1999-06-11 19:08:51 +00:00
sfraser%netscape.com fc814c5166 EditorAppCore is dead. Long live EditorAppCore! 1999-06-11 18:59:41 +00:00
waterson%netscape.com 6f26f867c8 Make bookmarks functionality part of an XPIDL interface. 1999-06-11 06:17:46 +00:00
law%netscape.com 5398320ed1 Fix mac build bustage (file name was too long) 1999-06-10 23:45:54 +00:00
akkana%netscape.com e788ef70ea Remove unused third argument from InsertElement 1999-06-10 21:32:30 +00:00
mcmullen%netscape.com a31c6bb718 Removed PrefsCore from appcores - it's now an autoregistered, idlized component. 1999-06-09 21:28:47 +00:00
mcmullen%netscape.com 232f6f53e7 Removed PrefsCore 1999-06-09 21:08:30 +00:00
mcmullen%netscape.com 279ac096ce Removed PrefsCore from appcores - it's now an autoregistered, idlized component. 1999-06-09 21:06:48 +00:00
mcmullen%netscape.com 5f2ad4b014 Prefs core is gone 1999-06-09 21:01:40 +00:00
mcmullen%netscape.com 655fd71e5f PrefsCore now replaced by prefwindow object (idl) in xpfe/components 1999-06-09 20:47:50 +00:00
mcmullen%netscape.com 5b965c501d Removed PrefsCore from appcores - it's now an autoregistered, idlized component. 1999-06-09 20:42:55 +00:00
law%netscape.com 00e1d8fd66 Display links in status bar when moused over 1999-06-08 20:59:41 +00:00
matt%netscape.com c057794c3a fixing bug 6894 for the security guys 1999-06-08 20:52:33 +00:00
morse%netscape.com 3c51cf13ac fix wallet editor 1999-06-08 20:27:58 +00:00
morse%netscape.com 234b7f2ac4 BrowserAppCore.idl 1999-06-08 20:19:03 +00:00
akkana%netscape.com da6c34d908 Track change to OutputText/OutputHTML interfaces; Get rid of warnings 1999-06-07 21:13:59 +00:00
waterson%netscape.com d8efb9e424 Fix Unicode string initializer. 1999-06-07 20:00:43 +00:00