Граф коммитов

119674 Коммитов

Автор SHA1 Сообщение Дата
mikep%oeone.com df91a26d11 Fixing so that the calendars have a proper id on the end of them. The old way caused problems when deleting a calendar, then adding a new one. 2003-06-09 16:30:16 +00:00
mostafah%oeone.com cc54122e43 Fixed bug 179970: Ability to import .vcs files 2003-06-09 16:12:07 +00:00
mostafah%oeone.com dbd9afd9e8 Start localizing error strings 2003-06-09 16:08:55 +00:00
mostafah%oeone.com e0b16720cb Enhanced error handling 2003-06-09 16:08:05 +00:00
mostafah%oeone.com 7b2d3a5eb3 Removed redifinition of rv 2003-06-09 16:07:18 +00:00
mostafah%oeone.com 5ff331d7c3 Removed unused variable 2003-06-09 16:06:46 +00:00
cbiesinger%web.de bb692d2377 179138 patch by mloiselle@yahoo.com r=pavlov sr=blizzard nsSound::Play doesn't 2003-06-09 16:04:23 +00:00
brade%netscape.com 15ae90a807 bug 208132; move required files (for html editing) out of ui/composer/content and into composer/src/res; r=byner, sr=smfr 2003-06-09 14:06:46 +00:00
mikep%oeone.com abacd44753 Adding in .vcs extension to import dialog, bug 179970 2003-06-09 13:58:06 +00:00
jaggernaut%netscape.com 6d05963f0c Whitespace changes. 2003-06-09 10:06:11 +00:00
bolian.yin%sun.com fb2d2f7d0b Bug 202388 runtime switch between system prefs and mozilla prefs.
sr=alecf.
2003-06-09 08:30:04 +00:00
scott%scott-macgregor.org 2506546a81 Does not effect trunk builds.
Thunderbird now builds with the new toolkit. Wrap mozilla/tookit in an ifdef MOZ_XUL_APP instead of a MOZ_PHOENIX flag
2003-06-09 04:31:57 +00:00
scott%scott-macgregor.org 82a03aa70e Thunderbird doesn't care about satchel, autocomplete, session history, etc. So don't build them.
We may move this stuff to browser or add flags to the build to make it easy to skip them.
2003-06-09 04:29:59 +00:00
scott%scott-macgregor.org 19be735486 Restore functionality to the checkbox label so it's label will wrap again. 2003-06-09 04:27:49 +00:00
scott%scott-macgregor.org de12388343 We need to make changes to toolkit's autocomplete for it to work in mail compose (for thunderbird).
For now, add an ifdef which rebinds the autocomplete bindings to the old versions in mozilla\xpfe.
2003-06-09 04:26:42 +00:00
scott%scott-macgregor.org 39ff906af4 Synch this file up with changes that have happend in mozilla\xpfe. This enables find to work in thunderbird
as well.
2003-06-09 04:24:11 +00:00
scott%scott-macgregor.org 296c9356c2 Run xul.css through the pre-processor now that it has a thunderbird ifdef in it. 2003-06-09 04:23:15 +00:00
scott%scott-macgregor.org 3b2087a2fd Patch from Stephen Walker to collapse folderPane.xul and threadPane.xul These overlay files are no longer used,
instead of we directly include the xul in several places. Should be a perf win.
2003-06-09 04:18:43 +00:00
scott%scott-macgregor.org 25a8d0848c patch from stephen walker to remove some crufty grippy code and to remove some unnecessary boxes. 2003-06-09 03:49:29 +00:00
rogerl%netscape.com 9054b3e0fb Switched to StringAtom throughout 2003-06-09 00:59:12 +00:00
scott%scott-macgregor.org dcb9289fbc Update the locale version to 1.5a.
This should fix some run time errors about missing entities.
2003-06-08 22:28:04 +00:00
brendan%mozilla.org ef5ca30389 Subtly better comment for last change. 2003-06-08 20:31:06 +00:00
sspitzer%netscape.com f2400099eb fix for bug #1293896
remove print preview on Mac OS X
r/sr=bienvenu
2003-06-08 20:21:53 +00:00
dbaron%dbaron.org 7743fb4531 Add nsILink back to the QueryInterface implementation to fix :link matching LINK. b=208588 Patch from Mats Palmgren <mats.palmgren@bredband.net>. r+sr=dbaron 2003-06-08 19:53:55 +00:00
dbaron%dbaron.org bb6b688862 Fix bugs with colors in tables in cases where some content comes before the start tag of BODY by rechecking the computed color of BODY more often. b=94688 Patch from Mats Palmgren <mats.palmgren@bredband.net>. r+sr=dbaron 2003-06-08 19:52:22 +00:00
brendan%mozilla.org 065785a168 Followup fix to remaining problem pointed out by Itaj Sherman (208496). 2003-06-08 18:55:53 +00:00
bienvenu%netscape.com c0c56b77d6 potential fix for intermittent crash sending mail, r/sr=sspitzer, 208300 2003-06-08 16:53:02 +00:00
varga%netscape.com af05f6133f Fix for bug 200048. "Set as New Bookmark Folder / New Personal Toolbar" not working.
r=jag, sr=sspitzer
2003-06-08 16:21:12 +00:00
scott%scott-macgregor.org a1368e811d use the new theme preview image. 2003-06-08 03:39:05 +00:00
scott%scott-macgregor.org fadbaf52fb new preview image for the default theme. 2003-06-08 03:38:20 +00:00
dbaron%dbaron.org eeb3dc21c5 Fix bustage on compilers with broken for loop scoping. b=125246 2003-06-08 00:36:08 +00:00
dbaron%dbaron.org 261b663630 VC++ doesn't seem to like empty arguments to macros. Fixing bustage. b=125246 2003-06-07 23:29:05 +00:00
dbaron%dbaron.org f3a00bc53b Put more information on the CSS properties in nsCSSPropList.h.
Use the property list in the tables for nsRuleNode::CheckSpecifiedProperties.
To reduce heap usage, redesign the storage of properties and values in nsCSSDeclaration to allocate all property-value pairs in a declaration block in a single allocation, and use temporary structures (like the old permanent structures) during parsing and modification.  Replace per-property switch statements in nsCSSDeclaration with table-based code to reduce code size.
b=125246  r+sr=bzbarsky
2003-06-07 22:14:42 +00:00
brendan%mozilla.org a0cac9ffd2 Slight comment tweaks to last checkin. 2003-06-07 21:31:00 +00:00
brendan%mozilla.org 47202fbc9f Minimal ECMA-262 Edition 3 config, plus cleanup to other configs (208586, r=shaver). 2003-06-07 21:08:45 +00:00
bbaetz%acm.org aba3e265d8 Bug 208620 - Fix return value of Bugzilla->login when user already exists
r,a=justdave
2003-06-07 13:59:24 +00:00
bmlk%gmx.de aa0129fa76 Initialize only table related frames, that should be more safe, bug 207145 r=jkeiser sr=kin 2003-06-07 08:48:24 +00:00
sspitzer%netscape.com accc732e12 not respecting junkFolderName property in messenger.properties
localizers can't localize "Junk" folder on local folders (IMAP is ok)
r/sr=bienvenu
2003-06-07 06:00:02 +00:00
bbaetz%acm.org 58b398a337 Bug 208583 - Remove PerformSubsts from templates
r,a=justdave
2003-06-07 04:36:23 +00:00
bbaetz%acm.org 114bfcf4b0 Bug 205463 - Tokens aren't canceled after a successful login.
patch by 'Randall M! Gee', r=bbaetz, a=justdave
2003-06-07 03:36:46 +00:00
scott%scott-macgregor.org 79443ceb35 copy over more I18N files from the res directory to help thunderbird display i18n messages
correctly.
2003-06-07 03:22:40 +00:00
nelsonb%netscape.com 2b945570e0 Harden SECITEM_CompareItem against NULL pointers. 2003-06-07 03:05:49 +00:00
scott%scott-macgregor.org ce59e780c0 synch with the trunk. 2003-06-07 01:49:14 +00:00
scott%scott-macgregor.org 0a7c542dcc move a trunk patch for biff sound notification.
Hide a bunch of columns in the address book by default.
2003-06-07 01:49:00 +00:00
bienvenu%netscape.com 870dfec681 fix handling of acl for setting seen flag in read-only folders, r/sr=sspitzer 206791 2003-06-06 23:39:20 +00:00
nisheeth%netscape.com 55fb8b27cd Fix for bug 97413. r=rods@netscape.com, sr=kin@netscape.com. Make drag/drop of images from Mozilla to Desktop work on Windows. 2003-06-06 23:30:47 +00:00
brendan%mozilla.org 140409a0be Hide arg and var properties of function objects from with statements (208496, r=rogerl). 2003-06-06 21:43:14 +00:00
wtc%netscape.com dc35f1cd5f Bug 207614: fixed the way prcpucfg.h is created on OpenVMS so that its
modified time doesn't get updated whenever we do "gmake export".
2003-06-06 21:21:47 +00:00
pschwartau%netscape.com 11cc45c7e2 Making sections 5 and 6 a little sharper. 2003-06-06 20:55:38 +00:00
dougt%meer.net f1b02b8899 Moving all important docs to gila. This is a documentation only change - not part of the tinderbox|release builds 2003-06-06 19:49:28 +00:00