dougt%netscape.com
|
9d12b31608
|
Fixes many compiler warnings from xpcom/ds/nsVoidArray.h. r=dougt, sr=darin, patch=colin@theblakes.com, a=asa, b=166427
|
2002-09-05 21:57:52 +00:00 |
|
stephend%netscape.com
|
8a4f03e715
|
Make the patch for bug 44348 pass event into the call to onReset(). r=naving, sr=sspitzer, a=asa.
|
2002-09-05 21:50:46 +00:00 |
|
wtc%netscape.com
|
7d800864d1
|
Bug 166933: added quickder.c.
|
2002-09-05 21:47:24 +00:00 |
|
stephend%netscape.com
|
6b6b8f3b4f
|
Bug 44348. Search UI: reset only clears criteria rows, not results. r=naving@netscape.com, sr=sspitzer@netscape.com, a=asa@mozilla.org
|
2002-09-05 21:46:37 +00:00 |
|
wtc%netscape.com
|
4f310f7f76
|
Bug 166933: added dbmshim.c.
|
2002-09-05 21:46:26 +00:00 |
|
stephend%netscape.com
|
be8dab4207
|
Bug 166778. Number of results not cleared in the AB Advanced Search window. r=kerz@netscape.com, sr=sspitzer@netscape.com, a=asa@mozilla.org
|
2002-09-05 21:44:09 +00:00 |
|
ian%hixie.ch
|
2a1af49e61
|
A wrapper around LWP::UserAgent and HTTP::Entities. (And maybe other things, in future.)
|
2002-09-05 21:16:24 +00:00 |
|
alecf%netscape.com
|
6d9653d8f6
|
oops, extra methods
part of bug 163736, again not part of build
|
2002-09-05 21:16:04 +00:00 |
|
ian%hixie.ch
|
2c7166b3af
|
Minor bug fixes: Make anonymous arguments start from 1 not 0; make a zero argument response have a response (a true boolean); make outputs with zero or one arguments be handled as outputs instead of implied property accesses.
|
2002-09-05 21:15:15 +00:00 |
|
rginda%netscape.com
|
0e55bf5f1a
|
- cview only, not part of the build -
change rec.show() to rec.unHide(), because there is no such thing as rec.show()
|
2002-09-05 21:06:16 +00:00 |
|
ian%hixie.ch
|
3da4cfd8a2
|
Add a generic output: acknowledge. Used when nothing is particularily required as a response, e.g. for a one-way XMLRPC call.
|
2002-09-05 21:05:33 +00:00 |
|
ian.mcgreer%sun.com
|
d681129497
|
make dsa_SignDigest static (mentioned in bug 166722)
|
2002-09-05 20:44:09 +00:00 |
|
ian.mcgreer%sun.com
|
935b91935c
|
bugs 166722 and 166768, compiler warnings in blapitest
r=wtc
|
2002-09-05 20:37:44 +00:00 |
|
mikep%oeone.com
|
77824624bf
|
Fixing problems with selection with the new tree.
|
2002-09-05 20:33:48 +00:00 |
|
mikep%oeone.com
|
fc06c5fed9
|
Fixing problem with selecting events not showing in current view.
|
2002-09-05 20:09:51 +00:00 |
|
morse%netscape.com
|
599ee29440
|
backout offending part of patch in bug 158216, a=asa
|
2002-09-05 20:09:20 +00:00 |
|
mikep%oeone.com
|
aac08243cd
|
Fixing function names so they aren't annonymous, fixing problem with unifinder events not being selected.
|
2002-09-05 19:54:24 +00:00 |
|
mikep%oeone.com
|
0ba94c2f32
|
Adding in some speed improvements.
|
2002-09-05 18:57:19 +00:00 |
|
alecf%netscape.com
|
f83d79bf19
|
move these over from gfx in preparation for gfx2 destruction (bug 163736)
not part of build just yet
|
2002-09-05 18:18:40 +00:00 |
|
alecf%netscape.com
|
b6f48fc56d
|
add "shared" directory to allow moving gfx2 into gfx
not part of build
|
2002-09-05 18:12:44 +00:00 |
|
rogerl%netscape.com
|
066900bc68
|
Fixed writeProperty.
|
2002-09-05 17:58:09 +00:00 |
|
ian%hixie.ch
|
6e682a075a
|
XML RPC support. This is all you need to turn a PLIF application into a PLIF application with XML RPC.
|
2002-09-05 17:04:03 +00:00 |
|
ian%hixie.ch
|
533f6d4def
|
Removing a few things which are now done or which will never be done.
|
2002-09-05 16:52:07 +00:00 |
|
wtc%netscape.com
|
a1d5df2a05
|
Fixed unresolved symbol DPCache_Refresh, which I believe is a misspelling
of DP_RefreshCache.
|
2002-09-05 16:34:27 +00:00 |
|
ian%hixie.ch
|
8b10632835
|
Missing newline in the output. This was causing some hickups for some UAs (perfectly understandably...)
|
2002-09-05 16:27:04 +00:00 |
|
ian%hixie.ch
|
ded9adb65d
|
Optimisation: move the importing of Template::Context to runtime.
|
2002-09-05 16:24:58 +00:00 |
|
ian%hixie.ch
|
1998746fe3
|
Untaint the statement as well as the values before handing them to the database, because some statements are made from tainted data. This should be made more secure at some point, because currently there's no checking of database statements.
|
2002-09-05 16:23:38 +00:00 |
|
ian%hixie.ch
|
e13d10f036
|
Split the CGI input module into one module per method and Content-Type. In the process, added support for MIME multipart POST, so in theory we now support file upload too.
|
2002-09-05 16:18:38 +00:00 |
|
ian%hixie.ch
|
aa2d09d401
|
Adding yet more layers to the output mechanism: now objects con hook in and do whatever they like to the output before it reaches the protocol (or generic) output service instance. Also, move the objects hash reset code to the end of the run loop so that an input device can add an object (before, the earliest you could add an object was the input verifier).
|
2002-09-05 16:11:25 +00:00 |
|
mikep%oeone.com
|
99fa6328f1
|
Fixing name and spacing, this shouldn't break anything.
|
2002-09-05 15:24:17 +00:00 |
|
mikep%oeone.com
|
650534919f
|
Fixing bug 166762.
|
2002-09-05 15:23:43 +00:00 |
|
locka%iol.ie
|
687906579e
|
Ignore empty uri strings during persistence. b=166269 r=brade@netscape.com sr=kin@netscape.com a=asa@mozilla.org
|
2002-09-05 12:56:22 +00:00 |
|
gerv%gerv.net
|
75cbf0f7a9
|
Bug 166698 - clean up the error system, which was confused and broken. Patch by gerv; r=bbaetz.
|
2002-09-05 07:28:33 +00:00 |
|
bryner%netscape.com
|
290a72f70c
|
Fix bug 166614 (wrong linker flags for mozilla.exe on OS/2) by moving the MOZ_WINCONSOLE section of config.mk down so that LDFLAGS doesn't get clobbered. r=cls, a=asa.
|
2002-09-05 06:28:15 +00:00 |
|
sspitzer%netscape.com
|
59c316ce53
|
fix for #91662 (long strings in headers can cause scroll barfs and attachment window to disappear) and bug #61497 (can't select text in message headers).
r=ben, sr=bienvenu.
|
2002-09-05 06:27:43 +00:00 |
|
jpierre%netscape.com
|
3a78c9b53c
|
Fix for 166714 - make SEC_FindCrlByName use the CRL cache
|
2002-09-05 06:12:33 +00:00 |
|
dveditz%netscape.com
|
8baaf632b5
|
Autoreg after an install in xpistub/wizard case (regression, bug 162593) r=dougt, sr=alecf, a=drivers
|
2002-09-05 05:09:06 +00:00 |
|
dougt%netscape.com
|
13ffb97ec0
|
Fixes broken symlinks. r=neeti, sr=darin, a=a=rjesup@wgate.com, b=166529.
|
2002-09-05 05:01:12 +00:00 |
|
depstein%netscape.com
|
c9b2086e00
|
Added menus for nsICmdParams tests. Updated nsICommandParams tests. not part of the build.
|
2002-09-05 02:50:27 +00:00 |
|
rbs%maths.uq.edu.au
|
03096fcdeb
|
Overshooting when measuring the text caused things to go out-of-sync and to hang, b=142206, r=shanjian, sr=dbaron, a=asa
|
2002-09-05 01:58:55 +00:00 |
|
nicolson%netscape.com
|
5d2a8fb52b
|
fix 166711: SSLSocket.setCipherPreference does the wrong thing.
|
2002-09-05 01:33:40 +00:00 |
|
nicolson%netscape.com
|
a53bc3d664
|
Fix 166721: shared library rule does not handle dependencies correctly.
|
2002-09-05 01:21:35 +00:00 |
|
nicolson%netscape.com
|
ab02daa4a8
|
Fix 166711: SSLSocket.setCipherPreference does the wrong thing.
|
2002-09-05 01:17:00 +00:00 |
|
nicolson%netscape.com
|
b3a2ea855b
|
"assert" is now a keyword, so remove this method.
|
2002-09-05 01:06:26 +00:00 |
|
stephend%netscape.com
|
3e25705c51
|
Bug 166690. Remove Messages column in Subscribe for News. r=varga@netscape.com, sr=sspitzer@netscape.com. UI approval by jglick@netscape.com. a=asa@mozilla.org
|
2002-09-05 00:56:37 +00:00 |
|
smontagu%netscape.com
|
244a1b0f8d
|
Back out bidi visual selection. Bug 76190, r=mjudge, sr=kin, a=asa.
|
2002-09-05 00:56:25 +00:00 |
|
rogerl%netscape.com
|
007ef76f6d
|
WriteProperty work-in-progress (broken!)
|
2002-09-05 00:26:34 +00:00 |
|
jpierre%netscape.com
|
c285793b55
|
Fix for 166719 - crash in large object file mapping emulation code . r=wtc
|
2002-09-05 00:25:29 +00:00 |
|
bbaetz%student.usyd.edu.au
|
8c2189214f
|
Bug 146134 - checksetup.pl gives weird error message
r=justdave x2
|
2002-09-04 23:30:43 +00:00 |
|
bugreport%peshkin.net
|
7f1dd2dc9b
|
Bug 123957 run checksetup.pl non-interactively (for use with cron jobs on test installs)
2xr=justdave
|
2002-09-04 23:11:02 +00:00 |
|