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

690 Коммитов

Автор SHA1 Сообщение Дата
sfraser%netscape.com b1b2a330a9 Removing nsIQFAServices.idl to fix build bustage. a=leaf 1999-09-30 20:08:45 +00:00
ramiro%netscape.com 233e69ed0b Fix build bustage. 1999-09-30 19:34:26 +00:00
namachi%netscape.com 03b0f044bf Approved by leaf. Removing fullcircle from mozilla builds 1999-09-30 19:03:27 +00:00
shaver%netscape.com 209ddb7236 missed more nsIRegistry::Key usages 1999-09-29 03:26:24 +00:00
radha%netscape.com 1137a05f96 Fix for 14967. r=pollmann, a=chofmann 1999-09-28 22:17:49 +00:00
sdagley%netscape.com 9b9fc2bfe4 Landing fix for davidm. Returning nsnull was being interpreted as no error so changing to a return code that indicates an error. 1999-09-22 06:02:21 +00:00
radha%netscape.com 0c373e3746 Fix crashes due to reference counting problems 1999-09-21 21:35:59 +00:00
waterson%netscape.com 88220ac198 Fix backwards return values on nsIEnumerator::IsDone(). 1999-09-21 01:28:18 +00:00
davidm%netscape.com e24f23f6d8 update to call quit rather than shutdown. 1999-09-20 01:52:21 +00:00
colin%theblakes.com 749bd3abd6 Link with MOZ_NECKO_UTIL_LIBS 1999-09-18 16:29:07 +00:00
briano%netscape.com 8019ec7ab8 General cleanup. 1999-09-18 03:45:05 +00:00
davidm%netscape.com ed1ce45ba7 Add extra chrome flag for the sidebar and taskbars 1999-09-18 03:24:34 +00:00
davidm%netscape.com efdd214d19 [PP]Regression: File|Exit does not close apprunner. Make hidden window small on the mac with no chrome 1999-09-18 03:21:30 +00:00
sfraser%netscape.com 7b0ec6b633 Fix bustage; remove test for stack-based nsFileSpec. 1999-09-18 00:48:13 +00:00
neeti%netscape.com 372df5c83a Added GetDefaultFolder api 1999-09-17 23:25:05 +00:00
sfraser%netscape.com ec65f9bcfc Don't crash when closing the not-so-hidden window. 1999-09-17 19:56:53 +00:00
briano%netscape.com fa792c2eac Fixed the Unix native compiler breakage. Replaced the invalid 'true' with 'PR_TRUE'. 1999-09-17 03:25:58 +00:00
davidm%netscape.com 7b2f625c30 break shutdown into quit and shut down. Add code to not quit on mac when last window closed. Load wallet files directly rather than going through the appcore 1999-09-16 23:42:49 +00:00
radha%netscape.com d729a77d5e When invoking the mail composer upon on a click on a mailto: link, make
sure the to, cc, subject arguments are passed to the composer
1999-09-15 19:33:46 +00:00
danm%netscape.com ab8fa3fdce window.open(,_blank) now always opens a new window. r:joki 1999-09-15 00:40:06 +00:00
law%netscape.com 5a3837127e Fix title in view source window 1999-09-14 21:45:12 +00:00
jj%netscape.com a023ba7376 add nsIQFAServices.idl for quality feedback agent. 1999-09-14 21:07:52 +00:00
cyeh%netscape.com c0aed4beee add idl header for quality feedback agent 1999-09-14 21:03:57 +00:00
cyeh%netscape.com 05dee0ccd1 set id back to null. note to self, explicit checkins are your friend. 1999-09-14 20:47:35 +00:00
cyeh%netscape.com 9941c92282 *** empty log message *** 1999-09-14 20:44:58 +00:00
davidm%netscape.com f26e37b316 13698 Assertion: "uh oh, couldn't Init() for some reason" (NS_SUCC reorder unregister code so this doesn't happen 1999-09-14 04:22:12 +00:00
briano%netscape.com 15aae1ec7b Also need to link with libfullsoft.a if Talkback is enabled. 1999-09-14 03:35:02 +00:00
davidm%netscape.com 926064a8fb fixes to get the select dialog working 1999-09-12 23:51:51 +00:00
pierre%netscape.com 57275c3519 Fixed crash on Quit due to a double delete of the nsAppShellService (it was noticed with debug builds on the Mac but it was affecting other platforms too) 1999-09-11 06:25:51 +00:00
hyatt%netscape.com 7af694338d Popup work. 1999-09-10 08:56:26 +00:00
briano%netscape.com c1c1f5abde General cleanup. 1999-09-10 08:33:09 +00:00
alecf%netscape.com 04a0e5f982 oops, switch from char[] to char* 1999-09-10 07:18:06 +00:00
alecf%netscape.com ba79f3a01c added files: mozilla/xpfe/appshell/public/nsICmdLineService.idl 1999-09-10 05:42:54 +00:00
alecf%netscape.com 378928574b IDLize nsICmdLineService 1999-09-10 05:42:11 +00:00
davidm%netscape.com 31227680f3 add nsAbout 1999-09-10 05:26:27 +00:00
davidm%netscape.com efca24093e First Checked In. 1999-09-10 05:25:44 +00:00
kipp%netscape.com f95d8ef170 Use nsAutoString to avoid malloc's 1999-09-09 20:44:17 +00:00
davidm%netscape.com 19b6c718cf remove Mac command line initialation 1999-09-03 23:42:40 +00:00
davidm%netscape.com b8a99c68e6 Move nsCommandLineServiceMac to apprunner to allow initialization before XPCOM registration 1999-09-03 23:42:13 +00:00
radha%netscape.com b8b896478f New methods to set and get history state 1999-09-02 21:37:25 +00:00
davidm%netscape.com b0c068afd0 Update to support dialog titles and more than 2 buttons 1999-09-02 00:18:54 +00:00
davidm%netscape.com 9d64a9d8a1 Add support for setting the window title. Add support for up to 4 buttons 1999-09-02 00:17:03 +00:00
dougt%netscape.com d3c1978bfd adding nsISupport to the QI. 1999-09-01 21:37:19 +00:00
law%netscape.com bd0d025177 Fix typo 1999-09-01 21:31:29 +00:00
radha%netscape.com c26a3ffd1f Fix warnings 1999-09-01 13:58:31 +00:00
cyeh%netscape.com c0e8a86c45 set the build ID back to null. accidental checkin 1999-09-01 01:48:12 +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
davidm%netscape.com 9cb1bab393 Checked in #ifdeffed out selectDialog code 1999-08-31 02:58:46 +00:00
davidm%netscape.com 431a3c53b0 Add enumerateAndInitialize to public interface. Move enumeration out of Init 1999-08-31 02:47:56 +00:00
danm%netscape.com 6bd5b390c3 SizeContentTo sizes content webshell (was sizing chrome webshell) 1999-08-31 00:20:11 +00:00
briano%netscape.com 1adac2c6da Cleaned it up to fix the Commercial build breakage. 1999-08-26 22:45:39 +00:00
law%netscape.com f7854b7a49 Fix for bug #9866; check for memory allocation failure 1999-08-25 23:15:37 +00:00
cyeh%netscape.com a08cd467b9 export new header nsBuildID.h 1999-08-24 01:00:35 +00:00
hyatt%netscape.com 5ef1ef61ca Patching a focus problem on web shell windows when no content area is contained in
a XUL file.
1999-08-24 00:43:31 +00:00
cyeh%netscape.com 2c782affe0 moving nsBuildID.h to new home. not a part of the build yet. 1999-08-23 22:58:17 +00:00
mccabe%netscape.com 809c56e21e Move remaining implementations in xpfe to using NS_DECL_NSIFOO. 1999-08-23 01:28:33 +00:00
mccabe%netscape.com 3d4917b628 Replace declarations of interface methods in implementation classes with xpidl-generated NS_DECL_NSIFOO.
Remainder of the netwerk portion of the NS_DECL_NSIFOO spam.
1999-08-22 23:52:07 +00:00
ramiro%netscape.com 1d23cab69b Cleanup the jsdom and jsurl linking mess. 1999-08-22 11:05:45 +00:00
radha%netscape.com b193e6d1a3 New methods to set and get title for an index 1999-08-20 05:25:55 +00:00
radha%netscape.com 5b440c493f New methods set/Gettitleforindex. 1999-08-20 05:09:42 +00:00
hyatt%netscape.com 3bee9b25b4 Disabling the old popup code. The new popup code will be coming online
soon.
1999-08-19 22:11:12 +00:00
sspitzer%netscape.com 7a7217ddb0 fix for #12133. get new message was crashing, because it was bringing up the password prompt dialog. nsDialogParamBlock should derive from nsIDialogParamBlock, not nsISupports. Bad things happen. thanks to mscott for the fix. 1999-08-19 18:27:18 +00:00
dp%netscape.com dc1af3c072 Trying to fix solaris bustage. 1999-08-19 16:57:32 +00:00
danm%netscape.com 4e4499b7e8 fix refcounting of parent window during window creation. fixes bug 12077. 1999-08-19 14:44:31 +00:00
sspitzer%netscape.com d8c53baaea fix warning 1999-08-19 06:27:24 +00:00
davidm%netscape.com 0931d89d07 remove custom button names 1999-08-19 03:26:37 +00:00
rhp%netscape.com 2998b4ee3e Fixing VC5 Build bustage 1999-08-18 07:45:30 +00:00
davidm%netscape.com 18638cfd1a Check in code to proxy calls over to nsICommonDialogs 1999-08-18 04:41:17 +00:00
davidm%netscape.com e8f53306e6 Add new routine for setting numer of strings Fix bug in password dialog 1999-08-18 02:15:06 +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
morse%netscape.com bee73134fe fix bugs 11716 and 11766 1999-08-14 16:56:52 +00:00
davidm%netscape.com d8defaff71 remove virtual destructor to fix crash on windows. 4279 Error with JS: window.confirm() method not defined 4279 [FEATURE] JavaScript Alert dialogs a= choffman 1999-08-14 01:35:17 +00:00
scc%netscape.com 944678da9d renamed to QueryReferent, do_QueryReferent, etc. 1999-08-13 23:00:58 +00:00
davidm%netscape.com a3a680a578 4279 Error with JS: window.confirm() method not defined 4279 [FEATURE] JavaScript Alert dialogs a= choffman 1999-08-13 21:04:48 +00:00
danm%netscape.com 1d4d71b2ca Landing modal dialogs from JS. More like a feature than stabilization. Apologies. approved: chofmann,don 1999-08-12 22:08:17 +00:00
radha%netscape.com c088a8fa72 Fix bustage on unix 1999-08-12 17:58:28 +00:00
radha%netscape.com 945aef5947 Fix for bug 11657. Pass load type as LOAD_NORMAL when a page is reloaded.
For everything else, pass LOAD_HISTORY as reload type.
review=nisheeth, approved=chofmann
1999-08-12 17:25:55 +00:00
briano%netscape.com 20cb56f470 Fixed the missing newline bug that was upsetting HP. 1999-08-12 01:53:17 +00:00
davidm%netscape.com 2290be63d4 11128 Title bar of windows not displaying correctly - change name of attribute 1999-08-11 03:47:00 +00:00
davidm%netscape.com 95e413cf5a Remove #ifndef NECKO around the alert and replace nsINetSupport with nsIPrompt 1999-08-11 03:05:25 +00:00
davidm%netscape.com 8a9583b465 add nsCommonDialogs and nsDialogParamBlock factories and registration 1999-08-11 03:03:47 +00:00
davidm%netscape.com c9ebe00bfa add nsCommonDialogs.cpp and nsDialogParamBlock.cpp 1999-08-11 03:02:38 +00:00
davidm%netscape.com 143666ef59 add nsCommonDialog.idl and nsDialogParamBloc.idl 1999-08-11 00:00:17 +00:00
davidm%netscape.com 77ff52db4c changed url of dialog 1999-08-10 23:37:29 +00:00
davidm%netscape.com b26e941e08 Add nsCommonDialogs.cpp and nsDialogParamBlock.cpp 1999-08-10 23:36:57 +00:00
davidm%netscape.com 009110fd7b add nsICommonDialogs.idl and nsIDialogParamBlock.idl 1999-08-10 23:35:44 +00:00
davidm%netscape.com ecf30c1806 add nsICommonDialog and nsIDialogParamBlock 1999-08-10 23:34:25 +00:00
davidm%netscape.com fa8217e1ab add nsCommonDialog.cpp and nsDialogParamBlock.cpp 1999-08-10 23:33:22 +00:00
davidm%netscape.com 36c717c184 First Checked In. 1999-08-10 22:14:38 +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
danm%netscape.com 8930846f80 re-enable app quit from menu 1999-08-09 22:28:30 +00:00
racham%netscape.com 5d0188b2cd renaming prefs file to prefs.js from prefs50.js, bug 5910 1999-08-09 21:08:54 +00:00
saari%netscape.com c4dc3e2db6 Adding Mac dynamic menus support. This touches a little XP code, notably, adding GetDOMNode and SetDOMNode to nsIMenuItem. 1999-08-09 19:14:38 +00:00
peterl%netscape.com 06eb8e340f removed hack forcing app into standard mode (now controlled by documents) 1999-08-08 01:20:28 +00:00
danm%netscape.com f6f105fe62 correct location of hiddenWindow.xul 1999-08-07 20:33:01 +00:00
danm%netscape.com f221b4e5c7 corrected chrome behaviour in window.open. removed warnings in nsWebShellWindow. 1999-08-07 02:51:03 +00:00
danm%netscape.com 31cfffd060 removed extra appshell->Exit. was unnecessary, and caused gtk some grief 1999-08-07 00:43:19 +00:00
morse%netscape.com 05534f19dd cleaned up dialogs 1999-08-06 00:29:10 +00:00
danm%netscape.com 03443ebcca attempts to find webshells with a null name now always fail. makes window.open() with null name open new window. seems not to break anything. you know who to beat up if it does. 1999-08-05 23:59:00 +00:00
hyatt%netscape.com 3a8e82a524 Fix for bug where window.title couldn't be set using onload handler. 1999-08-05 02:16:16 +00:00
danm%netscape.com 8990616188 fixed named frame targeting 1999-08-05 01:50:25 +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
danm%netscape.com d1f12ae485 enable non-chrome window.open for platforms other than Windows 1999-08-04 23:26:21 +00:00
radha%netscape.com ffa156c692 Pass url load type LOAD_HISTORY when loading a url due to a back or forward button click 1999-08-04 22:44:59 +00:00
radha%netscape.com 434b77186d Add a new loading type LOAD_HISTORY 1999-08-04 22:44:13 +00:00
danm%netscape.com 2c8a082b19 initialize what was an uninitialized variable. makes things better. 1999-08-04 04:31:01 +00:00
radha%netscape.com ab1456be8b Allow windows path formats, d:\, c:\ etc.. to be passed as command line urls 1999-08-03 22:15:14 +00:00
mcafee%netscape.com 451c4afcee Converting to stream implementation of HTTP posting, this obsoletes nsIPostData and nsIPostToServer. a=warren 1999-08-03 20:51:41 +00:00
danm%netscape.com 9d29324b32 modal dialogs from C off the UI thread. a bit premature: works on Win and Mac. Issue addressed on gtk, but not there yet. 1999-08-03 07:06:32 +00:00
hyatt%netscape.com bb9bfa6013 Fixing separators also. 1999-08-02 08:59:56 +00:00
hyatt%netscape.com eb3fa406fb Fixing separators also. 1999-08-02 08:59:35 +00:00
hyatt%netscape.com 49001a9b2b Fixing Mac breakage where menu items don't execute when selected. 1999-08-02 08:55:15 +00:00
danm%netscape.com 8a4c4a6b11 update nondynamic (mac) menu loading code to use xul syntax new since yesterday (name becomes value) 1999-08-01 04:21:50 +00:00
hyatt%netscape.com 0ffe2da7fc Cleaning up this XUL command thing a bit. 1999-07-31 22:51:05 +00:00
hyatt%netscape.com 1997656007 Doing a little bit of cleanup on the webshell window. 1999-07-31 22:48:28 +00:00
hyatt%netscape.com 1b037cda48 Fixing nsIXUlWindowCallbacks bustage. I accidentally commented out the
ExecuteStartupCode() function, which still needs to be called for now.
1999-07-31 21:08:10 +00:00
hyatt%netscape.com 464ff83329 Phase 3. Enabling XP menus on the menu bar. 1999-07-31 11:29:03 +00:00
hyatt%netscape.com 1b63cf98da Patching non-dynamic native menu impls. These include the Mac and BeOS.
Note that the only XUL files currently patched as of this checkin are
the global overlays and navigator.xul.  You won't see any menus in any
other windows right now.

I will now begin patching XUL files.  Once I am finished with the XUL,
phase 2 will be complete (i.e., as of this checkin, all C++ code for
phase 2 is in).
1999-07-31 07:15:20 +00:00
briano%netscape.com d1d9698db3 Added a newline to the end of file to fix the Unix native compiler builds. 1999-07-30 21:49:32 +00:00
cltbld%netscape.com d67a055739 anal cleanup. 1999-07-29 20:02:29 +00:00
mscott%netscape.com 293095a950 fix build breakage...include config.mak 1999-07-29 03:59:32 +00:00
mscott%netscape.com 5f377c3034 add one more necko ifdef for davidm. 1999-07-28 03:40:03 +00:00
davidm%netscape.com 0be47de510 #if def out the code so NECKO doesn't break 1999-07-28 03:37:30 +00:00
davidm%netscape.com 6c33e94801 4279 [FEATURE] JavaScript Alert dialogs 1999-07-28 02:52:14 +00:00
davidm%netscape.com 300528253e Change code so JS doesn't throw 1999-07-27 23:16:52 +00:00
danm%netscape.com 9ff13525b3 straighten out OS chrome flags and synchronize in Windows source 1999-07-27 22:42:34 +00:00
danm%netscape.com 743f1947e6 hooking up window OS border control from JS/C++ 1999-07-27 06:34:24 +00:00
pavlov%netscape.com 8b8b9c3727 window creation changes 1999-07-27 04:27:17 +00:00
joki%netscape.com deb676cd44 Event fixes to allow key event handling by GFX widgets and fixes for window.defaultStatus. 1999-07-26 15:02:19 +00:00
hyatt%netscape.com 82548ffa57 Changing the popup events' names. 1999-07-26 09:19:45 +00:00
rickg%netscape.com a6893725cd replaced call to deprecated string API 1999-07-26 00:51:00 +00:00
davidm%netscape.com 3c7d624e93 Change return value when no window is found to NS_OK. Init variable to NULL 1999-07-23 03:14:43 +00:00
danm%netscape.com 15f5ce54da reversing inadvertent removal of dynamic menubar 1999-07-23 02:37:14 +00:00
danm%netscape.com 2e39eab67d removing IsMenuBarVisible -- it was a mistake, and unused 1999-07-22 23:41:50 +00:00
hyatt%netscape.com cc8ec5524d Fixing a security violation in GetContentWebShell. When no shell was found, it
was returning the chrome shell.  It should just return nsnull instead.
1999-07-22 22:48:23 +00:00
nisheeth%netscape.com 6053670fe6 Fix for bug 10028. We handle mixed case mailto urls properly now. 1999-07-22 22:34:28 +00:00
danm%netscape.com 6c4769c9d9 make window.open windows visible 1999-07-21 06:37:58 +00:00
danm%netscape.com f8875221d4 necko-copacetic version of last checkin 1999-07-21 02:58:26 +00:00
danm%netscape.com 9ffa33e599 last fix won't actually work. it's too early. 1999-07-20 15:38:36 +00:00
danm%netscape.com dcb9153588 temporary build redness fix disables hidden window 1999-07-20 15:26:44 +00:00
danm%netscape.com f358772bb2 adding initial hidden window to AppRunner 1999-07-20 14:40:55 +00:00
joki%netscape.com 0af283b8e2 Updating DOM event apis and changing behavior to properly respect capturing, bubbling, and cancellation methods. 1999-07-19 19:54:34 +00:00
davidm%netscape.com 86606749ff Fix a couple of refcount bugs. Add routine to convert from nsISupports to nsIDOMWindow object 1999-07-18 23:46:04 +00:00
morse%netscape.com 6fb87f24b3 xul files have moved 1999-07-17 02:04:09 +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
gordon%netscape.com b15ee35f12 Changed value returned inside #ifdef NECKO. 1999-07-14 21:17:40 +00:00
blizzard%redhat.com 650089e50c Make sure that mWebShell has the Show() method called on it when mWindow does. This fixes the xlib gray screen and should allow some hacks to be removed from the gtk code. Checkin approved by hyatt and cyeh. 1999-07-12 20:31:03 +00:00
duncan%be.com c8a258ae7c Temporary fix for BeOS menus: do not load dynamically. Will try to
fix this for M9.
BeOS only checkin authorized by cyeh.
1999-07-12 19:15:01 +00:00
radha%netscape.com 5d6c22f4d6 Don't include MsgCompose header files to invoke the Messenger when a mailto: is clicked.
Use ToolkitCore.ShowWindowWithArgs instead. I know about all that is going on
regarding using window.open instead of showwindowwithargs. But in this case,
I really have no choice. Plus, this code will go away when I get to use
NECKO's protocol registry.
1999-07-10 00:15:04 +00:00
pavlov%pavlov.net 8792734fb7 fix bug 9564 r=mcafee a=cyeh 1999-07-09 23:41:29 +00:00