alecf%netscape.com
3b75d2c38f
first incomplete cut at the window opener object, to pass XPCOM types from C++ into window.arguments as native JS types.
...
not part of the build
2000-11-04 00:01:24 +00:00
cls%seawood.org
5e988eb824
Make sure that buildID is set to 0 unless MOZILLA_OFFICIAL is set. Bug #26798 r=leaf r=scc
...
Note: for mac, MOZILLA_OFFICIAL is only set by default on opt builds until the new mac build scripts land.
2000-10-20 05:21:40 +00:00
mscott%netscape.com
8be23a0597
Bug #43556 --> merging nsIMIMEService and making it use OS specific
information.
r=pchen
2000-09-15 06:06:19 +00:00
rayw%netscape.com
d39d9e6d59
Bug fix for 52648 -- remaining stash of progids which I missed on
...
the mega-change yesterday. This will fix a few more issues.
r=warren
2000-09-14 23:20:49 +00:00
rayw%netscape.com
6cc70ebd6c
Bug 37275, Changing value of all progids, and changing everywhere a progid
...
is mentioned to mention a contractid, including in identifiers.
r=warren
2000-09-13 23:57:52 +00:00
pchen%netscape.com
fe14eae1b1
First Checked In.
2000-09-06 21:14:03 +00:00
vidur%netscape.com
4a41eee18d
Fix for bug 46861. nsIDOMWindow is now split into two interfaces: a public interface (still called nsIDOMWindow) for embedders and an internal interface (nsIDOMWindowInternal) for internal use. The union of the two interfaces is still visible from JavaScript. r=jst@netscape.com
2000-09-01 01:54:35 +00:00
warren%netscape.com
7ac7233df8
Factored string bundles out of necko. Fixes bug 42107 - need to fix string bundle init workaround. Also bug 40506 - nsIWebProgressListener needs status text. Status messages now work in mozilla and viewer with internationalized and parameterized text! Added temporary error architecture until bug 13423 can be fixed. Extended nsIStringBundleService to provide method to format status message. r=valeski,jband,tao. verified=mstoltz
2000-07-25 05:45:56 +00:00
cls%seawood.org
0eabd8aa50
The unix builds will use a generated build_number (rather than the checked in version) that will forcibly be 000000000 unless MOZILLA_OFFICIAL is set. Bug #26798
...
Chrome files that need the build date set for MOZILLA_OFFICIAL builds will no longer be modified in the source tree. The source tree copies will be used as a template for a generated version. Bug #29597
2000-07-08 09:36:01 +00:00
sspitzer%netscape.com
49504e1c38
work for bug #38374
...
helperApps.rdf is now mimeTypes.rdf.
use the file locator to get the mimeTypes file.
fix the unix implementation of nsOSHelperAppService.cpp
to go to the base class to determine what application to launch.
r=mscott
2000-06-22 22:14:53 +00:00
bryner%uiuc.edu
8705faac7d
Moving persistence-related methods from nsIXULWindow to
...
nsIWebBrowserChrome as a basis for fixing bug 15555. r=valeski.
2000-06-21 22:05:28 +00:00
tao%netscape.com
fd5e9c04a9
part I:
...
40799 : [CountryPicker] Add language/country selector to ProfileCreation UI.
r=sspitzer,racham,a=msanz
2000-06-05 22:09:10 +00:00
sspitzer%netscape.com
c49b896301
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
c165e6c65b
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
0f8e96469e
Fixing bug 29093. Adding an entry for shrimp directory. r=amusil
2000-05-16 23:17:59 +00:00
warren%netscape.com
4d1711e5f8
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
42290d1997
New native app support to enable Win32 dde
2000-05-12 22:37:20 +00:00
dougt%netscape.com
7d28c5f26a
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
82e0d25cba
Export new nsINativeAppSupport interface header
2000-05-11 01:10:39 +00:00
dveditz%netscape.com
3330732af3
Adding the profile-chrome directory for use by skin installer
2000-05-05 04:03:17 +00:00
law%netscape.com
3527fc0900
New interface to provide Win32 DDE support, not built yet
2000-05-03 23:14:59 +00:00
mscott%netscape.com
3d582e9ea9
Bug #33156 --> add a OnProgress handler
2000-04-25 05:51:04 +00:00
rjc%netscape.com
1994faa49c
Add ability to find search.rdf or "Search Plugins" directory.
2000-04-23 04:45:39 +00:00
scc%netscape.com
1d1960be1e
making string conversions explicit
2000-04-18 07:44:58 +00:00
tbogard%aol.net
9c707e3de9
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
48f198c723
Removing the old session history interface.
2000-04-16 11:19:02 +00:00
danm%netscape.com
333e1e453b
adding a 'center' method
2000-04-13 20:07:28 +00:00
tbogard%aol.net
81f7803783
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
ad63066e1a
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
c67d91f31f
now additionally keeps track of windows in z-order
2000-04-01 22:07:41 +00:00
danm%netscape.com
ebf40913da
add z-ordering attribute
2000-04-01 22:03:28 +00:00
tbogard%aol.net
3d5fa0a660
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
02e277fe61
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
f89ab586e7
Added new file nsIXULBrowserWindow.idl.
2000-03-24 03:09:39 +00:00
dougt%netscape.com
e2466d418e
Adding AlertCheck() to common dialogs. r=davidm@netscape.com
2000-03-23 06:38:35 +00:00
sspitzer%netscape.com
bcd14e5e18
adding nsIUserInfo the the build
2000-03-12 07:51:35 +00:00
danm%netscape.com
587df4e3d7
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
1264ba7b8e
not part of the build yet.
2000-03-01 05:17:06 +00:00
tbogard%aol.net
358d377a17
Removing nsIXULWindowCallbacks as it is no longer used. r=danm a=jevering
2000-02-29 22:11:33 +00:00
tbogard%aol.net
eea7c2c049
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
2533a18b2b
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
7d3cd92679
change this to a wstring. not part of the build.
2000-02-29 01:38:45 +00:00
sspitzer%netscape.com
8508891feb
not part of the build.
2000-02-29 00:49:46 +00:00
tbogard%aol.net
c4734766bd
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
83498d2ac6
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
14696c3ada
not part of build, yet.
2000-02-26 03:29:24 +00:00
dougt%netscape.com
a84cec7e4a
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
26b267ec48
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
922beb68ff
Added an intrinsic sizing attribute. r=hyatt
2000-02-14 06:10:52 +00:00
norris%netscape.com
80d944693e
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
ad5fa4d555
make it so -chrome <chrome url> does the right thing.
...
r=mscott
2000-02-08 03:12:39 +00:00
sspitzer%netscape.com
17eebe8a61
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
3f0fb0c0d8
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
8af9ba10df
make appshell into a component
...
r=sspitzer
2000-02-05 05:38:13 +00:00
sspitzer%netscape.com
ca0d4ed091
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
5c7fa553ee
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
630412ad5b
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
792b623429
add the interface for a command line handler. not part of build yet.
2000-02-04 04:33:46 +00:00
law%netscape.com
e707a85262
New file needed for Win splash screen; b=6391,r=davidm@netscape.com
2000-02-04 03:24:55 +00:00
scc%netscape.com
df28d978bd
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
23e624fb6a
Changing casing to fall inline with idl rules.
2000-01-26 01:07:56 +00:00
tbogard%aol.net
b89cdcb6e6
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
06b32447fc
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
67751590c0
Added nsIXULWindow.idl and put the list in alpha order.
2000-01-14 04:33:54 +00:00
tbogard%aol.net
959e0926eb
Added nsIXULWindow.idl to the build.
2000-01-14 04:24:16 +00:00
tbogard%aol.net
5b7a25dc1f
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
acdd159d01
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
dc94d5dc33
add UniversalDialog, r=davidm
2000-01-05 03:17:11 +00:00
sspitzer%netscape.com
7411c47023
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
3199512b93
add SelectDialog, bug=3110, coded by davidm, r=morse, a=chofmann
1999-12-19 18:32:21 +00:00
tbogard%aol.net
65790643ab
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
8535dda53e
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
b1adee7da0
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
14ef08310e
Removed unused NECKO ifdefs.
...
a=leaf
1999-11-02 23:34:03 +00:00
sspitzer%netscape.com
b3a118802e
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
161dd56550
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
3d9e4d387b
moving Push/PopThreadEventQueue to nsIEventQueueService r:hyatt@netscape.com
1999-10-18 15:04:18 +00:00
rjc%netscape.com
a12753b362
[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
1de6ac0d00
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
d096e463ab
XPIDLising session history. bug # 15437. r=law
1999-10-12 04:40:59 +00:00
radha%netscape.com
682afb5c18
XPIDised session history. Corresponding changes to users of nsISessionHistory.
...
Bug # 15437. r=law
1999-10-12 04:37:43 +00:00
law%netscape.com
07762ce935
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
6b6a3fe8bf
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
06c28b31e7
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
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
briano%netscape.com
8019ec7ab8
General cleanup.
1999-09-18 03:45:05 +00:00
neeti%netscape.com
372df5c83a
Added GetDefaultFolder api
1999-09-17 23:25:05 +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
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
926064a8fb
fixes to get the select dialog working
1999-09-12 23:51:51 +00:00
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