Commit Graph

189 Commits

Author SHA1 Message Date
sspitzer%netscape.com
1902232a14 not part of the build yet.
git-svn-id: svn://10.0.0.236/trunk@61954 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-01 05:17:06 +00:00
tbogard%aol.net
9aaaeb8cad Removing nsIXULWindowCallbacks as it is no longer used. r=danm a=jevering
git-svn-id: svn://10.0.0.236/trunk@61911 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-29 22:11:33 +00:00
tbogard%aol.net
944a114b68 Removing nsIXULWindowCallbacks from the build as it is no longer used. r=danm a=jevering.
git-svn-id: svn://10.0.0.236/trunk@61909 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-29 22:10:06 +00:00
tbogard%aol.net
7475e9b9b5 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
git-svn-id: svn://10.0.0.236/trunk@61907 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-29 22:03:49 +00:00
sspitzer%netscape.com
404ef02ec2 change this to a wstring. not part of the build.
git-svn-id: svn://10.0.0.236/trunk@61825 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-29 01:38:45 +00:00
sspitzer%netscape.com
e64ecc0632 not part of the build.
git-svn-id: svn://10.0.0.236/trunk@61819 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-29 00:49:46 +00:00
tbogard%aol.net
13b61ed851 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
git-svn-id: svn://10.0.0.236/trunk@61816 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-29 00:20:55 +00:00
sspitzer%netscape.com
5ea6a0cd6d fix for #28911, r=alecf, a=jar. avoid loading in unnecessary dlls at startup.
git-svn-id: svn://10.0.0.236/trunk@61734 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-26 03:52:06 +00:00
sspitzer%netscape.com
b25da3b4c8 not part of build, yet.
git-svn-id: svn://10.0.0.236/trunk@61732 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-26 03:29:24 +00:00
dougt%netscape.com
3fbc3d2ab7 fix for 26691. PDT+. reviewed by byner. This basically removes a assert that
was upsetting user of viewer.


git-svn-id: svn://10.0.0.236/trunk@61704 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-26 00:09:44 +00:00
sspitzer%netscape.com
5aced0dc6b 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


git-svn-id: svn://10.0.0.236/trunk@61086 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-16 06:22:03 +00:00
tbogard%aol.net
b1355944a4 Added an intrinsic sizing attribute. r=hyatt
git-svn-id: svn://10.0.0.236/trunk@60695 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-14 06:10:52 +00:00
norris%netscape.com
36450a3f42 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


git-svn-id: svn://10.0.0.236/trunk@60281 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-10 04:56:56 +00:00
sspitzer%netscape.com
239e103aad make it so -chrome <chrome url> does the right thing.
r=mscott


git-svn-id: svn://10.0.0.236/trunk@60054 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-08 03:12:39 +00:00
sspitzer%netscape.com
9590786254 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


git-svn-id: svn://10.0.0.236/trunk@60015 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-08 01:11:13 +00:00
sspitzer%netscape.com
a3093c4855 I hate copy and pasted code. write two macros to do all the work for me.
r=alecf


git-svn-id: svn://10.0.0.236/trunk@59942 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-06 12:21:22 +00:00
alecf%netscape.com
c1c5178519 make appshell into a component
r=sspitzer


git-svn-id: svn://10.0.0.236/trunk@59858 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-05 05:38:13 +00:00
sspitzer%netscape.com
0f7c23de3c building this on windows and linux, mac soon.
adding a #define for which category nsICmdLineHanders are for.


git-svn-id: svn://10.0.0.236/trunk@59799 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-04 23:07:27 +00:00
law%netscape.com
b605d3dfbe 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)
git-svn-id: svn://10.0.0.236/trunk@59770 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-04 14:40:08 +00:00
law%netscape.com
93edc7c383 Export new splash screen interface header (part of splash screen for windows changes); b=6391, r=davidm@netscape.com
git-svn-id: svn://10.0.0.236/trunk@59763 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-04 09:12:06 +00:00
sspitzer%netscape.com
ae778a7a8d add the interface for a command line handler. not part of build yet.
git-svn-id: svn://10.0.0.236/trunk@59739 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-04 04:33:46 +00:00
law%netscape.com
29a36e7fca New file needed for Win splash screen; b=6391,r=davidm@netscape.com
git-svn-id: svn://10.0.0.236/trunk@59730 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-04 03:24:55 +00:00
scc%netscape.com
21c1012e1b 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
git-svn-id: svn://10.0.0.236/trunk@59313 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-31 23:45:42 +00:00
tbogard%aol.net
afefccb316 Changing casing to fall inline with idl rules.
git-svn-id: svn://10.0.0.236/trunk@58676 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-26 01:07:56 +00:00
tbogard%aol.net
0c65036917 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.
git-svn-id: svn://10.0.0.236/trunk@58520 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-25 02:52:55 +00:00
tbogard%aol.net
5976a5dc92 Started filling in methods needed on nsIXULWindow. (This is not hooked to the build).
git-svn-id: svn://10.0.0.236/trunk@58382 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-22 03:13:20 +00:00
tbogard%aol.net
e9a72bce34 Added nsIXULWindow.idl and put the list in alpha order.
git-svn-id: svn://10.0.0.236/trunk@57784 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-14 04:33:54 +00:00
tbogard%aol.net
cbde47ac4b Added nsIXULWindow.idl to the build.
git-svn-id: svn://10.0.0.236/trunk@57782 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-14 04:24:16 +00:00
tbogard%aol.net
684b97b8f4 First check-in. Empty right now, but it will grow into a big boy real soon now.
git-svn-id: svn://10.0.0.236/trunk@57781 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-14 04:23:38 +00:00
morse%netscape.com
ad09c5c861 fix bug 23037, allow autofill to use double-byte characters for i18n, r=dp
git-svn-id: svn://10.0.0.236/trunk@57572 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-12 21:53:32 +00:00
morse%netscape.com
fd392898f3 add UniversalDialog, r=davidm
git-svn-id: svn://10.0.0.236/trunk@56804 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-05 03:17:11 +00:00
sspitzer%netscape.com
2e52c17f46 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.


git-svn-id: svn://10.0.0.236/trunk@56308 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-21 23:03:29 +00:00
morse%netscape.com
6fa6d63278 add SelectDialog, bug=3110, coded by davidm, r=morse, a=chofmann
git-svn-id: svn://10.0.0.236/trunk@56217 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-19 18:32:21 +00:00
tbogard%aol.net
a9a3650565 Changed calls to nsIWebShell::GetRootWebShellEvenIfChrome() and further QI's to use the new nsIWebShell::GetTopLevelWindow().
git-svn-id: svn://10.0.0.236/trunk@53676 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-16 20:05:21 +00:00
dmose%mozilla.org
0efb7c174c updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
git-svn-id: svn://10.0.0.236/trunk@52910 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-06 03:43:54 +00:00
radha%netscape.com
8f70df6307 Fix for bug # 17893. Pass the url to nsISessionHistory::Add().Don't set
nsWebShell::mURL too early in the loading process.
r=law,nisheeth


git-svn-id: svn://10.0.0.236/trunk@52741 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-03 22:30:44 +00:00
cls%seawood.org
3e1a9ca95a Removed unused NECKO ifdefs.
a=leaf


git-svn-id: svn://10.0.0.236/trunk@52607 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 23:34:03 +00:00
sspitzer%netscape.com
3441bfea68 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.


git-svn-id: svn://10.0.0.236/trunk@52185 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 04:02:25 +00:00
radha%netscape.com
a285ab741e Clean up of Session History apis. Corresponding changes to the users of SH. r=mcafee. No bug #.
git-svn-id: svn://10.0.0.236/trunk@51544 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-22 20:48:07 +00:00
danm%netscape.com
8e456a4690 moving Push/PopThreadEventQueue to nsIEventQueueService r:hyatt@netscape.com
git-svn-id: svn://10.0.0.236/trunk@50988 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-18 15:04:18 +00:00
rjc%netscape.com
7c82b0b5f1 [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
git-svn-id: svn://10.0.0.236/trunk@50482 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-12 22:20:28 +00:00
mscott%netscape.com
ccf37b21ec 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


git-svn-id: svn://10.0.0.236/trunk@50442 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-12 07:50:17 +00:00
radha%netscape.com
7ba4c213b3 XPIDLising session history. bug # 15437. r=law
git-svn-id: svn://10.0.0.236/trunk@50421 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-12 04:40:59 +00:00
radha%netscape.com
270ce881b4 XPIDised session history. Corresponding changes to users of nsISessionHistory.
Bug # 15437. r=law


git-svn-id: svn://10.0.0.236/trunk@50419 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-12 04:37:43 +00:00
law%netscape.com
edef6fb916 For bug #14999; adding new method to simplify applying OpenDialog to the hidden window. rev=danm@netscape.com
git-svn-id: svn://10.0.0.236/trunk@50219 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-08 14:04:17 +00:00
radha%netscape.com
ac0f716288 Fix for bug #13329 . Back and forward not consistent all the time.
Fix already checked in to the M10 branch. Merging changes to tip.


git-svn-id: svn://10.0.0.236/trunk@49804 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-05 04:49:58 +00:00
sspitzer%netscape.com
41337e7380 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)


git-svn-id: svn://10.0.0.236/trunk@49797 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-05 04:12:58 +00:00
ramiro%netscape.com
04f8777aab Fix build bustage.
git-svn-id: svn://10.0.0.236/trunk@49450 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-30 19:34:26 +00:00
namachi%netscape.com
fb40b475ca Approved by leaf. Removing fullcircle from mozilla builds
git-svn-id: svn://10.0.0.236/trunk@49449 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-30 19:03:27 +00:00
briano%netscape.com
1f53a4dd3f General cleanup.
git-svn-id: svn://10.0.0.236/trunk@48168 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-18 03:45:06 +00:00