relyea%netscape.com
fb8c9f6813
When we force, we should preserve the NULL nickname semantics.
2002-05-10 18:10:26 +00:00
rods%netscape.com
678e5a7cea
Missed these from checkin for
...
Bug 143248 r=dcone,conrad sr=attinasi
2002-05-10 17:58:41 +00:00
igor%mir2.org
b15d8e908f
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
a576a0781c
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
73e8384596
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
6f841cdd0d
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
2dff4770f1
adding some new content to help, r=cotter, dispensation per bug 122806
2002-05-10 03:19:19 +00:00
mkaply%us.ibm.com
1cd126d499
#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
d3cddb2c98
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
f970cc07b0
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
5defe33acf
Release notes update.
2002-05-10 01:31:19 +00:00
mcafee%netscape.com
e847cf2ec0
comments changes
2002-05-10 01:28:44 +00:00
kmcclusk%netscape.com
ef6b392b3c
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
84fbb1efc6
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
35616a250a
fixing whitespace from last checkin
2002-05-10 01:16:21 +00:00
katakai%japan.sun.com
f7a54c08f5
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
339b18d507
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
e1de8924a6
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
7999d93103
comment out JDK 1.4 test so we can build with earlier versions
2002-05-10 00:13:19 +00:00
nicolson%netscape.com
331e8205e9
Don't run javac if there are no source files to compille
2002-05-10 00:12:44 +00:00
wtc%netscape.com
c535d97c40
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
81aa34d505
better cmd failure warning
2002-05-09 23:23:10 +00:00
cavin%netscape.com
0c340da108
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
aa3a2a0110
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
9a39c021b8
remove unused gifs, give used gifs names which are disciptive.
2002-05-09 23:19:35 +00:00
mcafee%netscape.com
8469d59e00
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
92ca89f0c7
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
6520508c30
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
aaa5e6f904
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
93b9d9fe97
Bugzilla bug 135826: fixed the slot reference leaks.
2002-05-09 23:01:21 +00:00
kestes%walrus.com
7c0360fa8b
from mgalli@netscape.com
2002-05-09 22:56:37 +00:00
shrutiv%netscape.com
95493abee2
Fix for bugscape bug 15326: Title bar customization not being used
2002-05-09 22:54:26 +00:00
ian.mcgreer%sun.com
9f99132e86
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
0914317b8a
update
2002-05-09 22:40:58 +00:00
kestes%walrus.com
160d6e9729
add new gif info.
2002-05-09 22:40:42 +00:00
kestes%walrus.com
153df66079
minor cleanup.
2002-05-09 22:40:09 +00:00
rods%netscape.com
46af700acc
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
7b8ad0905e
add perl warnings to compiles, check for cvs keywords.
2002-05-09 22:37:06 +00:00
cotter%netscape.com
333002a037
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
1f2e24732a
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
2ef3e636bf
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
c1529ed6ca
Acidentally left some printfs in
2002-05-09 21:59:21 +00:00
danm%netscape.com
520ef3f4d8
null guard gLastFocusedContent in PreHandleEvent. bug 142918 r=jst,saari a=blizzard
2002-05-09 21:53:54 +00:00
myk%mozilla.org
d824594679
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
09578490e1
Bugzilla bug 135334: free the internal key slot reference when we are done.
2002-05-09 21:14:36 +00:00
kestes%walrus.com
f1735f2327
add new star gifs
2002-05-09 21:12:39 +00:00
rpotts%netscape.com
2c65efe7ad
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
7b7c5c0af5
Removing a printf from a previous checkin.
2002-05-09 20:35:02 +00:00
radha%netscape.com
9620b3338c
Fix for bug # 135289. META http-equiv="cache-control" directives are ignored by back forward buttons. r=rpotts sr=darin.
2002-05-09 20:32:35 +00:00
mkaply%us.ibm.com
a248d258e6
#142695
...
r=mkaply, sr=blizzard
OS/2 only - code from Jessica Blanco - don't use CRLF in printer names
2002-05-09 20:31:02 +00:00