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

561 Коммитов

Автор SHA1 Сообщение Дата
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
warren%netscape.com 51b7182c90 Added debug code to print out timing. 1999-07-31 06:35:08 +00:00
mscott%netscape.com 293095a950 fix build breakage...include config.mak 1999-07-29 03:59:32 +00:00
danm%netscape.com 743f1947e6 hooking up window OS border control from JS/C++ 1999-07-27 06:34:24 +00:00
mscott%netscape.com a6a455042d 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 20c0996ab2 Replaced resource:// with resource:/ to be more compliant with our parsing rules. 1999-07-21 11:48:56 +00:00
mscott%netscape.com e9343dc620 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
rjc%netscape.com d899cc88ed 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 9f7a9d7672 New and improved unknown file type dialog implementation 1999-07-16 23:50:25 +00:00
warren%netscape.com c5684bf4d7 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 152fa82424 Removing unused variables, fixing linux warnings. 1999-07-15 02:57:16 +00:00
mcafee%netscape.com 3fec11df46 Removing unused variables, fixing warnings. 1999-07-15 01:51:21 +00:00
law%netscape.com a9f9214fe4 Fix for bug #8537; reviwed by sfraser, approved by chofmann 1999-07-09 01:23:33 +00:00
valeski%netscape.com b4526a197d getbuffer to tonewcstring 1999-07-07 14:50:42 +00:00
hyatt%netscape.com 644c475e40 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 2af7a6b407 Checking in support for intrinsic sizing of chrome. 1999-07-04 04:09:54 +00:00
waterson%netscape.com ed10f215c5 Remove DOMProps core. It's obsolete. 1999-07-03 04:37:41 +00:00
waterson%netscape.com 74a3141474 Get rid of the DOMProps core. It's obsolete. 1999-07-03 04:35:57 +00:00
dveditz%netscape.com 4c4f269dd4 nakefile cleanups 1999-07-02 13:42:17 +00:00
warren%netscape.com 8462929dda 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 903d3c7c19 Added anonymous node support.
Added splitters
Added Grippies.
1999-06-30 22:17:43 +00:00
slamm%netscape.com 26ecf990be Quiet unused variable warnings. This file should go away soon anyway. 1999-06-30 20:43:35 +00:00
valeski%netscape.com ed87f4394a necko build 1999-06-28 14:16:31 +00:00
warren%netscape.com f5e1196f42 Last of the necko ifdefs. Now we link with necko. 1999-06-28 10:35:57 +00:00
radha%netscape.com 2fd187dfdd Disable relaod button while loading a page 1999-06-24 21:59:02 +00:00
sspitzer%netscape.com fb4136baf8 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 d86f487270 Hookup reload button to session History 1999-06-24 20:18:28 +00:00
radha%netscape.com 044af2577e Hook up reload button to browserappcore 1999-06-24 20:17:58 +00:00
radha%netscape.com 42ec602889 Hookup reload button to appcores and session History 1999-06-24 20:17:36 +00:00
danm%netscape.com 962c82d198 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 23864df5e3 Renamed nsIURL to nsIURI in preperation for necko. More NECKO ifdefs too. 1999-06-23 03:29:44 +00:00
mcmullen%netscape.com 7bd4e0d954 Replaced nsFileChooser with the original nsIFileSpecWithUI 1999-06-22 07:05:22 +00:00
sfraser%netscape.com 07323bbcd6 File Removed. 1999-06-21 22:39:37 +00:00
sfraser%netscape.com ea55e499a9 Removal of old EditorAppCore code. 1999-06-21 22:33:29 +00:00
sfraser%netscape.com b45b5886b3 Removal of nsIDOMEditorAppCore.h 1999-06-21 22:32:32 +00:00
sfraser%netscape.com ef7a8f22ff Removal of nsIDOMEditorAppCore.h and idl. 1999-06-21 22:32:22 +00:00
radha%netscape.com 3f3591f3b3 New interfaces to nsIsessionHistory added 1999-06-21 22:15:11 +00:00
sfraser%netscape.com 19ec1b307d Remove wallet, signon and cookie core files. 1999-06-19 23:13:38 +00:00
morse%netscape.com bac02bccd2 fix mac bustage 1999-06-19 23:02:04 +00:00
sfraser%netscape.com c53b9b6ceb Leak fixes, and moved EndObservering and other cleanup from the dtor to Close(). 1999-06-19 22:50:46 +00:00
morse%netscape.com 2b8a0171e7 remove obsolete files 1999-06-19 22:33:17 +00:00
sfraser%netscape.com 437a0b1c9d Leak fixing. CreateNewTopLevel window returns an AddReffed window. You must release it. 1999-06-19 22:08:49 +00:00
sfraser%netscape.com f33ad6edc1 Leak fixing. CreateNewTopLevel window returns an AddReffed window. You must release it. 1999-06-19 21:53:00 +00:00
sspitzer%netscape.com 1f0c3764b1 fix build bustage. 1999-06-19 21:47:30 +00:00
morse%netscape.com db7c88a9a4 remove wallet viewers from appcore 1999-06-19 21:12:44 +00:00
valeski%netscape.com 487d9ea921 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 eb187b13b9 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 74bc1aa0c5 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 39ffcb036a More build breakage fixes.... 1999-06-16 04:34:25 +00:00
sfraser%netscape.com da08857ff5 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 2ef776e342 more build bustage fixes. burn, hollywood, burn. 1999-06-16 02:37:48 +00:00
danm%netscape.com 93def8f8a7 released modal dialog windows after use 1999-06-16 00:34:11 +00:00
pinkerton%netscape.com e2370b2b19 remove the toolbar appCore from the build. 1999-06-16 00:32:12 +00:00
radha%netscape.com 305a847533 Session History interface changes. 1999-06-15 23:27:10 +00:00
mcmullen%netscape.com d6c7e6474f Changed API for nsIFileLocator 1999-06-15 05:18:00 +00:00
radha%netscape.com 944a70ed38 OnEndDocumentLoad() now has a pointer to the caller in the argument list 1999-06-14 22:09:55 +00:00
radha%netscape.com 638f24afc0 Implement Session history interfaces 1999-06-14 22:09:13 +00:00
morse%netscape.com 8ec7170a2f remove wallet-related stuff from appcores 1999-06-13 15:01:07 +00:00
morse%netscape.com b95643af43 fix bug 8050 1999-06-13 02:05:14 +00:00
racham%netscape.com 71a2a211e9 New interfaces to profiles 1999-06-12 00:50:17 +00:00
racham%netscape.com 8a0bc8161d New Interfaces for profiles 1999-06-12 00:48:12 +00:00
sfraser%netscape.com 5c5fccbf33 Remove EditorAppCore files 1999-06-11 19:10:51 +00:00
sfraser%netscape.com 8ca5b8789e Removed EditorAppCore files 1999-06-11 19:08:51 +00:00
sfraser%netscape.com 22cf6fcb28 EditorAppCore is dead. Long live EditorAppCore! 1999-06-11 18:59:41 +00:00
waterson%netscape.com a418f70688 Make bookmarks functionality part of an XPIDL interface. 1999-06-11 06:17:46 +00:00
law%netscape.com ac6b4ff6d4 Fix mac build bustage (file name was too long) 1999-06-10 23:45:54 +00:00
akkana%netscape.com 2d89069222 Remove unused third argument from InsertElement 1999-06-10 21:32:30 +00:00
mcmullen%netscape.com f41836cba8 Removed PrefsCore from appcores - it's now an autoregistered, idlized component. 1999-06-09 21:28:47 +00:00
mcmullen%netscape.com 42c89d3a00 Removed PrefsCore 1999-06-09 21:08:30 +00:00
mcmullen%netscape.com 7d4bfdf085 Removed PrefsCore from appcores - it's now an autoregistered, idlized component. 1999-06-09 21:06:48 +00:00
mcmullen%netscape.com 1c75c7379a Prefs core is gone 1999-06-09 21:01:40 +00:00
mcmullen%netscape.com c4b91c48ed PrefsCore now replaced by prefwindow object (idl) in xpfe/components 1999-06-09 20:47:50 +00:00
mcmullen%netscape.com e063239e73 Removed PrefsCore from appcores - it's now an autoregistered, idlized component. 1999-06-09 20:42:55 +00:00
law%netscape.com d3849e81f3 Display links in status bar when moused over 1999-06-08 20:59:41 +00:00
matt%netscape.com e7d4fa1f77 fixing bug 6894 for the security guys 1999-06-08 20:52:33 +00:00
morse%netscape.com 0ad73d5767 fix wallet editor 1999-06-08 20:27:58 +00:00
morse%netscape.com b001e5fa20 BrowserAppCore.idl 1999-06-08 20:19:03 +00:00
akkana%netscape.com 507800ee9d Track change to OutputText/OutputHTML interfaces; Get rid of warnings 1999-06-07 21:13:59 +00:00
waterson%netscape.com 7dfe321970 Fix Unicode string initializer. 1999-06-07 20:00:43 +00:00
waterson%netscape.com 8eb98c8936 Remove related links data source. Hook up generic observer mechanism to document start- and end-load. 1999-06-07 19:55:45 +00:00