Commit Graph

365 Commits

Author SHA1 Message Date
sspitzer%netscape.com
f46ad05a0b fix for bug #40248. I was using the category manager incorrectly.
thanks to bruce@cubik.org for pointing it out.
2000-06-01 04:14:34 +00:00
pavlov%netscape.com
2804c173c5 fix for unix file picker not handling null window parents bug 34328 r=brendan, slamm
fix for mailnews' file->save as dialog not saving files on unix in due to its handling of file extentions and filters.  this code now uses nsIFilePicker.  fixes nsbeta2+ bug 31096. r=mscott
2000-05-25 00:44:10 +00:00
racham%netscape.com
67587077a0 Fixing bug 29093. Adding an entry for shrimp directory. r=amusil 2000-05-16 23:17:59 +00:00
warren%netscape.com
618d468469 Changes to unify nsINetPrompt with nsIPrompt, making single sign-on work. Single sign-on API changes. Fixes bugs 34583, 34720, 34725, 24746, 33094. r=sspitzer,morse 2000-05-16 05:35:23 +00:00
law%netscape.com
a97ea28d00 New native app support to enable Win32 dde 2000-05-12 22:37:20 +00:00
dougt%netscape.com
126a02889b adding xpfe file locations to be a provider of the nsDirectoryService.
r=dveditz@netscape.com
2000-05-11 21:06:17 +00:00
law%netscape.com
4e8c9aaf75 Export new nsINativeAppSupport interface header 2000-05-11 01:10:39 +00:00
dveditz%netscape.com
3141ce21a7 Adding the profile-chrome directory for use by skin installer 2000-05-05 04:03:17 +00:00
law%netscape.com
a9465e075b New interface to provide Win32 DDE support, not built yet 2000-05-03 23:14:59 +00:00
mscott%netscape.com
1971304ff9 Bug #33156 --> add a OnProgress handler 2000-04-25 05:51:04 +00:00
rjc%netscape.com
86992f09eb Add ability to find search.rdf or "Search Plugins" directory. 2000-04-23 04:45:39 +00:00
scc%netscape.com
9ac6c4fb06 making string conversions explicit 2000-04-18 07:44:58 +00:00
tbogard%aol.net
3601d309e9 Replace setNetworkActive and setWindowActive by just passing up the status in the new onStatusChange method. 2000-04-16 11:19:03 +00:00
tbogard%aol.net
cc02530d3b Removing the old session history interface. 2000-04-16 11:19:02 +00:00
danm%netscape.com
24641e5743 adding a 'center' method 2000-04-13 20:07:28 +00:00
tbogard%aol.net
d05eb8f1ea Changed the code to use the nsIXULBrowserWindow interface rather than poking attributes for setting throbber activity, window activity and location changing. This should speed things up a bit and also makes the code a bit cleaner. 2000-04-13 08:08:52 +00:00
putterman%netscape.com
8cbb6c9e43 Add a standalone message window and make multiple 3 pane configurations work. r=mscott, sspitzer. 2000-04-11 20:19:32 +00:00
danm%netscape.com
ad5caf7088 now additionally keeps track of windows in z-order 2000-04-01 22:07:41 +00:00
danm%netscape.com
511e20db53 add z-ordering attribute 2000-04-01 22:03:28 +00:00
tbogard%aol.net
249e773aae Changed the nsIXULBrowserWindow to distinguish between JS status and it's own status. Fixed bugs where pages that set the window.status wouldn't actually end up showing up correctly. Now status has a priority scheme where different status versus links etc take priority. Use the new interfaces on nsPIDOMWindow to get to the properties hanging off the js window object instead of the old separate list. 2000-03-31 03:36:26 +00:00
dougt%netscape.com
d3335d5b52 making bool of AlertCheck be a inout param. this was suggested by morse@netscape.com 2000-03-28 11:37:12 +00:00
tbogard%aol.net
4aeaa44d4e Added new file nsIXULBrowserWindow.idl. 2000-03-24 03:09:39 +00:00
dougt%netscape.com
081fe374c9 Adding AlertCheck() to common dialogs. r=davidm@netscape.com 2000-03-23 06:38:35 +00:00
sspitzer%netscape.com
a27c258b6e adding nsIUserInfo the the build 2000-03-12 07:51:35 +00:00
danm%netscape.com
0560402e53 persist size only when window is not minimized or maximized. bug 30116 r=scc a=jevering 2000-03-09 02:00:20 +00:00
sspitzer%netscape.com
f4cd0a1c67 not part of the build yet. 2000-03-01 05:17:06 +00:00
tbogard%aol.net
d0507604ce Removing nsIXULWindowCallbacks as it is no longer used. r=danm a=jevering 2000-02-29 22:11:33 +00:00
tbogard%aol.net
4551c424d8 Removing nsIXULWindowCallbacks from the build as it is no longer used. r=danm a=jevering. 2000-02-29 22:10:06 +00:00
tbogard%aol.net
d2a51867ff Removing nsIXULWindowCallbacks as they were removed from active use nearly 8 or more months ago. Getting rid of having to pass it around as a parameter and all that fun stuff. r=danm a=jevering 2000-02-29 22:03:49 +00:00
sspitzer%netscape.com
976819d442 change this to a wstring. not part of the build. 2000-02-29 01:38:45 +00:00
sspitzer%netscape.com
ae871d5874 not part of the build. 2000-02-29 00:49:46 +00:00
tbogard%aol.net
cf5a3f3925 Changed nsIAppShellService and nsIWindowMediator to talk in terms of nsIXULWindow instead of nsIWebShellWindow. Also removed the function nsIAppShellService::RunModalDialog since windows should be created using the nsIDOMWindow::OpenDialog. r=danm a=jevering 2000-02-29 00:20:55 +00:00
sspitzer%netscape.com
7cb570ad1b fix for #28911, r=alecf, a=jar. avoid loading in unnecessary dlls at startup. 2000-02-26 03:52:06 +00:00
sspitzer%netscape.com
9e1fffab82 not part of build, yet. 2000-02-26 03:29:24 +00:00
dougt%netscape.com
d076e83c8f fix for 26691. PDT+. reviewed by byner. This basically removes a assert that
was upsetting user of viewer.
2000-02-26 00:09:44 +00:00
sspitzer%netscape.com
56fb0c4bb2 clean up -help output. fix bug #26959, make it so when you start
a browser window, the right page (home, blank or last page visted) gets
loaded.  clean up tasksOverlay.js, navigator.js and Ensure1Window()
use the browser's command line handler (remove duplicate code).
remove uri dispatching ui and js.  r=mscott
2000-02-16 06:22:03 +00:00
tbogard%aol.net
1ad5c378d4 Added an intrinsic sizing attribute. r=hyatt 2000-02-14 06:10:52 +00:00
norris%netscape.com
2b4b436f5f Fix 25062 Reload vulnerability
25206 Reload vulnerability #2
Implement grant dialogs and persistence for capabilities.
most r=mstoltz, some code from morse w/ r=norris
2000-02-10 04:56:56 +00:00
sspitzer%netscape.com
72e8a9e317 make it so -chrome <chrome url> does the right thing.
r=mscott
2000-02-08 03:12:39 +00:00
sspitzer%netscape.com
9431eb3736 more changes to get everyone using my arbitrary command line handling.
removing "calendar" from the appearance pref panel, there is no calendar in
5.0.
r=mscott
2000-02-08 01:11:13 +00:00
sspitzer%netscape.com
c00837ec56 I hate copy and pasted code. write two macros to do all the work for me.
r=alecf
2000-02-06 12:21:22 +00:00
alecf%netscape.com
8e7d3b39ee make appshell into a component
r=sspitzer
2000-02-05 05:38:13 +00:00
sspitzer%netscape.com
5e8570bef6 building this on windows and linux, mac soon.
adding a #define for which category nsICmdLineHanders are for.
2000-02-04 23:07:27 +00:00
law%netscape.com
7d5448b5dd New splash screen stuff for windows version (plus removal of console from windows release builds); b=6391/22542, r=davidm@netscape.com (travis@netscape.com for the console stuff) 2000-02-04 14:40:08 +00:00
law%netscape.com
e706f60c92 Export new splash screen interface header (part of splash screen for windows changes); b=6391, r=davidm@netscape.com 2000-02-04 09:12:06 +00:00
sspitzer%netscape.com
d4401b412d add the interface for a command line handler. not part of build yet. 2000-02-04 04:33:46 +00:00
law%netscape.com
ad81185b3e New file needed for Win splash screen; b=6391,r=davidm@netscape.com 2000-02-04 03:24:55 +00:00
scc%netscape.com
8424ac3d64 removed errant |QueryInterface()|s in favor of appropriate macros, as part of bug#23737. Changed |NS_DEFINE_IID| to |NS_DEFINE_CID| where appropriate; or else removed it, and fixed up clients to use |NS_GET_IID| in the appropriate spots. Built and ran pre-checkin tests. r=pinkerton 2000-01-31 23:45:42 +00:00
tbogard%aol.net
458490db79 Changing casing to fall inline with idl rules. 2000-01-26 01:07:56 +00:00
tbogard%aol.net
e9a9b14772 Added the ability to get an enumerator that goes through "nsIWebShellWindow"s rather than DOM windows. These will soon become "nsIXULWindow"s thus the name. 2000-01-25 02:52:55 +00:00
tbogard%aol.net
93a2638f9a Started filling in methods needed on nsIXULWindow. (This is not hooked to the build). 2000-01-22 03:13:20 +00:00
tbogard%aol.net
3191ddb194 Added nsIXULWindow.idl and put the list in alpha order. 2000-01-14 04:33:54 +00:00
tbogard%aol.net
d3dd8a79de Added nsIXULWindow.idl to the build. 2000-01-14 04:24:16 +00:00
tbogard%aol.net
5913a2f65d First check-in. Empty right now, but it will grow into a big boy real soon now. 2000-01-14 04:23:38 +00:00
morse%netscape.com
61a9624d09 fix bug 23037, allow autofill to use double-byte characters for i18n, r=dp 2000-01-12 21:53:32 +00:00
morse%netscape.com
0d7d7eea84 add UniversalDialog, r=davidm 2000-01-05 03:17:11 +00:00
sspitzer%netscape.com
e8a4061a40 warnings fixes, and fix for #21901, all password dialogs to have titles
if the user passes one in, or use "Password" if they pass null.
1999-12-21 23:03:29 +00:00
morse%netscape.com
f4b2441812 add SelectDialog, bug=3110, coded by davidm, r=morse, a=chofmann 1999-12-19 18:32:21 +00:00
tbogard%aol.net
3caae87616 Changed calls to nsIWebShell::GetRootWebShellEvenIfChrome() and further QI's to use the new nsIWebShell::GetTopLevelWindow(). 1999-11-16 20:05:21 +00:00
dmose%mozilla.org
142ac52eaf updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
radha%netscape.com
a0e755871b Fix for bug # 17893. Pass the url to nsISessionHistory::Add().Don't set
nsWebShell::mURL too early in the loading process.
r=law,nisheeth
1999-11-03 22:30:44 +00:00
cls%seawood.org
bee74e223b Removed unused NECKO ifdefs.
a=leaf
1999-11-02 23:34:03 +00:00
sspitzer%netscape.com
73b4a087fd fix for #16231, r=mscott. make the file locator know about panels.rdf.
if <profile>/panels.rdf doesn't exist, copy the default to that location.
1999-10-29 04:02:25 +00:00
radha%netscape.com
9cf9ffe640 Clean up of Session History apis. Corresponding changes to the users of SH. r=mcafee. No bug #. 1999-10-22 20:48:07 +00:00
danm%netscape.com
12834d6474 moving Push/PopThreadEventQueue to nsIEventQueueService r:hyatt@netscape.com 1999-10-18 15:04:18 +00:00
rjc%netscape.com
a0d87839ca [performance] When profile manager is being used, don't read in bookmarks twice... by deferring hiddenwindow.xul loading until after profile manager is done. Review: danm and sspitzer 1999-10-12 22:20:28 +00:00
mscott%netscape.com
8da987fdeb Remove this file from the repository to fix the Mac buids.
The mac projects were looking in this folder and always finding the
stale nsISessionHistory.h file instead of using the idl generated
header file
r=davidm
1999-10-12 07:50:17 +00:00
radha%netscape.com
00822a5991 XPIDLising session history. bug # 15437. r=law 1999-10-12 04:40:59 +00:00
radha%netscape.com
c1ee066eb7 XPIDised session history. Corresponding changes to users of nsISessionHistory.
Bug # 15437. r=law
1999-10-12 04:37:43 +00:00
law%netscape.com
87439ca1fb For bug #14999; adding new method to simplify applying OpenDialog to the hidden window. rev=danm@netscape.com 1999-10-08 14:04:17 +00:00
radha%netscape.com
98ab0bb7c2 Fix for bug #13329 . Back and forward not consistent all the time.
Fix already checked in to the M10 branch. Merging changes to tip.
1999-10-05 04:49:58 +00:00
sspitzer%netscape.com
e3cdd7da27 a bunch of changes, all reviewed by mscott.
fix some bugs with next, back, and cancel in the profile manager.
(#15223, #15271)
re-write all callers of nsProfile::GetCurrentProfileDir() to use the file locator.
(#15063)
more profile code clean up. (#15042)
rename the old 4.x history.dat file.  it's called history.dat in 5.0, but the file
formats are different.  (binary in 4.x, vs mork in 5.0)
1999-10-05 04:12:58 +00:00
ramiro%netscape.com
e096f93d17 Fix build bustage. 1999-09-30 19:34:26 +00:00
namachi%netscape.com
de939c95d7 Approved by leaf. Removing fullcircle from mozilla builds 1999-09-30 19:03:27 +00:00
briano%netscape.com
cd3098a8ae General cleanup. 1999-09-18 03:45:06 +00:00
neeti%netscape.com
a607ba1e42 Added GetDefaultFolder api 1999-09-17 23:25:05 +00:00
davidm%netscape.com
c1d0091bab 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
cyeh%netscape.com
d710cd3a47 add idl header for quality feedback agent 1999-09-14 21:03:57 +00:00
cyeh%netscape.com
d91c54b30d set id back to null. note to self, explicit checkins are your friend. 1999-09-14 20:47:35 +00:00
cyeh%netscape.com
ff5f4b72db *** empty log message *** 1999-09-14 20:44:58 +00:00
davidm%netscape.com
a532bc65a5 fixes to get the select dialog working 1999-09-12 23:51:51 +00:00
alecf%netscape.com
2d4eaaa2bb IDLize nsICmdLineService 1999-09-10 05:42:11 +00:00
radha%netscape.com
182c9af764 New methods to set and get history state 1999-09-02 21:37:25 +00:00
davidm%netscape.com
7e1b6646fb 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
c2382677ae Fix typo 1999-09-01 21:31:29 +00:00
cyeh%netscape.com
4b7ac86109 set the build ID back to null. accidental checkin 1999-09-01 01:48:12 +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
davidm%netscape.com
98cecafa89 Add enumerateAndInitialize to public interface. Move enumeration out of Init 1999-08-31 02:47:56 +00:00
cyeh%netscape.com
78ecaf906e export new header nsBuildID.h 1999-08-24 01:00:35 +00:00
cyeh%netscape.com
333d4b72be moving nsBuildID.h to new home. not a part of the build yet. 1999-08-23 22:58:17 +00:00
mccabe%netscape.com
b99968cb9c Move remaining implementations in xpfe to using NS_DECL_NSIFOO. 1999-08-23 01:28:33 +00:00
radha%netscape.com
6b6b9f885d New methods set/Gettitleforindex. 1999-08-20 05:09:42 +00:00
davidm%netscape.com
df86588db1 Add new routine for setting numer of strings Fix bug in password dialog 1999-08-18 02:15:06 +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
morse%netscape.com
84f6fd65d1 fix bugs 11716 and 11766 1999-08-14 16:56:52 +00:00
davidm%netscape.com
028e4bc23a add nsICommonDialogs.idl and nsIDialogParamBlock.idl 1999-08-10 23:35:44 +00:00
davidm%netscape.com
cac87fdec3 add nsICommonDialog and nsIDialogParamBlock 1999-08-10 23:34:25 +00:00
davidm%netscape.com
d7eba1f6a2 First Checked In. 1999-08-10 22:14:38 +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
morse%netscape.com
e3092f3888 cleaned up dialogs 1999-08-06 00:29:10 +00:00
radha%netscape.com
18d1026df5 Add a new loading type LOAD_HISTORY 1999-08-04 22:44:13 +00:00
danm%netscape.com
27430e415c 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
25c2d9c6ad hooking up window OS border control from JS/C++ 1999-07-27 06:34:25 +00:00
danm%netscape.com
11f522bc8c adding initial hidden window to AppRunner 1999-07-20 14:40:55 +00:00
davidm%netscape.com
2900380668 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
6e5c5c9344 Added new file spec for profile defaults folder 1999-07-07 01:05:39 +00:00
hyatt%netscape.com
a34b9faa23 Removing the obsolete nsIWidgetController interface. 1999-07-04 19:46:05 +00:00
sdagley%netscape.com
d2ace9f0ad File Removed. 1999-07-04 06:16:08 +00:00
sdagley%netscape.com
fbaa167a38 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
73b08a974d Checking in support for intrinsic sizing of chrome. 1999-07-04 04:09:54 +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
nisheeth%netscape.com
957d5a4f73 Enabling IDL'ized nsIAppShellService on the Mac. 1999-06-30 23:55:10 +00:00
warren%netscape.com
fbc735f510 Last of the necko ifdefs. Now we link with necko. 1999-06-28 10:35:57 +00:00
danm%netscape.com
b4fcbcd0b1 added 'content' property to JS window 1999-06-26 21:48:29 +00:00
nisheeth%netscape.com
f75c847482 Turning on IDL'ization of nsIAppShellService on Unix.
VS: ----------------------------------------------------------------------
1999-06-25 19:44:18 +00:00
nisheeth%netscape.com
3a7eef5d91 IDL'ized nsIAppShellService. Only enabling for windows right now... 1999-06-25 01:15:19 +00:00
radha%netscape.com
af6a9ae400 Implement reload feature 1999-06-24 20:16:38 +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
davidm%netscape.com
299fe94f32 screwed up adding .idl file 1999-06-22 03:27:38 +00:00
davidm%netscape.com
f0c8c84616 File Removed. 1999-06-22 03:15:35 +00:00
davidm%netscape.com
24509d64d5 add nsIWindowMediator.idl to build 1999-06-22 02:56:29 +00:00
radha%netscape.com
993eef4613 New interfaces to get and set urls for aparticular history entry 1999-06-21 22:14:27 +00:00
bruce%cybersight.com
08de02b16c Add |GetIID()| implementations. 1999-06-20 22:31:32 +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
mcmullen%netscape.com
f331296542 #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
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
davidm%netscape.com
6fa8ebb978 First Checked In. 1999-06-16 04:23:37 +00:00
sspitzer%netscape.com
c8a83b6b4f more build bustage fixes 1999-06-16 02:21:19 +00:00
radha%netscape.com
2007f6c72d OOps. Commented out NS_NewSessionHistory() by mistake in the previous checkin 1999-06-16 00:35:53 +00:00
radha%netscape.com
737af32b7f Better behavior with nested frames 1999-06-15 23:26:06 +00:00
mcmullen%netscape.com
b51d1cea7b Remove the trailing space in the module name. 1999-06-15 08:22:10 +00:00
mcmullen%netscape.com
862ba7d95d oh, that ./ again. 1999-06-15 05:57:17 +00:00
mcmullen%netscape.com
47bf693970 oh, that ./ again. 1999-06-15 05:56:33 +00:00
mcmullen%netscape.com
d81f9630c0 idlized now 1999-06-15 05:29:54 +00:00
mcmullen%netscape.com
d92e35fc40 Added inline convenience methods. 1999-06-15 05:18:04 +00:00
mcmullen%netscape.com
49cadd76f2 idlized nsIFileLocator 1999-06-15 05:18:02 +00:00
radha%netscape.com
f8ca53874b Added nsISessionHistory.h 1999-06-14 22:36:46 +00:00
radha%netscape.com
43bdebd085 Session History. Initial checkins 1999-06-14 22:04:15 +00:00
mcmullen%netscape.com
975928a738 First Checked In. 1999-06-14 20:53:23 +00:00
danm%netscape.com
9bf4058960 moved GetPrimordialThread from nsAppShellService to nsThread, as suggested by warren 1999-06-13 03:30:38 +00:00
racham%netscape.com
2fe5bb3f0e Method to forget the existing profile dir 1999-06-12 00:42:38 +00:00
danm%netscape.com
a94047bcd2 adding access to primordial thread 1999-06-11 03:44:52 +00:00
davidm%netscape.com
e214858035 Add ConfirmCheck 1999-06-05 01:10:18 +00:00
briano%netscape.com
e42fc819d2 Fixed the typo that was breaking Unix builds. 1999-05-19 03:48:06 +00:00
davidm%netscape.com
63fe3036ab 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
51921bb50c Add nsWindowMediator to build and factory 1999-05-19 02:57:55 +00:00
davidm%netscape.com
eece072b2b Adding nsIWindowMediator.h 1999-05-18 21:41:13 +00:00
davidm%netscape.com
1b45f564e7 First Checked In. 1999-05-18 21:38:47 +00:00
waterson%netscape.com
0c9642b383 Move global history implementation out of appshell and into xpfe/components. 1999-05-18 04:11:43 +00:00
mcmullen%netscape.com
21f0555a94 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
e5ae22b570 "Turn on app shell component autoloading" 1999-05-14 22:02:23 +00:00
danm%netscape.com
e79a8247b7 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
8e28b1814c Commit changes to support window.open and to switch over to nsIEventQueues. 1999-05-04 23:36:42 +00:00
sfraser%netscape.com
706db4dce4 Get Types.h from the system headers, not the user headers. 1999-04-28 06:42:21 +00:00
mcmullen%netscape.com
b587975269 Added chrome, plugins, and components directories 1999-04-23 20:19:07 +00:00
mcmullen%netscape.com
9ad4fb834d Added nsAppleEvents.h 1999-04-23 16:47:06 +00:00
mcmullen%netscape.com
2fbe4c3e49 First Checked In. 1999-04-23 16:46:08 +00:00
bruce%cybersight.com
2e656cee1b 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
7f8fb78632 window.open lives. 1999-04-20 22:35:11 +00:00
mcmullen%netscape.com
c73621a74f 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
db54b8bde4 Fixed typo 1999-04-07 06:48:13 +00:00
davidm%netscape.com
204e95577b Added nsINetSupportDialogService.h 1999-04-07 06:31:48 +00:00
davidm%netscape.com
d9c3de5d40 added nsINetSupportDialogService.h 1999-04-07 06:30:28 +00:00
davidm%netscape.com
b53049939c Add nsINetSupportDialogService.h 1999-04-07 04:59:56 +00:00
davidm%netscape.com
16e47f0759 First Checked In. 1999-04-07 04:36:29 +00:00
davidm%netscape.com
49984a4c38 Add declaration to prevent hard to figure out compiler error 1999-04-07 04:30:13 +00:00
jdunn%netscape.com
d319395da1 fix compiler warning because of 'comment' after endif 1999-04-02 21:03:15 +00:00
mcmullen%netscape.com
44c2ef1651 Make a change for Win32 1999-04-02 20:41:33 +00:00
mcmullen%netscape.com
af53559d09 Added an assignment operator. 1999-04-02 20:39:15 +00:00
radha%netscape.com
6b99d39f50 Global history implemented as a service 1999-04-01 20:20:24 +00:00
mcmullen%netscape.com
3a370ba4d6 Added nsIFileLocator.h to the exports. 1999-04-01 19:59:40 +00:00
mcmullen%netscape.com
6165fff1fd First Checked In. 1999-04-01 19:48:59 +00:00
mcmullen%netscape.com
a563079fa6 Try that without the typo. 1999-03-30 00:08:40 +00:00
mcmullen%netscape.com
66f1506625 Added nsXULWindowCallbacks.h to the build. 1999-03-29 23:37:20 +00:00
danm%netscape.com
98ac4e4996 closer to having a modal dialog loop on the Mac 1999-03-24 05:42:21 +00:00
danm%netscape.com
d952c89a07 initial modal dialogs checkin (windows-only, UI thread only) 1999-03-20 04:13:09 +00:00
rpotts%netscape.com
0152481885 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
b6537651a9 Add 2 interfaces to Get a handle to argc & argv 1999-03-19 01:14:29 +00:00
mcmullen%netscape.com
0785e37d6b Added nsFileLocations.cpp/.h to the build. 1999-03-14 00:03:21 +00:00
mcmullen%netscape.com
2acf6407d4 First Checked In. 1999-03-14 00:02:40 +00:00
rpotts%netscape.com
6c860be42e Temporarily added a CID for the default protocol helper component... 1999-03-11 11:35:23 +00:00
scc%netscape.com
2ec0a397ea rename |IID()| --> |GetIID()| 1999-03-03 19:48:57 +00:00
danm%netscape.com
1adc0f7aaa adding C XUL window construction callback 1999-02-26 02:22:42 +00:00
rods%netscape.com
08c3f7b32d Remmoved nsIXULCommand.h 1999-02-21 20:52:29 +00:00
rods%netscape.com
ff1ed6694d Added static IID method 1999-02-21 20:52:04 +00:00
rods%netscape.com
ce1c6fcd34 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
1cdf45be97 Added nsIMenuListener as the base class for nsIXULCommand 1999-02-17 16:11:13 +00:00
danm%netscape.com
e703b1d4ec added beginnings of toolkit dialog factory 1999-02-15 05:38:15 +00:00
rods%netscape.com
37cbab4969 Added XULCommand back in fixed commands 1999-02-11 15:14:34 +00:00
pinkerton%netscape.com
6a2150670f 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
88d527bdd9 nsIXULCommand.h doesn't live here anymore. 1999-02-10 18:22:30 +00:00
pinkerton%netscape.com
e06997130f export nsIWebShellWindow.h 1999-02-10 18:11:37 +00:00
rods%netscape.com
11d4231326 initial checkin 1999-02-10 17:31:17 +00:00
rods%netscape.com
8b8fdc8ec0 Added new interface nsIAppShellService 1999-02-10 16:38:51 +00:00
mcafee%netscape.com
b0ee995208 moving to mozilla/widget -- saari 1999-02-05 09:01:06 +00:00
saari%netscape.com
67796a307b moving nsIXULCommand.h, nsXULCommand.h, and nsXULCommand.cpp to widget dll from appshell 1999-02-05 08:52:39 +00:00
saari%netscape.com
ed2b4684be and this should fix linux.... 1999-02-05 03:09:42 +00:00
saari%netscape.com
1552242572 fixing the right makefile this time 1999-02-05 03:09:07 +00:00
saari%netscape.com
77c41394d9 First Checked In. 1999-02-05 02:17:40 +00:00