ian%hixie.ch
f9ccc64a0a
Removing debug() calls, and removed the mention of a user 'logged out' state now that logging our is protocol specific.
2001-12-26 18:52:23 +00:00
ian%hixie.ch
a6a2a33ebe
Adding some error handling for the case where connecting to the AIM server fails. Also removing an extraneous dump() statement.
2001-12-26 18:35:16 +00:00
ian%hixie.ch
bd4f14f4a0
An implementation of a logout service for HTTP.
2001-12-26 18:34:01 +00:00
ian%hixie.ch
93442b2ceb
Since User.pm is now calling this object's 'hash' method instead of using 'data' directly, we had better implement 'hash'. Also make setting the property always check that the value being set is valid.
2001-12-26 18:19:15 +00:00
ian%hixie.ch
6ef7a97a60
Since logout is now protocol specific, removing support for logging out from the user object. Also making the 'hash' method more generic by making it call the field 'hash' method instead of assuming it will never pass more than the data of a field.
2001-12-26 18:15:14 +00:00
ian%hixie.ch
ffe3cb5b17
Changed the implementation of cmdSetup to store the results of the selecting service lists in an array instead of a scalar.
2001-12-26 17:45:05 +00:00
ian%hixie.ch
4b59654786
Change from a hard-coded logout mechanism to a generic per-protocol logout mechanism.
2001-12-26 17:38:41 +00:00
myk%mozilla.org
eb45ac8e67
Fix for bug 97784: Wrap comments properly on "edit attachment" page.
...
Fix by Myk Melez <myk@mozilla.org>.
r=kiko,justdave
2001-12-26 17:25:32 +00:00
ian%hixie.ch
f42cb77816
A new type of user field for strings that are in the form of integers.
2001-12-26 17:18:00 +00:00
ian%hixie.ch
4e88617485
Removed some |scalar()|s where they were redundant, added some XXX comments, and fixed a couple of logic errors (>2 should have been >=2 and stuff like that -- this code really should use named constants)
2001-12-26 16:46:06 +00:00
ian%hixie.ch
a2e1bd085a
|not| implies a scalar context, so there's no need for an explicit |scalar()|
2001-12-26 16:10:17 +00:00
ian%hixie.ch
b3149e8f04
Removed a redundant |scalar()| -- |if| implies a scalar context anyway.
2001-12-26 16:05:54 +00:00
ian%hixie.ch
bbc01db019
Clarified a comment.
2001-12-26 16:03:55 +00:00
ian%hixie.ch
e69da33727
A few minor fixes: checked for a reference being defined rather than being true (twice), replaced some double quotes with single quotes, and removed a trailing dot on a call to error().
2001-12-26 15:45:01 +00:00
ian%hixie.ch
66bd5d3306
Removing a level 10 dump statement that was being hit a lot.
2001-12-26 15:42:21 +00:00
jaggernaut%netscape.com
2ae0d7bbc4
Attempt to fix Mac and HP-UX bustage
2001-12-26 05:07:53 +00:00
shanjian%netscape.com
f76c0c6f15
#112793 fine tune frame charset mechanism
...
Besides charset, document now records charset source as well.
nsCharsetSource was replaced by PRInt32.
Some code relocation in nsHTMLDocument.cpp
r=yokoyama sr=waterson
2001-12-26 03:17:59 +00:00
hwaara%chello.se
7ea63a0095
#116829 , "Attaching a file to form submission w/o read permission hangs file upload"
...
#116210 , "File upload stalls when file name is invalid"
r=bzbarsky, sr=jst
2001-12-25 17:16:43 +00:00
jake%acutex.net
7ba1307dfa
Re-fixing bug 37339 - Checking an undefined variable for a specific value didn't work in Netscape 4 (and was probably a strict warning everywhere else).
...
Fix by Christian Reis <kiko@async.com.br>
r= afranke, jake
2001-12-24 22:24:35 +00:00
jake%acutex.net
20e292b288
Fixing unresolved externals on Win32. Fix by <mostafah@oeone.com>.
2001-12-24 21:01:42 +00:00
jake%acutex.net
9294944a56
Changes dictated by <mostafah@oeone.com> so libxpical will build on win32.
2001-12-24 17:11:18 +00:00
jake%acutex.net
451a1ca7d3
CVS should ignore autogenerated files (ie, not print ? during an update if they exist).
2001-12-24 15:21:55 +00:00
jake%acutex.net
303cebbb80
Fix the linefeeds in the windows makefiles. Also adding the icalversion.h file copied from the autogenx directory.
2001-12-24 15:14:26 +00:00
mkaply%us.ibm.com
e615d1514d
Add short name for OS/2
2001-12-24 05:29:38 +00:00
timeless%mac.com
711739d601
Bugzilla Bug 106386 rid source of these misspellings: persistant persistance priviledge protocal editting editted targetted targetting
...
r='s from many people. sr=jst
2001-12-23 23:23:41 +00:00
mcafee%netscape.com
4add13246b
removing test-specific cgi's, we have generalized this.
2001-12-23 21:47:44 +00:00
mcafee%netscape.com
752a21e6b5
removing test-specific cgi, we have generalized this.
2001-12-23 21:44:37 +00:00
bernd.mielke%snafu.de
3f85117718
bug 114593, enable exceptions for table.insertCell r=me sr=jst patch by bz
2001-12-23 16:21:10 +00:00
sicking%bigfoot.com
d37f165004
Bug 17003. Give textareas a childnode and connect that childnode to .defaultValue. Also make textareas work properly for display: none;
...
r=jkeiser sr=jst
2001-12-23 16:06:13 +00:00
mkaply%us.ibm.com
77e79ce71c
#113592
...
r=pavlov, sr=blizzard (OS/2 only change)
#ifdef XP_WIN needs to be XP_OS2 as well
2001-12-23 03:21:15 +00:00
jaggernaut%netscape.com
76d7d73ab7
Bug 115671: Add faster To{Upper,Lower}Case for nsASingleFragment{C}String, r=dbaron, sr=dveditz, and ns{C}String, r=bbaetz, sr=scc
2001-12-23 02:56:41 +00:00
tingley%sundell.net
710766a6f6
bug 100132: clean up over-zealous error masking in
...
nsRDFXMLDataSource::BlockingParse(), and bring nsLocalFileUnix's
OpenNSPRFileDesc() return values in line with other platforms.
r=waterson, sr=brendan
2001-12-22 19:08:48 +00:00
tingley%sundell.net
b43af52bb2
bug 107133, add NC:IsDirectory arcs to the rdf:files datasource.
...
r=rjc, sr=waterson.
2001-12-22 18:58:10 +00:00
gerv%gerv.net
446a9c252a
Updating licenses to tri-license.
2001-12-22 09:15:51 +00:00
sspitzer%netscape.com
700f0c0121
fix warning, rs=bienvenu
2001-12-22 02:46:58 +00:00
rjesup%wgate.com
420adf90d7
Bug 116413: Backing out patch. This is nsSupportsArray, not nsVoidArray.
...
(Whomever didn't have Supports inherit from VoidArray should be shot.) Bug
to be reopened. Sorry
2001-12-22 02:46:24 +00:00
sspitzer%netscape.com
0ce17a5be0
fix warnings. rs=bienvenu
2001-12-22 02:45:28 +00:00
sfraser%netscape.com
973e868cc6
Nuking images that have disappeard.
2001-12-22 02:39:05 +00:00
depstein%netscape.com
ab0db2f0a1
removed NS_DoIdleEmbeddingStuff() from OnIdle() method in TestEmbed.cpp
2001-12-22 02:35:49 +00:00
mcafee%netscape.com
d2b2266716
update
2001-12-22 02:27:53 +00:00
mcafee%netscape.com
27526ca173
removing a few bogus ones
2001-12-22 02:19:17 +00:00
mcafee%netscape.com
8842128812
updating from SeaMonkey tree
2001-12-22 02:14:32 +00:00
sspitzer%netscape.com
404e12e054
landing the AB_OUTLINER_BRANCH.
...
fix for #73868 , and numerous other bugs.
switch the addressbook over to use outliner,
a bunch of addressbook UI fixes and code cleanup.
r=dmose,racham,others and sr=bienvenu
2001-12-22 02:06:31 +00:00
bnesse%netscape.com
5478896fcb
Fix bustage on non MOZ_LDAP builds.
2001-12-22 01:36:26 +00:00
sfraser%netscape.com
8ecd334915
Nuking images that have disappeard. r=sleestasck
2001-12-22 01:34:46 +00:00
rjesup%wgate.com
f60990ae1e
Bug 116413: Use SafeElementAt for Mac nsMenuStack::GetMenuAt/HaveMenuAt.
...
sr=jst, no r= needed as per jst
2001-12-22 01:20:26 +00:00
sspitzer%netscape.com
865a959384
mailnews part of the fix for #111101 . scrollbox / slider / thumb
...
problems with quick search. r=naving, sr=bienvenu.
there's a supplimental fix for layout, but that's awaying review.
2001-12-22 01:19:13 +00:00
bnesse%netscape.com
84cd40d3ea
dmose swears this is the correct syntax... (thanks dbaron).
2001-12-22 00:57:45 +00:00
hwaara%chello.se
60e7145f75
#78343 , "scrollbar thumb doesn't highlight during drag".
...
r=andreww, sr=hewitt
2001-12-22 00:46:17 +00:00
av%netscape.com
e4523a60a3
Bug 114921 -- passing dirty rectangle with paint message to windowless plugin, r=peterl, sr=attinasi
2001-12-22 00:25:25 +00:00