ben%bengoodger.com
d5e0e1582e
remove msword, excel, ppt from "safe" handlers list
2004-06-10 06:40:43 +00:00
ben%bengoodger.com
7c21f21169
246018 - Firefox imports IE bookmarks over old bookmarks
...
237732 - user.js not copied by phoenix profile migrator
240136 - Firefox should not auto-import settings without user confirmation
2004-06-10 06:28:27 +00:00
bryner%brianryner.com
6e6b530655
Include autoconf.mk so that we get a suitable OS_ARCH definition
2004-06-10 03:25:22 +00:00
pkw%us.ibm.com
0dfac77d47
Bug 186789 - Ctrl+Shift Shortcuts in Mozilla conflict with ISO 14755 Input methods (shift+ctrl keys don't work) [mark all read]
...
r=neil.parkwaycc.co.uk@myrealbox.com , sr=alecf@flett.org (for XPFE changes), src=mscott@mozilla.org (for MailNews changes)
2004-06-10 01:42:00 +00:00
jst%mozilla.jstenback.com
c7d1242e4c
Fixing bug 140690. Patch by m.wargers@hccnet.nl. Making element.innerHTML not do newline conversion. r+sr=jst@mozilla.jstenback.com
2004-06-10 00:11:38 +00:00
pschwartau%netscape.com
9e2dcfe43d
Updating JS_GetImplementationVersion() to date of latest JS release (67111)
2004-06-09 23:08:07 +00:00
pinkerton%aol.net
7a7f3f513f
moving import/export bookmarks to file menu. standardizing file menu, removing
...
some separators. removing "window" from zoom/minimize. changing next/prev tab
cmd keys to cmd-opt-left/right arrow
2004-06-09 22:46:51 +00:00
darin%meer.net
84e22da18c
adding tracing facility to socket transport, NOT PART OF THE BUILD
2004-06-09 22:40:02 +00:00
pinkerton%aol.net
125814a072
cleanup toolbar button strings making them easier to correctly localize
...
(bug 245911)
2004-06-09 22:19:48 +00:00
darin%meer.net
fa7e4162e0
fixes bug 246106 "Defensive (anti-phishing) auth prompts are displayed when they should not be displayed" r+sr=dveditz
2004-06-09 22:09:05 +00:00
pinkerton%aol.net
1c77027593
never try to theme <button> tags, we just can't catch all the permutations
...
(r=pink/sr=bryner/a=asa, bug 244058)
2004-06-09 21:58:22 +00:00
darin%meer.net
71ac85a177
fixes bug 237819 "nsStandardURL should automatically convert ACE hostnames to UTF8" r=biesi sr=dbaron
2004-06-09 21:41:28 +00:00
dmose%mozilla.org
6345f11409
Fix XML Schema crash that happens when using WSDL/SOAP arrays (bug 246082). r=timeless; sr=jst
2004-06-09 20:52:25 +00:00
brendan%mozilla.org
3376e7fb87
Back out patch for bug 245890 for now.
2004-06-09 19:39:53 +00:00
scott%scott-macgregor.org
c450d627a0
Bug #245430 --> Port more thunderbird static build work to the trunk
2004-06-09 18:36:58 +00:00
bsmedberg%covad.net
14bf5bab31
Bug 239925 - fix static initializers in DOM/widget/libpr0n so that we can restart XPCOM safely r=jst sr=darin
2004-06-09 18:36:25 +00:00
igor%mir2.org
7b30a5de99
Fixing regression after previous commit for bug 245882: when used as top scope ImporterTopLevel should not define constructor property not to hide Object.prototype.constructor.
2004-06-09 17:01:01 +00:00
bienvenu%nventure.com
9abd635369
fix 245769 and 239181, don't use IMAP status on selected state folder, sr=mscott
2004-06-09 15:31:50 +00:00
mostafah%oeone.com
bd8e8dacd6
Added 1.7 backward compatibility for onResponse
2004-06-09 14:57:59 +00:00
mkaply%us.ibm.com
42959320c7
#244221
...
r=pedemont, sr=blizzard (platform specific)
OS/2 only - don't wipe out the Mozilla folder when installing
2004-06-09 13:32:38 +00:00
igor%mir2.org
a8ca02b455
1. IdFunction.methodId is no longer public as some old Java compilers have troubles with it and accessor method has to be used instead.
...
2. IdFunction constructor now takes scope argument as well to prevent initialization bugs.
2004-06-09 12:54:04 +00:00
aaronleventhal%moonset.net
0c1a037f66
Bug 241064. Don't use state_unavailable on objects unless their greyed/disabled. r=Louie.Zhao, sr=Henry.Jia
2004-06-09 12:50:53 +00:00
aaronleventhal%moonset.net
2aa6948c97
Bug 245819. Fix regression from bug 244624, accessibility info cannot be retrieved from 2 subsequent pages with textfield. r=pkw, sr=Henry.Jia
2004-06-09 12:48:54 +00:00
aaronleventhal%moonset.net
a14d842063
Bug 245883. Readonly states incorrectly exposed for lists and their contents. r=pkw, sr=Henry.Jia
2004-06-09 12:45:09 +00:00
aaronleventhal%moonset.net
5942fd28ca
Bug 245878. Mozilla hangs when accessibility info retrieved from null plugin. r=pkw, sr=Henry.Jia
2004-06-09 12:42:41 +00:00
mkaply%us.ibm.com
5d7ca79e89
#245902
...
r=pedemont, sr=blizzard (platform specific)
OS/2 only - warning cleanup in nsNativeAppSupportOS2.cpp
2004-06-09 12:36:45 +00:00
igor%mir2.org
89f5fdbbf7
The last commit made Rhino uncompilable! Fixing that.
2004-06-09 08:25:59 +00:00
nelsonb%netscape.com
6a6d9eb606
Don't crash when CERT_DestroyCertificate is called with a cert with a
...
null arena pointer. Bug 245943. r=julien
2004-06-09 07:47:51 +00:00
igor%mir2.org
7bc79c031f
Implementing bug 245882: now ImporterTopLevel can be constructed from JavaScript using JavaImporter to allow to have class and package collections without namespace polluting.
2004-06-09 07:36:31 +00:00
Stefan.Borggraefe%gmx.de
3b6f8725fa
Bug 157067: Inconsistency in appearance of "Move Up" and "Move Down" buttons.
...
This patch fixes the Customize Sidebar dialog I overlooked.
r=neil, sr=alecf
2004-06-09 06:10:19 +00:00
silver%warwickcompsoc.co.uk
ab6de51c9a
Fixing version number.
2004-06-09 05:16:53 +00:00
bryner%brianryner.com
adcf80f88b
merge installer package fixes from branch
2004-06-09 04:46:57 +00:00
bmlk%gmx.de
c07cb87331
empty tables should not have a size in quirks mode. bug 241161 r/sr=bzbarsky
2004-06-09 04:13:53 +00:00
louie.zhao%sun.com
ba04674c8f
bug 244140 Listitem should support type "checkbox".
...
r = aaron
sr= henry.jia@sun.com
2004-06-09 04:11:01 +00:00
bryner%brianryner.com
e482d4976f
Only set MOZ_PKG_APPNAME=Firefox on os x
2004-06-09 03:59:21 +00:00
silver%warwickcompsoc.co.uk
e11c8cbd6f
Bug 243629 - Landing of ChatZilla 0.9.63.
...
Lots of bugs fixed, including: 226223, 230328, 127662, 185729, 226410, 231150, 235650, 238551, 238716, 73257, 226408, 238612, 108087, 180577, 211461, 218070, 242381
and 147452.
r=samuel@sieb.net
2004-06-09 03:33:50 +00:00
nelsonb%netscape.com
364a3b1c62
Fold function definition so editor can find it.
2004-06-09 02:22:38 +00:00
bryner%brianryner.com
fc95dd4fc9
bustage fix
2004-06-09 00:39:22 +00:00
bryner%brianryner.com
49059f8e6c
bustage fix
2004-06-08 23:58:05 +00:00
bryner%brianryner.com
4451888110
Get rid of nsILanguageAtom and deCOMtaminate nsILanguageAtomService (bug 230603). Also, fix a bunch of atom double-addref leaks in nsFontMetricsXlib. r+sr=dbaron.
2004-06-08 23:53:59 +00:00
igor%mir2.org
49246d9273
Work on bug 245882: check that scope is not this when setting scope chain
...
to prevent scope chain loops.
2004-06-08 23:30:30 +00:00
igor%mir2.org
bdfcefdff8
Default implemetation of toSource now lives in ScriptRuntime to allow its
...
reuse in othr objects.
2004-06-08 23:28:32 +00:00
jst%mozilla.jstenback.com
9f06b8ef8c
Fixing bug 245930. Don't crash if attempting to replace data past the end of a string. r=dbaron@dbaron.org, sr=darin@meer.net
2004-06-08 22:30:11 +00:00
igor%mir2.org
e565588063
Yet another change in IdFunction: now its constructor takes arity argument
...
which removes the need to have separated methodArity in IdFunctionMaster
intertface. The method, however, has to be preseved in IdScriptable since it
is used to find which arity should be used during IdFunction construction.
2004-06-08 22:25:57 +00:00
brendan%mozilla.org
9c20990405
Avoid overparenthesizing function expressions (245795, r=shaver).
2004-06-08 22:15:23 +00:00
brendan%mozilla.org
2fb1c2ba8d
Fix bug caused by bug 165201's checkin, where regexp-valued slots in function object clones might dangle after GC (245890, r=shaver).
2004-06-08 21:58:52 +00:00
darin%meer.net
85c9fd084e
fixes bug 245110 "Crash [@ nsAboutRedirector::NewChannel]" r=biesi
2004-06-08 21:22:47 +00:00
mvl%exedo.nl
94e19fcccb
more bustage fix for sunbird. passwordmgr needs autocomplete.
...
part of bug 245762
2004-06-08 20:56:10 +00:00
dbaron%dbaron.org
907898a713
Remove TestSpaceManager from the build. (Fixing bustage the easy way.)
2004-06-08 20:12:01 +00:00
aaronleventhal%moonset.net
b129a05b0f
Bug 239914. When OS high contrast or another accessible theme is used, automatically follow it in chrome and content. r=bsmedberg, sr=bryner
2004-06-08 19:34:55 +00:00