rogerl%netscape.com
775ed98a18
Template build issues.
2003-03-20 22:04:14 +00:00
rogerl%netscape.com
3601789f8e
Fix some 'dump' bugs. Changed prototype type for generic new.
2003-03-20 18:09:44 +00:00
wtc%netscape.com
7f37f18ac6
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
4237fb8119
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
10660ce443
Fix 183798 - crash if charset conversion fails.
2003-03-20 15:46:41 +00:00
igor%mir2.org
9a1096723f
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
b7852204ac
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
34c300a4f2
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
322a5e29d0
Fixing spelling mistake.
2003-03-20 15:28:34 +00:00
mikep%oeone.com
b652532497
Updating for new files.
2003-03-20 15:23:45 +00:00
neil%parkwaycc.co.uk
b63de87e08
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
ea3c42be8d
Adding in image.
2003-03-20 15:20:24 +00:00
mikep%oeone.com
4dd8d2fd9a
Adding in new files.
2003-03-20 15:05:35 +00:00
mikep%oeone.com
42d5104333
New build.
2003-03-20 15:01:25 +00:00
mcs%netscape.com
b59b4af405
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
895869f3aa
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
ab8093092a
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
a0d37e16f3
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
6838a8c062
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
abb1ebebac
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
92ad0870c0
Backing out due to huge Ts increase
2003-03-20 08:45:50 +00:00
kyle.yuan%sun.com
cf13106c8d
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
6702190cc6
Bug 196644 get rid of class nsMenuListenerAccessible
...
r=aaronl, sr=henry.jia
2003-03-20 08:17:27 +00:00
timeless%mozdev.org
5fa3b7964c
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
5d0894cf7d
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
32cda3d206
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
e559c10550
Bug #198284 and other problems like maximization not being forgotten. r=hp
2003-03-20 05:24:25 +00:00
darin%netscape.com
091ef67efc
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
96c195bdcf
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
14afd7785e
fix build bustage
2003-03-20 03:40:26 +00:00
bzbarsky%mit.edu
128a160322
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
4cf2b42c26
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
43f4f7dce8
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
68da591763
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
dfdbceb051
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
ad58f86f9b
Remove unused CIDs, r=jack, sr=lumpy
2003-03-20 02:33:20 +00:00
bzbarsky%mit.edu
97462add5b
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
0dd45a89f1
Bug 195127: added temporary debugging output.
2003-03-20 02:00:40 +00:00
ssu%netscape.com
8f2917b2c0
fixing bug 198318 - load manager does not show up. r=sgehani, rs=leaf
2003-03-20 01:57:52 +00:00
bzbarsky%mit.edu
795e79c4a7
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
1f7ecabe51
Updated test case.
2003-03-20 00:27:54 +00:00
wtc%netscape.com
ec786de065
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
b7c8816e68
bug 49172 - Browser fails to respond correctly to a 205 (reset) status. r-dougt, sr-darin.
2003-03-19 23:55:12 +00:00
heikki%netscape.com
9f2a5f1a56
Bug 182323, implemented XPointer spec, we now support the framework, shorthand syntax, element, fixptr, xpath1 and xmlns schemes, and provide a proprietary API from scripts, r=sicking, sr=peterv.
2003-03-19 23:45:42 +00:00
mkaply%us.ibm.com
5ba5b58b5e
No bug - OS/2 only - better error message, fix crash
2003-03-19 22:59:50 +00:00
sspitzer%netscape.com
88a3788bec
supplimental fix for bug #96134 ,
...
improving File | Save As... default behaviour for messages.
r/sr=bienvenu
2003-03-19 22:27:51 +00:00
alecf%netscape.com
e1d731edb7
fix bug 198133 - leaks in libjar
...
- stop initializing zlib when we're not decompressing
- make sure to call inflateEnd even if we don't get Z_STREAM_END
r=timeless, sr=bz
2003-03-19 22:17:40 +00:00
sspitzer%netscape.com
9f298e9846
fix for bug #155036
...
[modern skin] Text under Delete and Junk buttons one pixel too low.
thanks to abecevello@sympatico.ca for the initial patch.
also, merge junk buttons into our big button map and new icons from gail.
2003-03-19 22:14:24 +00:00
cavin%netscape.com
1d7452f4e7
Fix for 197773. Prompt users for deleting mailing lists from the results pane. r/sr=sspitzer.
2003-03-19 21:32:48 +00:00
rogerl%netscape.com
cd0db808a1
Fixed GC-leakage for FunctionObjects.
2003-03-19 21:29:47 +00:00