ducarroz%netscape.com
c0f94711b6
Fix Senna bustage, add require module mimetype.
2001-06-05 00:44:08 +00:00
jband%netscape.com
c0c1a461a6
fix part of bug 82034 by failing rather than crashing if the applet is null. Fix from jst. sr=jband r=beard a=drivers
2001-06-05 00:41:28 +00:00
dbaron%fas.harvard.edu
1d560bf6e8
Reduce the size of EntityNode from 92 bytes to 8 bytes (on 32-bit platforms) by holding a pointer to the string in the text segment or string owned by the creator instead of copying that string into an nsCAutoString. b=81746 r=harishd@netscape.com sr=vidur@netscape.com a=asa@mozilla.org
2001-06-05 00:39:38 +00:00
jband%netscape.com
6de619c0b1
fix bug 82034 by making wrapped Java objects be not JS natives again but with their own slot accessors. This should bring JS -> Java communication back to life. sr=brendan r=beard a=drivers
2001-06-05 00:39:13 +00:00
wtc%netscape.com
3d8ad4fec1
Bugzilla bug #83811 : added a new implicit rule to build BUILT_CSRCS
...
because VPATH or vpath doesn't search in a directory that doesn't
exist at the beginning of a make invocation even if it is created
by the make invocation.
Modified files: coreconf/rules.mk, nss/lib/fortcrypt/swfort/manifest.mn
2001-06-05 00:32:14 +00:00
nelsonb%netscape.com
6bfd47f3e1
Fix bug that caused version number to be wrong in SSL3 client hellos
...
when restarting an SSL3 (not TLS) session. (no bug number)
2001-06-05 00:26:37 +00:00
jband%netscape.com
edd9d536c5
fix commented out lines for the next time we need to use them
2001-06-05 00:25:32 +00:00
cls%seawood.org
107e4d4de5
Properly set c++ exception flags for Irix MIPSPro compiler.
...
Thanks to John Vandenberg <johnv@adacel.com.au> for the patch.
Bug #82496 r=cls a=asa
2001-06-05 00:22:50 +00:00
cls%seawood.org
399b38b4ce
Don't attempt to build ldap if building standalone modules. Create "directory" if it doesn't exist.
...
Bug #75734 r=dmose a=asa
2001-06-05 00:15:03 +00:00
cls%seawood.org
2d4ce763e3
Handle cygwin & mks uname output on win32.
...
Bug #72154 r=pschwartau@netscape.com a=asa@mozilla.org
2001-06-05 00:08:21 +00:00
bryner%uiuc.edu
4c99c242aa
Bug 83662 - can't select first file in linux filepicker. r=jag, sr=blizzard, a=asa.
2001-06-05 00:07:49 +00:00
nhotta%netscape.com
9a64865fff
Separated the menu checkmark part as a function,
...
use setTimeout() to delay the execution to allow the menu creation to complete before checkmark the menu,
bug 82272, r=ducarroz, sr=waterson, a=asa.
2001-06-05 00:04:56 +00:00
nhotta%netscape.com
f86be747a1
Added support for a range 0xFAxx - 0xFCxx of CP932, check in for shom@vinelinux.org, bug 82678, r=ftang, sr=blizzard, a=asa.
2001-06-05 00:04:09 +00:00
nhotta%netscape.com
8e0cad2115
Added an attribute for the charset conversion so that it fallback to a question mark in case of conversion error,
...
bug 83218, r=pinkerton, sr=blizzard, a=asa.
2001-06-05 00:02:29 +00:00
ftang%netscape.com
dceaef5680
fix 82666. r=nhotta sr=blizzard a=blizzard
...
add one more char for GB18030
2001-06-04 23:59:16 +00:00
tor%cs.brown.edu
951d575359
Bug 83835 - tweak jpeg decoder performance by not doing a OnDataAvailable()
...
for every line of the image. r=pavlov, sr=blizzard, a=asa
2001-06-04 23:57:45 +00:00
pinkerton%netscape.com
489aec8c58
bullet-proof hiding the view. we might not have one if things are not dismissed correctly. r=pchen/sr=hyatt/a=asa. bug 83753.
2001-06-04 23:55:48 +00:00
wtc%netscape.com
cc0956733b
Bugzilla bug #84035 : we can't assume that 0 is an invalid value for the
...
pthread_t type and use 0 to indicate a lock has no owner. Added a
'locked' boolean field explicitly to PRLock. In PRMonitor, make the
owner field a PRThread* pointer, with a value of NULL indicating that
the monitor has no owner. Thanks to Takis Psarogiannakopoulos for
reporting this bug and spending a year (off and on) tracking it down.
Modified files: _pth.h, primpl.h, and ptsynch.c.
2001-06-04 23:42:10 +00:00
pinkerton%netscape.com
01ab6ebc97
in flavor list, don't have file before url, since this stops ability to drag shortcuts from desktop (they're both). r=blake/sr=sfraser/a=asa. bugs 76728 and 70302.
2001-06-04 23:41:37 +00:00
locka%iol.ie
6d957a7eb0
NOT PART OF BUILD. Perl script for extrapolating the "public" headers of Mozilla by running the dependency tool over the embedding sample apps.
2001-06-04 23:32:09 +00:00
valeski%netscape.com
028db9c5a8
r=ccarlen, sr=sfraser, a=asa. 80095. replace an overkill strstr, w/ strchr.
2001-06-04 23:30:55 +00:00
hyatt%netscape.com
d5e373a2c8
Fixes for 83027, 83892, and 80512. r/sr=blake,alecf,pink, sr=hewitt,blake, a=asa
2001-06-04 23:23:35 +00:00
bienvenu%netscape.com
39d76ec4be
fix delimiter used to separate multiple folder destinations for offline copy r=naving, sr=sspitzer, a=drivers@mozilla.org 83980
2001-06-04 23:22:46 +00:00
pchen%netscape.com
6d42aa08c7
bug 78409, r=pinkerton, sr=hyatt, a=asa, apply patch for bug 66848 which fixes submenus not knowing that its parent menu popped up in the opposite direction (usually because of hitting a screen boundary)
2001-06-04 23:03:24 +00:00
ducarroz%netscape.com
f58a4d9d49
Fix for bug 81751. Add an extra layer of converted in order to be able to support multipart urls (like multipart/x-mixed-replace). R=varada, SR=mscott, A=asa
2001-06-04 23:01:45 +00:00
markh%activestate.com
f7d8b996ba
Prevent crash in certain multi-threaded situations. Bug 83508. r=markh, sr=jband, a=blizzard.
2001-06-04 23:01:26 +00:00
ducarroz%netscape.com
18073f24cc
Fix for bug 81751. Add define for mime type multipart/x-mixed-replace and multipart/byteranges. Also export nsIFileStreams.idl on Mac. R=varada, SR=mscott, A=asa
2001-06-04 22:59:22 +00:00
bienvenu%netscape.com
e8af18563c
fix playback of offline imap copy operations 83734 r=naving, sr=sspitzer, a=drivers@mozilla.org
2001-06-04 22:58:09 +00:00
mkaply%us.ibm.com
6637f97c4d
No bug
...
r=cls
Need SHORT_LIBNAME on OS/2
2001-06-04 22:52:40 +00:00
rginda%netscape.com
45e0618a1d
- not built -
...
bug 82462, break in scripts that arent loaded yet
messages related to fbreak and fclear commands
2001-06-04 22:52:10 +00:00
rginda%netscape.com
0cd60df52f
- not built -
...
bug 82462, break in scripts that arent loaded yet
message name hookup for fbreak and fclear related strings
2001-06-04 22:51:45 +00:00
rginda%netscape.com
468f6dd355
- not built -
...
bug 82462, break in scripts that arent loaded yet
implement fbreak and fclear commands
2001-06-04 22:51:13 +00:00
rginda%netscape.com
52d4339163
- not built -
...
bug 82462, break in scripts that arent loaded yet
move console._scripts/_sources creation into initDebugger()
check to see if we need to set a breakpoint when new scripts are loaded
add some comments to initDebugger()
implement isFutureBreakpoint() and setFutureBreakpoint()
2001-06-04 22:50:37 +00:00
rginda%netscape.com
48c50c3047
- not built -
...
bug 82462, break in scripts that arent loaded yet
hook up fbreak and fclear commands
2001-06-04 22:48:50 +00:00
mkaply%us.ibm.com
af1e4be9cc
#66016
...
r=hwaara, sr=alecf, a=asa
Move hardcoded strings into properties file
2001-06-04 22:47:15 +00:00
pinkerton%netscape.com
e55b333f69
fix timers on osx. r=pchen/sr=sfraser/a=asa. bug# 75499.
2001-06-04 22:40:53 +00:00
pinkerton%netscape.com
79568e6d12
ignore applets, plugins, and embed tags in mac click-hold context menu code. r=pchen/sr=hyatt/a=asa. bug 77774.
2001-06-04 22:39:49 +00:00
jaggernaut%netscape.com
4262405be0
Add property "contentDocument" to the browser binding. bug=82823, r=jag, sr=hyatt, a=blizzard
2001-06-04 22:36:43 +00:00
shrutiv%netscape.com
f9611c346a
Bug 38932: Allow Mail/News Account Wizard branding through CCK tool (r=bhuvan) (r=varada)
...
Patch file to suppport Mail/News Account customization for ISP through CCK
2001-06-04 22:35:03 +00:00
mkaply%us.ibm.com
35b3d7aa91
#76908
...
r/a=edburns, sr=jst, a=chofmann (for drivers)
Change PR_*_CALLBACK to JS_*_CALLBACK
2001-06-04 22:26:35 +00:00
mcafee%netscape.com
4ad55781ec
example configs
2001-06-04 22:26:20 +00:00
tor%cs.brown.edu
4eaa263d05
Bug 83804 - crash in gif decoder caused by mismatch in rgb line buffer size.
...
Moved ownership of rgb line buffer to nsGIFDecoder2.
r=pavlov, sr=blizzard, a=blizzard
2001-06-04 22:24:38 +00:00
ftang%netscape.com
4dde2c3cec
fix 83448. author=simon@softel.co.il
...
r=ftang sr=kin a=asa
2001-06-04 22:22:36 +00:00
danm%netscape.com
d2d2322472
speed up PersistPositionAndSize. bugs 70283, 79060 r=hyatt,saari a=blizzard
2001-06-04 22:22:07 +00:00
larryh%netscape.com
97de1af860
Bugzilla 81666. new os2 locking
2001-06-04 22:20:48 +00:00
shrutiv%netscape.com
65cb721c9b
Bug 38932: Allow Mail/News Account Wizard branding through CCK tool (r=bhuvan) (r=varada)
...
Patch file to create files mailaccount.rdf and newsaccount.rdf
2001-06-04 22:08:01 +00:00
larryh%netscape.com
91994f317f
Bugzilla: 79733. pruthr.c wrong MD calls
2001-06-04 21:52:20 +00:00
shrutiv%netscape.com
ee3f9e2037
Bug 38932: Allow Mail/News Account Wizard branding through CCK tool (r=bhuvan) (r=varada)
...
Patch file to support mail/news customization through CCK
2001-06-04 21:45:42 +00:00
shrutiv%netscape.com
06e514cc08
Bug 38932: Allow Mail/News Account Wizard branding through CCK tool (r=varada) (r=bhuvan)
...
Patch file to include function headers for CCK mail/news customization
2001-06-04 21:37:21 +00:00
shrutiv%netscape.com
6fb0005dfe
Bug 38932: Allow Mail/News Account Wizard branding through CCK tool (r=varada)
...
Patch file to include mail/news screens in CCK wizard
2001-06-04 21:26:33 +00:00