sspitzer%netscape.com
b77c80263e
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
0e5fb9245e
don't specify the width and height, so the dialog resizes to content.
1999-10-08 00:17:22 +00:00
sspitzer%netscape.com
c7747fdf79
add new line to the end of the file.
1999-10-07 22:05:53 +00:00
sspitzer%netscape.com
72629ed46d
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
23067acd64
minor cleanup of the profile js. #15402
1999-10-07 09:03:07 +00:00
sspitzer%netscape.com
da5122d4f3
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
d0101dc3f5
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
51a7fe59e1
add an alert if there is no profile name. bug #15402
1999-10-07 00:55:51 +00:00
sspitzer%netscape.com
35bcf07d05
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
b52bb664dd
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
fdd101c1ad
remove references to xul.css, as it is no longer needed.
1999-10-06 22:07:29 +00:00
sspitzer%netscape.com
7ae0702f14
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
67ba1972ac
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
cadea59e30
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
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
morse%netscape.com
1ca3e95ba7
oops -- I carelessly left out a carriage return in my last checkin
1999-10-04 21:07:01 +00:00
morse%netscape.com
c4f107c715
fix profile-manager bustage in todays build, checked in by request of leaf
1999-10-04 20:59:16 +00:00
hyatt%netscape.com
9e75934ef0
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
94792a2259
removing unused files, this directory is going away.
1999-09-29 03:11:05 +00:00
sspitzer%netscape.com
922bda5269
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
583d9ab602
adding new files.
1999-09-28 21:28:57 +00:00
gayatrib%netscape.com
4d8a420424
profile ui dtd file
1999-09-28 20:37:16 +00:00
gayatrib%netscape.com
7c4feedada
profileManager dtd file
1999-09-28 20:34:32 +00:00
gayatrib%netscape.com
0cd25b3a34
createProfileWizard dtd file
1999-09-28 20:33:45 +00:00
gayatrib%netscape.com
ef8138d0c5
makefile
1999-09-28 19:20:50 +00:00
gayatrib%netscape.com
b538a012b5
css file
1999-09-28 19:19:08 +00:00
gayatrib%netscape.com
7171f85762
profileManager javascript
1999-09-28 19:14:35 +00:00
gayatrib%netscape.com
648caf9c28
createProfileWizard javascript
1999-09-28 19:13:50 +00:00
gayatrib%netscape.com
495d35afbb
profile ui
1999-09-28 19:12:56 +00:00
gayatrib%netscape.com
a4541b630d
profile manager window
1999-09-28 19:12:27 +00:00
gayatrib%netscape.com
536d5d5cd4
profile ui
1999-09-28 19:04:57 +00:00
gayatrib%netscape.com
957518a982
createProfileWizard ui
1999-09-28 19:02:49 +00:00
sspitzer%netscape.com
0c1e3f6c8f
the attribute is a string, not a boolean.
1999-09-28 09:34:27 +00:00
sspitzer%netscape.com
71a803fb46
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
8c434cb6ee
whoops, two quotes when there should be only one
1999-09-28 07:47:54 +00:00
sspitzer%netscape.com
a0a70c9ca0
fix for #14999 . remove the profile appcore
1999-09-28 07:29:25 +00:00
sspitzer%netscape.com
ee2b2d75b2
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
d9c72958f8
fix more insanity.
1999-09-22 04:51:06 +00:00
sfraser%netscape.com
80f9b9d1f8
Fix error in new profile dialog.
1999-09-22 04:22:49 +00:00
saari%netscape.com
6df67e6af3
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
982a0c9770
Removed the 3 test-tab XUL files that don't exist.
1999-09-18 19:20:27 +00:00
sspitzer%netscape.com
09edd6a89a
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
5ba5ddfb35
ignore generated files
1999-09-18 18:13:31 +00:00
gayatrib%netscape.com
5ed55409a2
This file is not required for profile ui
1999-09-17 23:30:23 +00:00
sfraser%netscape.com
d1fcac20b7
First Checked In.
1999-09-17 23:20:53 +00:00
gayatrib%netscape.com
a7885b64bc
adding locale dir to makefile
1999-09-17 23:17:28 +00:00
gayatrib%netscape.com
81e33ae9e4
moving entities into dtds
1999-09-17 23:16:06 +00:00
gayatrib%netscape.com
6eec46bc80
makefile for dtds
1999-09-17 22:05:54 +00:00
gayatrib%netscape.com
911e9c2cc2
dtds for profile manager ui
1999-09-17 22:05:04 +00:00
gayatrib%netscape.com
ea371f4d62
Removing tabs that are not supported yet
1999-09-16 00:39:20 +00:00
gayatrib%netscape.com
24ec1d40f6
Fixing the finish button problem and removing tabs that are not supported yet
1999-09-16 00:38:40 +00:00
gayatrib%netscape.com
a9ca010f7f
fixing bug 13899
1999-09-15 21:23:39 +00:00
briano%netscape.com
89198d119d
General cleanup.
1999-09-15 03:00:30 +00:00
gayatrib%netscape.com
ac7c86aed4
Fixing bug #13518
1999-09-10 00:34:45 +00:00
waterson%netscape.com
94cf48ce2b
Fix 'rename profile' to bring up the right file.
1999-09-03 20:36:04 +00:00
waterson%netscape.com
b195b5fe19
Wrap in <html:div> to get layout to work right.
1999-09-03 20:32:10 +00:00
waterson%netscape.com
d83a96eaee
Fix profile manager XUL; was incorrectly using 'xul:' namespace on window tag.
1999-09-03 16:51:41 +00:00
gayatrib%netscape.com
6bb9d0faa9
Correcting some typos
1999-09-03 00:58:34 +00:00
gayatrib%netscape.com
f758d39c3d
Partial fix for bug #13033--yet to disable buttons
1999-09-03 00:56:26 +00:00
gayatrib%netscape.com
83bdfa4b69
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
079143b0d6
Fixing bug #12953
1999-09-01 23:37:41 +00:00
briano%netscape.com
35f7016d4f
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
03bd077d32
sample file
1999-08-31 00:37:14 +00:00
gayatrib%netscape.com
c0a92d9754
preg related file
1999-08-31 00:35:25 +00:00
gayatrib%netscape.com
be717911c5
some progress bar file
1999-08-31 00:34:53 +00:00
gayatrib%netscape.com
354aa71496
Modified to support the new ui
1999-08-31 00:31:18 +00:00
gayatrib%netscape.com
346313cb06
Placeholder for addr book export
1999-08-31 00:29:30 +00:00
gayatrib%netscape.com
71086383ad
Placeholder for mailnews wizard
1999-08-31 00:29:10 +00:00
gayatrib%netscape.com
290c7c2a07
Placeholder for dialup wizard
1999-08-31 00:28:39 +00:00
gayatrib%netscape.com
ce0d6b5cbe
Added to support to create profile ui
1999-08-31 00:28:05 +00:00
gayatrib%netscape.com
4538a29f8e
modified to handle localization
1999-08-31 00:27:02 +00:00
gayatrib%netscape.com
0a281d2a24
Changed to load the new cpw.xul
1999-08-31 00:22:48 +00:00
gayatrib%netscape.com
3c3bda8492
New UI for create profile as part of the meta wizard
1999-08-31 00:20:20 +00:00
gayatrib%netscape.com
90cdcd16ec
New javascript file for cpw.xul
1999-08-31 00:19:28 +00:00
gayatrib%netscape.com
390ae1a2e4
New css file for cpw.xul
1999-08-31 00:18:52 +00:00
gayatrib%netscape.com
9856b0eab1
Removing as it is no longer required in the new UI
1999-08-31 00:17:19 +00:00
gayatrib%netscape.com
3fa0b66e2c
Removing as it is no longer required in the new UI.
1999-08-31 00:07:05 +00:00
racham%netscape.com
640665c397
Added options to delete operation, bug 6684
1999-08-10 08:03:21 +00:00
racham%netscape.com
6fa613c582
Migrate and start apprunner on clicking Start button for unmigrated profile, bug 10172
1999-08-10 03:42:38 +00:00
gayatrib%netscape.com
70c2ee3e00
replacing location.this with the complete url as that call is failing
1999-08-09 22:37:40 +00:00
gayatrib%netscape.com
fa17c17e4f
changing location.replace to location.href, as a fix for bug 11261
1999-08-05 04:28:43 +00:00
gayatrib%netscape.com
066fe73c70
adding pm.js to the makefile
1999-07-27 07:23:11 +00:00
gayatrib%netscape.com
ea6864bc39
a file to hold all the javascript of the profile manager UI
1999-07-27 07:21:44 +00:00
gayatrib%netscape.com
73b394f542
fixing bug number 10106
1999-07-27 07:21:01 +00:00
gayatrib%netscape.com
534708b613
new UI for profile manager which also includes DTDs
1999-07-27 07:18:29 +00:00
gagan%netscape.com
20c0996ab2
Replaced resource:// with resource:/ to be more compliant with our parsing rules.
1999-07-21 11:48:56 +00:00
gagan%netscape.com
a6f5a6eca5
Fix the missing slash on chrome: hacks.
1999-07-21 03:16:30 +00:00
gayatrib%netscape.com
90d405c1f8
Constraining the width and height of the window to 640x480
1999-07-09 00:01:09 +00:00
gayatrib%netscape.com
16e16c453a
added pmMigrateAll.xul file
1999-07-06 23:07:11 +00:00
gayatrib%netscape.com
99a113473e
Added Migrate All button
1999-07-06 23:06:10 +00:00
gayatrib%netscape.com
bf36584f1f
xul file for migrate all ocnfirmation dialog
1999-07-06 23:05:11 +00:00
gayatrib%netscape.com
bc3a55c724
Added pmDelete.xul to the makefile
1999-07-06 08:28:28 +00:00
gayatrib%netscape.com
79493f4697
Modified the xul files to reflect the new window tag syntax
1999-07-06 08:26:47 +00:00
hyatt%netscape.com
e84d9b8fb5
Fixing the profile manager (the div was in the wrong place).
1999-07-05 17:01:00 +00:00
gayatrib%netscape.com
f041ec23e7
Added netcenter files
1999-07-05 00:59:23 +00:00
gayatrib%netscape.com
3dfb854953
Adding xul files for Netcenter PReg
1999-07-05 00:58:00 +00:00
gayatrib%netscape.com
717b7300bd
Modified to accomodate the new window property in xul
1999-07-02 23:29:40 +00:00
gayatrib%netscape.com
3bbf641c34
Added pmrename.xul
1999-07-02 21:43:43 +00:00
gayatrib%netscape.com
5269606259
New profile manager css file with modified tree widget syntax
1999-07-02 21:41:21 +00:00
gayatrib%netscape.com
3ce89a29bf
New profile manager xul file with modified tree widget syntax
1999-07-02 21:41:04 +00:00
racham%netscape.com
cbc46122f3
Modified renaming page
1999-06-12 00:53:48 +00:00
racham%netscape.com
fd29576cf4
Cleared some dump statements
1999-06-12 00:52:55 +00:00
racham%netscape.com
187fad7040
Profile Manager UI with new functions
1999-06-12 00:52:03 +00:00
racham%netscape.com
fec124d90d
Modified to fit the new flow
1999-06-12 00:38:31 +00:00
racham%netscape.com
5516b3deda
Finish now appears on the 2nd page
1999-06-12 00:36:55 +00:00
racham%netscape.com
38a5886c82
Added a xul file and a css file with tree widget info
1999-06-12 00:34:45 +00:00
racham%netscape.com
6d44ca457f
modified error statement
1999-06-12 00:33:28 +00:00
racham%netscape.com
00b032c12e
Create Profile Wiz of profile manager
1999-06-12 00:32:12 +00:00
racham%netscape.com
e72902d6bf
Modified to fit the new modal. Closed some dump statements
1999-06-12 00:30:44 +00:00
racham%netscape.com
56e40b8997
Added default profile name mozProfile
1999-06-12 00:28:43 +00:00
selmer%netscape.com
2aed4b6ce8
Fix dialog conditionals
1999-06-09 03:02:49 +00:00
selmer%netscape.com
99ef402100
fixed dialog for rename
1999-06-09 02:56:07 +00:00
selmer%netscape.com
3d811bdd63
rename dialog
1999-06-09 02:55:49 +00:00
hyatt%netscape.com
f48cad1d3e
Added some box stuff for selmer.
1999-06-09 01:00:04 +00:00
selmer%netscape.com
106f9b2c32
*** empty log message ***
1999-06-09 00:26:56 +00:00
selmer%netscape.com
d26b9383cb
row selection works!
1999-06-09 00:25:33 +00:00
selmer%netscape.com
1dae19a637
*** empty log message ***
1999-06-09 00:24:52 +00:00
selmer%netscape.com
d24c866db2
working on popups
1999-06-08 21:34:19 +00:00
selmer%netscape.com
7b8137b1e0
use correct css file - duh.
1999-06-08 17:08:18 +00:00
selmer%netscape.com
2a2614c2d1
added class=push to titledbuttons
1999-06-08 01:09:00 +00:00
selmer%netscape.com
9217f06125
Added pm.xul, pm.css
1999-06-08 00:37:53 +00:00
selmer%netscape.com
ab527e5119
Move new prof mgr stuff into res
1999-06-08 00:31:14 +00:00
selmer%netscape.com
4f6e35c27e
New prof mgr using trees
1999-06-08 00:30:00 +00:00
gayatrib%netscape.com
60e44feb24
A sample tree widget
1999-05-27 22:24:12 +00:00
dveditz%netscape.com
a7ac28a617
fixing build for Win9x -- profile resources not getting exported. Approved chofmann
1999-05-21 00:57:48 +00:00
gayatrib%netscape.com
c8ae80d420
new makefile with all the new ui files
1999-05-19 04:35:39 +00:00
gayatrib%netscape.com
3f68b028c5
rename profile ui
1999-05-19 04:35:10 +00:00
gayatrib%netscape.com
2d42e3dc91
contains profile manager ui
1999-05-19 04:33:56 +00:00
gayatrib%netscape.com
540e22e130
profile manager ui
1999-05-19 04:32:45 +00:00
gayatrib%netscape.com
79ae8ebed0
The first navigation frame of create profile wizard
1999-05-19 04:30:58 +00:00
gayatrib%netscape.com
5585dae93f
The first navigation frame of create profile wizard called from profile manager
1999-05-19 04:30:22 +00:00
gayatrib%netscape.com
1a82c748c8
This causes the last page of create profile wizard called from profile manager to return to profile manager
1999-05-19 04:29:03 +00:00
gayatrib%netscape.com
4445d1378e
New navigation frame that does not have Next button on last page of CreateProfile wizard
1999-05-19 04:24:31 +00:00
gayatrib%netscape.com
0b9fe92c57
File to display error messages
1999-05-19 04:22:42 +00:00
gayatrib%netscape.com
10c1845cc8
Create profile wizard from profile manager
1999-05-19 04:21:53 +00:00
gayatrib%netscape.com
6b0234ccdc
Added new navigation frames to prevent the coexistence of next finish buttons
1999-05-19 04:20:28 +00:00
gayatrib%netscape.com
0141bb7c8d
New file to return to profile manager from the last screen
1999-05-19 04:19:33 +00:00
gayatrib%netscape.com
a91cefab4b
Added code to remember the edit field values
1999-05-19 04:17:51 +00:00
gayatrib%netscape.com
ec5da0dbf2
Modified to include all the new xul files
1999-05-19 04:13:22 +00:00
waterson%netscape.com
7e2687347f
Put files into the wrong directory.
1999-05-05 06:58:04 +00:00
waterson%netscape.com
aad0bc3f89
Initial revision.
1999-05-05 04:41:20 +00:00