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

107119 Коммитов

Автор SHA1 Сообщение Дата
blakeross%telocity.com 9aacea44c2 Readd import/export to File. 2002-08-15 00:29:19 +00:00
blakeross%telocity.com 6d79590a7e Forking bookmarks, adding QS. 2002-08-15 00:22:41 +00:00
serge%netscape.com a1f760cdec fix irix redness, removing ^M 2002-08-15 00:16:56 +00:00
depstein%netscape.com ee4c6eac72 Updated prompt and dialog Component impls to be compatible with MfcEmbed. Some general code cleanup as well.
a=asa for QA checkins that are not part of the default builds
2002-08-15 00:12:26 +00:00
nicolson%netscape.com 0a6876533b Fix 162761: PK11_GetKeyGen should work if you pass in a keygen alg.
Make PK11_GetKeyGen an identity function for keygen algs.
2002-08-14 23:57:45 +00:00
kaie%netscape.com c430cd9340 Patch from bug 87902 to fix SSL/TLS logic.
- make TLS intolerant server detection over proxies work
  (this bug 87902)
- on connection failure, only retry without TLS when it is really
  likely to help (bug 149910)
- remove obsolete workarounds in SSL i/o layer
  (see removed comments in patch)
- avoid to confuse programmers reading code,
  by renaming TLSStepUp (which means something else)
  to the correct term STARTTLS (what the code is actually doing).
  (As suggested by nelsonb)
- If an invalid or expired etc. server certificate is presented,
  a warning is shown. If the user decides to cancel,
  network activity should stop immediately.
  (we currently warn multiple times) (bug 87209)

r=javi/darin/ducarroz/dmose sr=alecf
2002-08-14 23:43:28 +00:00
bbaetz%student.usyd.edu.au ca24dcaed2 Bug 151619 - Problem with the regex in checksetup.pl to find dependancies
r=jouni, joel
2002-08-14 23:30:40 +00:00
seawood%netscape.com 4995c5758a Removing old unused module prefix files.
Thanks to Stephen Walker <walk84@yahoo.com> for the patch.
Bug #162186 r=cls
2002-08-14 23:09:28 +00:00
seawood%netscape.com 7cc43e8440 Use shared prefix files instead of old module specific ones.
Thanks to Stephen Walker <walk84@yahoo.com> for the patch.
Bug #162186 r=cls
2002-08-14 23:07:41 +00:00
seawood%netscape.com c87f9b29bb Fix standalone xpcom builds for OSX 2002-08-14 23:04:49 +00:00
nicolson%netscape.com e293e9c434 Remove try/catch block when loading libjss. This allows any UnsatisfiedLinkError
to get thrown to the application, where it can print it out with all its
information. Also stop checking for jssjava.
2002-08-14 23:00:45 +00:00
nicolson%netscape.com f15db4ddc5 fine-tune javadoc commands. 2002-08-14 22:55:47 +00:00
alecf%netscape.com edc333be15 really fix bug 12493 - sr=darin, r=radha
move the check for mIOService into its own check
2002-08-14 22:43:05 +00:00
bzbarsky%mit.edu e45e88ea9c Clean up the mLanguage string. Bug 35768 add-on, rs=dbaron, r=sicking 2002-08-14 22:37:33 +00:00
serge%netscape.com f385095175 ix 109739, removed nsIRegistry and switched to flat file support for caching plugins info, r=av, sr=dveditz 2002-08-14 22:31:59 +00:00
naving%netscape.com ec04bf62ce 162156 r=cavin sr=bienvenu get db only if you are doing db batching 2002-08-14 22:31:49 +00:00
sspitzer%netscape.com 8534f3b7e1 extensibility hooks for mailnews FE and IMAP back end.
see bug #161226.  r/sr=bienvenu
2002-08-14 22:12:32 +00:00
pinkerton%netscape.com 640d1ca539 Register for undo/redo notifications so we can hide the suggestions
list. Fixes the urlbar font size. (bug 159606)
2002-08-14 22:11:02 +00:00
ducarroz%netscape.com 9069418c32 Fix for bug 162709. We need to check the pointer before we access it. This is a regression caused by my previous checkin for bug 71301. R=cavin, SR=bienvenu 2002-08-14 22:03:05 +00:00
cbiesinger%web.de de568ec798 bug 84542 r=timeless sr=bzbarsky disable view|page source for images 2002-08-14 22:01:44 +00:00
naving%netscape.com a07c80e268 162156 r=cavin sr=bienvenu disable folder count updation while searching 2002-08-14 22:00:20 +00:00
mscott%netscape.com eff67bfeb6 Bug #162569 --> modify quick search apis to make them more generic so mail views can use them.
r=naving
sr=sspitzer
2002-08-14 21:57:35 +00:00
mscott%netscape.com 41724e14b9 Bug #162563 --> add a search attribute and value for labels so you can search on labels
r=naving
sr=sspitzer
2002-08-14 21:56:57 +00:00
pinkerton%netscape.com 536a42646f Stop the throbber from animating when it's been removed from the toolbar
(bug 155869)
2002-08-14 21:46:01 +00:00
jst%netscape.com 32657223c0 Fixing typo's in comments. Typo's found by dbaron (bug 162526). 2002-08-14 20:48:55 +00:00
relyea%netscape.com 8e47db3b48 bug 161552: Make the recipient list traversal functions call the internal
nsstoken_FindCertByIssuerAndSN() function to gain the benefit of the fixed
Searching code.
2002-08-14 20:42:40 +00:00
pinkerton%netscape.com e37cd5e245 Fix padding issues and a memory leak (bug 162205) 2002-08-14 19:37:40 +00:00
shanjian%netscape.com 68dc9e772f Back out my previous change because it cause regression 162670. 2002-08-14 19:18:27 +00:00
pinkerton%netscape.com 137261f190 remove hack for unsupported protocols now that necko correctly
dispatches them for us (bug 145807)
2002-08-14 19:10:26 +00:00
dbaron%fas.harvard.edu 758b090423 Remove extraneous line pointed out by peterv. b=35768 2002-08-14 14:23:56 +00:00
pinkerton%netscape.com 5ab61284c6 a double-click to dismiss a menu on a folder would cause us to popup
the menu again. check for that case (bug 162367)
2002-08-14 14:20:09 +00:00
dbaron%fas.harvard.edu 67ee818e6d Attempt to fix page load regression. b=35768 2002-08-14 14:01:39 +00:00
bbaetz%student.usyd.edu.au f57b6b67e2 Bug 153578 - Attachment modified date is meant to be attachment creation
date
r=preed, joel
2002-08-14 13:42:33 +00:00
dbaron%fas.harvard.edu 087fa15482 Remove unused method nsIStyleRule::GetStrength. b=162492 r=kin sr=bzbarsky 2002-08-14 13:16:35 +00:00
glazman%netscape.com 41f3ad2589 make CSS mode the default in Composer and hide text highlight button when not in CSS mode; b=161303, r=neil@parkwaycc.co.uk, sr=kin 2002-08-14 13:12:52 +00:00
dbaron%fas.harvard.edu 620626542b Back out most of patch for bug 154910 to fix crash, since nsLineLayout need not do all its allocation without other things lower on the stack. b=162516 2002-08-14 13:00:16 +00:00
dbaron%fas.harvard.edu 06162d7507 Mark freed memory in stack arena with 0xdd. b=161283 sr=bzbarsky r=kin 2002-08-14 12:49:24 +00:00
dbaron%fas.harvard.edu 6a9d9c376c Use PRSize to fix alignment problems on some platforms, although it doesn't guarantee a fix for all platforms. Patch from <scooter@gene.com>. b=160535 r=dbaron sr=alecf 2002-08-14 12:47:18 +00:00
dbaron%fas.harvard.edu a48a2a2e82 Don't repeatedly reapply the carried out bottom margin when clearing long words past floats. Fixes infinite loop in the case where the margin is negative. b=153429 sr=bzbarsky r=roc+moz 2002-08-14 12:44:40 +00:00
dbaron%fas.harvard.edu 5a1a0bf7ae Make the declarations of colors for radio buttons and check boxes important, so they are unstylable (and styles in web pages don't cause them to disappear). b=58755 r=jkeiser sr=bzbarsky 2002-08-14 12:42:03 +00:00
antonio.xu%sun.com e5c68f5f9b replace the hardcode of "@mozilla.org/embedcomp/dialogparam;1" with NS_DIALOGPARAMBLOCK_CONTRACTID
Bug 158608 r=Henry sr=alecf
2002-08-14 12:39:03 +00:00
dbaron%fas.harvard.edu 45592f7692 Implement CSS2 :lang() selector. Fix problems with dynamic changes of 'quotes' property. Patch mostly by Ulrich Drepper (drepper@redhat.com), with some changes by Pierre Saslawsky and dbaron. r=rbs, dbaron sr=bzbarsky b=35768 2002-08-14 12:34:39 +00:00
bbaetz%student.usyd.edu.au 0c5d5677c9 Bug 162642 - Cannot accept bugs if requiremilestone is on; regression from
bug 43600
r=preed x2
2002-08-14 11:55:24 +00:00
timeless%mac.com 18a1a31341 Bug 153655 aboutCommunicatorCmd.label is unused
also removing:
howTutorialCmd.label
helpChannelCmd.label
r=biesi sr=bz
2002-08-14 10:13:28 +00:00
bryner%netscape.com 64a4cc486d phoenix only - not part of build
Change the DDE application name so that you can start Phoenix with Mozilla running.  r=hyatt, cls.
2002-08-14 09:46:17 +00:00
bolian.yin%sun.com f76b32723f Bug 148996, enable the feature of Drag and Drop on Bookmarks button on the personal toolbar. r=bryner, sr=blizzard. 2002-08-14 09:41:07 +00:00
antonio.xu%sun.com be7d2fafea File | New | Folder menu needs to be disabled while offline
Bug 102284 r=ssu sr=bienvenu patch=calvin.liu@sun.com
2002-08-14 06:33:06 +00:00
henry.jia%sun.com 29ab56f04c fix of Patch for Bug 75081: nsCString::FindChar is stupid. Extremely stupid
Patch by bratell@lysator.liu.se
Fix by Henry.Jia@sun.com
r=bryner
2002-08-14 05:37:48 +00:00
henry.jia%sun.com 016fa29739 fix of Patch for Bug 75081: nsCString::FindChar is stupid. Extremely stupid
Patch by bratell@lysator.liu.se
Fix by Henry.Jia@sun.com
r=jag, sr=alecf
2002-08-14 05:06:09 +00:00
henry.jia%sun.com a91d8eb112 Patch for Bug 75081: nsCString::FindChar is stupid. Extremely stupid
Patch by bratell@lysator.liu.se
r=jag, sr=alecf
2002-08-14 04:13:38 +00:00