Commit Graph

100 Commits

Author SHA1 Message Date
scott%scott-macgregor.org
2cf05a25e2 Bug #279191 --> Initial Thunderbird support for our phishing detector. 2005-01-21 07:50:50 +00:00
scott%scott-macgregor.org
78106ba7da Bug #275131 --> add cookie support for RSS 2005-01-18 05:12:49 +00:00
scott%scott-macgregor.org
4c0d821169 Attempt to fix broken context menus by including XPCNativeWrapper.js
Fix Save Image As context menu item.
2005-01-12 01:29:09 +00:00
scott%scott-macgregor.org
3cc5699f96 Work of fixing Bug #276918 --> Thunderbird installer and zip builds are DOA after the aviary landing to mozilla\toolkit with
toolkit entity errors.

Locale restructuring to match work done on the aviary 1.0 branch.
2005-01-07 01:29:20 +00:00
myk%mozilla.org
b81eff6449 Fix for bug 271473: decouples the app update service, plugin finder service, and extension/theme directory (umo) from each other by moving them to different domain names (aus.mozilla.org, pfs.mozilla.org, and addons.mozilla.org, respectively, but that last URL will redirect to addons.update.mozilla.org temporarily so we don't break Firefox 1.0 users) so that we can isolate them from each other for better reliability and capacity control. r=ben 2004-12-16 09:12:20 +00:00
scott%scott-macgregor.org
aabeae258d Bug #254462 --> Port aviary 1.0 changes for software update support from the branch to the trunk. 2004-12-13 23:41:44 +00:00
bsmedberg%covad.net
8780632762 Bug 273417 - Use the app id/version/buildid from nsXULAppAPI instead of using prefs r=darin a=ben 2004-12-07 04:53:07 +00:00
scott%scott-macgregor.org
acc2c70215 Bug #268107 --> Make sure cookies are disable by default by setting:
network.cookie.cookieBehavior to 2 (don't use)
2004-12-06 04:40:34 +00:00
webmail%kmgerich.com
e1f0fbd8ee Fixing typo in theme author name 2004-12-03 15:22:14 +00:00
scott%scott-macgregor.org
0c964ec9fa Back out Bug #270082 --> revert our RSS account default to show HTML. 2004-12-01 02:09:11 +00:00
scott%scott-macgregor.org
d986d2fb77 Bug #270082 --> Show the summary instead of the webpage by default for RSS feeds
sr=bienvenu
2004-11-16 05:00:26 +00:00
dveditz%cruzio.com
ce13ee77d9 part of bug 263546: forgot to check in the required pref changes. r=jst,sr=darin 2004-10-29 22:11:23 +00:00
scott%scott-macgregor.org
efbc49f148 Bug #210164 --> POP: alert "is not a registered protocol" popped when loading an attachment
Turn on xul error alerts so we don't get random docshell error alerts such as not registered
protocol when viewing a mail message.
2004-10-01 00:29:41 +00:00
cbiesinger%web.de
5844b1dac6 259828 remove unused browser.turbo.enabled pref
r=bsmedberg sr=neil
2004-09-28 20:21:04 +00:00
bsmedberg%covad.net
7561fa5d5b Merge bug 246014 from the aviary branch, splitting nsIXULChromeRegistry into a separate piece for seamonkey-only methods. Original Firefox patch r=bryner sr=ben seamonkey merge r+sr=jst 2004-09-21 20:19:48 +00:00
Stefan.Borggraefe%gmx.de
cb2febdff4 Remove unused pref (part of bug 250637).
r=mscott
2004-09-09 14:19:02 +00:00
scott%scott-macgregor.org
11d14c549d Bug #256190 --> thunderbird.js preferences getting loaded before mailnews.js. Rename thunderbird.js to all-thunderbird.js
to ensure that it gets loaded last since it has the final overrides for thunderbird.
2004-08-19 20:18:04 +00:00
scott%scott-macgregor.org
95f06662d3 Bug #255451 --> More refinements for master password.
Leave off by default like Firefox.

Add a seamonkey like checkbox for encrypting vs. obscuring for using the master password
to lock saved passwords.
2004-08-18 05:17:47 +00:00
scott%scott-macgregor.org
eb0c5e8b54 Bug #255451 --> Add support for master password to Thunderbid. 2004-08-13 00:54:19 +00:00
scott%scott-macgregor.org
d5ca962752 Bug #216133 --> Allow remote images from senders in the white list for Thunderbird.
Enable remote image blocking by default, add pref UI under privacy for controlling the new white list settings
for blocking remote content.
2004-08-03 22:41:10 +00:00
scott%scott-macgregor.org
e0e719d546 Bug #253879 --> fix smoketest blocker, you can't install extensions and themes into thunderbird
on the trunk.
2004-08-01 05:13:57 +00:00
scott%scott-macgregor.org
e6a59a9b47 Bug #253291 --> Changes to preferences file not saved.
Matching thunderbird changes for brian's firefox fix.
2004-07-28 21:51:30 +00:00
scott%scott-macgregor.org
b30a9da042 Bug #249838 --> Start hooking up webservices and the smart update notifications for Thunderbird. 2004-07-27 23:35:29 +00:00
bryner%brianryner.com
ee0713fbfb Thunderbird default mail/news client support for GNOME (bug 252056). r=mscott. 2004-07-24 23:54:29 +00:00
scott%scott-macgregor.org
070a81228f Add app.extensions.version, matches Ben's FX changes for Bug #251473. 2004-07-16 02:54:29 +00:00
scott%scott-macgregor.org
d9839dd2c9 Bug #216133 --> port thunderbird changes for the new content policy manager from the branch to the trunk. 2004-07-01 02:43:02 +00:00
scott%scott-macgregor.org
fdbff09637 Bug #248073 --> use the mozapp XPinstall confirmation dialog instead of the seamonkey one. 2004-06-22 05:50:03 +00:00
scott%scott-macgregor.org
415383cc90 Try to get Thunderbird running on the trunk again now that the new profile manager has landed for aviary.
Includes patches for Bug #239929, #244800 and Bug #244134
2004-06-18 07:14:56 +00:00
bsmedberg%covad.net
d9ba66a275 Bug 239929 - Porting semi-single-profile from the aviary1.0 branch to the trunk. This is using the argv-restart method right now (a child process). This will be changing to an xpcom-restart process soon. Code by me, Ben Goodger, Darin, Scott M., M. Kaply, and others. xpfe/appshell code r=danm sr=brendan (bug 244106). 2004-06-17 21:23:51 +00:00
scott%scott-macgregor.org
dc4773ca23 Bug #245552 --> default character encoding option for outgoing mail comes up empty 2004-06-12 05:07:45 +00:00
scott%scott-macgregor.org
c17f954b0c Port Bug #234186 --> Messages with mail server identity should not be sent through newsserver
to thunderbird

Patch by Christian Eyrich
2004-04-27 07:02:48 +00:00
neil%parkwaycc.co.uk
5fb3e8a7ae Remove unused wallet preferences (including localized prefs) b=221623 p=gautheri@noos.fr r=mconnor sr=bryner 2004-04-22 08:26:58 +00:00
neil%parkwaycc.co.uk
9e7936628e Bug 221623 Remove the code that supported the old wallet.Notified pref and the extraneous wallet.notified prefs p=gautheri@noos.fr r=mconnor sr=bryner 2004-04-17 19:56:39 +00:00
scott%scott-macgregor.org
132c9e939a Bug #240750 --> Use sane widths and heights for all resolutions, not just 800 x 600 when launching with a new profile. 2004-04-16 23:42:23 +00:00
scott%scott-macgregor.org
5a877292e3 Follow up to Bug #240138 --> Add pref UI for turning on / off showing just the display name
for contacts you know.
2004-04-15 23:36:17 +00:00
scott%scott-macgregor.org
5626e538ed Bug #237029 --> make sure plugins are disabled by default 2004-03-10 19:06:44 +00:00
scott%scott-macgregor.org
4844921640 add back prefs for release notes and help site urls
so they start working again
2004-02-17 07:10:13 +00:00
scott%scott-macgregor.org
e94c748f34 Bug #233944 --> Avoid dynamic resizing of the message headers in the message pane 2004-02-12 18:02:34 +00:00
scott%scott-macgregor.org
b08145da1e Bug #233842 --> Cannot install extensions. Port seamonkey prefs for xpinstall chrome url 2004-02-12 03:01:33 +00:00
dwitte%stanford.edu
3b6c37bc82 remove preference imageblocker.enabled.
b=208882, patch by mconnor@myrealbox.com, r=mvl, sr=alecf.
2004-02-01 09:17:51 +00:00
scott%scott-macgregor.org
23551a49e2 Bug #229203 --> convert new lines to commas when pasting into a single line text box 2004-01-29 17:03:03 +00:00
cbiesinger%web.de
065f5ce3fc Bug 166192 Remove last traces of PICS.
patch by Stephen Walker <sdwalker@myrealbox.com> r=bsmedberg,dougt sr=dbaron
2004-01-28 22:42:21 +00:00
scott%scott-macgregor.org
7b4f5894ec remove obsolete files. We now use thunderbird.js 2004-01-27 06:10:55 +00:00
scott%scott-macgregor.org
7b9a1ace92 Bug #232166 --> Unfork mailnews,js, move diffs to thunderbird.js. 2004-01-27 06:06:40 +00:00
scott%scott-macgregor.org
024351b998 Dynamically generate version information for Thunderbird based on the value of version.txt
thanks to stephen walker for the patch.
2004-01-27 02:49:45 +00:00
scott%scott-macgregor.org
d0cf39a121 More pref regression fallout:
add missing signon prefs to thunderbird
pref("signon.rememberSignons",              true);
pref("signon.expireMasterPassword",         false);
2004-01-26 22:23:22 +00:00
scott%scott-macgregor.org
fd5b390082 Try to fix pref bustage regressions such as link clicks not loading the default browser. 2004-01-26 04:40:45 +00:00
scott%scott-macgregor.org
1d4adea156 Try to unhork platform specific pref bustage. Patch by bsmedberg 2004-01-24 00:44:28 +00:00
bienvenu%nventure.com
0f3209dbcd fix 228791 need ability to have unobscured mcd files, r/sr=mscott 2003-12-19 15:46:54 +00:00
scott%scott-macgregor.org
606a9fbfed Port Bug #24954 to thunderbird. Need ability to specify with -installer the Users directory 2003-12-16 17:15:19 +00:00