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

116777 Коммитов

Автор SHA1 Сообщение Дата
bzbarsky%mit.edu 0389f0d561 Get the MIME type from the image itself. Bug 198339, patch by db48x@yahoo.com
(Daniel Brooks), r=bzbarsky, sr=jag
2003-03-21 00:26:13 +00:00
nhotta%netscape.com cbc48d4f51 Null terminate the punycode encoded string,
bug 198437, r=shanjian, sr=darin.
2003-03-21 00:23:12 +00:00
cavin%netscape.com ffa7725b75 Fix for 192994. Use the Palm category index, instead of
category id, as the key to link/tie moz addrbooks and Palm categories together. Also Added code to avoid removing of unsynced addrbooks. r/sr=sspitzer.
2003-03-21 00:16:26 +00:00
sspitzer%netscape.com 95b98ade89 supplimental fix for bug #195287 (adding "?" button in junk bar envelope.)
changes suggested and approved by jglick,robinf, r/sr=bienvenu.
2003-03-21 00:13:00 +00:00
relyea%netscape.com 9f0836d49e Add OID Definition for AOL screenname attribute. 2003-03-20 23:53:39 +00:00
wtc%netscape.com ba7bdf8f1c White space change simply to cause the Mozilla tinderboxes to rebuild. 2003-03-20 23:12:43 +00:00
wtc%netscape.com ba9ab2ca5a Backed out the .nss_cleaned hack checked in in rev. 1.43. It didn't work
as expected. r=cls.
2003-03-20 23:03:06 +00:00
rogerl%netscape.com 04a0c7a9aa Template build issues. 2003-03-20 22:04:14 +00:00
rogerl%netscape.com 5f2561044f Fix some 'dump' bugs. Changed prototype type for generic new. 2003-03-20 18:09:44 +00:00
wtc%netscape.com cd8d1d127b Bug 197874: after NSS 3.8 landed, we need to include the new .chk files in
the various installer packages. r=ssu. sr=bryner.
Modified Files:
	embedding/config/basebrowser-installer-win.pkg
	embedding/config/basebrowser-mac-macho
	embedding/config/basebrowser-unix
	embedding/config/basebrowser-win
	xpinstall/packager/packages-os2
	xpinstall/packager/packages-static-unix
	xpinstall/packager/packages-static-win
	xpinstall/packager/packages-unix
2003-03-20 18:04:55 +00:00
wtc%netscape.com 062436a9a3 Bug 197877: PSM makefile changes for NSS 3.8 -- 1. need to build the new
NSS tool shlibsign and generate the .chk files with it. 2. need to install
the .chk files in the appropriate directories. r=kaie. sr=bryner.
2003-03-20 18:03:22 +00:00
mcs%netscape.com 64c839cb94 Fix 183798 - crash if charset conversion fails. 2003-03-20 15:46:41 +00:00
igor%mir2.org 59d6f7f69d Added ScriptRuntime.newInstanceOrNull to call class.newInstance() and return null if it fails. It allows to replace in few places try/3 different catch by a simple method call. 2003-03-20 15:46:37 +00:00
brade%netscape.com c8b4fcaf90 cleanup various items like omitting needless QI, fixing case to match idl file, adding parens to JS function, fix case of doctype string; r=timeless,Neil, sr=jag; bug 198402 2003-03-20 15:37:42 +00:00
brade%netscape.com cd111f111e remove unused nsRemoveLinksCommand (it's in C++); r=timeless, Neil, sr=jag; bug 198402 2003-03-20 15:36:26 +00:00
mikep%oeone.com c8ff443a19 Fixing spelling mistake. 2003-03-20 15:28:34 +00:00
mikep%oeone.com 9aa06df739 Updating for new files. 2003-03-20 15:23:45 +00:00
neil%parkwaycc.co.uk 9f0dc19bba Bug 80837 Twisties and thread lines should not be selected with rows r=varga sr=jag 2003-03-20 15:20:54 +00:00
mikep%oeone.com 4bde68cbec Adding in image. 2003-03-20 15:20:24 +00:00
mikep%oeone.com 06e962d1a4 Adding in new files. 2003-03-20 15:05:35 +00:00
mikep%oeone.com 05a81d5e51 New build. 2003-03-20 15:01:25 +00:00
mcs%netscape.com 67006da555 Fix 195441 - command line tools: :< in LDIF fails to import file
contents correctly.
Also removed a useless call to feof().
2003-03-20 14:56:59 +00:00
mikep%oeone.com 36cece9c06 Adding in patch from 196759 from Eric to include checkbox in front of the task. 2003-03-20 14:13:58 +00:00
locka%iol.ie 461f6c3964 Define XPC_IDISPATCH_SUPPORT when building caps if necessary. b=198117 r=dbradley@netscape.com sr=alec@netscape.com 2003-03-20 12:10:04 +00:00
brendan%mozilla.org cba834a969 Saner ReportReadOnlyScope message names the sealed object, not an undefined property that can't be created in its scope (94693, r=me). 2003-03-20 11:27:33 +00:00
brendan%mozilla.org 86e5524746 Fix JSOP_BINDNAME to have JOF_SET (which is now the same as JOF_ASSIGNING, so use that where it's a clearer name; 94693, r=me). 2003-03-20 11:05:10 +00:00
simford.dong%sun.com 395c871a15 Bug 196668 gnopernicus says nothing when XUL radio buttons state changes
fix it by adding another FOCUS event
2003-03-20 08:48:19 +00:00
ccarlen%netscape.com afe7773d87 Backing out due to huge Ts increase 2003-03-20 08:45:50 +00:00
kyle.yuan%sun.com d1162be93d Bug 196288 [ATK Accessibility] implement ATK link_selected event
r=aaronl, sr=henry.jia
2003-03-20 08:27:31 +00:00
kyle.yuan%sun.com 6d3853b279 Bug 196644 get rid of class nsMenuListenerAccessible
r=aaronl, sr=henry.jia
2003-03-20 08:17:27 +00:00
timeless%mozdev.org 8b1c66be8e Bug 144747 javascript strict warnings in pref-applications-new.js
patch by stevechapel@earthlink.net r=law sr=jag
2003-03-20 07:29:03 +00:00
ccarlen%netscape.com 8d38ed69c5 Bug 164396 - [OS X]Reduce conversions between path and FSRef. Changes internal representation to not use FSRef which should fix various bugs. r=sdagley/sr=sfraser 2003-03-20 06:05:03 +00:00
darin%netscape.com 238b44aa47 adding a debug assertion as followup to last checkin so we can hopefully
trap failure to open cookies.txt for writing in the debugger. (r=dougt)
2003-03-20 05:31:55 +00:00
blizzard%redhat.com 9ccf1e1d07 Bug #198284 and other problems like maximization not being forgotten. r=hp 2003-03-20 05:24:25 +00:00
darin%netscape.com 917e93efe3 fixes bug 198270 "Trunk crash [@ COOKIE_Write] (nsCookies.cpp line 1734)"
patch=dwitte@stanford.edu r=mvl@exedo.nl sr=darin
2003-03-20 05:16:22 +00:00
seawood%netscape.com dca257bd56 Change |Distance| definitions to match forward declaration in nsReadableUtils.h. Fixing Forte bustage.
Thanks to David Baron <dbaron@dbaron.org> for the patch.
Bug #198276 r=jag sr=bz
2003-03-20 04:52:54 +00:00
bzbarsky%mit.edu 95563f3ca8 fix build bustage 2003-03-20 03:40:26 +00:00
bzbarsky%mit.edu 26259f9100 Fix a few leaks, convert to nsCOMArray for mObservers. Bug 198275,
r=varga@netscape.com, sr=alecf
2003-03-20 03:04:20 +00:00
timeless%mozdev.org 51e27f97ab Bug 195635 valgrind doesn't like Xprint (invalid reads in XpuParseMediumSourceSize)
patch by Roland.Mainz@informatik.med.uni-giessen.de r=ajschult sr=bz
2003-03-20 03:01:34 +00:00
timeless%mozdev.org 69e4a28d96 Bug 193499 Xprint print/print preview crashes Mozilla
patch by Roland.Mainz@informatik.med.uni-giessen.de r=katakai sr=bz
2003-03-20 03:00:15 +00:00
bolian.yin%sun.com b98ae74825 Bug 196814, manual proxies in pref window, should check if the prefs is locked
r=neil, sr=jaggernaut
2003-03-20 02:53:07 +00:00
alecf%netscape.com 799163824a fix an assertion from nsCOMArray where ReplaceElementAt() wouldn't property extend the array because we were just using ObjectAt()
residual stuff from bug 197827, which caused an assertion browsing frame
patch by keeda@hotpop.com, r/sr=alecf
2003-03-20 02:34:11 +00:00
jaggernaut%netscape.com 7af2461cab Remove unused CIDs, r=jack, sr=lumpy 2003-03-20 02:33:20 +00:00
bzbarsky%mit.edu de9e5df295 Fix crash when viewing standalone images if images are blocked in mailnews.
Bug 198301, r=jkeiser, sr=jst
2003-03-20 02:03:13 +00:00
wtc%netscape.com 0dbe724559 Bug 195127: added temporary debugging output. 2003-03-20 02:00:40 +00:00
ssu%netscape.com 12af4d6369 fixing bug 198318 - load manager does not show up. r=sgehani, rs=leaf 2003-03-20 01:57:52 +00:00
bzbarsky%mit.edu 170df264ef Enter in an <html:textarea> should not close dialogs. Bug 197568, patch by
ajvincent@juno.com (Alex Vincent), r=timeless, sr=bryner
2003-03-20 01:45:53 +00:00
dsirnapalli%netscape.com f513f85622 Updated test case. 2003-03-20 00:27:54 +00:00
wtc%netscape.com 2fabca5b50 Bug 192797: improved the implementation of PR_Poll for Win32. Increase
FD_SETSIZE from the default 64 to 1024.  Make PR_Poll fail with
PR_INVALID_ARGUMENT_ERROR if we try to add more than FD_SETSIZE fd's to a
fd_set.  Do not pass an empty fd_set to select, and do not call select if
all three fd_sets are empty.
2003-03-20 00:10:31 +00:00
suresh%netscape.com 0dd2d570e3 bug 49172 - Browser fails to respond correctly to a 205 (reset) status. r-dougt, sr-darin. 2003-03-19 23:55:12 +00:00