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

64224 Коммитов

Автор SHA1 Сообщение Дата
nisheeth%netscape.com 4cf21823d4 Checking in patch from Andreas to fix Mozilla's XSL hooks (bug 36038). Does not affect the default mozilla build. 2000-06-16 23:29:19 +00:00
beard%netscape.com 7bd9e0cef1 bug #19119: added link dependency on PSM[Debug].shlb, added access paths to find PSMClient[Debug.o], PSMProtocol[Debug].o. a=ddrinan, r=gordon 2000-06-16 23:26:53 +00:00
thayes%netscape.com 11c75dd062 Fix double free of item value that is in an arena. 2000-06-16 23:26:16 +00:00
mccabe%netscape.com 12dd9401e9 Fix for 38495, nsbeta+.
Reinstate previously backed-out fix, now that the nsIScriptablePlugin interface it needs is building successfully on the mac.

a=beard,r=jst
2000-06-16 23:25:00 +00:00
javi%netscape.com 2fa9722764 Watch out for the case where the user hits Cancel. Don't wanna dead-lock
waiting for a message that will never show up.
2000-06-16 23:22:39 +00:00
thayes%netscape.com d2e67bb3e4 Bug 26085 - use real version of encryption code for storing wallet data.
r=morse
2000-06-16 23:20:01 +00:00
beard%netscape.com 552f64f3c5 bug 19119: remove build of PSMGlue which now depends on PSM.shlb. r=gordon 2000-06-16 23:07:07 +00:00
thayes%netscape.com 52bac404c7 Bug 26085. Fix handling of cancel for Personal Security Password dialog box.
r=morse
2000-06-16 23:01:20 +00:00
beard%netscape.com a4864ba69c bug 19119: fires up PSM thread explicitly, and waits for it to start. a=ddrinan, r=gordon 2000-06-16 23:01:07 +00:00
morse%netscape.com 0a2167e53b fix bug 42844, wallet table change 2000-06-16 22:56:07 +00:00
garyf%netscape.com bb6ff42eaa Fixed round off error by making nsTransform2D::TransformCoord(x,y,w,h) round the translation values for the scale & translate case in the same way as nsTransform2D::TransformCoord(x,y). r=evaughan bug=29949 2000-06-16 22:47:34 +00:00
javi%netscape.com 59605d8a47 Work around for Mozilla. If we're told to wait for a resource to shut down
that isn't a keygen context, sleep for a second so that the user actually
sees the dialog instead of a window that mysteriously appears and disappears
without ever showing them anything.
2000-06-16 22:45:48 +00:00
ddrinan%netscape.com bc28bbd422 Include nslocale component 2000-06-16 22:40:13 +00:00
anthonyd%netscape.com ebdd19b7c4 warning fixes for linux. r: mjudge a: beppe 2000-06-16 22:28:10 +00:00
av%netscape.com 4c96520aae Fixing 38094 with patch by sean@beatnik.com, ra=brendan@mozilla.org 2000-06-16 22:27:16 +00:00
beard%netscape.com 7b82801c98 bug 19119: export file for PSM[Debug].shlb. 2000-06-16 22:25:43 +00:00
mstoltz%netscape.com 7cae8bc0cc Dogfood bug 42076 - allowing file:// urls to load chrome:// URLs. r=evaughan. 2000-06-16 22:22:38 +00:00
valeski%netscape.com a3ef88e9af fixing a leak 2000-06-16 22:21:50 +00:00
beard%netscape.com 58ea955792 bug 19119, changes for XP_MAC to allow client to synchronize with server thread. a=ddrinan, r=gordon 2000-06-16 22:21:16 +00:00
attinasi%netscape.com 0636eb8e53 New Performance data: not part of build 2000-06-16 22:20:19 +00:00
beard%netscape.com 36839be9a4 (not part of build) added nlslayer.cpp. 2000-06-16 22:18:38 +00:00
waterson%netscape.com 3892500516 Fix mac bustage: JSObject is an opaque type here. 2000-06-16 22:17:46 +00:00
ducarroz%netscape.com f2ed671ad9 Fix for bug 41828. Do not autocomplete if the user is not typing at the end of the text. R=mscott 2000-06-16 22:17:34 +00:00
nhotta%netscape.com 42359847b6 Added code to parse Content-Type charset and store to DB, bug 33101, r=bienvenu. 2000-06-16 22:17:06 +00:00
nhotta%netscape.com 76610a137e Changed the line wrap code to take care character width, contrituted by bratell@lysator.liu.se, bug 41453, r=akkana,nhotta. 2000-06-16 22:16:14 +00:00
kmcclusk%netscape.com e6ba9c479f Removed clipwidget used by ender-lite widgets. b=35740 r=rods@netscape.com 2000-06-16 22:11:43 +00:00
javi%netscape.com 00cc0e768a Some tweaks to key gen context and oldfunc.c so that Mozilla can more
easily handle the KEYGEN tag.
2000-06-16 22:08:16 +00:00
ducarroz%netscape.com 4bff51183b FIx for bug 42088. Do not try to hidde a window that we have juste closed!!! r=mscott 2000-06-16 22:06:41 +00:00
javi%netscape.com 50afdb5a53 Make some API changes so that the Mozilla client can more easily handle
the KEYGEN tag.
2000-06-16 22:05:18 +00:00
edburns%acm.org d5a6d05e66 Removed accidentally introduced ^M's 2000-06-16 21:59:04 +00:00
pavlov%netscape.com 150d4fcdc9 patch from Scott Schram (scott@ruthie.com) to add css2/3 cursor support on unix (bug 38444) a=brendan 2000-06-16 21:54:47 +00:00
ruslan%netscape.com 97ae7b095d Fix potential crasher (42714), r/a=gagan 2000-06-16 21:49:43 +00:00
waterson%netscape.com a3fff38aac Bug 12874. Remove unnecessary refcount hackery. This hasn't been necessary since we made NS_IMPL_ISUPPORTS and friends stabilize refcount before calling dtor. 2000-06-16 21:47:13 +00:00
waterson%netscape.com 458f2c3abf Bug 39699. Add re-entrancy guards so that we ignore updates while we're in the middle of building content. r=rjc 2000-06-16 21:46:04 +00:00
valeski%netscape.com 865109bd81 35506. r=warren. File transport now fires OnStart for *all* loads. 2000-06-16 21:46:03 +00:00
waterson%netscape.com 580bddf545 Bug 39699. Ignore errors from nsIFile, hyatt-style! seriously, though: nsIFile returns random error codes per-platform when you ask if a non-existant file is a directory. This was causing the RDF enumeration to abort prematurely for no good reason. r=rjc 2000-06-16 21:45:00 +00:00
waterson%netscape.com 021569cdd0 Bug 41855. Hold on to the nsIScriptContext instead of the raw JSContext. This ensures that the JSContext won't be yanked out from beneath us. r=shaver 2000-06-16 21:43:04 +00:00
mscott%netscape.com f51d776b01 Bug #38374 --> foundation for helper app architecture.
Not part of the build yet. review will come when this is ready to go.
2000-06-16 21:35:13 +00:00
mscott%netscape.com ceefda9021 Bug #38374 --> foundation for helper app architecture. Windows specific implementation of the
helper app service.
Not part of the build yet. review will come when this is ready to go.
2000-06-16 21:34:35 +00:00
akkana%netscape.com bfeeeaaa21 Warning fix (part of checkin for 38154). r=cmanske 2000-06-16 21:24:06 +00:00
pinkerton%netscape.com 5075e488e1 add new grid-tree files for hyatt. bug# 30511. r=hyatt. 2000-06-16 21:24:05 +00:00
akkana%netscape.com 9a184bf159 38154: include user-defined tags in html output. r=cmanske 2000-06-16 21:23:48 +00:00
akkana%netscape.com b3307f3e6b Make table tests run on linux; add comments explaining how to run them.
Needed for testing 41916.  r=karnaze
2000-06-16 21:23:16 +00:00
akkana%netscape.com 967c5f797e Ignore files generated by table tests. r=karnaze 2000-06-16 21:22:50 +00:00
akkana%netscape.com 2396a853ff 41916: Remove <td> from the list of inline tags; don't include the enclosing
<td> in a selection that happens to fall inside a table cell. r=rickg
2000-06-16 21:22:00 +00:00
mscott%netscape.com 165bb3a36e Bug #40116 --> check to see if the channel was canceled before
propogating calls to the content listener...
this is actually warren's code.
r=mscott
2000-06-16 21:21:57 +00:00
mscott%netscape.com dd5ce2dd58 Bug #40116 --> check to see if the channel was canceled before
propogating calls to the content listener...
r=valeski
2000-06-16 21:21:04 +00:00
dmose%mozilla.org c1e030e04b pull the LDAP C SDK code by default (it's on a branch). a=r=leaf@mozilla.org 2000-06-16 21:20:18 +00:00
mscott%netscape.com 8ff80ddafb Bug #42016 --> fix by Ben Bucksch
r=mscott, a=waterson
2000-06-16 21:20:13 +00:00
beard%netscape.com c8dee33a82 bug #19119: Added call to initialize Mac toolbox. (not part of build) 2000-06-16 21:12:27 +00:00