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

83486 Коммитов

Автор SHA1 Сообщение Дата
shrutiv%netscape.com 4a8a756213 Bug 77613: Title Bar Text doesn't have to be appended by "- config name"? (r=bobj)
Default browser value is displayed if the title bar field is empty
2001-06-05 19:42:43 +00:00
shrutiv%netscape.com b0316db07e Bug 75230: CCK should be updated to work with Netscape 6.1 (r=bobj)
Correcting component name
2001-06-05 19:32:47 +00:00
peterv%netscape.com a959d297d9 Fix for bug 82955 (XML unable to load stylesheets without type="text/css" attribute). r=scc, sr=jst, a=asa. 2001-06-05 19:21:32 +00:00
dougt%netscape.com f98f885905 Fixes 81709. Allows for compares between different nsIURI impl. r=rpotts, sr=darin, a=asa 2001-06-05 19:01:44 +00:00
darin%netscape.com 4dd3a27d43 Fixes bug 82200 "crashes [@ PL_strnchr] called from ParseChunkRemaining"
r=dbaron,gagan a=chofmann,blizzard
2001-06-05 18:21:53 +00:00
rods%netscape.com f8b424129b Fixed up reload to it will correctly reflow to w/h of zero
Bug 58220 r=kmcclusk sr=attinasi a=dbaron
2001-06-05 18:09:13 +00:00
peterlubczynski%netscape.com 7a86b26f77 Fix for BASE HREF not affecting applet bug 59430 patch by alexsavulov r=peterl sr=attinasi a=blizzard 2001-06-05 17:58:31 +00:00
nboyd%atg.com ea784f1262 Patches from Igor:
-----
The patch adds to NativeArray.put a check for (this == start) so the
length field or a dense array element would not be updated if this !=
start. The following script exposes the problem:


function Test() { }

var array = new Array(0, 0); // Trigger dense mode
Test.prototype = array;

var test = new Test();

array[0] = 1;
test[0] = 2;

print(array[0]); // Should print 1, not 2
-----
When initially I switched NativeDate to use IdScritable, I made
toGMTString just an alias to toUTCString. Later I realized that it could
cause troubles if someone would check Date.prototype.toGMTString.name to
get "toUTCString" so I made the code to allocate a separated IdFunction
to toUTCString. Now when I read ecma 3 appendixes I see that the initial
behavior is what actually Ecma 3 requires. Here is an extract from B.2.6:

The Function object that is the initial value of
Date.prototype.toGMTString is the same Function
object that is the initial value of Date.prototype.toUTCString.

Sometimes doing nothing is the best solution...

The attached patch fixes that and inlines many 1-3 lines functions as
optimization that java compilers typically do not want to do...
2001-06-05 17:39:58 +00:00
rods%netscape.com 4947ca2fd5 removed "! important" for input text so allows users to tailer border sizes
This reopens bug 25580, which I have marked won't fix
Fixes Bug 55336 r=kmcclusk sr=attinasi a=dbaron
2001-06-05 12:52:37 +00:00
sgehani%netscape.com 0d975b7985 Remove extra whitespace after "nsIPasswordManager.idl \" 2001-06-05 12:37:01 +00:00
sgehani%netscape.com 12f46ec2dd Fix unix bustage: remove whitespace after "nsIPasswordManager.idl \" 2001-06-05 12:34:54 +00:00
sgehani%netscape.com 2f3845ee70 Removing obsolete nsIPasswordManager.idl which now lives solely in
netwerk/base/public.

b = 76095
r = morse
sr = sfraser
a = drivers
2001-06-05 11:45:29 +00:00
sgehani%netscape.com 5f6a281b23 Stop building nsIPasswordManager.idl in extensions/wallet and start building it in netwerk/base. b = 76095 r = morse sr = sfraser a = drivers 2001-06-05 11:43:40 +00:00
locka%iol.ie 080c320023 Made a couple of tweaks on behalf of wtc@netscape.com to allow control to build when the MS Platform SDK is installed. b=83976 r=adamlock@netscape.com sr/a=blizzard@mozilla.org 2001-06-05 11:42:38 +00:00
bstell%netscape.com 9c5f89d735 fix HPUX bustage 2001-06-05 08:58:07 +00:00
bstell%netscape.com 5787e192de remove forward struct declaration to fix HPUX/AIX/IRIX compile bustage 2001-06-05 07:26:31 +00:00
bstell%netscape.com 830bafb4db 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
add hooks to intercept the XKeyPressedEvent/XKeyReleasedEvent
so we can simulate the Mode_switch bit
2001-06-05 06:14:48 +00:00
bstell%netscape.com c13e76c8c6 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 06:06:04 +00:00
bstell%netscape.com 27a65018e5 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 e8b0546be6 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 ee2f32d386 Allows FTP to create RAW content. r=gagan, sr=darin, a=blizzard 2001-06-05 05:37:00 +00:00
leaf%mozilla.org 539ac7b8f3 Automated update 2001-06-05 05:14:40 +00:00
bstell%netscape.com 05a148f5bc 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 1b1eda1a54 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 5e8526edd4 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 ff6de2908b 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 8245c4c8bf #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 5101639dca 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 96d0c33bd7 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 551dcaddeb More REQUIRES bustage - need mimetype in libpr0n 2001-06-05 02:08:59 +00:00
mkaply%us.ibm.com 8b0a85ff0f Dumb OS/2 only bustage. I messed with the wrong short name. 2001-06-05 02:06:12 +00:00
pschwartau%netscape.com d884af8a23 Initial add. 2001-06-05 01:28:04 +00:00
pschwartau%netscape.com 4e4e073308 Added two new sections to the test. 2001-06-05 01:26:59 +00:00
hyatt%netscape.com 96c68a8c35 Fix for 83642. r=jag, sr=blake, a=tor 2001-06-05 01:08:31 +00:00
nicolson%netscape.com 9a8cefc8f5 Change initialize arguments.
Specify key usage when unwrapping a symmetric key.
2001-06-05 01:01:23 +00:00
jband%netscape.com 2d66e95044 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 dd92674d30 Remove NSS private functions. 2001-06-05 01:00:47 +00:00
dbaron%fas.harvard.edu 9d856ec3de 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 f328d28470 Remove private NSS functions.
Specify a key usage when unwrapping a symmetric key.
2001-06-05 01:00:05 +00:00
jband%netscape.com 8bcfe12fca 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 d29d9460d1 key usages for unwrapping. 2001-06-05 00:59:29 +00:00
nicolson%netscape.com 372d9854a0 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 9ac6155c8f Add JSS_symkeyUsage table. 2001-06-05 00:58:38 +00:00
blizzard%redhat.com 313ce491d3 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 256d476b84 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 74861d43ad 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 af23d42a81 Fix Senna bustage, add require module mimetype. 2001-06-05 00:44:08 +00:00
jband%netscape.com 852c423229 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 9c4247f6c7 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 eb2dc0ac61 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