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

63111 Коммитов

Автор SHA1 Сообщение Дата
waldemar%netscape.com 4fc6a829b4 Added function and constructor parsing and printing; fixed printing of blocks, compound statements, and :: 2000-06-01 03:30:58 +00:00
waldemar%netscape.com 17668e8a07 Added two-argument linearBreak 2000-06-01 03:30:19 +00:00
waterson%netscape.com 62529d1509 Make more portable. 2000-06-01 03:23:19 +00:00
sspitzer%netscape.com b4baf6207d fix for a bunch of subscribe problems.
#39263, imap subscribe only working to the second level deep
#40238, subscribed imap folders not showing up as subscribed.
#39261, imap folders showing up as full paths, not leaf names.

r=mscott
2000-06-01 02:41:03 +00:00
mjudge%netscape.com 2a9c083b71 bug = 34896. changing caret use to not demand a presshell. r=hyatt 2000-06-01 02:39:52 +00:00
mjudge%netscape.com 5d7b303285 fixing caret usages. hiding caret now is done by giving the stack destructor a caret * not a presshell 2000-06-01 02:38:13 +00:00
mjudge%netscape.com a14d4fbfb0 bug = 34896, r= hyatt. changing caret apis. this will demand that when a caret changes focus a call to setDOMSelection must be called to tell the caret what selection to listen to. 2000-06-01 02:37:40 +00:00
mjudge%netscape.com 030fdb7a16 bug = 34896, r= hyatt, adding in preformatting as a viable reason to wrap. 2000-06-01 02:27:58 +00:00
waterson%netscape.com cffe3e1141 Factored code to NS_TraceMallocStartupWithArgs(). r=brendan 2000-06-01 02:10:53 +00:00
waterson%netscape.com 5c0a94e714 Add NS_TraceMallocStartupArgs() so it's easier to factor between apprunner and other apps. Like viewer. r=brendan 2000-06-01 02:09:25 +00:00
waterson%netscape.com f9c64cb8d2 Ignore bloatblame. 2000-06-01 02:08:34 +00:00
pollmann%netscape.com 9580066b57 Bug 22983: Fix extra newlines in bugzilla updates when not logged into bugzilla on Linux. r=nisheeth 2000-06-01 02:04:51 +00:00
pollmann%netscape.com 22f8d63c13 Bug 39867: Fix uninitialized variable problem that was causing Mac to not post after unchecking "show again" box in warning dialog. r=harishd 2000-06-01 02:02:39 +00:00
brendan%mozilla.org 7303a72fd5 Push monitor down to avoid overhead when suppressing tracing (r=waterson). 2000-06-01 01:53:52 +00:00
hyatt%netscape.com 4a9fb2fc27 New tree grid bindings. 2000-06-01 01:49:45 +00:00
hyatt%netscape.com a8014e9594 New grid tree bindings. 2000-06-01 01:49:14 +00:00
jbetak%netscape.com dbb30dc19e 18022, bookmark doc charset caching
r=rjc, ftang, a=ftang
2000-06-01 01:27:18 +00:00
cathleen%netscape.com 227e47a354 fix dpgfood bug 38603, r=dveditz linux not starting up in installer build 2000-06-01 01:21:44 +00:00
mcafee%netscape.com fc78c5aaa8 Fixing forward/back hot keys (29348). r=slamm 2000-06-01 01:17:53 +00:00
jbetak%netscape.com 54d407ce97 18022, bookmark doc charset caching
r=rjc, ftang, a=ftang
2000-06-01 01:13:45 +00:00
jbetak%netscape.com ee2ec41cac 18022, bookmark doc charset caching
r=rjc, ftang, a=ftang
2000-06-01 01:08:28 +00:00
jim_nance%yahoo.com 2ddf41212d Tru64 compiler flags to make template code smaller. 2000-06-01 01:07:23 +00:00
mjudge%netscape.com 6c9a6ed3ce fixing small optimization oversight. based on pixleys code that was beta2+. optimization is not valid in this case. r=churchill 2000-06-01 01:03:48 +00:00
mjudge%netscape.com 4870a516ec bug = 34896. Fixing ender lite startup problem with caret. checking for inOffset<0. we checked for >mContentLength but not <0. r=churchil. 2000-06-01 01:00:15 +00:00
alecf%netscape.com 7f9ea57640 fix typo to make and/or work in search and filters dialogs
(really obvious fix)
r=sspitzer
2000-06-01 00:48:58 +00:00
alecf%netscape.com 45c32d86d1 bring filter dialog up to spec
WIP for #33101 r=sspitzer
2000-06-01 00:47:05 +00:00
mjudge%netscape.com ec271241d9 this was supposed to be checked in for someones pdt+ bug. this alters the view's destructor to remove itself from the viewmanagers mouse capture code. r= hyatt the bug had to do with OnClick on a view causing a web page reload. this became a must fix when joki checked in his event changes. 2000-06-01 00:38:57 +00:00
sfraser%netscape.com fedea2d0bd Various fixes for Installer stability, bugs 39749, 41002. r=sgehani 2000-06-01 00:38:17 +00:00
leaf%mozilla.org 088eb24726 Automated update 2000-06-01 00:30:09 +00:00
dmose%mozilla.org 9130f5f138 make mozilla configure and build the ldap sdk when --enable-ldap is given. r=pavlov@netscape.com,cls@seawoord.org; a=brendan@mozilla.org. 2000-06-01 00:26:48 +00:00
mjudge%netscape.com 7b4f2915c1 bug = 41088. r=hyatt. moving releasing the editor shell earlier in the process so the document gets a chance to release its listeners. 2000-06-01 00:18:35 +00:00
cls%seawood.org 41710bc355 Removing a leftover unused header that's killing a HPUX build. Bug 37025 r=dmose 2000-06-01 00:11:52 +00:00
alecf%netscape.com c819aa8987 enable search menu item for #33101 r=sspitzer 2000-06-01 00:06:47 +00:00
sspitzer%netscape.com 51c8e0f352 fix for bug #40241. messages stop loading after we attempt to cancel
a news message.  the problem is we were never notifying the folder
that the DeleteOrMoveMsgCompleted event happened.  other code cleanup
to consolidate some common code.  r=alecf
2000-05-31 23:52:22 +00:00
edburns%acm.org b5304036c6 Return from doRemoveListeners after issuing removeAllListeners 2000-05-31 23:37:06 +00:00
thayes%netscape.com d1e928a94f Use PK11 fixed key lookup to locate the key value. Fix ENCRYPT/DECRYPT bug in
SDR_Decrypt.
2000-05-31 23:06:02 +00:00
cls%seawood.org 14ecb8fb98 Use relative path to call binaries as some shells break otherwise. Bug 40415. r=waterson 2000-05-31 23:05:14 +00:00
cls%seawood.org 09bf292e76 When using the local copies of zlib, png & jpeg, let the linker use the shared versions if they are available. r=waterson 2000-05-31 23:03:13 +00:00
sgehani%netscape.com 4e61e2bc69 Towards fixing heisenbug exit after extraction but before installation. [b=39749, r=ssu] 2000-05-31 23:02:19 +00:00
mcafee%netscape.com 133b4e4d32 Fixing home hot key (29348) r=slamm 2000-05-31 22:42:34 +00:00
slamm%netscape.com dedcc36295 Add window.close() to close broadcaster. Fix bug 40460 r=mcafee 2000-05-31 22:41:45 +00:00
sgehani%netscape.com 0c345d11fc Partial fix for broken chrome registration on the Mac. [b=41002,r=dveditz] 2000-05-31 22:39:37 +00:00
relyea%netscape.com 98a5737ae6 Return to using the thread safe version. The non-thread safe version can double free memory 2000-05-31 22:37:17 +00:00
relyea%netscape.com ad8f118aaa Fix bug which would have bypassed mac checking in TLS 2000-05-31 22:36:02 +00:00
relyea%netscape.com c188c7b0a3 Set up code that allows you to run only some of the SSL tests in a single run. 2000-05-31 22:35:00 +00:00
relyea%netscape.com ca2ed5221a Fix Environment variable overrides. 2000-05-31 22:34:07 +00:00
attinasi%netscape.com dcef72cbd5 Fixed problem with fixed background images. b=40217 r=mcclusk a=karnaze 2000-05-31 22:34:03 +00:00
attinasi%netscape.com c39c85e695 Added a new method GetCanvasFrame which walks down from the root frame looking for the frame that represents the canvas. b=40217 r=kmcclusk a=karnaze 2000-05-31 22:33:12 +00:00
javi%netscape.com 73bd1425e0 Bug #28698 r=thayes a=lord
Make crypto.logout do something useful so that the security advisor's logout
button does the right thing.
2000-05-31 22:23:04 +00:00
mcgreer%netscape.com e4e149a3f2 fix static array (found with solaris 2.7 build) 2000-05-31 22:17:47 +00:00