glen.beasley%sun.com
b3719b51cb
251635 upgrading to JSS to 4.0
2004-07-20 20:39:25 +00:00
smontagu%smontagu.org
2881e93839
Add Windows-1255 to mail compose character encodings menu. Bug 244141 (toolkit part). r=jshin, sr=bienvenu
2004-07-20 19:15:28 +00:00
bzbarsky%mit.edu
d318ab090a
Fix bug 237628 -- unable to resize images with CSS size set. r=glazman, sr=peterv.
2004-07-20 19:11:04 +00:00
mkaply%us.ibm.com
377e5ce92c
#249086
...
r=darin, sr=jst
Confirm when script is slow should be Yes/No, not OK/Cancel
2004-07-20 19:09:40 +00:00
darin%meer.net
494fe3ed49
fixes bug 106940 "ActiveX browser should use the newer nsIPrefService APIs instead of nsIPref" patch by gerlofs@us.ibm.com, r=mkaply, sr=darin
2004-07-20 18:31:57 +00:00
ben%bengoodger.com
540caa8b2a
update interval to 24 hours to allow us to broadcast security updates more quickly and to fix the tinderboxes
2004-07-20 17:06:55 +00:00
timeless%mozdev.org
0529aed045
reverting 3.176 per brendan
2004-07-20 16:11:53 +00:00
pkw%us.ibm.com
d42947291e
Bug 243931 - GTK2 build on AIX: Caret misplaced when inserting RTL input into LTR text.
...
Patch contributed by Lina Kemmel <lkemmel@il.ibm.com>.
r=smontagu@smontagu.org , sr=roc@ocallahan.org
2004-07-20 15:53:35 +00:00
bienvenu%nventure.com
a37ff78a75
backend work for virtual folders, 11051, r/sr=mscott
2004-07-20 14:48:36 +00:00
neil%parkwaycc.co.uk
2949554fb7
Middle/ctrl+click bookmark love b=72361,59132,89922,213908 and part of 142683 p=trev@gtchar.de (Wladimir Palant) r=me sr=dmose
2004-07-20 10:27:25 +00:00
dwitte%stanford.edu
dee773b6e5
make cookie & permission files non-world-readable.
...
b=59557, patch by Pavel Kankovsky (peak@argo.troja.mff.cuni.cz ), r=dwitte, sr=bz.
2004-07-20 07:27:28 +00:00
dbaron%dbaron.org
cdfbc24f0a
Reduce headers brought in by nsRuleNode.h. Split nsRuleData into its own file. b=64023 r+sr=bzbarsky
2004-07-20 06:11:27 +00:00
jouni%heikniemi.net
078b6d1054
Bug 250547: Make FlagTypes use INNER JOIN instead of comma operator.
...
Patch by Tomas Kopal <Tomas.Kopal@altap.cz>
r=jouni, a=justdave
2004-07-20 05:08:26 +00:00
jouni%heikniemi.net
b4a9c5210a
Bug 86051: Enable changing product name case.
...
Patch by GavinS <bugzilla@chimpychompy.org>
r=jouni, a=justdave
2004-07-20 05:06:18 +00:00
jouni%heikniemi.net
dca65bac20
Bug 252002: Fix typo in create-guided.html.tmpl.
...
Patch by GavinS <bugzilla@chimpychompy.org>,
r=jouni, a=justdave
2004-07-20 04:18:51 +00:00
dwitte%stanford.edu
5f6d11c047
putting back file permissions change, but with default io flags.
2004-07-20 02:06:57 +00:00
dwitte%stanford.edu
966bf9ae4f
simplifying codepath to see if it fixes orange. we need to null out mTempFile in the non-existent target case too.
2004-07-20 01:35:13 +00:00
dwitte%stanford.edu
1129f4ea59
backing out file permissions change to see if it fixes orange.
2004-07-20 00:25:48 +00:00
roc+%cs.cmu.edu
312f627f43
Bug 53966. Don't just capture to the nearest view when selecting with mouse; only capture to the nearest scrolling view. r+sr=dbaron
2004-07-20 00:02:43 +00:00
dwitte%stanford.edu
1389003e05
Removing nsSafeSaveFile.
...
b=250092, r=biesi, sr=darin
2004-07-19 23:43:35 +00:00
dwitte%stanford.edu
bdf2a2307d
sprinkle some asserts, and remove redundant #include.
2004-07-19 23:38:35 +00:00
dwitte%stanford.edu
7f24d7f4e8
make prefs use nsISafeOutputStream, and remove obsolete nsSafeSaveFile.
...
b=250092, r=biesi, sr=darin
2004-07-19 23:28:43 +00:00
steffen.wilberg%web.de
b3c3e97627
port bug 181541 (Add UI to set default languages for web pages, r=mconnor) to the trunk
2004-07-19 22:38:08 +00:00
relyea%netscape.com
c5e993c9fd
Missed function definition in previous checkin.
2004-07-19 22:37:48 +00:00
relyea%netscape.com
d0af60d089
refactor pk11util, splitting large single files down to a managable size.
...
bug 246130. The new factor is:
pk11akey.c - asymetric keys constructed from pk11cert.c and pk11skey.c
pk11auth.c - authentication/password management factored from pk11slot.c
pk11cert.c - cert code with private key, crls and trust factored out.
pk11ctx.c -- pkcs11 context code, factored out of pk11skey.c
new pk11func.h -- for backward compatibility.
pk11mech.c - mechanism mapping code, factored mostly from pk11slot.c
pk11nobj.c - netscape objects (crls and trust), factored mostly from pk11cert.c
pk11obj.c - generic object support, factored from pk11skey.c pk11slot.c and
pk11cert.c
pk11priv.h -- private functions factored from pk11func.h
pk11pub.h -- public functions factored from pk11func.h
pk11skey.c - now only symetric key ops; private, public key ops, generic ops
and crypto contexs have been factored out.
pk11slot.c - still slot operations. Authentication, generic object ops,
mechanism mapping has been factored out.
This patch should only have refactoring, no new functions or other changes.
2004-07-19 22:12:38 +00:00
dwitte%stanford.edu
e338583f48
rename nsISafeFileOutputStream to nsISafeOutputStream, and make nsBufferedOutputStream aware of it, to make life easier on consumers.
...
b=251648, r=biesi, sr=darin, with thanks to darin and bz for suggestions.
2004-07-19 22:00:03 +00:00
silver%warwickcompsoc.co.uk
4ce233da0b
Add some useful comments/basic docs for the charset converter manager.
...
rs=bz
2004-07-19 21:19:03 +00:00
darin%meer.net
4643a9f28a
add license headers
2004-07-19 20:22:48 +00:00
darin%meer.net
fc86fb1f77
compile away printfs in non-debug builds
2004-07-19 20:21:17 +00:00
bryner%brianryner.com
27daea5d89
fix profile location for trunk
2004-07-19 20:02:32 +00:00
darin%meer.net
71af9d4396
fixes bug 248695 "string code misuses realloc" r=timeless sr=dbaron
2004-07-19 20:01:42 +00:00
bryner%brianryner.com
4a4394e740
suppress the default browser dialog when running the profile stage
2004-07-19 19:59:47 +00:00
bzbarsky%mit.edu
ee4d4ba30b
This IDL file should have gone away with nsILanguageAtom at "2004-06-08
...
16:53". See bug 230603.
2004-07-19 19:57:58 +00:00
darin%meer.net
f430137b16
fix for bug 240986 "XPCOM sample fails to start inside xpcshell" r=bsmedberg,dougt
2004-07-19 19:27:24 +00:00
silver%warwickcompsoc.co.uk
f02971003b
Bug 243362 - Add some escaping to "Copy Qualified Name", so that copied value is actually valid JavaScript.
...
r=rginda
2004-07-19 19:24:22 +00:00
silver%warwickcompsoc.co.uk
43c507ea67
Bug 237233 - Add /show-constants command and menu item for hiding/showing read-only properties, like functions and ECMA properties.
...
Also bumping locale version number.
r=rginda
2004-07-19 19:21:28 +00:00
silver%warwickcompsoc.co.uk
2b12910b4d
Bug 224732 - only set 'modifiers' attribute if there's a value to set, otherwise don't set it.
...
Also bumping version number.
r=rginda
2004-07-19 19:18:34 +00:00
cbiesinger%web.de
cb64d7d1a7
Bug 193372 add missing include r=blizzard sr=bz
2004-07-19 18:58:24 +00:00
cbiesinger%web.de
0c7a7ecb91
Bug 247981 necko depends on libpr0n
...
r=pavlov sr=darin
2004-07-19 18:53:02 +00:00
cltbld%netscape.com
fd60db1bcd
Automated update from host egg
2004-07-19 17:46:44 +00:00
jst%mozilla.jstenback.com
f35ffc0b16
Fixing bug 252085. Make the new plugin code build on OSF/1. Change suggested by alpha@culzean.org, r+sr=jst@mozilla.org
2004-07-19 17:44:48 +00:00
bryner%brianryner.com
78edb6f8e3
Attempt to fix bustage when GConf/GnomeVFS libraries are not available (bug 251703). Always export the GNOME interfaces on gtk2 but only build the component when all of the prerequisites are installed. r+sr=darin.
2004-07-19 17:36:19 +00:00
mconnor%myrealbox.com
12a0f1a910
bug 252077 - fix regression in DnD of bookmarks in RTL locales from bug 240485, patch by Asaf Romano (bugs.mano@mail-central.com), r=me
2004-07-19 16:43:25 +00:00
aaronleventhal%moonset.net
980c571260
Bug 261615. Make nsIDOMNSHTMLELement::tabIndex a read/write property. r+sr=jst
2004-07-19 16:34:04 +00:00
aaronleventhal%moonset.net
a94a11bfab
Bug 251513. Content of tabs not focused to keyboard scrolling when switching tabs. r=mconner, no sr= needed
2004-07-19 15:53:02 +00:00
steffen.wilberg%web.de
6b7dd74605
F1 on Win/*nix, Help key on Mac doesn't bring up Help. r=mconnor
2004-07-19 14:14:14 +00:00
steffen.wilberg%web.de
a4eaf4742f
Bug 239241 - (seamonkey port) option to show/display saved passwords. r=bryner
2004-07-19 13:37:52 +00:00
cltbld%netscape.com
2a0b1c281c
Automated update from host egg
2004-07-19 08:56:17 +00:00
dwitte%stanford.edu
2a34cc6bef
whitespace change to force tboxes to rerun configure.
2004-07-19 08:51:33 +00:00
dwitte%stanford.edu
55647f32eb
tell necko-config.h about NECKO_COOKIES. b=221885
2004-07-19 07:14:34 +00:00