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

103192 Коммитов

Автор SHA1 Сообщение Дата
relyea%netscape.com 3ee0c3c996 Add new error code for trying to all previously deleted modules which have not yet been freed. 2002-05-10 18:12:39 +00:00
relyea%netscape.com 0d88474fba Allow both FIPS and non-FIPS tokens to be initialized and active at the same time. 2002-05-10 18:11:37 +00:00
relyea%netscape.com 610b845a52 When we force, we should preserve the NULL nickname semantics. 2002-05-10 18:10:26 +00:00
rods%netscape.com 4a063c4227 Missed these from checkin for
Bug 143248 r=dcone,conrad sr=attinasi
2002-05-10 17:58:41 +00:00
igor%mir2.org 6d860f39e3 From email about moving breakpoint support away from Rhino core:
I attach the patch to move away setting/quering for breakpoints from the Rhino core to application as a debugger implementation can check if a particular line has a breakpoint or not. The changes to omj/tools/debugger takes more then few lines I initially thought but they are mostly caused by refactoring to implement different view to set/query breakpoints.

The patch replaces getLineNumbers, placeBreakpoint and removeBreakpoint in DebuggableScript by getFirstLine, getEndLine and getInstructionLines where the last function fills a boolean array to indicate which script lines can ever occur in DebugFrame.onLineChange. These are read-only functions so InterpeterData are never mdofied by the debugger.

omj/tools/debugger/Main uses this information to check whether it is possible to place breakpoint at a particular line, and if possible, it sets to true entry at the boolean breakpoint array. In this way testing for break in onLineChange is simple and fast as it just needs to check if breakpoint array holds true at the given line number position.
2002-05-10 16:17:33 +00:00
dcone%netscape.com 33ee1b887c b = 143363 r=rods sr=kin. A DC was not being released properly on windows, it is now. 2002-05-10 14:18:18 +00:00
dmose%netscape.com 3484a20c21 Set maximum LDAP I/O timeout to 10 seconds (bug 143172). This significantly mitigates the pain of the connection hang bug (bug 79509). r=mcs@netscape.com, sr=sspitzer@netscape.com 2002-05-10 04:14:18 +00:00
naving%netscape.com 2ff40f9b36 bugscape 15399 fix by ducarroz r=cavin sr=mscott. fix Body of Multipart/alternative message with attachment not included when forwarded 2002-05-10 03:46:18 +00:00
oeschger%netscape.com 1c6a90427b adding some new content to help, r=cotter, dispensation per bug 122806 2002-05-10 03:19:19 +00:00
mkaply%us.ibm.com 9394a1d1d7 #137782
r=pinkerton, sr=jst, a=asa
Change for OS/2 only - use right mouse button for drag
2002-05-10 03:07:06 +00:00
pete.zha%sun.com 738cd4f226 bug 139877:right-click context menu access keys require "enter" to perform action
r=pete.zha@sun.com sr=jag
Check in Kyle Yuan(kyle.yuan@sun.com)'s fix
2002-05-10 02:57:56 +00:00
blizzard%redhat.com 3d02613dbb Bug #140767. Menus don't open when hovered while another menu is open. Don't drop motion events when there's a rollup listener and the event isn't over a popup window. r=rjesup,sr=shaver 2002-05-10 01:53:13 +00:00
matty%chariot.net.au 148d6c759a Release notes update. 2002-05-10 01:31:19 +00:00
mcafee%netscape.com 26801df6d2 comments changes 2002-05-10 01:28:44 +00:00
kmcclusk%netscape.com eb6e56a098 Move logic in nsHTMLFrameInnerFrame's destroy to nsHTMLFrameInnerFrame:Destroy so its contents are destroyed *before* nsHTMLFrameInnerFrame is destroyed. bug=66748 r=jkeiser@netscape.com sr=attinasi@netscape.com 2002-05-10 01:25:41 +00:00
sspitzer%netscape.com ba97bb814c fix for the other dataloss issue in #119360.
there are addressbook fields that we don't export / import.
add LDIF attributes (prefixed with "mozilla") for the missing fields.
also we don't specify an object class.  for now, use
mozillaAbPersonObsolete as the object class, which is temporary.
r=dmose, sr=bienvenu
2002-05-10 01:22:13 +00:00
naving%netscape.com 99edd76d08 fixing whitespace from last checkin 2002-05-10 01:16:21 +00:00
katakai%japan.sun.com f27b386052 bug 142873
Can't turn on IM after a popup window opens
Call SetFocus() of XIC again to the current focused widget
r=blizzard,sr=shaver,a=asa(for1.0branch)
2002-05-10 01:11:24 +00:00
naving%netscape.com a33d4fd81d 140591 r=varada sr=sspitzer fix create filter from message to work on mac OS X. Also fixes bug 112714 on linux where we could not get to browser window if we were doing create filter from message ... 2002-05-10 00:59:12 +00:00
cavin%netscape.com 749031eaf8 Fix for 58206. Output "From " line if a msg does start with one such line. r=ducarroz, sr=sspitzer. 2002-05-10 00:28:18 +00:00
nicolson%netscape.com 3ebe79c4e3 comment out JDK 1.4 test so we can build with earlier versions 2002-05-10 00:13:19 +00:00
nicolson%netscape.com 89807692f8 Don't run javac if there are no source files to compille 2002-05-10 00:12:44 +00:00
wtc%netscape.com a8cdaf3aca Bugzilla bug 135821: fixed the internal slot reference leak in
PK11_WrapPrivKey.  r=relyea.
2002-05-09 23:34:24 +00:00
mcafee%netscape.com a4133875e0 better cmd failure warning 2002-05-09 23:23:10 +00:00
cavin%netscape.com 2eca318164 Fix for 126860 - Free array elements before freeing array itself. r=cavin, sr=sspitzer. 2002-05-09 23:22:29 +00:00
wtc%netscape.com 9c38dd9727 Bugzilla bug 135809: fixed the slot reference leaks in PBE_CreateContext
and SEC_PKCS5GetIV.  r=relyea.
2002-05-09 23:21:16 +00:00
kestes%walrus.com 061d6e0d0c remove unused gifs, give used gifs names which are disciptive. 2002-05-09 23:19:35 +00:00
mcafee%netscape.com c4227d30a3 Warn instead of exit when we get error status back from run_shell_command. 2002-05-09 23:19:05 +00:00
wtc%netscape.com 0daca2313b Bugzilla bug 135818: fixed internal slot reference leaks in
PK11_VerifySlotMechanisms and PK11_InitToken.  r=relyea.
2002-05-09 23:18:15 +00:00
gerv%gerv.net 703ad03c21 Bug 143231 - Changing a bug with an empty buglist gives a warning. Patch by jouni@heikniemi.net; 2xr=justdave. 2002-05-09 23:15:26 +00:00
cotter%netscape.com 66765ebc6f ongoing help content updates per bugzilla 122806 & ADT, r=oeschger; correction to previous update. 2002-05-09 23:14:06 +00:00
wtc%netscape.com 363fb30239 Bugzilla bug 135826: fixed the slot reference leaks. 2002-05-09 23:01:21 +00:00
kestes%walrus.com 1031a0d615 from mgalli@netscape.com 2002-05-09 22:56:37 +00:00
shrutiv%netscape.com 3455683e90 Fix for bugscape bug 15326: Title bar customization not being used 2002-05-09 22:54:26 +00:00
ian.mcgreer%sun.com 6804ba674f bug 135808, STAN_GetDefaultCryptoToken appears to leak a slot reference, but there are no callers of it. Removing function.
r=wtc
2002-05-09 22:42:23 +00:00
kestes%walrus.com 9bfbdfbccd update 2002-05-09 22:40:58 +00:00
kestes%walrus.com a9f7d24c13 add new gif info. 2002-05-09 22:40:42 +00:00
kestes%walrus.com 20e5c7c59b minor cleanup. 2002-05-09 22:40:09 +00:00
rods%netscape.com bc2e23fdcf set the UI accordingly after doing PP from the combobox
Bug 143309 r=sgehani sr=alecf
2002-05-09 22:39:57 +00:00
kestes%walrus.com 8b124ce569 add perl warnings to compiles, check for cvs keywords. 2002-05-09 22:37:06 +00:00
cotter%netscape.com 47bee5dc68 ongoing help content updates per bugzilla 122806 & ADT, r=oeschger; misc. privacy & security updates, corrections 2002-05-09 22:22:37 +00:00
sspitzer%netscape.com 057c0a5171 fix for #136628. mailnews main pref panel is cropped.
r=caillon, sr=sspitzer.  according to the spec,
alerts and window layout will have their own category.
but until then, this should help somewhat.
2002-05-09 22:07:39 +00:00
rods%netscape.com 1d956bc3a5 making a few adjustments to the APIs before the freeze
Bug 143248 r=conrad sr=attinasi
2002-05-09 22:02:44 +00:00
mkaply%us.ibm.com 24deeba4a5 Acidentally left some printfs in 2002-05-09 21:59:21 +00:00
danm%netscape.com c64dedd749 null guard gLastFocusedContent in PreHandleEvent. bug 142918 r=jst,saari a=blizzard 2002-05-09 21:53:54 +00:00
myk%mozilla.org 8522c1037c Fix for bug 135449: allows named queries to override the last sort order.
Patch by Myk Melez <myk@mozilla.org>.
2xr=justdave
2002-05-09 21:37:37 +00:00
wtc%netscape.com 894efe87d2 Bugzilla bug 135334: free the internal key slot reference when we are done. 2002-05-09 21:14:36 +00:00
kestes%walrus.com 8f78a090a1 add new star gifs 2002-05-09 21:12:39 +00:00
rpotts%netscape.com c9c3d0caab bug #129795 (r=darin@netscape.com, swr=alecf@netscape.com) wrong document channel assertions are firing during redirects... 2002-05-09 20:37:50 +00:00
radha%netscape.com 6a00af1441 Removing a printf from a previous checkin. 2002-05-09 20:35:02 +00:00