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

118235 Коммитов

Автор SHA1 Сообщение Дата
seawood%netscape.com c6660ec747 Fix comment 2003-04-18 10:21:10 +00:00
seawood%netscape.com 6911f0e7e0 Sync config.guess & config.sub with official GNU copies.
Bug #199343
2003-04-18 10:20:15 +00:00
seawood%netscape.com f21c33f06b Add libart to the list so my svg builds work 2003-04-18 10:09:55 +00:00
ere%atp.fi 19c0852cd8 Bug 90337: load chrome xbl bindings synchronously.
r=hyatt
sr=bzbarsky
2003-04-18 08:44:25 +00:00
scott%scott-macgregor.org ca012e3f93 Not Part of the build
Bug #179533 --> ground work for compressing mail dlls for thunderbird (and mozilla mail). Module file that combines
all the various import DLLs into one.

r/sr=sspitzer
2003-04-18 08:31:52 +00:00
cltbld%netscape.com 834db4ed04 Automated update 2003-04-18 06:45:06 +00:00
seawood%netscape.com 3cd234f553 Fix fallback checks for libIDL when building against gtk2
Bug #201836
2003-04-18 06:37:34 +00:00
seawood%netscape.com 0b2e42d46e Trim about 100 megs of unnecessary source from minimo pull.
bug #199345 r=dougt
2003-04-18 06:32:53 +00:00
scott%scott-macgregor.org e26b186cf9 Part of Bug #179533 --> need to move mail CID files from the build directory to the src directory.
This will make aggregating mail dlls easier.
r/sr=sspitzer
2003-04-18 06:12:46 +00:00
dougt%netscape.com 130c3dec24 using strnicmp instead. r=darin 2003-04-18 05:43:41 +00:00
darin%netscape.com afcb58b9cf avoid compiler warning 2003-04-18 04:46:40 +00:00
sspitzer%netscape.com aac92ec732 fix for bug #202010
fail to migration 4.x popstate and filters on linux.
regression caused by bug #15424
r/sr=bienvenu
2003-04-18 02:42:47 +00:00
sfraser%netscape.com 6426097d57 Add libucvutil_s.a to the project to fix static build bustage. 2003-04-18 02:24:40 +00:00
mkaply%us.ibm.com c33d0334cd 202480 for OS/2 2003-04-18 02:22:17 +00:00
scott%scott-macgregor.org 69165d6781 Minotaur --> Thunderbird change 2003-04-18 02:15:51 +00:00
suresh%netscape.com cdb873140c fix for bug 188956 - Clean up Cache pref panel. This changes the UI display in cache panel from KB to MB. r-varga, sr-alecf. 2003-04-18 02:15:46 +00:00
suresh%netscape.com 8d8227a283 fix for bug 188956 - Clean up Cache pref panel. This changes the UI display in cache panel from KB to MB. r-varga, sr-alecf. 2003-04-18 02:10:41 +00:00
danm%netscape.com 621aa84494 adding EmbedBase.xpt. bug 174466 2003-04-18 02:10:36 +00:00
scott%scott-macgregor.org 7c9663302c update locale versions 2003-04-18 02:10:23 +00:00
sfraser%netscape.com 9f71cf85ba Fix crasher bug 202439 by properly refcounting the transferable hook list. r=brade, sr=bz/me. 2003-04-18 02:03:44 +00:00
kyle.yuan%sun.com afee19ff58 Bug 201273 [Webclient] add Print/Print Preview function
r=edburns
2003-04-18 01:07:54 +00:00
dougt%netscape.com 5f9d31938b bug 202480. Windows doesn't care about case. ::Contains must not either. r=darin 2003-04-18 00:48:38 +00:00
dougt%netscape.com 899eaaa107 bug 201711. We were not uninstalling the component. r=darin 2003-04-18 00:46:34 +00:00
harishd%netscape.com f2fed9e715 Fabricate a unique name for anonymous schema types. b=199555, r=rayw@netscape.com, sr=jst@netscape.com 2003-04-18 00:11:34 +00:00
bienvenu%netscape.com 5d6a25ae63 cleanup previous code that fixes fallback when smtp auth mechanisms fail, with help from Christian Eyrich, r/sr=sspitzer 202162 2003-04-17 23:33:03 +00:00
bzbarsky%mit.edu b36c8bbbf8 Make sure to always add base tag info before setting any other attributes. Bug
201998, r=jkeiser, sr=jst
2003-04-17 23:15:21 +00:00
rogerl%netscape.com 18cd9dd151 Fixing ':type' and default initializing. 2003-04-17 22:58:50 +00:00
cbiesinger%web.de 5457c87da4 189496 patch by magicdice@hotmail.com r=dean_tessman sr=bz Capitalize accesskeys in cache preferences 2003-04-17 22:54:04 +00:00
mjudge%netscape.com 0ca43371c9 163235 if we are collapsing selection to the beginning of the extended selection, set the "hint" to the right as a tie breaker. the opposite is true for collapsing forwards in the document. r=jfrancis sr=fraser. 2003-04-17 21:25:03 +00:00
rbs%maths.uq.edu.au 998f79cc41 Errata to bug 116030. Fix in the detection of the language group of a character to pick better fallback fonts, b=184848, r=smontagu, sr=bzbarsky 2003-04-17 21:16:25 +00:00
mjudge%netscape.com a453fa004c 191498 r=danm sr=fraser fixes caret jumping around containers. also fixes 192167 2003-04-17 21:08:44 +00:00
varga%netscape.com c89f445add Fixing bookmark separators.
I can't believe that bookmark specifix CSS lives in tree.css!
2003-04-17 21:07:35 +00:00
rogerl%netscape.com a91a8a871d Fixed start/restore compilation data mismatch. 2003-04-17 21:07:12 +00:00
mjudge%netscape.com 4dfd694d28 fix for 195080 and other caret jumping problems. r=kaie sr=fraser 2003-04-17 20:22:17 +00:00
jst%netscape.com 690a8cef27 Fixing bug 201132. Always use the JSPrincipals from the target object when compiling event handlers, never use the principals of the global object in which the event handler is compiled. Also make sure we never use the principals that are precompiled into cloned Functions, always get the principal from the Function's scope in such cases. r=mstoltz@netscape.com (and heikki@netscape.com), sr=brendan@mozilla.org 2003-04-17 20:21:00 +00:00
cbiesinger%web.de 91ae833035 191346 patch by Roland.Mainz@informatik.med.uni-giessen.de r=jkeiser sr=roc+moz RFE: "No printers found" when Xprint not installed should be "Xprint not installed" / there should be only one print error dialog for "no printers found" instead of two 2003-04-17 20:17:01 +00:00
cavin%netscape.com a1a02be878 Fix for 124217. Use user selected file types as the saved file types. Also if a string contains at least one comma, tab or double quote then we need to quote the entire string, plus need to quote double quotes. r/sr=sspitzer. 2003-04-17 20:14:01 +00:00
cavin%netscape.com 93ff5785bf Fix for 202356. Only issue getquotaroot cmd for aol inbox folder. r/sr=bienvenu. 2003-04-17 20:11:44 +00:00
brade%netscape.com 0c3baccfc4 remove deprecated interfaces (bug 197121) 2003-04-17 19:42:27 +00:00
seawood%netscape.com fd2883713e Implement mozcomps static build variant.
Remove unnecessary EXPORT_LIBRARY settings.
Bug #201602 r=bryner
2003-04-17 19:19:42 +00:00
kairo%kairo.at b6009f1e51 bug 202312 - localeVersion update for 1.4b, r=rchen, sr=blizzard 2003-04-17 18:43:57 +00:00
heikki%netscape.com 2e4c9751c1 Bug 201131, provide an alternative, monospaced pretty print style, r=sicking, sr=jst. 2003-04-17 18:41:09 +00:00
alecf%netscape.com 6d56e591d2 fix for plaintext editor, fallout from bug 201982
sr=sfraser
2003-04-17 18:28:35 +00:00
rogerl%netscape.com 042d365f80 Fixed native call argcount. 2003-04-17 17:27:33 +00:00
ian.mcgreer%sun.com e04a964222 bug 198452, zero-byte memcpys
r=relyea
2003-04-17 17:05:09 +00:00
brade%netscape.com 9e0440caf9 fix windows bustage sr=kin 2003-04-17 15:37:16 +00:00
brade%netscape.com 6de9f36f57 fix return type for EnsureTransferableDataHook 2003-04-17 15:22:52 +00:00
bienvenu%netscape.com 8df10c3d14 fix 202162 when smtp password fails, try auth protocols in decreasing order of secureness patch by Christian Eyrich, r/sr=bienvenu 2003-04-17 14:57:22 +00:00
kin%netscape.com 1358474efa Fix for bugzilla 91131(Cannot spellcheck selection)
First pass implementation of spellcheck selection feature:

  editor/composer/src/nsEditorSpellCheck.cpp
  editor/idl/nsIEditorSpellCheck.idl
  editor/txtsvc/public/nsITextServicesDocument.h
  editor/txtsvc/src/Makefile.in
  editor/txtsvc/src/nsTextServicesDocument.cpp
  editor/txtsvc/src/nsTextServicesDocument.h
  editor/ui/composer/content/ComposerCommands.js
  editor/ui/dialogs/content/EdSpellCheck.js
  mailnews/compose/resources/content/MsgComposeCommands.js

r=jfrancis@netscape.com,brade@netscape.com  sr=sfraser@netscape.com
2003-04-17 14:29:08 +00:00
brade%netscape.com 63f5c9dd53 removing printf from previous checkin 2003-04-17 14:24:55 +00:00