Commit Graph

1913 Commits

Author SHA1 Message Date
oeschger%netscape.com
8829d8d31f small fixes to help chrome, NOT PART OF BUILD 2001-03-05 22:53:40 +00:00
axel%pike.org
d5844e66ac not part of build; adding color and scrollbars, thanx to peterv. Adding late population of grid, respecting the search entry 2001-03-05 15:39:28 +00:00
timeless%mac.com
c06cf59ce4 fix Bug 42406 autostretch="never" needs to be added for checkboxes
fix by walk84@usa.net r=timeless, a=ben
2001-03-05 10:01:38 +00:00
axel%pike.org
bfb96d3958 not part of build, the string wrapper misses the last char in ::toCharArray() 2001-03-04 21:17:33 +00:00
blakeross%telocity.com
ef92136240 The rest of 70755. 2001-03-03 20:54:26 +00:00
disttsc%bart.nl
277181c660 Preparation of removing nsCString::GetBuffer. Landing everything but the actual commenting out of nsCString::GetBuffer. bug=64016, r=timeless, sr=scc 2001-03-02 09:26:57 +00:00
timeless%mac.com
a47d4b2460 fix bug 70569 dead code doesn't belong in tree
r=morse, sr=brendan@mozilla.org
2001-03-02 04:04:35 +00:00
axel%pike.org
ad9cd60d3b not part of build; adding a XUL interface to use the xalan conformance tests for transformiix 2001-03-02 03:45:29 +00:00
axel%pike.org
a229441467 not part of build; Calling ::Normalize() on result document, hack to get the xalan buster return useful hints on errors 2001-03-02 03:40:48 +00:00
blakeross%telocity.com
38794d139f UIEvent button property is incorrect according to the DOM2 spec. Changing values to 0, 1, 2 (left, middle, right mouse buttons respectively) from 1, 2, 3. |event.which| continues to use the old values for backwards compatibility. This affects future xbl, js, and c++ event button checks so please see the newsgroups for more info (60703). r=timeless sr=jst 2001-03-02 03:07:53 +00:00
mstoltz%netscape.com
33c8110175 bug 47905, adding security check to XMLHttpRequest.open(). r=heikki, sr=brendan 2001-03-02 00:09:20 +00:00
heikki%netscape.com
db62b4abd8 Bug 49572, implemented responseText property for XMLHttpRequest object. Also some minor nsCOMPtr initialization optimizations and updated tests. r=harishd, rpotts (stream reading part), sr=jst. 2001-02-28 23:46:59 +00:00
oeschger%netscape.com
47d25563bb adding some localization (incomplete) to help viewer, not part of build 2001-02-27 16:01:21 +00:00
dprice%netscape.com
199c935b04 # 65845 sr=waterson, new order files will greatly reduce the number of link warnings. 2001-02-27 04:38:19 +00:00
rginda%netscape.com
5cc2012fd6 -- NOT PART OF THE BUILD --
Don't break 0.8 users just yet.
2001-02-27 03:30:35 +00:00
scc%mozilla.org
5d07a6a63d bug #70161: make mac build machinery for inspector. still to be done --- add to the build, add optimized libraries to the inspector.mcp project (still not part of the build ((like that's an excuse!))) 2001-02-26 07:33:59 +00:00
cls%seawood.org
3580b1cac0 Adding and updating necessary .cvsignore files. Bug #61550 2001-02-24 06:22:49 +00:00
morse%netscape.com
2a278f849d bug 70018, image blocking busted, r=hwaara@chello.se, sr=alecf@netscape.com 2001-02-24 02:48:51 +00:00
oeschger%netscape.com
52a04a142a updates to help chrome, NOT PART OF BUILD 2001-02-23 14:57:34 +00:00
morse%netscape.com
d683ec1255 bug 69667, wallet and cookie ui missing, r=tao@netscape.com, sr=scc@netscape.com 2001-02-23 05:33:33 +00:00
hewitt%netscape.com
cd5e99fc89 brings inspector back to life after layout split (not part of build) 2001-02-22 23:29:05 +00:00
dbaron%fas.harvard.edu
26b5678e13 Fix MOZ_TRACK_MODULE_DEPS bustage resulting from string and xul changes. 2001-02-22 14:06:14 +00:00
disttsc%bart.nl
a6f2f5861a Mass REQUIRES update to synch up with string lib and xul changes in an attempt to fix senna bustage. r=jst, sr=cls 2001-02-22 09:35:51 +00:00
morse%netscape.com
d30d690ed4 bug 69667, repackage wallet/cookie overlays, r=dougt@netacape.com, sr=waterson@netscape.com 2001-02-22 07:40:56 +00:00
waterson%netscape.com
9fe59f23f0 Bug 43121. Move XUL content model code from RDF DLL to content DLL. r=jst,hyatt; sr=brendan. 2001-02-22 03:01:34 +00:00
dougt%netscape.com
128f95aa9b Relanding Necko Changes.
Revising nsIChannel to allow for overlapped i/o. This consists of three parts:

1. Factoring nsIChannel into a protocol specific part, the nsIChannel, and a socket specific, the nsITransport.
2. Derive the nsIChannel from a nsIRequest.
2. Changes the notification system from necko and the URILoader to pass the nsIRequest interface instead of nsIChannel interface.

This goal stems from wanting to be able to have active AsyncRead and AsyncWrite operations on nsSocketTransport.
This is desired because it would greatly simplify the task of maintaining persistent/reusable socket connections
for FTP, HTTP, and Imap (and potentially other protocols). The problem with the existing nsIChannel interface is
that it does not allow one to selectively suspend just one of the read or write operations while keeping the other active.

r=darin@netscape.com
sr=rpotts@netscape.com
2001-02-21 20:38:08 +00:00
morse%netscape.com
ffa9a7bad0 fix bustage 2001-02-21 08:04:20 +00:00
morse%netscape.com
5aca67d92e bug 31967, wallet overlays, r=alecf@netscape.com, sr=ben@netscape.com 2001-02-21 05:28:18 +00:00
morse%netscape.com
73f4356070 new file, not yet part of build 2001-02-21 05:14:11 +00:00
morse%netscape.com
d026c48afa new file, not yet part of build 2001-02-21 05:04:31 +00:00
morse%netscape.com
dbe83376b2 *** empty log message *** 2001-02-21 01:40:07 +00:00
oeschger%netscape.com
8216f26057 just renaming the HTML files checked in last night (sr=alecf, r=leaf, b=67376), extra r=bz on renaming files in cvs 2001-02-20 15:01:31 +00:00
markh%activestate.com
38d22d291c Final tweak for Windows - now that jband's xpcom changes are in it builds fine. 2001-02-20 11:42:53 +00:00
hewitt%netscape.com
c608cd4fc1 Enables deletion of nodes in tree, inspecting of <browser> and <iframe> documents. (Not Part of Build) (No small animals were injured in the making of this checkin) 2001-02-20 06:34:18 +00:00
oeschger%netscape.com
0606cbb3ee checking in inert help files for eventual building in mozilla, r=leaf, sr=alecf 2001-02-20 02:03:24 +00:00
markh%activestate.com
c8527ebb8a License info is now in each file (in the standard format) 2001-02-19 10:20:22 +00:00
markh%activestate.com
5f22605203 Update the way the license is expressed and minor makefile mods.
Still not building pending a decision on bug 66610.
2001-02-19 08:31:46 +00:00
markh%activestate.com
1f038f22b8 First checkin of the Python XPCOM bindings. 2001-02-19 05:24:45 +00:00
dbaron%fas.harvard.edu
97f1caad5a Fix leaks in single signon and clean up some build warnings, etc. r=morse@netscape.com sr=brendan@mozilla.org b=67119 2001-02-18 16:40:04 +00:00
rginda%netscape.com
af814a3484 -- NOT PART OF THE BUILD --
clean out some bitrot in cview, add an install.js file.
xpi will be located at www.hacksrus.com/~ginda/cview shortly.
2001-02-17 05:55:01 +00:00
aaronl%chorus.net
216d19c048 Extension to add builtin accessibility. In the future it will support text-to-speech and braille displays for visually impaired users. See README, bug=65158, r=jst, sr=vidur. 2001-02-16 04:11:39 +00:00
aaronl%chorus.net
a13e35cab0 Extension to add builtin accessibility. In the future it will support text-to-speech and braille displays for visually impaired users. See README, bug=65158, r=jst, sr=vidur. 2001-02-16 04:03:58 +00:00
hewitt%netscape.com
4068f8ca36 famous last words -> "NOT PART OF BUILD" 2001-02-15 21:38:57 +00:00
axel%pike.org
09b7173bbd not part of build; fixing Makefile rules to have TABS, r=hewitt 2001-02-15 21:34:12 +00:00
axel%pike.org
a437787735 and windows, too. Thought it grabbed it first time. fixing rep.; a=leaf 2001-02-15 21:13:04 +00:00
axel%pike.org
c6ed1d6592 yet another try to fix the rep.; not part of build, a=leaf 2001-02-15 21:12:08 +00:00
axel%pike.org
f2a5ae0bb5 not part of build, improve XSLT performance, code by keith, r=me (peterv) 2001-02-15 09:21:03 +00:00
hewitt%netscape.com
85bbacbfcd (NOT PART OF BUILD) Document Inspector 2001-02-15 09:14:18 +00:00
hewitt%netscape.com
505ba4a366 (NOT PART OF BUILD) Document Inspector 2001-02-15 09:07:37 +00:00
Peter.VanderBeken%pandora.be
57522bd447 Not part of default build. Keep Transformiix compiling on Mac. 2001-02-14 15:59:53 +00:00
axel%pike.org
fa5531f56e NOT PART OF BUILD, mozilla module should take stylesheet URL as base, too; r=peterv 2001-02-14 15:14:20 +00:00
dprice%netscape.com
997fb091c7 65845 first cut of the order files 2001-02-13 02:48:02 +00:00
disttsc%bart.nl
3d2d80d536 Back out dougt's channel changes 2001-02-12 03:14:23 +00:00
dbaron%fas.harvard.edu
dd4ef1a5ce Updating to new necko interfaces to fix build bustage. 2001-02-10 03:02:13 +00:00
bryner%uiuc.edu
d16ccaa1c1 Removing #ifdef DEBUG_bryner code which I don't care about any more and which breaks with dougt's changes. a=jag. 2001-02-10 02:47:00 +00:00
dougt%netscape.com
58e43477d3 updating to new necko interfaces. r=rginda@netscape.com a=dougt 2001-02-10 00:46:19 +00:00
dougt%netscape.com
1b9ca82439 Revising nsIChannel to allow for overlapped i/o. This consists of three parts:
1. Factoring nsIChannel into a protocol specific part, the nsIChannel, and a socket specific, the nsITransport.
2. Derive the nsIChannel from a nsIRequest.
2. Changes the notification system from necko and the URILoader to pass the nsIRequest interface instead of nsIChannel interface.

This goal stems from wanting to be able to have active AsyncRead and AsyncWrite operations on nsSocketTransport.
This is desired because it would greatly simplify the task of maintaining persistent/reusable socket connections
for FTP, HTTP, and Imap (and potentially other protocols).  The problem with the existing nsIChannel interface is
that it does not allow one to selectively suspend just one of the read or write operations while keeping the other active.

The full details of the change on written up in the netlib newsgroup.

r=darin@netscape.com
sr=rpotts@netscape.com
2001-02-10 00:16:26 +00:00
morse%netscape.com
d64aab192c bug 67644, cookies added in wrong order, r=freax@pandora.be, sr=alecf@netscape.com 2001-02-07 01:10:41 +00:00
javi%netscape.com
f8401a3ea7 Fix for Bug 66939. r=javi, sr=mscott Checking code in for ccarlen. This is to get profile switching working with PSM 1.x 2001-02-06 23:34:32 +00:00
javi%netscape.com
aac8a1e872 Fix for psm-glue crashes when (Bug 67502)asking for passwords when not
associated with an SSL connection.

r=thayes, sr=mscott
2001-02-06 23:29:25 +00:00
bryner%uiuc.edu
120c2b4fd9 bug 67527 -- cleaning up psm module registration (both psm 1.x and PIP). r=javi, sr=brendan. 2001-02-06 23:10:16 +00:00
kvisco%ziplink.net
f32e0cfb52 Not part of regular build. Updated to allow standalone linux version to build. 2001-02-03 06:35:05 +00:00
valeski%netscape.com
70dd39508b r=ccarlen, sr=rpotts. 65925/63552. making psmUI progress listener support weak ref. 2001-01-31 21:02:21 +00:00
Peter.VanderBeken%pandora.be
3710a93dd9 Fix for bug 67024. Not part of the build. r=Pike. 2001-01-31 11:48:55 +00:00
gagan%netscape.com
79713bc4c2 Optimization for scheme comparison of URIs. See bug 66577 for details. r=darin, sr=brendan@mozilla.org 2001-01-31 01:33:03 +00:00
bryner%uiuc.edu
f0c96eafce Bug 66886 - parent PSM dialogs correctly. This fixes all of the cases in PSM2 and several cases in PSM1. r=javi,danm. sr=mscott. 2001-01-30 02:12:53 +00:00
darin%netscape.com
608101cece Fixes bug 61406. Finger protocol uses wrong context in listener callbacks.
patch=bbaetz@student.usyd.edu.au, r=darin@netscape.com, sr=mscott@netscape.com
2001-01-30 02:02:20 +00:00
dbaron%fas.harvard.edu
c55ef35a27 Remove trailing semicolons after all uses of MOZ_DECL_CTOR_COUNTER to quiet build warnings on Mac. b=60415 a=brendan@mozilla.org 2001-01-27 23:31:15 +00:00
dbaron%fas.harvard.edu
6a1cef6f9a Remove trailing semicolons after all uses of MOZ_DECL_CTOR_COUNTER to quiet build warnings on Mac. b=60415 a=brendan@mozilla.org 2001-01-27 23:06:33 +00:00
dbaron%fas.harvard.edu
1e046d05c0 Reduce unnecessary #includes to speed up compilation. r=bryner/sfraser sr=alecf b=64023 2001-01-27 16:58:15 +00:00
axel%pike.org
1c22d52c14 not part of build, fixing 65987, current() function. Code by kvisco@ziplink.net, r=peterv,me. 2001-01-27 15:05:41 +00:00
morse%netscape.com
e8b3bd90d5 bug 64588, remove javascript warning, r=gemal@gemal.dk, sr=brendan@mozilla.org 2001-01-27 00:09:41 +00:00
jgmyers%netscape.com
de750be2b2 fix ref to FALSE: bug 35559 r=bryner sr deputized by brendan 2001-01-26 01:56:33 +00:00
morse%netscape.com
40da8cc2d6 bug 65636, removing users is checkbox is unchecked, submitter=mozilla@maxuk.net, r=morse@netscape.com, sr=brendan@mozilla.org 2001-01-25 19:46:19 +00:00
ccarlen%netscape.com
39deeb268f Part of bug 35559 - dynamic profile switching. r=morse, sr=alecf 2001-01-24 15:51:00 +00:00
axel%pike.org
ed4ef8883e not part of build, code by peterv, r=me, bugs bugs 65977 & 65978, xslt function lib, + windows bustage 2001-01-24 14:48:48 +00:00
axel%pike.org
3742cbc44f not part of build, code by peterv, r=me, bugs 65977 & 65978, xslt function lib, + windows bustage 2001-01-24 14:44:05 +00:00
darin%netscape.com
6a7567992b Bug 62566. nsIChannel::AsyncWrite interface revision and related cleanup.
r=dougt@netcape.com, sr=mscott@netscape.com.
2001-01-23 22:10:34 +00:00
axel%pike.org
3cea0ec423 not part of build, simple fix to get |NodeType()| right, have comment nodes in standalone, warning fix in nsNodeSet.h 2001-01-22 21:54:23 +00:00
axel%pike.org
3e370d98c8 not part of build, code by peterv, r=me. Getting xhtml output right. little fix for translate(), comment cleanup 2001-01-22 20:23:50 +00:00
axel%pike.org
fbdd098b71 not part of build, namespace handling changed, synching mozilla parts, r=peterv 2001-01-22 15:53:06 +00:00
axel%pike.org
4ac9ea3d65 not part of build, I hope that's all of WildCardExpr.cpp 2001-01-22 15:03:12 +00:00
axel%pike.org
a7ec2603f7 not part of build, removing unused file WildCardExpr.cpp 2001-01-22 14:21:21 +00:00
axel%pike.org
32876664a6 not part of build, bring build in synch with Keith's changes 2001-01-22 14:12:16 +00:00
axel%pike.org
a683caf7d8 not part of build, forgot idl file in last checkin. 2001-01-22 12:33:50 +00:00
kvisco%ziplink.net
6392861efd Not part of regular build. Added attribute axis test. 2001-01-22 09:56:42 +00:00
kvisco%ziplink.net
47cfd09205 Not part of regular build. Improved namespace handling. 2001-01-22 09:39:55 +00:00
kvisco%ziplink.net
0d8d5a5ee3 Not part of regular build. NamedMap now handles TxObject instead of MITREObject 2001-01-22 09:38:29 +00:00
kvisco%ziplink.net
2dd9ef3e86 Not part of regular build. Removed WildCardExpr, updated all necessary files.
Removed Token::WILD_CARD. Wild cards are handled in ElementExpr and
AttributeExpr accordingly.
2001-01-22 09:36:19 +00:00
kvisco%ziplink.net
f11de4ec67 Not part of regular build. Added getNameSpace method. 2001-01-22 09:32:40 +00:00
kvisco%ziplink.net
978ccbb783 Added implementation of evaluate 2001-01-20 04:42:26 +00:00
kvisco%ziplink.net
4e46f0a144 Added CurrentFunctionCall and SystemPropertyFunctionCall to the Makefile so
that the standalone linux version builds again
2001-01-20 04:21:52 +00:00
svn%xmlterm.org
6d186a0f77 --NOT PART OF DEFAULT BUILD--
XMLterm changes only.
Fix for minor bug 65662.
(Oops! Missed CVS log message on previous checkin for this file. Dummy checkin
with the correct log message.)
2001-01-19 22:59:06 +00:00
svn%xmlterm.org
cb51ebdaee ../../LogMessage 2001-01-19 22:52:18 +00:00
axel%pike.org
c76bb0249c not part of build, nsNodeSet is not part of transformiix standalone. sorry. 2001-01-19 22:20:24 +00:00
axel%pike.org
8648842440 not part of build, code by peterv, r=me, fixing XPathProcessor, nsISynchLoader, cleanup 2001-01-19 21:24:44 +00:00
axel%pike.org
8f313b10c4 not part of build, bug 65058, NamedMap crash, MozillaString fixup, r=peterv 2001-01-19 10:43:27 +00:00
bryner%uiuc.edu
4e954931d3 PSM 2.0 work:
- Split nsISecureSocketInfo into nsISSLSocketControl and nsIChannelSecurityInfo.
- Incorporate lock icon fixes from psm-glue into pipnss code.
- Implement password callback for client auth in pipnss.
- Locallize the lock icon tooltip.
- Lots of code cleanup.

r=javi, jgmyers, sr=ben.
2001-01-19 01:12:10 +00:00
mkaply%us.ibm.com
0cddd31ff7 #65732
r=cls
Make SHORT_LIBNAMEs (used by OS/2 only) match Windows DLL names
2001-01-18 15:35:00 +00:00
dbaron%fas.harvard.edu
403a9c3aa6 Attempt to fix topcrash bug 54230 by fixing an ABR caused by allocating and copying one fewer bytes than the number indicated by the length. r=javi@netscape.com, dougt@netscape.com sr=mscott@netscape.com 2001-01-18 02:28:19 +00:00