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

334 Коммитов

Автор SHA1 Сообщение Дата
alecf%netscape.com 378928574b IDLize nsICmdLineService 1999-09-10 05:42:11 +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 9d64a9d8a1 Add support for setting the window title. Add support for up to 4 buttons 1999-09-02 00:17:03 +00:00
law%netscape.com bd0d025177 Fix typo 1999-09-01 21:31:29 +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 431a3c53b0 Add enumerateAndInitialize to public interface. Move enumeration out of Init 1999-08-31 02:47:56 +00:00
cyeh%netscape.com a08cd467b9 export new header nsBuildID.h 1999-08-24 01:00:35 +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
radha%netscape.com 5b440c493f New methods set/Gettitleforindex. 1999-08-20 05:09:42 +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 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 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
morse%netscape.com 05534f19dd cleaned up dialogs 1999-08-06 00:29:10 +00:00
radha%netscape.com 434b77186d Add a new loading type LOAD_HISTORY 1999-08-04 22:44:13 +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
danm%netscape.com 743f1947e6 hooking up window OS border control from JS/C++ 1999-07-27 06:34:24 +00:00
danm%netscape.com f358772bb2 adding initial hidden window to AppRunner 1999-07-20 14:40:55 +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
gayatrib%netscape.com 19b53ef7bf Added new file spec for profile defaults folder 1999-07-07 01:05:39 +00:00
hyatt%netscape.com 59ffb0945b Removing the obsolete nsIWidgetController interface. 1999-07-04 19:46:05 +00:00
sdagley%netscape.com 91116e3b6b File Removed. 1999-07-04 06:16:08 +00:00
sdagley%netscape.com 799ffe9bb5 Another shot at fixing hyatt's build bustage. This file isn't actually generated even though there's a corresponding .idl file. Since hyatt added the define of NS_SIZETOCONTENT to the .idl file the Mac isn't finding it. 1999-07-04 06:00:14 +00:00
hyatt%netscape.com 2af7a6b407 Checking in support for intrinsic sizing of chrome. 1999-07-04 04:09:54 +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
nisheeth%netscape.com 0cfc91acbc Enabling IDL'ized nsIAppShellService on the Mac. 1999-06-30 23:55:10 +00:00
warren%netscape.com f5e1196f42 Last of the necko ifdefs. Now we link with necko. 1999-06-28 10:35:57 +00:00
danm%netscape.com 18e69811ef added 'content' property to JS window 1999-06-26 21:48:29 +00:00
nisheeth%netscape.com 09decd9f33 Turning on IDL'ization of nsIAppShellService on Unix.
VS: ----------------------------------------------------------------------
1999-06-25 19:44:18 +00:00
nisheeth%netscape.com 683f07e307 IDL'ized nsIAppShellService. Only enabling for windows right now... 1999-06-25 01:15:19 +00:00
radha%netscape.com b3fced3699 Implement reload feature 1999-06-24 20:16:38 +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
davidm%netscape.com 380d5fb7c3 screwed up adding .idl file 1999-06-22 03:27:38 +00:00
davidm%netscape.com e22caa3be7 File Removed. 1999-06-22 03:15:35 +00:00
davidm%netscape.com 15404e9217 add nsIWindowMediator.idl to build 1999-06-22 02:56:29 +00:00
radha%netscape.com 723bfeeb10 New interfaces to get and set urls for aparticular history entry 1999-06-21 22:14:27 +00:00
bruce%cybersight.com 015ea6cab8 Add |GetIID()| implementations. 1999-06-20 22:31:32 +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
mcmullen%netscape.com 97113dc05d #8326: Get rid of "Default" profile creation. Change nsFileLocations to return an error (or a null pointer) when there are no profiles. Fix wallet/singsign.cpp to check for the error. Code by racham: Fix nsFileLocations with new enum selectors for the profile root (code by racham) Fix nsProfile.cpp to use profileroot instead of profile when making profiles. r=racham@netscape.com, a=don@netscape.com 1999-06-17 23:02:39 +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
davidm%netscape.com 038cd3fe8e First Checked In. 1999-06-16 04:23:37 +00:00
sspitzer%netscape.com df79cbc90c more build bustage fixes 1999-06-16 02:21:19 +00:00
radha%netscape.com 3d210479e7 OOps. Commented out NS_NewSessionHistory() by mistake in the previous checkin 1999-06-16 00:35:53 +00:00
radha%netscape.com e70b90d033 Better behavior with nested frames 1999-06-15 23:26:06 +00:00
mcmullen%netscape.com c86ce45fcd Remove the trailing space in the module name. 1999-06-15 08:22:10 +00:00
mcmullen%netscape.com 428599a16b oh, that ./ again. 1999-06-15 05:57:17 +00:00
mcmullen%netscape.com dda146126f oh, that ./ again. 1999-06-15 05:56:33 +00:00
mcmullen%netscape.com a1ea729be1 idlized now 1999-06-15 05:29:54 +00:00
mcmullen%netscape.com 0795e51288 Added inline convenience methods. 1999-06-15 05:18:04 +00:00
mcmullen%netscape.com b7c7227d0f idlized nsIFileLocator 1999-06-15 05:18:02 +00:00
radha%netscape.com c22a32eebb Added nsISessionHistory.h 1999-06-14 22:36:46 +00:00
radha%netscape.com 55d3b8639e Session History. Initial checkins 1999-06-14 22:04:15 +00:00
mcmullen%netscape.com c3027d0b45 First Checked In. 1999-06-14 20:53:23 +00:00
danm%netscape.com 85d2dceb67 moved GetPrimordialThread from nsAppShellService to nsThread, as suggested by warren 1999-06-13 03:30:38 +00:00
racham%netscape.com 4d6ba6c5fa Method to forget the existing profile dir 1999-06-12 00:42:38 +00:00
danm%netscape.com a179e9aff5 adding access to primordial thread 1999-06-11 03:44:52 +00:00
davidm%netscape.com 32edf9062b Add ConfirmCheck 1999-06-05 01:10:18 +00:00
briano%netscape.com 7015c0970b Fixed the typo that was breaking Unix builds. 1999-05-19 03:48:06 +00:00
davidm%netscape.com f1f2a409c1 Added code to tell the window mediator about title changes and to post fix titles with a XUL attribute 1999-05-19 03:04:39 +00:00
davidm%netscape.com dfc689877e Add nsWindowMediator to build and factory 1999-05-19 02:57:55 +00:00
davidm%netscape.com ff0405986e Adding nsIWindowMediator.h 1999-05-18 21:41:13 +00:00
davidm%netscape.com 6c12ccd0d1 First Checked In. 1999-05-18 21:38:47 +00:00
waterson%netscape.com bd459d7b0f Move global history implementation out of appshell and into xpfe/components. 1999-05-18 04:11:43 +00:00
mcmullen%netscape.com b1f79d6597 Cleaned up the dictionaries. Added partial support for GetURL, OpenURL, quit, and dojavascript apple events. 1999-05-17 07:56:44 +00:00
law%netscape.com 58370f8c98 "Turn on app shell component autoloading" 1999-05-14 22:02:23 +00:00
danm%netscape.com 2177440c9e moving modal dialog code to one central location, where things won't be allocated and released in separate methods 1999-05-10 18:31:42 +00:00
hyatt%netscape.com 09ccd03368 Commit changes to support window.open and to switch over to nsIEventQueues. 1999-05-04 23:36:42 +00:00
sfraser%netscape.com 8f431b99ce Get Types.h from the system headers, not the user headers. 1999-04-28 06:42:21 +00:00
mcmullen%netscape.com 06e2b78e2c Added chrome, plugins, and components directories 1999-04-23 20:19:07 +00:00
mcmullen%netscape.com 09a2adb184 Added nsAppleEvents.h 1999-04-23 16:47:06 +00:00
mcmullen%netscape.com a3bea46baf First Checked In. 1999-04-23 16:46:08 +00:00
bruce%cybersight.com 6eaee22655 Hello. Today, we welcome Mr. New-line-at-end-of-file to class. Please treat him well. 1999-04-21 04:33:32 +00:00
hyatt%netscape.com f0c29e969c window.open lives. 1999-04-20 22:35:11 +00:00
mcmullen%netscape.com 2d297cd3cb Moved the system and special directory enums into disjoint ranges, so that nsIFileLocator can retrieve both. 1999-04-15 22:45:47 +00:00
davidm%netscape.com f69a2918c4 Fixed typo 1999-04-07 06:48:13 +00:00
davidm%netscape.com 0aced5fd0a Added nsINetSupportDialogService.h 1999-04-07 06:31:48 +00:00
davidm%netscape.com ca4fbc2bd1 added nsINetSupportDialogService.h 1999-04-07 06:30:28 +00:00
davidm%netscape.com ba7382d0be Add nsINetSupportDialogService.h 1999-04-07 04:59:56 +00:00
davidm%netscape.com 69335c71ca First Checked In. 1999-04-07 04:36:29 +00:00
davidm%netscape.com a3d1302ac1 Add declaration to prevent hard to figure out compiler error 1999-04-07 04:30:13 +00:00
jdunn%netscape.com 93af46f733 fix compiler warning because of 'comment' after endif 1999-04-02 21:03:15 +00:00
mcmullen%netscape.com c9152414d6 Make a change for Win32 1999-04-02 20:41:33 +00:00
mcmullen%netscape.com 8d56acc250 Added an assignment operator. 1999-04-02 20:39:15 +00:00
radha%netscape.com c596217f71 Global history implemented as a service 1999-04-01 20:20:24 +00:00
mcmullen%netscape.com b08d0caf2a Added nsIFileLocator.h to the exports. 1999-04-01 19:59:40 +00:00
mcmullen%netscape.com ce76ce5350 First Checked In. 1999-04-01 19:48:59 +00:00
mcmullen%netscape.com b882293d94 Try that without the typo. 1999-03-30 00:08:40 +00:00
mcmullen%netscape.com 533fe77fe4 Added nsXULWindowCallbacks.h to the build. 1999-03-29 23:37:20 +00:00
danm%netscape.com 34bfbb2738 closer to having a modal dialog loop on the Mac 1999-03-24 05:42:21 +00:00
danm%netscape.com 42308d50bf initial modal dialogs checkin (windows-only, UI thread only) 1999-03-20 04:13:09 +00:00
rpotts%netscape.com 10e62e5ceb Temporary XPConnectFactory (until the real one is available...). This will replace the AppCoresManager as the way to create C++ components in javascript... 1999-03-19 06:15:00 +00:00
radha%netscape.com 90bec9ef4d Add 2 interfaces to Get a handle to argc & argv 1999-03-19 01:14:29 +00:00
mcmullen%netscape.com 0128d66af5 Added nsFileLocations.cpp/.h to the build. 1999-03-14 00:03:21 +00:00
mcmullen%netscape.com d6490cd5f2 First Checked In. 1999-03-14 00:02:40 +00:00
rpotts%netscape.com dc933a59a5 Temporarily added a CID for the default protocol helper component... 1999-03-11 11:35:23 +00:00
scc%netscape.com 31ff626ae9 rename |IID()| --> |GetIID()| 1999-03-03 19:48:57 +00:00
danm%netscape.com bbf5a65c86 adding C XUL window construction callback 1999-02-26 02:22:42 +00:00
rods%netscape.com cb93818b9b Remmoved nsIXULCommand.h 1999-02-21 20:52:29 +00:00
rods%netscape.com 7c3a420407 Added static IID method 1999-02-21 20:52:04 +00:00
rods%netscape.com 7396ccd682 Completed work on -width and -height for specifying the initial size of the window 1999-02-18 21:52:27 +00:00
rods%netscape.com b254dc00c3 Added nsIMenuListener as the base class for nsIXULCommand 1999-02-17 16:11:13 +00:00
danm%netscape.com 207aac9356 added beginnings of toolkit dialog factory 1999-02-15 05:38:15 +00:00
rods%netscape.com 1291cb1b5f Added XULCommand back in fixed commands 1999-02-11 15:14:34 +00:00
pinkerton%netscape.com e785f72681 add the remaining things in this folder to the manifest so I don't have to do this process again. 1999-02-10 18:39:31 +00:00
pinkerton%netscape.com 115ceaab4c nsIXULCommand.h doesn't live here anymore. 1999-02-10 18:22:30 +00:00
pinkerton%netscape.com beb109269e export nsIWebShellWindow.h 1999-02-10 18:11:37 +00:00
rods%netscape.com 84f397a709 initial checkin 1999-02-10 17:31:17 +00:00
rods%netscape.com 85c4119851 Added new interface nsIAppShellService 1999-02-10 16:38:51 +00:00
mcafee%netscape.com 79fe731d55 moving to mozilla/widget -- saari 1999-02-05 09:01:06 +00:00
saari%netscape.com a30a5837d2 moving nsIXULCommand.h, nsXULCommand.h, and nsXULCommand.cpp to widget dll from appshell 1999-02-05 08:52:39 +00:00
saari%netscape.com f03cd61cdf and this should fix linux.... 1999-02-05 03:09:42 +00:00
saari%netscape.com b87db77dc7 fixing the right makefile this time 1999-02-05 03:09:07 +00:00
saari%netscape.com b8256d5831 First Checked In. 1999-02-05 02:17:40 +00:00
slamm%netscape.com 59b1a1e320 Removing module name that does not apply. 1999-01-27 19:54:36 +00:00
rods%netscape.com d6cda02e60 added nsXULCommand 1999-01-26 15:45:35 +00:00
rods%netscape.com 8fa9ba80f6 Added nsIXULCommand 1999-01-26 15:06:21 +00:00
rpotts%netscape.com a7fe26889c Added nsICmdLineService.h to the exports list... 1999-01-25 08:24:26 +00:00
saari%netscape.com 5d071b2b90 Fixing mac build. Tinderbox is lying. Misnamed NS_NewCommandLineServiceFactory renamed to NS_NewCmdLineServiceFactory \Index: nsICmdLineService.h =================================================================== RCS file: /m/pub/mozilla/xpfe/appshell/public/nsICmdLineService.h,v retrieving revision 1.1 diff -r1.1 nsICmdLineService.h 54c54 < NS_NewCommandLineServiceFactory(nsIFactory** aFactory); --- > NS_NewCmdLineServiceFactory(nsIFactory** aFactory); 1999-01-24 00:00:38 +00:00
radha%netscape.com c3b17f9867 Added nsICmdLineService.h 1999-01-22 22:20:23 +00:00
radha%netscape.com 535f1522e3 Interface for command line service provider 1999-01-22 22:18:49 +00:00
rpotts%netscape.com d7f7cf24b6 Added a controller CID string argument to createTopLevelWindow (for now)... 1999-01-21 07:18:30 +00:00
rpotts%netscape.com 70b0f261bb Added exports for nsAppShellCIDs.h and nsIWidgetController.h 1999-01-21 07:17:44 +00:00
rpotts%netscape.com e5fca632ae Interface for a non-ui controller component... 1999-01-21 07:17:01 +00:00
rpotts%netscape.com ea069c5667 AppShell CID file... 1999-01-21 07:15:52 +00:00
rpotts%netscape.com 4285c5a571 changed to use nscore.h for the NS_APPSHELL definition... 1998-12-30 00:03:00 +00:00
ramiro%netscape.com e38c60a2e1 Ignore generated files. 1998-12-14 16:27:13 +00:00
radha%netscape.com 1d3fa8da6f Initial checkin 1998-12-08 22:46:35 +00:00
rpotts%netscape.com 33610d9b6f public headers for the Application SHell services... 1998-12-03 01:36:47 +00:00