aaronl%netscape.com
|
b1087a4af6
|
Bug 166704. Alt-tabbing between apps can disable typeaheadfind. r=kyle, sr=jst, a=asa
|
2002-09-06 02:52:24 +00:00 |
ian%hixie.ch
|
8091275c08
|
Add a comment to remind others of what I forgot... (that you probably need a propertyImpliedAccessAllowed to use methodMissing)
|
2002-09-06 02:01:48 +00:00 |
ian%hixie.ch
|
239d98ec13
|
Normalise the command argument so that we don't choke if it has a dot in it or something. (We don't always control what the command is, e.g. for XMLRPC.)
|
2002-09-06 02:00:26 +00:00 |
ian%hixie.ch
|
f865cddc1c
|
Silly typo: the constructor arguments don't go on the class, duh
|
2002-09-06 01:54:14 +00:00 |
wtc%netscape.com
|
78d5b8954c
|
Bug 166716: do not assert in the unimplemented memory-mapped file
functions. It is sufficient for them to fail with the not implemented
error.
Modified Files: bmmap.c macio.c os2misc.c
|
2002-09-06 01:37:32 +00:00 |
aaronl%netscape.com
|
d322377675
|
Bug 165626. Get typeaheadfind packaged as part of default install. Leaving out of packages-mac for now. r=curt, sr=dveditz, a=asa
|
2002-09-06 00:45:00 +00:00 |
relyea%netscape.com
|
4f3a923668
|
UnwrapPubKeyWithFlags is supposed to be public!!
|
2002-09-06 00:43:25 +00:00 |
wtc%netscape.com
|
a897ae16a9
|
Bugs 166734 and 166785: fixed compiler warnings reported by gcc on Linux.
The patch for this checkin is attached to bug 166785.
|
2002-09-06 00:27:52 +00:00 |
bryner%netscape.com
|
11659c8e1c
|
Bug 141295 and 153681 - fix some timing problems with initial focus. Make sure that window watcher's activeWindow accurately reflects the last window to receive an NS_ACTIVATE. Remove the GetFocusController API from nsIDocument, since the focus controller can now be obtained for the entire lifetime of the document by using GetContainer(). Cleaned up some methods on nsEventStateManager/nsIEventStateManager that were virtual for no reason. r=danm, sr=jst.
|
2002-09-06 00:19:58 +00:00 |
relyea%netscape.com
|
a017e8a053
|
Remove key.db from the using the blob db code. The blob db code uses the cert7.db record format to
record blobs in the database, which is incompatible with the key3.db format. (key3 does not have
any record types).
|
2002-09-06 00:18:24 +00:00 |
aaronl%netscape.com
|
6fd83c09e1
|
Bug 166955. Type ahead find causes typing failure in mail compose window after returning from browser. r=bz, sr=dbaron
|
2002-09-05 23:41:16 +00:00 |
leaf%mozilla.org
|
bc07f7a4ad
|
bug 163086, update user agent string, a=asa
|
2002-09-05 23:27:30 +00:00 |
ian.mcgreer%sun.com
|
019a972928
|
bug 166741, unitialized variables
r=wtc
|
2002-09-05 22:28:30 +00:00 |
brendan%mozilla.org
|
f5f5efc50b
|
Fix error.stack computation to avoid toString as well as toSource on objects (166743, r=rginda, a=rjesup).
|
2002-09-05 22:25:48 +00:00 |
alecf%netscape.com
|
60f2285756
|
fix for bug 166681 - fix leak and lame string usage in global history
r=blake, sr=jag, a=asa
|
2002-09-05 22:14:51 +00:00 |
bienvenu%netscape.com
|
1c61d571cb
|
fix bad imap msg hdrs when downloading attachments, r=cavin, sr=sspitzer, a=asa 162342
|
2002-09-05 22:08:50 +00:00 |
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 |