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

117301 Коммитов

Автор SHA1 Сообщение Дата
rogerl%netscape.com 09b1f359c7 GC fixes, added debug info to roots. 2003-03-31 21:38:32 +00:00
dbaron%dbaron.org a408871292 Use an autoconf test to set HAVE_CPP_TYPENAME. (fix bustage on newer versions of the IRIX native compiler) b=199625 r=bbaetz sr=brendan a=asa 2003-03-31 21:30:33 +00:00
cltbld%netscape.com 889cadcdbd Automated update 2003-03-31 21:30:08 +00:00
seawood%netscape.com 042ec455be Oops. This should have went in with the rest of the fix for bug #122067 2003-03-31 21:02:34 +00:00
timeless%mozdev.org b54b6f9240 Bug 199768 document.referrer is empty
patch by keeda@hotpop.com r=sicking sr=peterv a=asa
2003-03-31 20:58:02 +00:00
seawood%netscape.com b40ca95f87 Fix parallel build race condition on solaris by searching for idls in the current srcdir before the common idl dir.
Bug #183263 r=bryner,dcran a=asa
2003-03-31 20:55:54 +00:00
seawood%netscape.com 84c16ec606 Do not place dependency upon mozilla meta-build targets as we're not parallel-safe across build phases.
Bug #183263 r=bryner,dcran a=asa
2003-03-31 20:54:37 +00:00
pinkerton%netscape.com e74b6c15f1 implement new cookie dialog api. 2003-03-31 20:34:45 +00:00
seawood%netscape.com f742c92816 The plugin function table must remain the same regardless of build configuration.
Bug #199567 r=peterl sr=sfraser a=asa
2003-03-31 19:44:29 +00:00
timeless%mozdev.org 8715b11474 Bug 199649 Yahoo! Mail Remains Broken After Bug 198870 Fixed
patch by dwitte@stanford.edu r=mvl@exedo.nl sr=darin a=asa
2003-03-31 19:28:29 +00:00
timeless%mozdev.org 0e63b8a145 Bug 199928 cookies originating server test failes on ip addresses
patch by dwitte@stanford.edu r=mvl@exedo.nl sr=darin a=asa
2003-03-31 19:27:44 +00:00
sfraser%netscape.com 936a0dbf63 Fix for bug 199320 -- random composer crashes. Remove code that set the editor as a refCon on a controller which was created in JS, because it's unnecessary, and because the JS has no callbacks that allow it to null out the refCon when that editor is destroyed, leading to stale references which crash XPConnect. r=brade, sr=kin, a=asa. 2003-03-31 19:08:00 +00:00
nhotta%netscape.com 1106587f5a Return UTF-8 as a platform file charset,
bug 199384, r=ccarlen, sr=darin, a=asa.
2003-03-31 18:46:43 +00:00
rogerl%netscape.com 0a6a5e6e3b Runtime fixes for new layout changes 2003-03-31 18:22:21 +00:00
mikep%oeone.com aa16cc7da9 Fixing bug 188873, problem with yellow event dots disappearing. 2003-03-31 18:00:32 +00:00
mikep%oeone.com 798436d7d2 Fixing bug 153086. 2003-03-31 17:58:11 +00:00
mikep%oeone.com a48f9ef949 Adding in drag and drop to day view and week view to change start hour, bug 168224. 2003-03-31 17:55:23 +00:00
mikep%oeone.com 739ff9f4fa Fixing bug 199426, make it so that the selected day is highlighted in the weekview. 2003-03-31 17:51:21 +00:00
mikep%oeone.com c0d4a25c8b New build, fixing menu text for printing. 2003-03-31 17:38:24 +00:00
mikep%oeone.com 0d6feca74d Adding in printing from Chris Allen, bug 122665. 2003-03-31 17:29:24 +00:00
mikep%oeone.com 54d24fa263 Fixing problems with auto publishing events. 2003-03-31 17:28:34 +00:00
hpradhan%hotpop.com 559976ba5f bug 199756 : Crash at nsDocument::GetPrincipal 2003-03-31 15:45:44 +00:00
igor%mir2.org a8882e7d5a Fixing http://bugzilla.mozilla.org/show_bug.cgi?id=199051 :
Initialize invoker in FunctionObject constructor, not during first call and catch possible SecurityException. In this way initialization will happen without script code on java stack which may not have permissions to create class loaders.
2003-03-31 13:18:04 +00:00
sicking%bigfoot.com 773f2483a4 Documentation update. More ideas for faster XPath 2003-03-31 09:02:17 +00:00
igor%mir2.org eb1ab4ff3a Removal of deprecated SecuritySupport as a part of work on 198208. 2003-03-31 08:43:40 +00:00
rogerl%netscape.com e15c203bcb Compiles clean! 2003-03-31 02:09:03 +00:00
bryner%netscape.com 0dcb8105ec ignore nsStaticComponents.cpp 2003-03-30 23:36:45 +00:00
timeless%mozdev.org adcfe8cbef Bug 197689 Missing Query - The query named $name seems to no longer exist.
r=bbaetz a=justdave
2003-03-30 03:27:11 +00:00
timeless%mozdev.org bfd1422d0e Bug 65319 editmilestones & editversions don't have extra add.
r=justdave a=justdave
2003-03-30 02:46:21 +00:00
bryner%netscape.com 858687b03c Fix repainting on windows (bug 199159) by making sure to set ConsumeNoDefault on the paint event. r/sr=roc, a=asa. 2003-03-29 23:31:20 +00:00
blizzard%redhat.com b7a95a8b9e Bug #199421. Embedded browsers crash when submitting login form [@ GtkPromptService::ConfirmEx ]. Make sure to check the value of the pointers passed in before setting them on the prompter. r=bryner,a=dbaron 2003-03-29 04:55:12 +00:00
wtc%netscape.com 86445ec495 Bug 195127: Turn off debugging output now that we have the AIX tinderbox
working correctly.
2003-03-29 04:30:02 +00:00
jrgm%netscape.com f96eb6fb33 add a little more info to the readme file 2003-03-29 01:50:12 +00:00
jrgm%netscape.com a954c467fc change to use single-quote instead of double-quote in SQL statements [bug in perl module?]; allow the urllist.txt to specify a charset to be sent in the content-type header; make it possible to run the test with a 'https' scheme (SSL) 2003-03-29 01:41:29 +00:00
wtc%netscape.com a68105106a Bug 199628: support shlibsign on OpenVMS. Pass $(OS_TARGET) instead of
$(IS_WINDOWS) to sign.sh and sign.cmd (which ignores that argument).  In
sign.sh, use a case statement with three cases: Windows, OpenVMS, and
others.  The patch is contributed by Colin Blakes <colin@theblakes.com>.
Modified Files: Makefile sign.cmd sign.sh
2003-03-29 00:42:43 +00:00
nelsonb%netscape.com 3f52ba47c1 Changes to enable ECC over characteristic 2^m fields.
Contribution from Vipul Gupta <Vipul.Gupta@Sun.COM>
Modified Files:
 nss/cmd/strsclnt/strsclnt.c nss/lib/cryptohi/seckey.c
 nss/lib/freebl/blapit.h nss/lib/freebl/ec.c
 nss/lib/freebl/manifest.mn nss/lib/freebl/mpi/Makefile
 nss/lib/softoken/ecdecode.c nss/lib/softoken/pkcs11.c
 nss/lib/ssl/ssl3con.c nss/lib/util/secoid.c
 nss/lib/util/secoidt.h
2003-03-29 00:18:30 +00:00
rogerl%netscape.com 794693ed79 !!! BROKEN !!! 2003-03-28 21:48:07 +00:00
jpierre%netscape.com 7a30cd125f Backout change that broke Sun's build - requires gmake 3.79 2003-03-28 20:07:30 +00:00
rogerl%netscape.com 1549e1a091 !!! BROKEN !!! 2003-03-28 18:18:20 +00:00
rogerl%netscape.com bb6be8b894 !!! BROKEN !!! 2003-03-28 17:53:56 +00:00
guru%startrek.com 601f904422 Fix for bug 199500 - Crash in nsHttpConnectionMgr::OnSocketEvent if PSM is not installed; p=darin r/sr=alecf a=dbaron 2003-03-28 15:02:42 +00:00
cltbld%netscape.com 7ad839c828 Adding tbox reporting. -mcafee 2003-03-28 08:32:37 +00:00
mscott%netscape.com 25c14b7c77 remove old file 2003-03-28 03:57:52 +00:00
mscott%netscape.com a89eaa1817 remove obsolete files 2003-03-28 03:57:09 +00:00
jpierre%netscape.com 9a4460838f Fix for bug 105271 - compile source files with full pathnames on Windows & OS/2 to help debugging. r=wtc 2003-03-28 02:35:39 +00:00
pinkerton%netscape.com 56e473c947 ensure browser is showing when a new tab is created from menubar 2003-03-28 00:33:17 +00:00
pinkerton%netscape.com c458232ea7 fix "open in new tab" when bm manager is visible 2003-03-28 00:26:55 +00:00
rogerl%netscape.com 9c7a073f85 !!! BROKEN !!! Added definitions under new layout. 2003-03-27 23:58:21 +00:00
sicking%bigfoot.com e57635d85b Initial checkin of some documentation 2003-03-27 23:43:32 +00:00
cavin%netscape.com df1255d833 Fix for 96877. Decrement list total by one after a member card is deleted. r/sr=sspitzer, a=dbaron. 2003-03-27 21:25:41 +00:00