jaggernaut%netscape.com
f8f3e80dd6
Bug 99876: [XUL Syntax] <spring/> --> <spacer/>, r=alecf, sr=hyatt.
2001-09-18 21:47:32 +00:00
blizzard%redhat.com
d5b3341812
Fix bug #80051 . Attach the user running the mozilla process to the x remote windows so that another user running mozilla can run another copy of the process tothe same display. r/sr=alecf,shaver
2001-09-18 21:45:43 +00:00
jband%netscape.com
5fa841a6c4
unbust XPCOM_STANDALONE. bug 66759. These days xpcom relies on nsIChromeRegistry.h too. Gak! r=dougt sr=brendan.
2001-09-18 21:43:46 +00:00
pinkerton%netscape.com
cb15b312c3
work around bugs in CarbonLib's ::MenuSelect() with submenus. r=saari/sr=sfraser. bug#83639
2001-09-18 21:43:45 +00:00
chak%netscape.com
7a73e687f5
Fix for #99144 - Marking nsIFactory as frozen
...
r=dougt, sr=rpotts
2001-09-18 21:40:42 +00:00
mcgreer%netscape.com
fe99335bfb
cleanup; match changes to dev/; update doc
2001-09-18 20:55:01 +00:00
mcgreer%netscape.com
a3a2ab3e7a
cleanup; add nssSession type to allow multiple sessions accessing the token API
2001-09-18 20:54:28 +00:00
alecf%netscape.com
ed05aab4b7
fix blocker 100312 - fix the XPIDL_MODULE lines so they aren't all content_xul
...
r=jag
2001-09-18 18:21:58 +00:00
jaggernaut%netscape.com
c18595663c
Clean up some of the die messages, only look for srcdirs which have "mozilla" or "ns" in them (shortcut around fancy Makefile parsing), emit one module per line.
2001-09-18 16:08:37 +00:00
jaggernaut%netscape.com
dc40187223
Bug 73353: splitting the modules on the REQUIRES lines in Makefile.in across multiple lines to more clearly show the changes made. sr=alecf
2001-09-18 13:41:47 +00:00
jdunn%netscape.com
c402c46d17
now fixing nebiros bustage, apparently my previous fix wasn't
...
liked by it.
so what I did was remove 2 instances of "for (int i = <blah>"
and replaced it with "int i; <blah> for (i = <blah>"
2001-09-18 13:13:16 +00:00
cls%seawood.org
0dee15188b
Updating module dependencies list
2001-09-18 12:56:49 +00:00
nboyd%atg.com
8496f933ce
Patch from Igor:
...
Currently in the interpreter mode all number literals are stored in
InterpreterData.itsICode as an index to InterpreterData.itsNumberTable
which holds the actual value.
For integers that fit 2 or 4 bytes this is an overkill and the attached
patch stores integers in InterpreterData.itsICode inline after special
TokenStream.INTNUMBER or TokenStream.SHORTNUMBERS tokens.
The changes made benchmarks to run 1.5% faster. It also saves memory
because InterpreterData.itsNumberTable is allocated only for non-integers
that present only in a small number of scripts.
In principle, it may be possible to store all numbers inline as well, but
unfortunately re-assembling of 8 bytes from InterpreterData.itsICode array
into double is rather slow operation and is not worth the hassles.
Regards, Igor
2001-09-18 12:27:23 +00:00
nboyd%atg.com
eb3cf99fce
Patch from Igor:
...
Hi, Norris!
Currently ScriptableObject.put does not check lastAccess cache during its search for
slots. When I added this check (see the attached patch) it speeded up the benchmark
suite by about 1.5% and in particular for setProp_bench.js the win was about 8%.
I think that even on multiprocessor machines it would not introduces any additional
issues like accessing the old value in the processor cache because the put method
accesses existing properties via unsynchronized getSlot, and the check for lastAccess
is on pair with that.
Trgards, Igor
2001-09-18 12:26:10 +00:00
nboyd%atg.com
c352f1aa9b
Fix for problem from Felix Meschberger:
...
When handling an Exception the Context tries to get the current script
and line number from the Java Stacktrace. To get the indication of which
entry in the trace might be an ECMA script, the file extension ".js" is
assumed.
For our integration we use the standard extension ".ecma" which collides
with the above assumption. But we don't force this extension, we just
have a convention. We name these files ".ecma" as they are not plain
ECMA but JSP-like ECMA. That is instead of using Java as the programming
language we use ECMA. In this respect they would be ".esp".
2001-09-18 12:24:56 +00:00
jdunn%netscape.com
6e03e4159b
fixing katakai's bustage on cement and myotonic
2001-09-18 11:54:38 +00:00
katakai%japan.sun.com
464ef17562
bug 84380 Need a component that generates thai presentation forms
...
Updates for *extensions*/ctl for prabhat@Sun, r=ftank for check-in
A Incorporate frank's review fixes (08/07)
B Bugfix in TIS620Encoder
C Fix memory corruption
D Makefile changes in pangoLite directory to install pango.modules
2001-09-18 10:14:38 +00:00
stephend%netscape.com
a88e469537
Bug 10020. JS function verifyAccounts() should be verifyAccount(null) to reflect parameter passing. r=bhuvan@netscape.com, sr=sspitzer@netscape.com
2001-09-18 06:56:08 +00:00
srilatha%netscape.com
8f7ce21271
Fix for bug # 95122. Implementation of UI for simple MAPI
...
r=rdayal, sr=sspitzer
2001-09-18 06:10:34 +00:00
alecf%netscape.com
79da0c431d
add some comments, clean up the generated graphs, etc
2001-09-18 05:46:45 +00:00
jst%netscape.com
d3f4113c52
Fix bug 99690. Fix crash when external apps try to open mozilla windows. r=bzbarsky@mit.edu, sr=blakeross@telocity.com
2001-09-18 05:32:03 +00:00
dougt%netscape.com
b4f4a4ade1
Adds Double PASV support. r=gagan, sr=darin b92582
2001-09-18 05:21:18 +00:00
bzbarsky%mit.edu
90c4609d57
Fix topcrash bug 99057 (crash @
...
GetExtensionsAndDescriptionFromMimetypesFile). r=dbaron, sr=scc
2001-09-18 03:53:25 +00:00
jst%netscape.com
ac86977226
Fixing bug 81928. JS errors in XUL files were not always reported. sr=brendan@mozilla.org, r=jband@netscape.com
2001-09-18 03:32:03 +00:00
loadrunner%betak.net
14a2d6929a
bug 99253, Optimization on sort in pref-languages.js, patch by jrgm, r=jbetak, sr=blizzard, alecf
2001-09-18 03:12:03 +00:00
saari%netscape.com
1312894baa
adding files to IDL projects for aaronl. Accessiblity stuff, bug 82207
2001-09-18 03:09:19 +00:00
aaronl%netscape.com
43b42de673
Bug 82207. Beginning XUL MSAA support (checkboxes). r=jgaunt, sr=hyatt
2001-09-18 03:09:01 +00:00
bryner%netscape.com
3a64c9e985
Bug 99192 - don't tab into popups. r=jag, sr=hyatt.
2001-09-18 02:25:07 +00:00
peterlubczynski%netscape.com
90035d68f1
Fix for full-page plugin printing bug 53349 r=av sr=attinasi
2001-09-18 02:16:52 +00:00
peterlubczynski%netscape.com
8727eab1d0
Implement plugin printing bug 27478 r=av,beard sr=attinasi
2001-09-18 02:11:09 +00:00
nelsonb%netscape.com
f92f196731
Use new function SSL_GetChannelInfo(). Bugzilla bug 78959.
...
Also, reduce size of SSL server session cache on disk.
2001-09-18 02:05:08 +00:00
nelsonb%netscape.com
943a907b01
Use new function SSL_GetChannelInfo(). Bugzilla bug 78959.
2001-09-18 02:02:05 +00:00
nelsonb%netscape.com
0e45538807
Implement new function SSL_GetChannelInfo(). Bugzilla bug 78959.
2001-09-18 01:59:21 +00:00
rangansen%netscape.com
38965ccfd9
r=ddrinan sr=kin@netscape.com
...
bug# 99719; patch to regression on dialog window
2001-09-18 01:50:28 +00:00
brendan%mozilla.org
c18c814935
Use the maximum of fp->argc and fp->fun->nargs to bound fp->argv (97921, sr=jband&shaver).
2001-09-18 01:47:41 +00:00
sfraser%netscape.com
6943dfea79
Fix bug 86694 -- image tiling slow on Mac. Implement repeated scaling into a temporary GWorld before final blit. sr=scc, r=pavlov.
2001-09-18 01:39:04 +00:00
naving%netscape.com
3e5982fdbb
99168; r/sr=mscott fix nsMsgMailNewsUrl leak on reading imap messages
2001-09-18 00:50:56 +00:00
ddrinan%netscape.com
7f94af730c
Fix build bustage for rpotts. Removed GetProtocolHandler() method
2001-09-18 00:20:16 +00:00
dbaron%fas.harvard.edu
e5670937de
Allow declarations in style attribute to be surrounded by braces in quirks mode. Rename ParseDeclarations to ParseStyleAttribute since that's what it does. b=99554 r=hixie,glazman sr=attinasi
2001-09-17 23:59:30 +00:00
dbaron%fas.harvard.edu
3c55d5d6f3
Make fixed positioning code check for NS_AUTOOFFSET to fix positioning of auto-sized fixed positioned elements relative to bottom or right. b=98579 r=waterson sr=attinasi
2001-09-17 23:55:58 +00:00
pschwartau%netscape.com
ca95abb70c
Forgot to remove these comment-marks.
2001-09-17 23:55:06 +00:00
pschwartau%netscape.com
12c45dcfdc
Skip regression test for bug 100199 until the bug is fixed.
2001-09-17 23:53:12 +00:00
sspitzer%netscape.com
52ba2ec30e
fix for #99491 . persist mailnews sidebar height by persisting the outliner height.
...
r=varada, sr=mscott
2001-09-17 23:51:07 +00:00
pschwartau%netscape.com
67ac10ea31
Initial add. Regression test for bug 100199.
2001-09-17 23:49:25 +00:00
sdagley%netscape.com
30ac3a79b0
Fix #99556 . Account for change in Mac epoch time as of MSL 6. r=wtc/sfraser
2001-09-17 23:42:12 +00:00
hewitt%netscape.com
60f317c194
99102 - update skin versions in all contents.rdf, r=hyatt, sr=blake
2001-09-17 23:40:50 +00:00
leif%netscape.com
c4f096970f
Fix for bug 82412: Preresolve DNS before calling into LDAP C-SDk. SR=bienvenu@netscape.com, r=dmose@netscape.com, patch=leif@netscape.com.
2001-09-17 23:35:03 +00:00
naving%netscape.com
364eac70da
99150 r/sr=sspitzer. Make minor changes to return value and freeing memory.
2001-09-17 23:31:28 +00:00
rpotts%netscape.com
91df4b9c17
bug #70223 (r=valeski@netscape.com, sr=mscott@netscape.com). Remove nsIURIContentListener::GetProtocol() since it is unused.
2001-09-17 23:22:00 +00:00
attinasi%netscape.com
6787cc3c9b
Fixing erroneous addition to previously reviewed and approved patch: b=97619 r=bernd sr=waterson
2001-09-17 23:13:57 +00:00