Commit Graph

203 Commits

Author SHA1 Message Date
scott%scott-macgregor.org
e4871daeb3 Bug #300834 --> Add a pref for same host names which can bypass the remote image settings
for enterprise customizations.

sr=bienvenu
2005-07-25 18:54:37 +00:00
cmp%mozilla.org
abb56c5748 Override product version with app version number in app .exe file.
Bug 286825, attachment 190279.  r=benjamin@smedbergs.us,
sr=bryner@brianryner.com, a=chase@mozilla.org
2005-07-24 21:55:56 +00:00
masayuki%d-toybox.com
15165f0770 Bug 298712 Space before parenthesis of accesskey should be removable r=pkwarren, neil, mconnor, sr=bzbarsky, neil, a=asa, mconnor 2005-07-20 08:40:13 +00:00
scott%scott-macgregor.org
15186db38c Bug #269483 --> more smart update changes 2005-07-06 19:13:29 +00:00
mozilla.mano%sent.com
eccc356599 Bug 298927 - [Mac] Thunderbird doesn't register itself as a mailto: handler. r=josh, sr=mscott, a=bsmedberg. 2005-06-30 20:07:37 +00:00
scott%scott-macgregor.org
3d18444d8d more pref changes for smart update 2005-06-30 17:04:09 +00:00
scott%scott-macgregor.org
d05170a60a Bug #269483 --> more thunderbird smart update work.
Moving update.xul/js/dtd from mozilla/browser/preferences to mozapp/preferences so we can all
share from them. a=ben on moving these files / the toolkit changes
2005-06-29 21:07:04 +00:00
mark%moxienet.com
e1c60c632b Bug 298992, Mac: Cannot launch trunk Thunderbird built against 10.3 SDK on OS != 10.3. Revise library link order. r=mscott sr=peterv a=bsmedberg 2005-06-29 19:58:40 +00:00
scott%scott-macgregor.org
5033072ea4 more smart update changes 2005-06-29 06:05:05 +00:00
scott%scott-macgregor.org
6e2262d10a Bug #269483 --> more changes to support software update 2005-06-27 19:05:58 +00:00
bsmedberg%covad.net
ca96c72909 Bug 286108 - build tbird locales - use "en.lproj" and other localized .lproj directory names instead of hardcoded "English.lproj" r=Mano a=Chase 2005-06-17 00:54:25 +00:00
scott%scott-macgregor.org
7bbf4ccb5b Bug #297227 --> Depend build fails to build PrintPDE.plugin
Patch by  Mark Mentovai

jhpedemonte: review+
peterv: superreview+
a=asa
2005-06-13 19:54:10 +00:00
scott%scott-macgregor.org
976c8ba53a Bug #269483 --> Thunderbird UI changes to support the new update service (which is not turned on yet)
add a toolbar button to the menubar for update notifications, add advanced pref UI to support the new settings, add a menu item under Help for Checking for Updates.
2005-06-10 18:09:21 +00:00
scott%scott-macgregor.org
af0391257d Bug #296940 --> Port Firefox update changes to Thunderbird to avoid an infinite loop on startup. 2005-06-07 21:45:14 +00:00
scott%scott-macgregor.org
7f30296f16 Bug #295723 --> Default Theme not listed in the Theme Manager
bump the theme version to 1.0+
2005-05-27 17:31:54 +00:00
scott%scott-macgregor.org
6171d33f2b Bump the app.extension string to 1.0+ like it is for Firefox. 2005-05-27 15:45:32 +00:00
bsmedberg%covad.net
ad657e7507 Bug 286108 - build Thunderbird locales from CVS: repackaging and installer changes to match the Firefox packaging process r=gandalf+mscott a=asa 2005-05-13 19:54:01 +00:00
bsmedberg%covad.net
ec03fbb04a Bug 293461 - Make safe mode a system option and make handling by the EM less fragile. Also fixes bug 275529 - allows app ID and extension ID to be a prettyname@vendor.tld instead of {GUID}. r=darin+robstrong a=asa 2005-05-12 13:23:30 +00:00
scott%scott-macgregor.org
f2d8eb9b8e Bug #234541 --> On Mac OS X, clicking on a mailto URL in Firefox or Safari when Thunderbird is already open, fails to open
a compose window. Instead, you get an error failing to find navigator.xul.

Change the value of browser.chrome to point to the messengercompose chrome.
2005-04-30 00:28:22 +00:00
neil%parkwaycc.co.uk
af17c5f4a9 Bug 195248 set some default attributes in XUL instead of localstore now that bug123285 persists them correctly p=me/Standard8 r=Mnyromyr sr=bienvenu r+sr=mscott 2005-04-29 13:04:53 +00:00
scott%scott-macgregor.org
e603de7ab7 Bug #291836 --> packaging changes for the new extension manager stuff 2005-04-25 23:03:56 +00:00
scott%scott-macgregor.org
3bdf6b8409 Bug #291259 --> Add a new preference, profile.force.migration which can be set to the name
of the migrator we want to force migration from. Left empty, the user will see
the normal list of all available sources we can migrate from. If you give it a
value, we automatically force migration from that type without any user interaction. Very useful for small
businesses migrating from another email client.

sr=bienvenu
2005-04-25 21:58:15 +00:00
scott%scott-macgregor.org
489f15a406 Bug #291836 --> thunderbird is DOA on startup due to missing some of the new extension manager prefs. 2005-04-25 18:51:51 +00:00
scott%scott-macgregor.org
30cb72e2a6 Bug #254557 --> mail/app/Makefile.in DESTDIR typo lets 'make install DESTDIR=/tmp/somedir/' fail
Patch by Geir Thomassen

r=bsmedberg
2005-04-22 21:27:25 +00:00
dbaron%dbaron.org
5d312ec4b3 Make it possible for apps, extensions, and vendors to all add tokens to the User-Agent string (using default preferences) without overwriting each other. b=274928 r+sr=darin a=mkaply 2005-04-07 18:11:59 +00:00
myk%mozilla.org
dcff0bdcb2 Second fix for bug 271473: whitelists addons.mozilla.org not only for new profiles but for existing profiles too, unblocking server-side architectural improvements that are waiting for a version of Firefox which can install extensions from addons.mozilla.org; r=bsmedberg 2005-04-06 20:13:32 +00:00
bsmedberg%covad.net
659b20504a Adding MOZILLA_INTERNAL_API to internal makefiles, bug 288626, rs=darin 2005-04-05 13:09:19 +00:00
bsmedberg%covad.net
3522feb25f Bug 280725 - use generic/automatic remoting for xremote r=caillon sr=bryner 2005-04-04 19:08:55 +00:00
dveditz%cruzio.com
f8db7e4f77 bug 287307 Prevent scripted statusbar changes; now matches Firefox defaults. r/sr=mscott 2005-03-29 01:00:50 +00:00
darin%meer.net
a87b534479 fixes bug 286147 "switch from .xulapp to application.ini" r=bsmedberg 2005-03-28 19:36:24 +00:00
scott%scott-macgregor.org
071e504f76 remove an obsolete preference 2005-03-18 23:45:09 +00:00
bsmedberg%covad.net
914a5612a1 libxul step 4 - most of tier 50 (not PSM, and I may have forgotten a few things in toolkit/mozapps also) r=darin 2005-03-18 21:24:05 +00:00
mkaply%us.ibm.com
e6e7959856 #281203
r=mkaply, sr=blizzard (platform specific)
From Andy Willis - remove unused references to pointer files
2005-03-15 14:32:55 +00:00
scott%scott-macgregor.org
c6f7a28b2d Turn on inline spell check by default.
add some default prefs in preparation of the new options UI landing
2005-03-06 07:12:04 +00:00
scott%scott-macgregor.org
59cc83960f Bug #268807 --> add default prefs for SignonFileName
patch by gemal
2005-03-01 21:31:42 +00:00
scott%scott-macgregor.org
8960a34ac4 Now that we are almost done landing the aviary changes for Thunderbird onto the trunk, its time to bump the version string up to 1.0+ 2005-02-17 18:26:01 +00:00
bryner%brianryner.com
5e7a43bfe2 Finish REQUIRES cleanup for Thunderbird. Compiles on all platforms. 2005-02-06 01:18:32 +00:00
scott%scott-macgregor.org
44f4744642 Bug #278310 --> inline spell checking for thunderbird
sr=bienvenu
2005-02-02 19:54:26 +00:00
gerv%gerv.net
8958ff7eb0 Bug 236613: change to MPL/LGPL/GPL tri-license. 2005-02-01 18:04:25 +00:00
scott%scott-macgregor.org
5a324456a7 Port missing theme and extension chrome prefs from aviary to the trunk 2005-01-28 17:24:16 +00:00
scott%scott-macgregor.org
d34004936f add mail biff badge for Mac OSX new mail notification on the trunk.
Porting from the branch
2005-01-21 21:40:31 +00:00
cltbld
fdd2c35037 thunderbird new mail badge icon for mac osx
porting from the aviary 1.0 branch
(mscott)
2005-01-21 21:35:52 +00:00
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
6c70c7b4da adjust copyright date to 2005 2005-01-10 21:30:06 +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
dbaron%dbaron.org
2a49a03aaf Happy New Year. 2005-01-01 05:01:51 +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