bstell%netscape.com
ad36b468db
bug 61439: workaround X server bug so non-US users can enter email addresses
...
when autocomplete popup is up
r=pavlov@netscape.com , sr=blizzard@mozilla.org , a=asa@mozilla.org
pref allow user to control the Mode_switch workaround, current enabled
Use to disabled the workaround when the X server is finally fixed.
2001-06-05 06:01:17 +00:00
bstell%netscape.com
4788b98853
bug 61439: workaround X server bug so non-US users can enter email addresses
...
when autocomplete popup is up
r=pavlov@netscape.com , sr=blizzard@mozilla.org , a=asa@mozilla.org
Code to note when the Mode_switch keycode is pressed/released.
When the Mode_Switch key is down set the Mode_switch bit in the
XKeyPressedEvent.
2001-06-05 05:58:14 +00:00
dougt%netscape.com
2c1f3574d7
Allows FTP to create RAW content. r=gagan, sr=darin, a=blizzard
2001-06-05 05:37:00 +00:00
leaf%mozilla.org
f5a23c92d2
Automated update
2001-06-05 05:14:40 +00:00
bstell%netscape.com
0b938d8818
bug 61439: workaround X server bug so non-US users can enter email addresses
...
when autocomplete popup is up
r=pavlov@netscape.com , sr=blizzard@mozilla.org , a=asa@mozilla.org
2001-06-05 05:07:19 +00:00
wtc%netscape.com
83f5e097b0
Bugzilla bug #30746 : in combined MxN thread model, let the primordial
...
thread remain a native thread. Create a separate CPU thread to run
the local threads.
Modified files: prucpu.c, pruthr.c
2001-06-05 04:51:46 +00:00
ducarroz%netscape.com
3ddf96bad8
Fix for bug 84054. Appledouble files weren't correctly detected and AppleSingle weren't correctly generated if they don't have a datafork. R=varada, SR=bienvenu, A=chofmann
2001-06-05 04:50:10 +00:00
wtc%netscape.com
90cb8dbf91
Bugzilla bug #84100 : we need to write our own accept method to copy
...
the PRFilePrivate structure.
2001-06-05 04:31:20 +00:00
shanjian%netscape.com
e34e0f10e9
#19265 [TEXT] Word-wrap improperly breaks before space following last word [INLINE]
...
r = waterson
r/sr=attinasi a=asa
2001-06-05 02:40:27 +00:00
ben%netscape.com
8eed2acab4
Make tree widgets in search sidebar panel use the correct classes for
...
improved visuals.
r=matt, sr=blake, a=asa, bug 83954
2001-06-05 02:17:48 +00:00
ben%netscape.com
cf38989bdd
Fix X-server crash by preventing drags from menus on non-Win32 platforms.
...
r=hyatt, sr=blake, a=asa, bug 79003.
2001-06-05 02:15:12 +00:00
mkaply%us.ibm.com
119d23f310
More REQUIRES bustage - need mimetype in libpr0n
2001-06-05 02:08:59 +00:00
mkaply%us.ibm.com
fc596d78ba
Dumb OS/2 only bustage. I messed with the wrong short name.
2001-06-05 02:06:12 +00:00
pschwartau%netscape.com
971aeaeabb
Initial add.
2001-06-05 01:28:04 +00:00
pschwartau%netscape.com
f553a16ec4
Added two new sections to the test.
2001-06-05 01:26:59 +00:00
hyatt%netscape.com
dcd5777197
Fix for 83642. r=jag, sr=blake, a=tor
2001-06-05 01:08:31 +00:00
nicolson%netscape.com
28fc2dabe7
Change initialize arguments.
...
Specify key usage when unwrapping a symmetric key.
2001-06-05 01:01:23 +00:00
jband%netscape.com
1358d1f4d2
fix bug 83367 - add deferred Release of natives of wrappednatives to avoid nesting into js_AllocGCThing during JS gc sr=jst r=dbradley a=drivers
2001-06-05 01:00:48 +00:00
nicolson%netscape.com
a45800a164
Remove NSS private functions.
2001-06-05 01:00:47 +00:00
dbaron%fas.harvard.edu
d4918d0cb3
Miscellaneous performance fixes related to selector matching:
...
* cut in half the number of (expensive, universally hashed) selectors needed for many UA-stylesheet :link and :visited rules by implementing :-moz-any-link (bug 83484)
* remove most of EnumerateTagRules since most of it does no useful work (bug 83506)
* avoid refcounting of atoms for stack-based hash keys (bug 83511)
* add logging (turned off, except for me) to evaluate effectiveness of RuleHash
* add a namespace hash, which will be a big win once bug 35847 is fixed (bug 83497)
* avoid repeated reallocation of mEnumList by setting the initial length to a minimum of 8
* remove an unneeded variable in the beginning of SelectorMatches
* fix one case in CSS error reporting (bug 65469), not part of default build
b=83482 r=attinasi@netscape.com sr=waterson@netscape.com a=asa@mozilla.org
2001-06-05 01:00:11 +00:00
nicolson%netscape.com
b69a77988a
Remove private NSS functions.
...
Specify a key usage when unwrapping a symmetric key.
2001-06-05 01:00:05 +00:00
jband%netscape.com
2544c71288
fix bug 84020 - don't override the context global, bug 83367 - add deferred Release of natives of wrappednatives to avoid nesting into js_AllocGCThing during JS gc, and bug 82274 - fix a little leak (patch from dbradley). sr=jst r=dbradley a=drivers
2001-06-05 00:59:53 +00:00
nicolson%netscape.com
c7842e9a55
key usages for unwrapping.
2001-06-05 00:59:29 +00:00
nicolson%netscape.com
587f18d160
When unwrapping a symkey, specify a usage. This is to conform
...
to NSS's api.
2001-06-05 00:59:12 +00:00
nicolson%netscape.com
7c2de03d0f
Add JSS_symkeyUsage table.
2001-06-05 00:58:38 +00:00
blizzard%redhat.com
61a59c3b25
Fix bug #41527 . Can't use xremote to open a url in the current window. r=dbaron,sr=tor,a=asa
2001-06-05 00:55:16 +00:00
jband%netscape.com
b7f7c86cbc
fix part of bug 83367 by fixing the crazy 'delete this' case after making a call out which could result in a reference being added. sr=vidur r=waterson,dbradley a=drivers
2001-06-05 00:51:29 +00:00
jband%netscape.com
ea41e651fd
fix bug 78428 by making sure to use the lesser of the freeslot or nslots value when marking slots. This is necessary because objects can now be in an initial state where the freeslots is a larger number than the nslots - and the actual number of slots in the array. sr=brendan r=beard a=drivers
2001-06-05 00:47:56 +00:00
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