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

115857 Коммитов

Автор SHA1 Сообщение Дата
neil%parkwaycc.co.uk 9575d10cc6 Bug 192013 Command updating far too slow r=brade r=cavin sr=sspitzer 2003-02-27 09:41:40 +00:00
seawood%netscape.com 5f17543f54 Make gmake shut up about enter/leaving directories for the version test when building from client.mk. Bug #194670 2003-02-27 06:37:08 +00:00
chanial%noos.fr 6af74cd604 bug 192447: Cannot disable JavaScript with new UI
original idea by noririty.
2003-02-27 06:06:37 +00:00
seawood%netscape.com 505acdf961 Not so automated update 2003-02-27 04:46:21 +00:00
wtc%netscape.com 9f136c7673 Removed obsolete PR_CLIENT_BUILD and PR_CLIENT_BUILD_UNIX make variables. 2003-02-27 04:13:19 +00:00
wtc%netscape.com 9e3cd5ab84 Removed unused file module.df. 2003-02-27 03:29:42 +00:00
mkaply%us.ibm.com 5340bc50bc IRIX bustage 2003-02-27 03:21:25 +00:00
alecf%netscape.com 4c7a87ec6f fix assertions from bug 190020, sr=bz, r=dmose 2003-02-27 03:05:43 +00:00
seawood%netscape.com 0f8ec4866b Make NO_DIST_INSTALL really not touch $(DIST)/.
Bug #190581 r=bryner
2003-02-27 02:53:46 +00:00
seawood%netscape.com dac0e97a9e Use builtin MAKE_VERSION variable instead of --version output to check GNU make version since the syntax of --version changed between minor releases.
Bug #194670 r=bryner
2003-02-27 02:49:11 +00:00
seawood%netscape.com a3cec745da Force in-tree zlib to be built using -fPIC.
Re-order linking of mozilla-bin & viewer so that TK_LIBS, which bring in an implicit dependency upon the system zlib on Darwin, is linked in after the in-tree version of zlib.
Bug #194662 r=pavlov
2003-02-27 02:21:59 +00:00
aaronl%netscape.com 3d10d6c7cf Bug 192211. Clean up accessible menu events. r=kyle, sr=bryner 2003-02-27 02:08:06 +00:00
aaronl%netscape.com 743f5bf616 Bug 193803. Expose iframes correctly in accessibility apis, fix iframe events. r=kyle, sr=henry 2003-02-27 02:04:43 +00:00
smontagu%netscape.com 1cf695921f Remove unused file. Bug 178951, r=ftang, sr=roc+moz. 2003-02-27 02:00:35 +00:00
aaronl%netscape.com c1e0b59d22 Bug 193797. Accessibility cleanup and fixes for <select>. r=kyle, sr=henry 2003-02-27 01:51:13 +00:00
smontagu%netscape.com 1cd0516fd2 Whitespace change to note that the previous checkin was for bug 188759. 2003-02-27 01:51:04 +00:00
peterlubczynski%netscape.com 487d0c2bf5 Adding masks for gcc3 and Mach-O builds for NPAPI variables that pass interface pointers, bug 182117 r=beard,cls sr=sfraser 2003-02-27 01:47:53 +00:00
smontagu%netscape.com d86ee253ff Ensure that the buffer offset in nsTextTransformer::GetNextWord is correctly positioned after transforming ligatures. Bug 1888759, r/sr=rbs. 2003-02-27 01:47:44 +00:00
wtc%netscape.com 1a34534b8e Bug 191948: a better implementation of PR_GetLibraryFilePathname for 32-bit
HP-UX.
2003-02-27 01:46:36 +00:00
brendan%mozilla.org 287257cbff Checking in heap-sort speedup from Igor Bukanov <igor@icesoft.no> (bug 181828, r=me). 2003-02-27 01:43:44 +00:00
depstein%netscape.com ad45550bcb Stronger error checking for nsIChannel and nsIHttpChannel tests. Not part of the build. 2003-02-27 01:39:35 +00:00
jst%netscape.com 725c515f9a Fixing bug 182700. Make 'Copy Image Location' work for <input type=image> elements. r=timeless@myrealbox.com, sr=peterv@netscape.com 2003-02-27 01:38:20 +00:00
nelsonb%netscape.com 42fae25f24 Add support for Elliptic Curve Cryptography. Bug 195135.
Modified Files:
 	cmd/lib/SECerrs.h cmd/selfserv/selfserv.c
 	cmd/tstclnt/tstclnt.c lib/cryptohi/keyhi.h
 	lib/cryptohi/keythi.h lib/cryptohi/seckey.c
 	lib/cryptohi/secvfy.c lib/freebl/Makefile lib/freebl/blapi.h
 	lib/freebl/blapit.h lib/freebl/ldvector.c lib/freebl/loader.c
 	lib/freebl/loader.h lib/freebl/manifest.mn lib/nss/nss.def
 	lib/pk11wrap/pk11skey.c lib/pk11wrap/pk11slot.c
 	lib/softoken/lowkeyti.h lib/softoken/manifest.mn
 	lib/softoken/pkcs11.c lib/softoken/pkcs11c.c
 	lib/softoken/pkcs11t.h lib/ssl/ssl3con.c lib/ssl/ssl3prot.h
 	lib/ssl/sslcon.c lib/ssl/sslenum.c lib/ssl/sslimpl.h
 	lib/ssl/sslinfo.c lib/ssl/sslproto.h lib/ssl/sslsecur.c
 	lib/ssl/sslsock.c lib/ssl/sslt.h lib/util/secerr.h
 	lib/util/secoid.c lib/util/secoidt.h
Added Files:
 	lib/freebl/GFp_ecl.c lib/freebl/GFp_ecl.h lib/freebl/ec.c
 	lib/freebl/ec.h lib/softoken/ecdecode.c
2003-02-27 01:31:38 +00:00
kyle.yuan%sun.com c5c0fb381e Bug 193629 accesskey can take effect on a disabled XUL widget
r=aaronl, sr=jag
check "disabled" attribute in the Click() handler
2003-02-27 01:14:07 +00:00
jst%netscape.com 9516665b94 Silly whitespace changes, no code changes. 2003-02-27 01:03:57 +00:00
jst%netscape.com dd648b44ac Fixing bug 125318. Making window.self replaceable. r=fabian@imajes.info, sr=peterv@netscape.com 2003-02-27 00:54:49 +00:00
jst%netscape.com 5a942f3362 Fixing bug 191579. Make <script for='window' event='onload'> execute as inline script like it used to. r=bzbarsky@mit.edu, sr=peterv@netscape.com 2003-02-27 00:49:36 +00:00
jst%netscape.com cc4bcae465 Fixing bug 194349. Making the WSDL proxy type system properly set flags for getters and setters on complex types. r=jband@netscape.com, sr=heikki@netscape.com. Not part of the default build yet. 2003-02-27 00:44:56 +00:00
heikki%netscape.com 07d25d657b Bug 193179, recognize XHTML Mobile Profile FPI in order to load XHTML entities, r=harishd, sr=jst. 2003-02-27 00:39:07 +00:00
smontagu%netscape.com 04e4d890c4 Accept directly encoded Unicode characters sent instead of keysyms by some keymaps (e.g. Arabic). Bug 188538, r=jag, sr=blizzard. 2003-02-27 00:19:42 +00:00
sicking%bigfoot.com 0530d0ac50 Bug 195016: Fix static build. Patch by Roland.Mainz@informatik.med.uni-giessen.de
r=sicking sr=kin
2003-02-27 00:05:50 +00:00
kairo%kairo.at 11348f5311 bug 194924 - localeVersion update for 1.4a, r=rchen, sr=blizzard 2003-02-27 00:05:44 +00:00
robinf%netscape.com e54b0ee8b6 adding palm readme file per bug 187998; r=oeschger 2003-02-27 00:02:49 +00:00
sicking%bigfoot.com 1e6eaec057 Bug 185498: Don't rely on ::CreateElement to create html elements. Also make sure we insert html-<tbody>s when appropriate
r=Pike sr=peterv
2003-02-27 00:01:55 +00:00
peterlubczynski%netscape.com 5ce7765e26 Fixing the DOM navigator.mimeType array to be able to test for installed helper applications, bug 58811, patch by bzbarsky@mit.edu r=peter, sr=jst 2003-02-26 23:54:55 +00:00
nelsonb%netscape.com 66f7b8cddb Add missing dependency on error headers. 2003-02-26 23:52:40 +00:00
wtc%netscape.com e7e6fd4b42 Bug 191703: if struct tm has the nonstandard tm_zone and tm_gmtoff fields,
set them to the appropriate values.  Calling mktime is not really correct
(it assumes the local time zone) and does not work on NetBSD.
2003-02-26 23:40:57 +00:00
gerv%gerv.net c4e78e7e18 Bug 194744 - fix dead link to confirmhelp.html. Patch by gerv; r,a=justdave. 2003-02-26 22:01:47 +00:00
rogerl%netscape.com 2def7b87d0 'With' statement fixes. 2003-02-26 21:51:16 +00:00
mostafah%oeone.com 846dac66e0 Fixed some addrefs and releases and added some debugging info. 2003-02-26 18:30:04 +00:00
chanial%noos.fr 2e17cd2316 Bug 194756: fix doubled bookmarks in the toolbar by moving the tooltip definition outside of the toolbar in order not to confuse the template builder. 2003-02-26 16:37:46 +00:00
mkaply%us.ibm.com 1469be17fa #156505
r=dbradley, sr=brendan
If you ask for input, you should fflush after the fprintf
2003-02-26 15:22:03 +00:00
wtc%netscape.com af84e6c5da Added a comment explaining why we force the use of absolute symlinks on
Darwin when building Mozilla. (Bug #193164)
2003-02-26 15:13:59 +00:00
wtc%netscape.com 75fcb79bee Deleted blank lines at the end of the file. 2003-02-26 15:11:34 +00:00
ccarlen%netscape.com 7d0e12d707 Bug 188214 - Cookies are not getting saved on exit in GtkEmbed. This adds a new call to nsProfileDirServiceProvider which allows an app to shutdown the provider and it will send out profile shutdown notifications. r=dougt/sr=blizzard 2003-02-26 15:01:19 +00:00
locka%iol.ie d211b4f11d Add View Image item to link popup menu in mfcembed to catch image links. b=194954 r=chak@netscape.com sr=alecf@netscape.com 2003-02-26 14:54:37 +00:00
ere%atp.fi 7f22515440 Bug 193929: HTML sanitizer ("simple html") should allow attached images
r=ducarroz, sr=jst
2003-02-26 13:47:36 +00:00
neil%parkwaycc.co.uk 1561635297 Bug 194557 Remove extra space at bottom of Page Setup p=piersc@cogs.susx.ac.uk r=dean_tessman sr=dmose 2003-02-26 13:22:40 +00:00
neil%parkwaycc.co.uk 0d50af0e03 Bug 194876 Want tree attribute for column picker tooltip text r=varga sr=sspitzer 2003-02-26 13:07:38 +00:00
neil%parkwaycc.co.uk 23bda668ab Bug 194764 "File Here" shows up for IMAP servers r/sr=sspitzer 2003-02-26 13:06:22 +00:00