Commit Graph

211 Commits

Author SHA1 Message Date
rgoodger%ihug.co.nz
451c9d09dd imported package skin (profile.css) into these files. (bug 19562) 1999-12-05 09:14:48 +00:00
hyatt%netscape.com
de5e299f08 Fixing the invisible tree problem #18577. 1999-12-01 20:11:01 +00:00
hyatt%netscape.com
d54c80240d Fix for bug #18577 (which someone said was holding the tree closed). r=danm 1999-12-01 19:54:15 +00:00
brendan%mozilla.org
869d5f55c0 Clean up whitespace/returns/braces, plus Ben's update to GetFields. 1999-11-28 06:37:13 +00:00
akkana%netscape.com
3d03085c9e 11818: Rename the special XUL key from "command" to "xulkey" so it won't
confuse people into thinking it has something to do with the Mac command key.
This means changing all the XUL keybinding files from command= to xulkey=.
r=brade.
1999-11-23 23:24:57 +00:00
sspitzer%netscape.com
1a4372f04c changes from german@netscape.com to make the profile xul look better and look
more like the rest of the chrome.  r=sspitzer@netscape.com
1999-11-16 00:38:16 +00:00
dmose%mozilla.org
5312eacf8c updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:40:37 +00:00
sspitzer%netscape.com
6fb50dac26 fix for #16119. this variable is not defined out of the scope of the loop, so
it was undefined.
1999-11-01 21:51:16 +00:00
evaughan%netscape.com
039be939e6 Made tabs us visibility instead of shrinking their children to 0,0.
Made it possible to change the look for the selected tab.
1999-10-29 22:13:57 +00:00
alecf%netscape.com
62d076cad6 add class="dialog push" to the profile wizard UI r=sspitzer 1999-10-29 21:10:53 +00:00
sspitzer%netscape.com
31a75ec59b fix it so that if you have something selected, and you hit enter, it starts with that profile. 1999-10-29 04:40:20 +00:00
sspitzer%netscape.com
26b94d5fea don't specify the height and width, let it size to content. otherwise, the buttons on the bottom don't show up. 1999-10-29 00:26:43 +00:00
sspitzer%netscape.com
233c22d03e cleaning up comments 1999-10-29 00:09:27 +00:00
sspitzer%netscape.com
3eb3322f08 only show profiles that haven't been migrated in the Profile Selection dialog. 1999-10-28 23:24:05 +00:00
sspitzer%netscape.com
33ecda1631 checking in ben goodger's (rgoodger@ihug.co.nz) profile selection UI.
r=sspitzer

I made changes so that:

1)  exit quits the app, and doesn't start up app with the last current profile
2)  fix a spelling error (personalisation -> personalization), this is en-US, not en-UK
3)  fix it so start actually starts the selected profile.
4)  -SelectProfile launches this new dialog
5)  if the user starts with no command line, and they have more than one profile, they get -SelectProfile, and not -installer.
1999-10-28 23:08:46 +00:00
sspitzer%netscape.com
cb3b669f7b fix for #14892, automatically migrate if we only have one 4.x profile and no 5.0 profiles.
r=mscott.
1999-10-15 01:38:54 +00:00
alecf%netscape.com
0fa5cd6df4 update new image names in all XUL, JS, and CSS 1999-10-13 04:26:01 +00:00
norris%netscape.com
e8f0b53250 Needed for 7254: Implement DOM security
reviewed by Ben Goodger <rgoodger@ihug.co.nz> and Seth Spitzer <sspitzer@netscape.com>

Scripts running from chrome are considered super privileged and can perform operations that
scripts from the web cannot. I differentiate chrome scripts from web
scripts by considering all scripts loaded from chrome: URIs to be
privileged.

The problem I'm running into is that the loading of relative urls in
this code ends up going to the file: protocol (which is what the chrome
protocol is converted to internally). This change makes sure we load
from the chrome protocol so that the scripts are privileged and don't
get access errors. It's probably a good idea to load from the chrome
protocol anyway since it may one day be resolved to extracting from a
JAR file rather than accessing a discrete file.
1999-10-12 22:47:36 +00:00
sspitzer%netscape.com
f4e7706dc3 more clean up. #15402. 1999-10-08 07:58:54 +00:00
sspitzer%netscape.com
cd58bc6a1e just checking in comments. resizeToContent() makes the "Create Profile Wizard"
take up the whole screen.  (bug logged on danm already.)
1999-10-08 06:50:26 +00:00
sspitzer%netscape.com
e6fa7cbcf2 more clean up of the profile code. #15402, r=davidm
make profileExists() part of the nsIProfile interface, so I can
get at it from JS.  startCommunicator is now startApprunner.
get RenameProfile() and DeleteProfile() to work better.
make the delete profile dialog size to content.
change the 2nd arg of DeleteProfile() to be a bool, and not a string.
use MakeUnique() to prevent undesired collisions of profiles on disk.
1999-10-08 04:58:32 +00:00
sspitzer%netscape.com
4954520feb don't specify the width and height, so the dialog resizes to content. 1999-10-08 00:17:22 +00:00
sspitzer%netscape.com
9c9c732de8 add new line to the end of the file. 1999-10-07 22:05:53 +00:00
sspitzer%netscape.com
b693e773fa more clean up for #15402. disable the rename, delete and start buttons
if no profile is selected, and enable them when a profile is selected.
turn dumps into alerts to tell the user why something failed.
1999-10-07 09:41:33 +00:00
sspitzer%netscape.com
38f906b0c6 minor cleanup of the profile js. #15402 1999-10-07 09:03:07 +00:00
sspitzer%netscape.com
95dbb5ec69 add documentation and fixes from Ben Goodger <rgoodger@ihug.co.nz>
also add the mozilla license.  r=sspitzer.
1999-10-07 08:47:16 +00:00
sspitzer%netscape.com
ed4d98a30f more fixes for #15402, general cleanup of the profile code. Close button is now Exit. remove GetSingleProfile(), use GetFirstProfile() instead. Add ForgetCurrentProfile() for use in getting cancel to work properly. 1999-10-07 06:57:38 +00:00
sspitzer%netscape.com
275b4ab2b4 add an alert if there is no profile name. bug #15402 1999-10-07 00:55:51 +00:00
sspitzer%netscape.com
20bca0f146 workaround fix for #15728. r=alecf. prevent crashing when I click on the tab in the create profile wizard. 1999-10-07 00:24:44 +00:00
sspitzer%netscape.com
4404653cbb whoops, checked in dos formatted text files from a unix box. ran dos2unix on them to fix it. part of fix for #15402. these new files come from Ben Goodger <rgoodger@ihug.co.nz> r=sspitzer 1999-10-06 23:19:53 +00:00
sspitzer%netscape.com
1bed00905f remove references to xul.css, as it is no longer needed. 1999-10-06 22:07:29 +00:00
sspitzer%netscape.com
5123dfc1be fix the create profile wizard ui.
this work was done by the almighty Ben Goodger <rgoodger@ihug.co.nz>
r=sspitzer
I did a little clean up, and made it so show the native file path
1999-10-06 21:36:59 +00:00
sspitzer%netscape.com
99b9fee060 fix for #15610, alert on failure to rename or delete a profile. r=mscott 1999-10-05 20:49:09 +00:00
sspitzer%netscape.com
2cef50a377 remove work around for #15458. that bug has been fixed.
gayatrib and I both tested it.
1999-10-05 20:47:41 +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
morse%netscape.com
da525ed2ee oops -- I carelessly left out a carriage return in my last checkin 1999-10-04 21:07:01 +00:00
morse%netscape.com
bca9fba5b6 fix profile-manager bustage in todays build, checked in by request of leaf 1999-10-04 20:59:16 +00:00
hyatt%netscape.com
0c1aef9920 Splitting xul.css into two files and making them load automatically at startup. R=danm@netscape.com 1999-10-01 20:49:07 +00:00
sspitzer%netscape.com
172d571968 removing unused files, this directory is going away. 1999-09-29 03:11:05 +00:00
sspitzer%netscape.com
bc1ccb9b9a finish renaming and moving all the profile xul, js and dtd files.
fix regression with Rename and Delete.  (they work again.)
1999-09-28 22:50:50 +00:00
sspitzer%netscape.com
f56dd885dc adding new files. 1999-09-28 21:28:57 +00:00
gayatrib%netscape.com
8757bf2b58 profile ui dtd file 1999-09-28 20:37:16 +00:00
gayatrib%netscape.com
959d32bccc profileManager dtd file 1999-09-28 20:34:32 +00:00
gayatrib%netscape.com
e78dd7069d createProfileWizard dtd file 1999-09-28 20:33:45 +00:00
gayatrib%netscape.com
9936a0a3bf makefile 1999-09-28 19:20:50 +00:00
gayatrib%netscape.com
46528cd4a2 css file 1999-09-28 19:19:08 +00:00
gayatrib%netscape.com
fe1f70dc0c profileManager javascript 1999-09-28 19:14:35 +00:00
gayatrib%netscape.com
3a13f39371 createProfileWizard javascript 1999-09-28 19:13:50 +00:00
gayatrib%netscape.com
79d6f846b5 profile ui 1999-09-28 19:12:56 +00:00
gayatrib%netscape.com
b5c8cd7770 profile manager window 1999-09-28 19:12:27 +00:00
gayatrib%netscape.com
8e32508f5e profile ui 1999-09-28 19:04:57 +00:00
gayatrib%netscape.com
f14142c4f3 createProfileWizard ui 1999-09-28 19:02:49 +00:00
sspitzer%netscape.com
3aaaa92b42 the attribute is a string, not a boolean. 1999-09-28 09:34:27 +00:00
sspitzer%netscape.com
e37e3055a2 comment out the dumps.
in the new profile xul, disable the buttons when they should be
and ignore clicks if the buttons are disabled.
1999-09-28 09:30:48 +00:00
sspitzer%netscape.com
698675b621 whoops, two quotes when there should be only one 1999-09-28 07:47:54 +00:00
sspitzer%netscape.com
e96fe99b53 fix for #14999. remove the profile appcore 1999-09-28 07:29:25 +00:00
sspitzer%netscape.com
b5f87254c3 fixes for a bunch of bugs.
bug #15041: window comes up, and then resizes
bug #14600: play nice when the profile manager exists on the mac.
bug #13780: crash on winnt and linux when creating a new profile
bug #15042: clean up mozilla/profile code (more to come...)
1999-09-28 00:53:29 +00:00
sspitzer%netscape.com
e965718bbf fix more insanity. 1999-09-22 04:51:06 +00:00
sfraser%netscape.com
b25213b72f Fix error in new profile dialog. 1999-09-22 04:22:49 +00:00
saari%netscape.com
cb935f51c7 Changing broadcaster to use onbroadcast instead of oncommand. Adding the "braodcast" "commandupdate" and "input" events. Changed all xul observes nodes to use onbroadcast instead of onchange. 1999-09-21 23:02:35 +00:00
briano%netscape.com
977c45c903 Removed the 3 test-tab XUL files that don't exist. 1999-09-18 19:20:27 +00:00
sspitzer%netscape.com
eba8d9c336 give the profile manager / installer window a title.
it would be good if the first window the users sees has a title, no?
1999-09-18 18:22:27 +00:00
sspitzer%netscape.com
a1ba8b5c4e ignore generated files 1999-09-18 18:13:31 +00:00
gayatrib%netscape.com
926d052ee1 This file is not required for profile ui 1999-09-17 23:30:23 +00:00
sfraser%netscape.com
586a744c0d First Checked In. 1999-09-17 23:20:53 +00:00
gayatrib%netscape.com
f4744af227 adding locale dir to makefile 1999-09-17 23:17:28 +00:00
gayatrib%netscape.com
912d2df10f moving entities into dtds 1999-09-17 23:16:06 +00:00
gayatrib%netscape.com
2bd9b4fc50 makefile for dtds 1999-09-17 22:05:54 +00:00
gayatrib%netscape.com
3793820c87 dtds for profile manager ui 1999-09-17 22:05:04 +00:00
gayatrib%netscape.com
0408084a13 Removing tabs that are not supported yet 1999-09-16 00:39:20 +00:00
gayatrib%netscape.com
da24c5ad30 Fixing the finish button problem and removing tabs that are not supported yet 1999-09-16 00:38:40 +00:00
gayatrib%netscape.com
dff77adc50 fixing bug 13899 1999-09-15 21:23:39 +00:00
briano%netscape.com
89d8209cf8 General cleanup. 1999-09-15 03:00:30 +00:00
gayatrib%netscape.com
5debc7e092 Fixing bug #13518 1999-09-10 00:34:45 +00:00
waterson%netscape.com
b4d0e01ffa Fix 'rename profile' to bring up the right file. 1999-09-03 20:36:04 +00:00
waterson%netscape.com
fc8d70d300 Wrap in <html:div> to get layout to work right. 1999-09-03 20:32:10 +00:00
waterson%netscape.com
707f3a5aeb Fix profile manager XUL; was incorrectly using 'xul:' namespace on window tag. 1999-09-03 16:51:41 +00:00
gayatrib%netscape.com
d0d0297cf9 Correcting some typos 1999-09-03 00:58:34 +00:00
gayatrib%netscape.com
1480073791 Partial fix for bug #13033--yet to disable buttons 1999-09-03 00:56:26 +00:00
gayatrib%netscape.com
7cb90cfb1d Partial fix for bug #13033--yet to align buttons to the right and disable buttons 1999-09-03 00:52:19 +00:00
gayatrib%netscape.com
d55576d042 Fixing bug #12953 1999-09-01 23:37:41 +00:00
briano%netscape.com
88553027ba Fixed the typo that was breaking (at least) the commercial Unix builds. (pmRename.xul != pmrename.xul) 1999-09-01 23:07:38 +00:00
gayatrib%netscape.com
93aa8271de sample file 1999-08-31 00:37:14 +00:00
gayatrib%netscape.com
bbcf28201f preg related file 1999-08-31 00:35:25 +00:00
gayatrib%netscape.com
0f47c7f8db some progress bar file 1999-08-31 00:34:53 +00:00
gayatrib%netscape.com
9ac99603cf Modified to support the new ui 1999-08-31 00:31:18 +00:00
gayatrib%netscape.com
f233d610b7 Placeholder for addr book export 1999-08-31 00:29:30 +00:00
gayatrib%netscape.com
f71d328055 Placeholder for mailnews wizard 1999-08-31 00:29:10 +00:00
gayatrib%netscape.com
9e9bc52fc5 Placeholder for dialup wizard 1999-08-31 00:28:39 +00:00
gayatrib%netscape.com
292da9f953 Added to support to create profile ui 1999-08-31 00:28:05 +00:00
gayatrib%netscape.com
cbec2cb956 modified to handle localization 1999-08-31 00:27:02 +00:00
gayatrib%netscape.com
8ddcc62d7b Changed to load the new cpw.xul 1999-08-31 00:22:48 +00:00
gayatrib%netscape.com
f0b7d7fb08 New UI for create profile as part of the meta wizard 1999-08-31 00:20:20 +00:00
gayatrib%netscape.com
e4cc1c8adb New javascript file for cpw.xul 1999-08-31 00:19:28 +00:00
gayatrib%netscape.com
5b668b051b New css file for cpw.xul 1999-08-31 00:18:52 +00:00
gayatrib%netscape.com
8fc2915d59 Removing as it is no longer required in the new UI 1999-08-31 00:17:19 +00:00
gayatrib%netscape.com
68cee95761 Removing as it is no longer required in the new UI. 1999-08-31 00:07:05 +00:00
racham%netscape.com
3da16e2ce3 Added options to delete operation, bug 6684 1999-08-10 08:03:21 +00:00
racham%netscape.com
3f62cffe6e Migrate and start apprunner on clicking Start button for unmigrated profile, bug 10172 1999-08-10 03:42:38 +00:00
gayatrib%netscape.com
15ed06a6e7 replacing location.this with the complete url as that call is failing 1999-08-09 22:37:40 +00:00