bookmarks.html file and accidentally added an invalid/extra </DL><p> line
which caused the bookmarks parser to blow chunks of the bookmarks away.
git-svn-id: svn://10.0.0.236/trunk@56636 18797224-902f-48f8-a5cc-f745e15eee43
also, make the smtp server pane in the account wizard grey, like the rest of them.
git-svn-id: svn://10.0.0.236/trunk@56592 18797224-902f-48f8-a5cc-f745e15eee43
don't support it yet. and remove the message center prefs, since we
don't support that UI anymore.
git-svn-id: svn://10.0.0.236/trunk@56539 18797224-902f-48f8-a5cc-f745e15eee43
the newsgroup name abbreviations in the folder pane.
default is yes. comment out some dumps. make it so the account manager
can deal with radio inputs.
git-svn-id: svn://10.0.0.236/trunk@56536 18797224-902f-48f8-a5cc-f745e15eee43
I'm re-using some of the js in PrefWindow.js to do this, since it very much like
setting the users home page.
git-svn-id: svn://10.0.0.236/trunk@56363 18797224-902f-48f8-a5cc-f745e15eee43
where it is and change the location (if they want, not recommended)
from the account setup dialog.
git-svn-id: svn://10.0.0.236/trunk@56355 18797224-902f-48f8-a5cc-f745e15eee43
bryner has a final tomorrow at U of I, and yet he hacks on mozilla.
all hail bryner!
git-svn-id: svn://10.0.0.236/trunk@56189 18797224-902f-48f8-a5cc-f745e15eee43
r=alecf
major fixes for the new folder / rename folder / subscribe dialogs.
we no longer use an html select for the folder picker.
now we use cascading menu popups, like the copy and move menus.
this fixes a lot of bugs, and allows pre-flighting to finally work.
our folder data source has some new properies:
CanFileMessages, CanSubscribe, CanRename, and CanCreateSubfolders
we use these to determine what cascading menu to build, what to disable, etc.
also, nsMessenger::NewFolder() and nsMessenger::RenameFolder() were changes to
take a nsIRDFResource instead of a nsIDOMXULElement. Before we were
passing through to the back end the selected xul element, now we pass
the resource in.
other cool side effects:
in the copy & move menus, you don't get the choice to file or copy to a server, on folders
in the rename dialog, you can't pick a server, on a folder
in the new folder dialog, you can't pick the imap inbox. (* more needs to be done here.)
bugs fixed: #14773, #14254, #20599, #20646
r=alecf
a couple bullet proofing fixes to prevent some crashes reported on fullcircle
r=bienvenu
git-svn-id: svn://10.0.0.236/trunk@55172 18797224-902f-48f8-a5cc-f745e15eee43
new string bundle (messenger.properties) for use by the messenger application
fix widgetglue.js to use the string bundle. now we get the title of the
new folder / subscribe dialog from the string bundle.
also fix the problem where the new folder / subscribe dialog wouldn't open
if zero, or more than one server / folder were selected.
git-svn-id: svn://10.0.0.236/trunk@54799 18797224-902f-48f8-a5cc-f745e15eee43
- The stack walking code now works on windows. We were initializing the symbol handler on each DLL load which was resetting its symbol tables. Now, we don't re-init the symbol handler repeatedly.
- Added support for an environment variable, XPCOM_REFCNT_LOG_ENABLE_VIA_PREF. When this is set to 1, refcount logging is done based on whether the "Enable XPCOM refcount log" pref in the Debug pane is set. If this is not set, refcount logging is not affected by the pref.
git-svn-id: svn://10.0.0.236/trunk@53963 18797224-902f-48f8-a5cc-f745e15eee43