wchang0222%aol.com
409574ee15
Bugzilla bug 248981: PKCS #11 modules that are based on older lib/ckfw (for
...
example, the nssckbi module) save a pointer to the CK_C_INITIALIZE_ARGS
passed to them. So if we pass a pointer to the stack variable moduleArgs,
the pointer will point to a structure that has gone out of scope. To
prevent crashes in these broken modules, we continue to pass a pointer to
the global secmodLockFunctions whenever we can. r=relyea.
2004-07-08 23:23:50 +00:00
cbiesinger%web.de
10c62828bf
Bug 250198 "find as you type" doesn't work
...
r=jst sr=tor a=roc
2004-07-08 22:37:17 +00:00
jocuri%softhome.net
bfee2e2d2a
Patch for bug 250265: fix taint issues with vote fields when editing products; patch by GavinS <bugzilla@chimpychompy.org> slightly updated by me; r=joel; a=justdave.
2004-07-08 20:08:55 +00:00
kiko%async.com.br
5e54da8e32
Wording, wording.
2004-07-08 19:59:25 +00:00
amardare%qnx.com
b1cb3e8b48
Changes for qnx(photon) platform only. They should not affect building/running other platforms.
...
Dnd related...
2004-07-08 19:34:38 +00:00
neil%parkwaycc.co.uk
44bf000c5d
Fix typo in previous patch spotted by pete.zha@sun.com a=roc
2004-07-08 19:34:05 +00:00
myk%mozilla.org
29b610a7a6
use the entire password as the seed when encrypting it, since some crypt() routines no longer use only the first two characters
2004-07-08 19:18:40 +00:00
cbiesinger%web.de
84c0d8d35e
bug 250230 call base class's HandleEvent even if aPresContext is NULL
...
r=aaronl sr=jst a=sspitzer,dveditz
2004-07-08 18:41:54 +00:00
scott%scott-macgregor.org
037eb4adda
More experimentation with adding color to message quotes.
...
Lose the double border line.
Simplify the colors.
2004-07-08 17:49:45 +00:00
amardare%qnx.com
ecd898ddf2
Changes for qnx(photon) platform only. They should not affect building/running other platforms.
...
Some Dnd related work. It relies on a change in libph and the Photon server, available in the 630 patch.
The changes don't break anything if runned on 630 ( no patch ).
Mainly it allows to cancel a previously PhInitDrag operation when mozilla decides to invoke a drag and drop session.
2004-07-08 15:34:55 +00:00
bsmedberg%covad.net
76fcff11db
Bug 248507 - preprocess jar.mn files r=bryner a=roc for 1.8a2 (over IRC)
2004-07-08 15:06:19 +00:00
bryner%brianryner.com
7feb95a31d
When invoking firefox with an instance already running, pass a URL to the running instance (if one was given) or tell the running instance to open a new window. Bug 177996, patch by Iain MacDonnell, r=bryner.
2004-07-08 07:08:50 +00:00
ssu%netscape.com
627ebe8c04
addendum patch to bug 47762. simply runs the GRE in silent mode instead of auto mode. r=,sr=,a= dveditz!
2004-07-08 06:51:48 +00:00
scott%scott-macgregor.org
035c63540a
Bug #244325 --> Fix the case mismatch idl warning
...
Patch by Stephen Walker
2004-07-08 04:01:58 +00:00
scott%scott-macgregor.org
6cdadd9a35
Fix missing artwork in the themes and extensions dialog. We were bundling the artwork but not the CSS changes.
2004-07-08 03:53:43 +00:00
scott%scott-macgregor.org
d93d272066
Not part of the seamonkey build.
...
Bug #250246 --> Simplify the overall logic for thunderbird's remote content policy and add some comments.
2004-07-08 03:37:38 +00:00
dkl%redhat.com
8b6c4453a2
Patch for bug 190432; saving a named query uses REPLACE INTO (not ANSI); patch by David Lawrence <dkl@redhat.com>; r=vladd; a=justdave
2004-07-08 02:19:42 +00:00
ssu%netscape.com
4e9b9efb55
fixing bug 47762 - Installer switches focus to itself repeatedly. r=leaf, sr=dveditz, a=asa
2004-07-08 00:47:08 +00:00
jocuri%softhome.net
67986a90f1
Patch for bug 250259: Fix taint error on disallownew field in editproducts.cgi; patch by GavinS <bugzilla@chimpychompy.org>; r=vladd, a=justdave.
2004-07-07 23:49:41 +00:00
jocuri%softhome.net
8bf44bf33e
Patch for bug 249863: Move hidden initial state INPUT field at the beginning of the table (previously it was inserted between table rows, causing invalid HTML); patch by GavinS <bugzilla@chimpychompy.org>; r=vladd, a=justdave.
2004-07-07 23:44:01 +00:00
neil%parkwaycc.co.uk
70e4938611
Make RebuildDocumentFromSource smarter to fix regression caused by previous patch to bug 192557 r=brade sr=mscott a=sspitzer
2004-07-07 22:34:20 +00:00
bryner%brianryner.com
02422c8225
Fix firefox -xremote regression by lowercasing appName before using it as the xremote app name. r/sr/a=dbaron
2004-07-07 21:38:27 +00:00
bryner%brianryner.com
3c43fb8251
fix crash by moving assignment after lazy widget instantiation. r/sr/a=dbaron
2004-07-07 21:11:21 +00:00
timeless%mozdev.org
13c1254292
bug 250180 block shell: protocol
...
r=biesi sr=shaver a=blizzard
2004-07-07 18:55:29 +00:00
bienvenu%nventure.com
7c8fb02a1b
fix 249865 use native linebreak when writing out account key, patch by mark@peek.org, r/sr=me
2004-07-07 17:51:28 +00:00
bienvenu%nventure.com
a6aebf0e0b
make newsblog use nsIMsgLocalMailFolder::AddMessage interface to add messages, so that we can use the new mail parser object, run filters, etc, sr=mscott 225158
2004-07-07 16:28:17 +00:00
rlk%trfenv.com
9e4764b0f8
bug 245035 - cleanup help-toc.rdf. Patch by Michael Opitz <michael.opitz@aon.at>. r=whiteclover79-bug@yahoo.com.tw, r=rlk@trfenv.com
2004-07-07 15:00:40 +00:00
rlk%trfenv.com
2e129c534d
Bug 247199 - Remove dead link and add target="_blank" to links in developer_tools.xhtml. Patch by Stefan <stefan_h@hem.utfors.se>. r=rlk@trfenv.com
2004-07-07 14:59:13 +00:00
igor%mir2.org
fe6620df87
Fixing comments text to reflect real state of code
2004-07-07 14:47:46 +00:00
igor%mir2.org
faa2cc87fe
Almost reverting the prevois commit: it was too preliminary.
2004-07-07 14:46:58 +00:00
timeless%mozdev.org
10177b82be
Bug 250176 Error `r has no properties'' [xs] in file
` http://bonsai.mozilla.org/cvsblame.cgi?file=mozilla/js/src/xpconnect/src/xpcwrappedjsclass.cpp&rev=1.76.14.1 '', line 15, character 0.
...
r=doron
2004-07-07 14:32:48 +00:00
Stefan.Borggraefe%gmx.de
efe3abeb0b
Bug 226956: Convert users of dialogOverlay.xul in mailnews/ to <dialog>. The patch also corrects some minor UI issues like missing/wrong access keys.
...
r=neil, sr=mscott
2004-07-07 11:32:45 +00:00
cbiesinger%web.de
ce8c6b7b2c
bug 243372 part 2: fix menu padding in gtk2 builds
...
patch by doron, r=bryner sr=roc
2004-07-07 11:25:45 +00:00
cbiesinger%web.de
3649c95b76
bug 246447 [gtk2] Alt/Control/Shift/Meta should generate KeyUp and KeyDown but
...
not KeyPress
patch by Ilya Konstantinov <mozilla-bugzilla@future.shiny.co.il> r=bryner sr=jst
2004-07-07 11:22:43 +00:00
jocuri%softhome.net
e2b8c0e1da
Fix for bug 248988: On Windows, attachments may fail due to "CGI open of tmpfile"; patch by byron jones (glob) <bugzilla@glob.com.au>; r=jouni; a=justdave.
2004-07-07 08:59:44 +00:00
jshin%mailaps.org
79869c9ef7
bug 243618 : relanding the up-to-date(tested) patch (sorry for the bustage) r=bienvenu, sr=neil
2004-07-07 08:28:54 +00:00
jshin%mailaps.org
f44dc0930c
bug 247958 : labelling 'ASCII only messages' as 'US-ASCII' leads to an interoperability problem with MS OE and some other MUAs (r=mscott, sr=bienvenu)
2004-07-07 08:07:06 +00:00
timeless%mozdev.org
652553c5cc
Bug 172077 Need a way for embedders to disable all plugins
...
patch by locka, chpe@gnome.org r=bz sr=mscott
2004-07-07 07:15:35 +00:00
timeless%mozdev.org
ec33ae5957
Bug 227302 Find Again fails if "Find in this Page" window open
...
patch by manish.jethani@gmail.com r=akk sr=rbs
2004-07-07 07:09:55 +00:00
timeless%mozdev.org
29dfa9fb42
Bug 246224 Mozilla crashes if a chrome app uses Live Connect [@ getScriptClassLoader]
...
patch by kyle.yuan@sun.com r=caillon sr=jst
2004-07-07 06:53:12 +00:00
smontagu%smontagu.org
308ac70131
Display subruns in a right-to-left text run in the correct order in XUL text. Bug 248029, r+sr=roc
2004-07-07 06:49:10 +00:00
neil%parkwaycc.co.uk
dbc312a8f5
Bug 249996 Local store should return "rdf:local-store" as its URI r=pike sr=darin
2004-07-07 06:37:39 +00:00
timeless%mozdev.org
49246195a3
Fixing build bustage from bug 243618
2004-07-07 06:37:15 +00:00
vladimir%pobox.com
cfa0c12313
fixy fixy
2004-07-07 06:19:54 +00:00
scott%scott-macgregor.org
9ea50eb2ea
Bug #250084 --> When opening up a folder, don't scan it for junk mail if the user has not
...
actually marked something as junk (or not junk). This makes the first use case much smoother since
we don't download the message bodies for every message in your Inbox on first launch.
sr=bienvenu
2004-07-07 06:15:10 +00:00
justdave%bugzilla.org
8a130479c5
Bug 245077: The "Find a specific bug" tab is now the default query when you go to query.cgi. To keep the developers happy, a cookie is now set to remember which query page you last visited, and going to query.cgi without specifying which tab will get you the last one you visited.
...
Patch by Byron Jones <bugzilla@glob.com.au>
r=justdave, a=justdave
2004-07-07 06:02:33 +00:00
vladimir%pobox.com
867a56f1d1
b=250119, xmlextras parsestring/parsestream should use autf8string. r=jst, sr=shaver
2004-07-07 05:49:29 +00:00
bugreport%peshkin.net
7171a5e04b
Bug 250080: Fix regression causing blank regexp to make all users group members
...
r=erik, justdave
a=justdave
2004-07-07 05:10:55 +00:00
vladimir%pobox.com
b9f7623bd9
b=246908: template builder incorrectly identifies container if isempty is in rule. r=ben, sr=shaver
2004-07-07 04:53:24 +00:00
brendan%mozilla.org
1b411ff802
Enhance RegExp.prototype.to{Source,String} to escape naked slashes in the regexp source (284444, r=shaver).
2004-07-07 03:58:26 +00:00