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

107332 Коммитов

Автор SHA1 Сообщение Дата
varga%netscape.com 5ff5b075c8 Fix for bug 142642 - Tree should not scroll on dragover immediately after that mouse enters the drag scroll.
r=bryner, sr=bz
Thanks to Pierre Chanial for initial patch.
2002-08-15 05:06:19 +00:00
aaronl%netscape.com bb840559a4 Not part of build. Bug 30088 - type ahead find. Simplify code to go from docshell -> dom window using nsIInterfaceRequestor 2002-08-15 04:57:33 +00:00
mkaply%us.ibm.com a866bee049 #159729
r=pedemont, sr=blizzard
OS/2 only - don't activate a frame if the parent isn't visible
2002-08-15 04:09:30 +00:00
mkaply%us.ibm.com 9a4f8f7bb2 #162605
r=pedemont, sr=blizzard
OS/2 only - support for SetIcon
2002-08-15 04:03:49 +00:00
bzbarsky%mit.edu d81765a0d7 Fix crash; we may have a #text node. Bug 159359, r=sicking, sr=jst 2002-08-15 02:28:54 +00:00
bolian.yin%sun.com 776cf20330 Bug 160069, Mailnews crashes by DND, patch by robin.lu@sun.com, r=ducarroz, sr=bryner 2002-08-15 02:07:48 +00:00
alecf%netscape.com b3cbbd4125 oops, this wasn't part of my backout 2002-08-15 01:45:39 +00:00
alecf%netscape.com b562624cd3 back myself out to see if I caused the pageload times to go up
I'm sure its me :(
2002-08-15 01:44:51 +00:00
nhotta%netscape.com 315aee0b5d For HTTP redirect, inherit the origin charset of the current uri for a new uri.
patch by darin,
bug 161174, r=nhotta, sr=bzbarsky.
2002-08-15 01:16:33 +00:00
nhotta%netscape.com 8a0670b9ed For filename download, ignore http header's filename if it contains 8bit characters,
bug 161174, r=ftang, sr=bzbarsky.
2002-08-15 01:15:58 +00:00
bryner%netscape.com c076030bc8 Bug 157830 - add per-window taskbar icons for Linux. Move the windows icon files into xpfe/bootstrap/icons/windows. r=pavlov, sr=blizzard. 2002-08-15 00:36:57 +00:00
blakeross%telocity.com 65e321731e Tweaking. 2002-08-15 00:36:11 +00:00
blakeross%telocity.com d3a25c1955 Bookmarks QS. 2002-08-15 00:31:39 +00:00
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