seawood%netscape.com
ce9e9903a5
Add 'make install' target to build. It's "MRE-friendly". (See http://www.mozilla.org/projects/embedding/MRE.html for details.)
...
Changes:
* Added EXTRA_COMPONENTS variable to build. Use it to automagically install files into the components dir.
* Added SYSINSTALL variable. Use it install files onto the system.
* Move mozilla-config generation from configure to makefiles
* mozilla-config will now generate paths based upon the MRE-based directory layout.
* Generate mozilla script from template
The installation heirarchy currently looks like:
$prefix -> /bin/mozilla
/bin/mozilla-config
/include/mozilla-ver/*
/lib/mozilla-ver (mozappdir)
/components
/res
/defaults
/chrome
There is preliminary build support for MRE dirs as well though the component manager hasn't had MRE support added yet.
$prefix -> /lib/mre/mre-ver (mredir)
/components
2002-04-25 02:52:44 +00:00
bzbarsky%mit.edu
3f9f484824
Fix parsing of content-types with options (bug 138639). r=bbaetz, sr=darin.
2002-04-22 23:55:30 +00:00
darin%netscape.com
85505605b8
fixing build bustage
2002-04-21 19:12:28 +00:00
darin%netscape.com
c8a4eaff9d
fixes bug 138280 "Trunk crash [@ nsStorageTransport::nsReadRequest::OnStartRequest]"
...
r=gagan sr=rpotts
2002-04-21 18:33:42 +00:00
jkeiser%netscape.com
4f6f538fb4
Close submitted files (input type=file) when done with them. (bug 126829) r=dougt@netscape.com, sr=darin@netscape.com
2002-04-18 22:02:09 +00:00
bbaetz%student.usyd.edu.au
42d6373632
Bug 129420 - mailto: urls not working with PAC
...
r=dougt, sr=darin
2002-04-16 07:41:47 +00:00
darin%netscape.com
6f02ceb4fe
fixes bug 136216 "[viewpoint] GetURL fails on https file when the file is
...
partially in the browser's memory cache" r=serge sr=rpotts
2002-04-15 23:45:07 +00:00
dougt%netscape.com
32a0618efe
XPCOM initialize primary event queue. 135531. r=brendan@mozilla.org, sr=darin@netscape.com
2002-04-15 22:26:29 +00:00
andreas.otte%debitel.net
51d9f244ec
fix bug 132254 [Invalid URL confuses mozilla] Don't let
...
nsStandardURL::Resolve return a parser error on an invalid url, just
ignore it and assume it to be relative, r=morse, sr=darin
2002-04-11 22:52:53 +00:00
ducarroz%netscape.com
c5bfb67c22
Fix for bug 132418. Check for null ptr, patch provided by ccarlen@netscape.com. R=pinkerton, SR=sspitzer, A=asa
2002-04-05 15:28:59 +00:00
timeless%mac.com
dda079660d
Bug 128905 nsIPromptService.idl confirmEx is poorly prototyped
...
[api] change confirmEx from void w/ out of buttonPressed to PRInt32 buttonPressed w/ one less parameter.
fixes and cleans up callers
r=ccarlen sr=scc a=asa
2002-04-05 08:13:27 +00:00
brade%netscape.com
5c86f60b5d
extend implementations of GetCommonBaseSpec and GetRelativeSpec (bug 133591, r=cmanske, sr= darin, a=jud)
2002-04-03 15:38:53 +00:00
morse%netscape.com
665f87b5c4
bug 130306, license update -- take 2, r=sgehani, sr=jag, a=asa
2002-03-31 08:35:05 +00:00
jkeiser%netscape.com
5d29638d28
Backing out bug 130306 change to fix bustage
2002-03-31 07:56:24 +00:00
morse%netscape.com
9350697942
bug 130306, license update, r=bryner, sr=jag, a=asa
2002-03-31 06:52:36 +00:00
hewitt%netscape.com
07d96867f1
bugs 110156, 110155
...
Removing support for <outliner> tags
Removing <tree> layout code and moving <tree> tags to outliner layout
Convert all usage of <outliner> to tree tags
Convert all usage of <tree> tags to new <tree> syntax or <listbox>
r=cmanske,varga sr=hyatt,sspitzer a=asa
Also includes fixes by Jan Varga (varga@utcruk.sk ) for bugs 132020, 133451, 131393, 115894, and 129327
2002-03-29 02:46:01 +00:00
cbiesinger%web.de
e343805ec6
bug 109800 r=valesky sr=dveditz a=roc+moz
...
nsIPasswordManager.idl doesn't allow you to manually add a site to the never saved list
2002-03-28 21:21:08 +00:00
timeless%mac.com
b5d5ad7102
Bug 133241 MSVCRT error near printfcstring
...
> that code shouldn't use nsPrintfCString...
r=biesi sr=darin a=dbaron
2002-03-27 03:09:14 +00:00
badami%netscape.com
48b95f06b2
nsStandardURL::BuildNormalizedSpec needs to use nsMemory::Allocate instead of malloc.
...
bug 132198 r=jag sr=darin a=dbaron
2002-03-27 02:59:25 +00:00
brade%netscape.com
3a1d4f00b9
add implementations for GetCommonBaseSpec and GetRelativeSpec (bug 114951, r=darin, sr=rpotts, a=asa)
2002-03-27 02:30:17 +00:00
brade%netscape.com
6fdb5f9114
add API and explanation comments for getCommonBaseSpec and getRelativeSpec (bug 114951, r=darin, sr=rpotts, a=asa)
2002-03-27 02:30:01 +00:00
darin%netscape.com
05620967a8
fixes bug 116365 (second attempt) "[RFE] Cache partial documents; automatically
...
issue byte range requests" r=gagan sr=mscott,rpotts,brendan a=asa
2002-03-26 23:33:19 +00:00
sicking%bigfoot.com
7f248115aa
Bug 131424: Plug memory leak in nsNetModRegEntry::Equals(). Patch by Peter A Jonsson <pj@ludd.luth.se>.
...
r=bbaetz sr=darin a=valeski
2002-03-26 20:04:29 +00:00
beard%netscape.com
ca58c99c0f
External protocol handler support via preference of form "network.protocol-handler.external.scheme".
...
bug #133386 , r=gordon, sr=darin, a=valeski
2002-03-26 15:58:26 +00:00
darin%netscape.com
6774091263
backing out changes (for bug 116365) to fix btek page-loader crash.
2002-03-26 08:47:10 +00:00
darin%netscape.com
7f9b2ed250
fixes bug 116365 "[RFE] Cache partial documents; automatically issue byte
...
range requests" r=gagan sr=mscott,rpotts,brendan a=asa
2002-03-26 06:54:07 +00:00
morse%netscape.com
e4bc23d1c0
bug 130306, preparing to freeze nsiPasswordManager, r/sr=alecf/darin, a=asa
2002-03-26 01:54:04 +00:00
morse%netscape.com
abc352e4f5
bug 130306, preparing to freeze nsiPasswordManager, r/sr = alecf/darin, a=asa
2002-03-26 01:13:39 +00:00
dbaron%fas.harvard.edu
81ea297a54
Convert users of nsAReadable[C]String and nsAWritable[C]String typedefs to [const] nsA[C]String. b=131899 r=scc sr=jag a=asa
2002-03-23 21:35:01 +00:00
mkaply%us.ibm.com
ddcb067ed2
Include of nsIOService.h was somehow including <os2h> later without #defines we need - solution is to add #define INCL_ statements at the beginning
2002-03-21 05:00:45 +00:00
darin%netscape.com
5a17e02a7f
this should fix the OS/2 bustage, b=128508
2002-03-21 01:14:28 +00:00
darin%netscape.com
819ce1f98f
b=128508 "freeze nsIChannel nsIRequest" r=gagan, sr=rpotts, a=asa
2002-03-20 22:50:33 +00:00
jaggernaut%netscape.com
d8cf5474f8
Bug 101723: security icon only works for the first tab
...
Bug 117203: Insecure POST warning only comes up for first tab
Bug 120043: Page Info shows information about a page in the first tab
r=sgehani, r=kaie/ddrinan (for security stuff), sr=sspitzer (for mail/news stuff), sr=hyatt, a=asa. Work based on patch by Smaug <smaug@jippii.fi>.
2002-03-20 09:57:35 +00:00
darin%netscape.com
5b35e18615
fixes bug 126755 "try next ip address on connection timeout"
...
r=dougt, sr=rpotts, a=asa
2002-03-19 22:30:55 +00:00
dougt%netscape.com
3662297672
Fixes part of the Txul regression. b=130524 r=dp@netscape.com sr=darin@netscape.com, a=asa@mozilla.org
2002-03-16 00:43:44 +00:00
darin%netscape.com
ef78e3e841
fixes bug 63878 "Implement alert for 'document contains no data' (was Going
...
to lexmark.com does nothing, but www.lexmark works [Connection reset by peer]"
r=adamlock, sr=rpotts, a=asa
2002-03-14 20:24:15 +00:00
dougt%netscape.com
cc451cc48d
Fixes 127918. Mime Service was being accessed from a non-ui thread. This causes all kinds of problems. Found that content type is not needed while opening most stream io's. Removes content type result from nsIStreamIO::Open(). Added atrribute content type nsIStreamIO. Fixes callers. r=gordon@netscape.com, sr=darin@netscape.com, a=asa@mozilla.org.
2002-03-13 00:34:54 +00:00
jkeiser%netscape.com
873736a724
Make sure we *always* send Content-Length: 0 in POST requests (bug 129333). r=sicking@bigfoot.com, sr=darin@netscape.com, a=roc+moz
2002-03-12 07:10:25 +00:00
badami%netscape.com
f96b4ffa60
image not loaded if SRC URL has a leading SPACE character.
...
bug 117410 r=bbaetz sr=darin a=asa
2002-03-12 04:07:14 +00:00
darin%netscape.com
16a5866f45
minor revision to comments
2002-03-12 01:03:12 +00:00
darin%netscape.com
cfe07b944b
b=99165 Freeze nsIInputStream nsIOutputStream (not yet frozen... but close)
...
r=dougt sr=shaver a=asa
2002-03-12 00:59:06 +00:00
nhotta%netscape.com
8fdc4b324a
Added ACE decode function to nsIIDNService, renamed exisiting function name,
...
bug 110028, r=nhotta, sr=darin, a=shaver.
2002-03-09 00:10:21 +00:00
bienvenu%netscape.com
d5a250d75b
fix 104020 and 119592 problems with sending offline notification after socket transport shutdown so add a new notification sent before that r=ccarlen sr=sspitzer a=asa
2002-03-08 14:51:00 +00:00
darin%netscape.com
7556687e8d
fixes startup assertion
2002-03-07 00:25:13 +00:00
darin%netscape.com
4335f255a1
pacify HPUX compiler
2002-03-06 08:41:25 +00:00
darin%netscape.com
026dda9f95
fixes bug 124042 "support internationalized URIs" r=dougt, sr=alecf, a=asa
2002-03-06 07:48:55 +00:00
locka%iol.ie
65718827b7
Display an authorization prompt when shift-click to save password protected URIs. b=116279 r=brade@netscape.com sr=darin@netscape.com a=asa@mozilla.org
2002-03-05 22:45:20 +00:00
bzbarsky%mit.edu
dba82db564
make the URI checker handle redirections correctly. Bug 128665,
...
r=bbaetz, sr=darin, a=asa
2002-03-05 05:57:21 +00:00
andreas.otte%debitel.net
d1219c7cf4
fix bug 127870 [Mozilla thinks it should contact
...
bla.com@findus.dhs.org ] look for the last not the first @ in the
authority section to allow username/password including @, r=dougt,
sr=darin, a=dbaron
2002-03-03 11:30:59 +00:00
peterv%netscape.com
3f385c6c02
Fix for bug 5794 ([MAC]Aliasing NGLayoutConfigInclude.h to MacConfigInclude.h is evil). sr=sfraser, a=dbaron.
2002-03-03 10:57:06 +00:00
bbaetz%student.usyd.edu.au
e64a6d4e8f
Bug 128234/128045 - http proxy was being tried even when the protocol
...
didn't allow it.
r=dougt, sr=darin, a=blizzard
2002-03-01 03:51:26 +00:00
dougt%netscape.com
6cdb59e027
Fixing bustage. Don't listen to strdup folks. There should be fear of invoking the wrath of the Mac!
2002-02-21 03:29:59 +00:00
dougt%netscape.com
07e4ed8234
Fixes 122523. Avoid stat call when opening file. This should be a minor performance win on windows. r=dp, sr=dveditz, sr=darin, a=roc+moz for 0.9.9
2002-02-21 02:18:33 +00:00
bbaetz%student.usyd.edu.au
142410b896
Bug 110760 - directory listings shouldn't reuly on libappcomps.
...
Also fixes bug 102826 & related issues.
r=dougt, sr=darin
2002-02-20 02:14:17 +00:00
cathleen%netscape.com
8d48d2e7e6
eliminate nsCRT::strlen for char* strings (part 4), bug 124536 r=dp sr=brendan
2002-02-19 16:01:45 +00:00
bbaetz%student.usyd.edu.au
6b96d88c44
Bug 44995 - support socks proxies in mailnews
...
r=mscott, sr=darin
2002-02-19 07:07:23 +00:00
neeti%netscape.com
df7193560a
fix for bug 119220 - Occurances of uninitialized variables being used before being set, r=dougt, sr=darin
2002-02-18 15:22:56 +00:00
jkeiser%netscape.com
fe1d4d2f35
Form submission performance / maintability improvements (bug 120682) r=alexsavulov,r=sicking,sr=jst
2002-02-16 01:19:24 +00:00
dougt%netscape.com
977811a46a
I give up. Backing out these changes
2002-02-14 22:07:15 +00:00
dougt%netscape.com
61224a29c9
Fixes bug 122523. Avoid stat call when opening file. r=dp@netscape.com, sr=dveditz@netscape.com. This is the second attempt to land this patch. On two of the linux clobber builds, we would crash at startup. I think i fixed this by protecting against a bad mLineBuffer ptr.
2002-02-14 20:46:10 +00:00
bbaetz%student.usyd.edu.au
f9fd479190
Bug 107552 - backend for resuming ftp downloads
...
r=dougt, sr=darin, mac build patches by zach
2002-02-14 03:10:19 +00:00
racham%netscape.com
a592bef976
Fixing bug 80296. This fix allows user to new messages for all authenticated accounts with a single cilck. This command canbe triggered from GetAllNewMessages item of GetMsg button drop marker, File|GetNewMessagesFor or shortcut Ctrl+Shift+T. r=morse, mscott sr=alecf
2002-02-13 00:14:28 +00:00
badami%netscape.com
f4eea80b52
htp:://<blah> should lead to an invalid URL. bug 110880; r=andreas.otte@debitel.net; sr=darin.
2002-02-12 03:36:02 +00:00
bzbarsky%mit.edu
0f3179400d
Use the URI Checker to get headers for Save As. Bug 118719,
...
r=law,akkana,cmanske, sr=darin
2002-02-08 00:10:55 +00:00
dougt%netscape.com
bfb8b94122
Backing out my file io changes to see if that fixes some of the unix orangeness.
2002-02-07 03:51:34 +00:00
darin%netscape.com
6cddfc58d9
2nd attempt at fixing bug 86917 "socket transport should try all ip addresses
...
returned by DNS service" r=gordon sr=rpotts
2002-02-07 02:26:46 +00:00
dougt%netscape.com
1c19cf11c0
fixing bustage.
2002-02-06 22:49:00 +00:00
dougt%netscape.com
dc5d225d2f
Optimization which does not stat() the file prior to opening it. bug 122523, r=dp@netscape.com, sr=dveditz@netscape.com
2002-02-06 20:39:56 +00:00
bzbarsky%mit.edu
e830c229cd
Make parts of multipart streams expose content-disposition. Bug 123043,
...
r=law, sr=darin.
2002-02-06 03:39:04 +00:00
racham%netscape.com
f53e918c74
Fixing bug 122309. Using new ParseString routine to parse ports list. r=dougt, sr=jag
2002-02-05 08:39:30 +00:00
darin%netscape.com
56ff28cb3c
fixes bug 86917 "socket transport should try all ip addresses returned by
...
DNS service" r=gordon, sr=rpotts
2002-02-02 02:45:25 +00:00
darin%netscape.com
ecf017c94a
fixes bug 123031 "Setting username and password on nsIURI object damages
...
host part of URL, preventing FTP transfer" r=cmanske, sr=mscott
2002-02-01 21:20:51 +00:00
darin%netscape.com
7374da613d
fixes bug 122675 "socket transport doesn't cancel properly if busy resolving
...
or connecting" r=gordon, sr=mscott
2002-02-01 21:18:13 +00:00
darin%netscape.com
0449ac9443
fixes bug 122787 "(nsIURI) nsStandardURL::SetFileName doesn't recalculate mPath"
...
r=dougt, sr=mscott
2002-02-01 21:03:10 +00:00
andreas.otte%debitel.net
94e54a2702
making patch for bug 120959 [Use of ".." in address causes links to
...
relative URL's to fail] a little bit prettier (remove unnecessary
clause), r=brendan, sr=darin
2002-02-01 20:30:15 +00:00
rjc%netscape.com
e7fdd3310b
Fix bug # 113894: RDF persistance issue, and get nsFileSpec out of RDF. r=sr's = darin, waterson
2002-02-01 00:24:27 +00:00
darin%netscape.com
d98846cd5a
fixes bug 118651 "nsIFileURL.file needs to return nsIFile that was set"
...
r=dougt, sr=rpotts
2002-01-31 22:17:35 +00:00
darin%netscape.com
023adfb8f1
fixes bug 121521 "ABR doing 'File->Open...' to open a file from disk"
...
r=jrgm,andreas.otte, sr=mscott
2002-01-31 01:53:05 +00:00
bbaetz%student.usyd.edu.au
b3b1451dbf
Bug 115720 - migrated ("network.proxy.type", 3) fails to connect
...
r=darin, sr=dveditz
2002-01-29 23:15:41 +00:00
darin%netscape.com
eb4bcbc734
fixes bug 114125 "nsStandardURL::Clone fails to clone the nsIFile if one
...
exists" r=dougt,sr=sfraser
2002-01-29 22:04:16 +00:00
dougt%netscape.com
894fdcfaaf
1. Converts callers of nsIComponentManagerObsolete to use
...
nsIComponentRegistrar.
2. Converts callers of nsComponentManager::AutoRegister to use
nsIComponentRegistrar's autoRegistrar method.
3. Add nsIComponentRegistrar implmentation to nsComponentManagerImpl.
4. Rearrange nsComponentManager.cpp so that related methods are in the same
place.
5. Added a C-style function NS_GetComponentRegistrar so that getting the
registrar is easier in some places.
6. Added a nsISimpleEnumerator interface on PLDHashTableEnumeratorImpl. in
this way, the same base class can support both old style and new style
enumerations.
7. Fixed a nasty bug where unregistring factories will leave the contract id
hash with a dangling pointer. Now, when unregister is called we search the
contract id hash for entries which have the given doomned cid and remove them.
Bug 115853. r=dp@netscape.com , sr=rpotts@netscape.com
2002-01-29 21:22:13 +00:00
darin%netscape.com
c4a2f28a0d
part one of bug 113163 "Performance problem at downloading"
...
patch=ak@muc.de , r=gordon@netscape.com , sr=darin@netscape.com
2002-01-29 02:58:02 +00:00
darin%netscape.com
31ec64c0a1
another patch for bug 109179 "replace nsStdEscape with nsEscapeURLPart"
...
r=dougt,gagan sr=alecf,waterson
2002-01-29 01:09:37 +00:00
mkaply%us.ibm.com
550b221e68
More OS/2 bustage
2002-01-28 18:13:56 +00:00
mkaply%us.ibm.com
e29c71abb5
OS/2 bustage
2002-01-28 17:00:06 +00:00
alecf%netscape.com
8c9bfa6586
fix for bug 121508 - clean up nsStringStream and nsIParser APIs.. r=dougt, sr=jst
2002-01-27 22:02:00 +00:00
darin%netscape.com
23a4c3046e
backing out my changes -- rjc says it causes moz not to startup!
2002-01-26 00:46:09 +00:00
darin%netscape.com
0431b46cfe
fixes bug 114778 "formpost temp files not cleaned up when browser exits"
...
patch=badami@netscape.com , r=rpotts@netscape.com , sr=darin@netscape.com
2002-01-26 00:38:37 +00:00
darin%netscape.com
cd4e118c4f
patch 2 for bug 109179 "replace nsStdEscape with NS_EscapeURL"
...
r=dougt, sr=alecf
2002-01-25 23:08:02 +00:00
andreas.otte%debitel.net
d7f198c09c
second try to fix bug 119071 [Can not ftp files from / on Cobalt web
...
server], this time working around bad urls generated by the tinderbox
script, r=bbaetz, sr=darin
2002-01-25 22:19:29 +00:00
andreas.otte%debitel.net
2cb753db0c
fix bug 120959 [Use of ".." in address causes links to relative URL's
...
to fail] A regression from the rewrite of the urlparser,
r=dougt@netscape.com , sr=darin@netscape.com
2002-01-25 22:07:50 +00:00
mcafee%netscape.com
802ed3d657
I'm sorry Dave, I'm afraid I can't allow this checkin. Backing out rjc's change from earlier (121546). r=jrgm
2002-01-24 07:16:01 +00:00
rjc%netscape.com
39e38bd3fc
Fix bug # 113894 (and 36972 and 79013 and probably others): get nsFileSpec usage out of RDF, and fix RDF persistence on Mac if there is a slash in the path. Various code from myself, darin, waterson and tingley. Various r/sr include darin, waterson
2002-01-24 01:29:39 +00:00
kaie%netscape.com
69119fd416
b=106188 fix whitespace
...
a=brendan
2002-01-22 02:20:13 +00:00
rjc%netscape.com
0f2e76ecbe
Shame on alecf for not updating to the tip before checking in! Re-backing out these two lines which were originally backed out last night. a=sheriff trudelle
2002-01-19 01:58:03 +00:00
alecf%netscape.com
2a51fd5d0e
fix for bug 119902 - assertions in nsIOService when saving files, plus a minor performance optimization from dougt
...
r=adamlock, sr=darin
2002-01-18 21:08:07 +00:00
kaie%netscape.com
b4d6580c08
b=106188 Fix SSL freezing Mozilla on connect problems
...
r=darin r=javi r=wtc sr=jag a=blizzard
2002-01-18 20:20:02 +00:00
rjc%netscape.com
f31818dfd6
Back out fix for bug # 113894 due to bug # 120617. a=sheriff suresh
2002-01-18 07:19:46 +00:00
sspitzer%netscape.com
52f605a35b
fix for smoketest blocker #120324 . back out the fix for #119051
...
(mailnews part was not tested or reviewed by module owner)
sr=mscott,bienvenu
2002-01-16 20:58:01 +00:00
timeless%mac.com
eef5c54aad
Bug 119051 duplicate symbol breaks win32 static build
...
create and use nsIIOService::getQueryAttributeValue
r=dbradley sr=darin
2002-01-16 05:07:31 +00:00
darin%netscape.com
bc15fb1904
fixes bug 42898 "iDNS support"
...
r=nhotta, sr=brendan
2002-01-16 03:23:23 +00:00
darin%netscape.com
d10ceeab83
backing out andreas' fix for bug 119071. it's causing serious problems
...
with relative links.
2002-01-16 03:01:38 +00:00
andreas.otte%debitel.net
9f127459ef
fix bug 119071[Can not ftp files from / on Cobalt web server], changed
...
CoalesceDir in a way that it no longer drops to much ../ in a path but
leaves them unresolved. This way ftp urls like
ftp://user:<password>@ftp.host.com/../../logs can be successfully used,
r=bbaetz, sr=darin
2002-01-16 00:25:18 +00:00
timeless%mac.com
8723f8991d
Bug 119310 preferences + open in new tab + clicking browser crashes @nsLoadGroup::RemoveRequest
...
assert instead of crashing if some load fails
r=darin sr=waterson
2002-01-16 00:16:51 +00:00
rjc%netscape.com
8202246455
Fix bug # 113894: RDF persistence breaks when there is a / in the file path. Verbal r=pavlov and sr=waterson
2002-01-15 05:20:37 +00:00
dougt%netscape.com
90c92f13ff
116420 - Fixes broken directory listings if there is a broken symlink in that directory. r=pavlov, sr=jband@netscape.com
2002-01-15 00:51:11 +00:00
cathleen%netscape.com
c2d19ad82a
converted 271 references to nsCRT::memcpy to memcpy, bug 118135 r=dp
2002-01-12 03:18:55 +00:00
darin%netscape.com
2538f367be
fixes first part of bug 109179 "replace NS_EscapeURL with NS_EscapeURLPart"
...
r=andreas.otte@debitel.net
sr=alecf@netscape.com
2002-01-11 23:02:22 +00:00
darin%netscape.com
7ddef8d370
fixes bug 117931 "Function shExpMatch in nsProxyAutoConfig.js: conversion
...
from shell pattern to regexp is incorrect."
patch=zybi@talex.com.pl
r=tingley@sundell.net
sr=darin@netscape.com
2002-01-11 22:52:32 +00:00
jband%netscape.com
870255b46e
fix bug 19330. Lost the setting of rv in previous fix. sr=darin r=alecf
2002-01-10 23:39:50 +00:00
brade%netscape.com
142c8e3fe8
remove unused static kSocketTransportServiceCID saving 16 bytes (bug 117927; rs=darin)
2002-01-09 14:40:05 +00:00
brade%netscape.com
fa26a0fd74
remove unused static kIOServiceCID saving 16 bytes (bug 117927; rs=darin)
2002-01-09 14:29:20 +00:00
brade%netscape.com
af2413a7c3
remove unused static kSocketTransportServiceCID saving 16 bytes (bug 117927; rs=darin)
2002-01-09 14:24:20 +00:00
brade%netscape.com
5f09705a0a
remove unused static kEventQueueService saving 16 bytes (bug 117927; rs=darin)
2002-01-09 14:22:17 +00:00
brade%netscape.com
07a174a860
remove unused static kFileTransportServiceCID saving 16 bytes (bug 117927; rs=darin)
2002-01-09 14:21:00 +00:00
jst%netscape.com
645c88322d
Fixing bug 64248. Making the loading of external scripts pass the referrer to the server when requesting the script. r=gagan@netscape.com, sr=darin@netscape.com
2002-01-08 06:32:36 +00:00
darin%netscape.com
2af4268cbd
fixes bug 118143 "GetPath() is off by one char after calling SetQuery()"
...
r=dougt, sr=sspitzer
2002-01-08 02:05:43 +00:00
alecf%netscape.com
72507557e8
C++ side of fix for bug 100212 - move consumers of nsIFile.URL into nsIIOService. r=dougt, sr=darin
2002-01-08 01:31:25 +00:00
seawood%netscape.com
ce8d9c02e5
Use proper platform specific file when building on win32 with gmake. Fixing crash on startup problem.
2001-12-31 22:46:33 +00:00
jaggernaut%netscape.com
2e4cf1866d
Bug 116957: Put Adopt on ns{C}String, and use it in nsStandardURL. r=dbaron, rs=scc
2001-12-26 23:14:12 +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
gerv%gerv.net
446a9c252a
Updating licenses to tri-license.
2001-12-22 09:15:51 +00:00
rjesup%wgate.com
2212861db9
Bug 96108: Inline ElementAt(), add SafeElementAt(), voidarray usage fixes,
...
assertions for bad voidarray indexes. r=jst, sr=waterson
2001-12-21 01:10:07 +00:00
darin%netscape.com
bca51f68ce
fixes bug 114778 "formpost temp files not cleaned up when browser exits"
...
r=gordon,dougt sr=mscott
2001-12-20 03:49:07 +00:00
darin%netscape.com
ad5e6b3799
fixes bug 115222 "jar protocol handler should be cached in the io service"
...
r=dp, sr=mscott
2001-12-20 03:46:21 +00:00
alecf%netscape.com
6e3e4a45ab
oops, fix bustage - I forgot to change the API on all 3 platforms
2001-12-19 01:14:37 +00:00
alecf%netscape.com
39b58f17f2
bug 100212 - add api to nsIOService to go between nsIFile and url strings
...
r=dougt, sr=darin
2001-12-19 00:58:25 +00:00
alecf%netscape.com
c764561eb6
bug 100212 - add new APIs to nsIOService to do URL parsing/conversion of nsIFiles
...
r=dougt, sr=darin
2001-12-19 00:55:42 +00:00
dougt%netscape.com
9a75bc4b8e
nsIComponentManager API Changes (bug 98553)
...
a) create a new nsIComponentManager with only four functions on it:
CreateInstance CreateInstanceByContractID GetClassInfo GetClassInfoByContractID.
b) rename the old nsIComponentManager to nsIComponentManagerObsolete.
c) fixes callers which use to access the nsIComponentManager for component
registration functionality. These callers will temporary use the
nsIComponentManagerObsolete interface.
d) Create a new API NS_GetComponentManager() which mirrors the
NS_GetServiceManager()
e) Perserves the old NS_GetGlobalComponentManager(). Note the cast usage.
r/sr = rpotts@netscape.com alecf@netscape.com brendan@mozilla.org
2001-12-19 00:12:41 +00:00
seawood%netscape.com
874c54280c
Landing the rest of the win32 gmake changes:
...
* Adds Makefile.ins to win32 specific dirs
* Adds WINNT ifdefs to Makefile.ins
* Causes NSPR to be compiled with --with-mozilla
* Misc general Makefile.in cleanup
Bug #58981 r=mcafee
2001-12-18 09:14:29 +00:00
bryner%netscape.com
a74f931cdb
Backing out alecf's checkin for bug 115152 as it's causing a crash on exit on optimized builds (and keeping tinderbox orange).
2001-12-18 07:09:40 +00:00
alecf%netscape.com
9b8cd4a627
fix for bug 115152, lots of service-manager warnings on exit. r=nhotta, sr=darin
2001-12-17 22:24:25 +00:00
jaggernaut%netscape.com
7936b26225
Bug 113228: Replace ns{C}String::To{Upper,Lower}Case with global versions. r=bzbarsky, sr=jst
2001-12-17 07:14:49 +00:00
jaggernaut%netscape.com
6ab111155d
Bug 104158: Use NS_LITERAL_STRING instead of XXXWithConversion("..."). r=bryner, rs=alecf
2001-12-16 11:58:03 +00:00
tingley%sundell.net
527624dbcb
checkin for _basic@yahoo.com to add support for the SOCKS directive in proxy
...
autoconfig (PAC) files. bug 105335, r=bbaetz, sr=darin.
2001-12-14 23:52:06 +00:00
darin%netscape.com
87936be2d0
fixes bug 115129 "stream loader optimizations" r=gagan, sr=brendan,dveditz
2001-12-14 22:54:56 +00:00
darin%netscape.com
9ae3ab185b
fixes bug 114286 "No way to determine if a http request was a 304 or not."
...
r=pavlov, sr=mscott
2001-12-14 22:53:13 +00:00
neeti%netscape.com
a7277790cf
fix for bug 114439 - nsFileTransportService should cache the mime service. r=dp, sr=darin
2001-12-12 01:20:38 +00:00
darin%netscape.com
c8fe922828
fixes bug 113949 "Trunk crash [@ nsFileTransport::Process]"
...
r=dougt, sr=mscott
2001-12-11 23:05:51 +00:00
darin%netscape.com
45989119b4
fixes bug 83471 "Redirection loops"
...
r=bbaetz@cs.mcgill.ca
sr=rpotts@netscape.com
2001-12-08 00:23:04 +00:00
sfraser%netscape.com
529a5094ea
Fix for bug 113942 -- bail early in nsFileIO::GetInputStream() if IsDirectory() returns an error. r=dougt, sr=darin
2001-12-07 23:49:11 +00:00
darin%netscape.com
d48e37c68f
fixes bug 15320 "Forms/Necko: Temp file (formpost) left after file upload"
...
r=dougt, sr=mscott
2001-12-07 00:40:55 +00:00
darin%netscape.com
05eee11a82
fixes bug 113508 "Identical URIs do not compare via nsIURI::Equals"
...
r=andreas.otte@debitel.net , sr=rpotts@netscape.com
2001-12-05 23:54:55 +00:00
neeti%netscape.com
4573bda096
fix for bug 112659 - nsSocketTransport does not cache DNS service, r=dougt, sr=darin
2001-12-04 02:47:19 +00:00
darin%netscape.com
7b03fa3497
fixes bug 112328 "purify report ABR in nsBaseURLParser::ParseURL"
...
r=bbaetz, sr=mscott
2001-11-29 23:28:34 +00:00
dbaron%fas.harvard.edu
88c03c4196
Make nsSharable[C]String writable by overriding appropriate methods. Ensure that it doesn't store null buffer handle pointer internally, and override get() on nsXPIDL[C]String for backwards-compatibility. Collapse nsSharedBufferHandle and nsFlexBufferHandle into nsSharedBufferHandle which knows its length but can't have a storage start distinct from its data start. Convert string users who were working around broken nsSharableString::Assign back to using it. b=104663, 100751, 74726 r=jag sr=scc
2001-11-28 05:22:57 +00:00
darin%netscape.com
58d935b5e3
fixes bug 112257 "Reply quoting includes header text" r=gagan, sr=mscott
2001-11-28 00:59:02 +00:00
darin%netscape.com
0056d930f6
patch 1 of bug 110686 "nsStandardURL not thread-safe" r=dougt, sr=mscott
2001-11-28 00:46:29 +00:00
darin%netscape.com
c317c42f5c
fixes bug 103016 "crash [@nsSocketTransport::OnStatus]" r=dougt, sr=jband
2001-11-28 00:42:57 +00:00
radha%netscape.com
1f3747b843
add nsIMultipartChannel to makefiles for bug 99638. r=darin sr=rpotts
2001-11-27 23:12:16 +00:00
radha%netscape.com
da92f79987
Initial checkin for bug 99638.
2001-11-27 23:04:18 +00:00
morse%netscape.com
cae06db34e
bug 110560, cookie topcrasher, r=morse, sr=alecf
2001-11-27 13:33:11 +00:00
darin%netscape.com
50ae86dd3a
fixes bug 110846 "all nsStandardURL setters except SetSpec are missing the
...
escaping step" r=andreas.otte, sr=alecf
2001-11-26 23:28:44 +00:00
timeless%mac.com
7873addd19
Bugzilla Bug 107823 change nsIFile
...
to use 'Modified' instead of 'Modification'
r=akkana sr=brendan
2001-11-26 08:05:05 +00:00
darin%netscape.com
78c8ee013f
fixes bug 111072 "nsIOService::ExtractUrlPart does not return correct HOST
...
(flag=IOService.url_Host)" r=cmanske,andreas.otte, sr=mscott
2001-11-22 00:19:47 +00:00
seawood%netscape.com
d8927fcc61
Rename 'install' build phase to 'libs'.
...
Bug #56601 r=pavlov
2001-11-21 09:49:41 +00:00
seawood%netscape.com
9850f387af
Renaming 'install' build phase to 'libs'
...
Bug #56601 r=pavlov
2001-11-21 08:55:59 +00:00
naving%netscape.com
730f567767
110366 r/sr=darin, addref the reader before using it so that it doesn't get released from under us.
2001-11-20 21:09:14 +00:00
darin%netscape.com
241f6cc71a
backing out last checkin for bug 110418 a=leaf
2001-11-20 20:41:52 +00:00
darin%netscape.com
40329a161f
removing stale reference to nsStdURL.h
2001-11-20 02:29:07 +00:00
darin%netscape.com
dcf193a118
removing old files
2001-11-20 02:27:19 +00:00
darin%netscape.com
8a7cccfcaa
another patch for bug 110418; r=morse, sr=alecf
2001-11-20 00:17:37 +00:00
darin%netscape.com
53255e92fb
fixes bug 110418; r=morse, sr=alecf
2001-11-19 21:26:56 +00:00
darin%netscape.com
e5539c0bc8
fixes bug 110508 "doing SetSpec() with a string with a query doesn't do the
...
right thing" r=bbaetz, sr=sspitzer
2001-11-19 20:21:42 +00:00
timeless%mac.com
dfa8594725
Bugzilla Bug 110080 change !NS_SUCCEEDED(status) to NS_FAILED(status)
...
s/!NS_SUCCEEDED/NS_FAILED/g;s/!NS_FAILED/NS_SUCCEEDED/g;
r=dougt sr=hewitt
2001-11-19 06:45:00 +00:00
jst%netscape.com
00e4f0583d
Fixing bug 109182. Don't allocate a string buffer every time NS_NewURI(nsIURI**, const nsAReadableString&) is called. r=dbaron@fas.harvard.edu, sr=darin@netscape.com
2001-11-16 08:23:28 +00:00
darin%netscape.com
3b0beda0ba
landing standard url rewrite (bug 103916)
...
r=andreas.otte@debitel.net , sr=brendan,alecf
2001-11-16 02:09:13 +00:00
darin%netscape.com
2d8304e547
fixes bug 97958 "[CRASH] on :jar protocol" r=dbaron, sr=dougt
2001-11-16 01:58:20 +00:00
naving%netscape.com
15eed46f30
104504 r/sr=darin. Null out the listeners once we are done with read requests. This fixes
...
nsImapCacheStreamListener and nsNntpCacheStreamListener leaks.
2001-11-10 01:13:06 +00:00
dbaron%fas.harvard.edu
261f76a8ba
Ensure that string literals are used as |const char*| rather than |char*|. r=jag sr=brendan b=107052
2001-11-07 06:24:10 +00:00
ccarlen%netscape.com
1db94d70f6
Bug 104020 - send out notification after SetOffline has completed, respond to profile change notifications. r=dougt/sr=darin
2001-11-07 04:26:19 +00:00
darin%netscape.com
b917ad6df8
fixes bug 108267 "scale back NS_BINDING_REDIRECTED proliferation"
...
r=gagan, sr=rpotts
2001-11-06 23:09:44 +00:00
seawood%netscape.com
bd56324bfc
Define _BSD_SOURCE for Linux so that linuxppc's libc can find ftruncate.
2001-11-03 06:28:49 +00:00
gordon%netscape.com
04bbced252
Fix bug 86474 "nsFileTransports won't truncate files", extends fix to other unix platforms besides linux. Checking in for lidl@pix.net, r=gordon, sr=darin.
2001-11-03 00:39:14 +00:00
pete%alphanumerica.com
41da234dd2
b=107823, r=ccarlen, sr=brendan
...
--pete
2001-11-01 00:11:15 +00:00
andreas.otte%primus-online.de
efc26ed910
fix bug 104876 [c:foo wrongly considered valid URL] this fixes a bug
...
in caching protocol handlers, scheme "c" was mixed up with scheme
"chrome" for example, c=darin@netscape.com , r=rjesup@wgate.com ,
sr=dougt@netscape.com
2001-10-30 22:20:06 +00:00
dougt%netscape.com
1a5050445f
Moving nsISimpleEnumerator interface to new idl file. 99136, r=alecf@netscape.com sr=rpotts@netscape.com
2001-10-30 22:07:28 +00:00
jaggernaut%netscape.com
019ce473c1
Bug 53057: Fixing up users of implicit |CharT*| conversion operators for nsCString to use |.get()| instead, rr=dbaron, rs=scc
2001-10-24 23:47:43 +00:00
dougt%netscape.com
5fe12c09e7
Extraneous Symbol Removal. Patch by Jon Smirl jonsmirl@mediaone.net. r=dougt@netscape.com, sr=alecf@netscape.com. Bug 104172 , 104316 , 104420 , 104426 , 104461 , 104511 , 104527
2001-10-23 01:37:21 +00:00
dougt%netscape.com
fdb581ad21
99163 - removing nsObserverService.h includes. Also fixing 106090, extra methods on nsObserverService. r=shaver@mozilla.org, sr=jband@netscape.com
2001-10-22 22:01:27 +00:00
bnesse%netscape.com
5d3ba9e8a4
Fix for bug 103883. Add weak ref support for prefs observers to help reduce MLK cycles with preferences. r=ccarlen, darin, gordon, hewitt, mstoltz, srilatha, sspitzer. sr=alecf.
2001-10-22 20:54:48 +00:00
dougt%netscape.com
4225ea625a
backing out my backout from nsIOService. Merge conficts with bnesse
2001-10-19 21:38:24 +00:00
dougt%netscape.com
75ecf54065
fixing build bustage in nsIOService.cpp
2001-10-19 21:28:58 +00:00
dougt%netscape.com
da7e1268bd
nsIObserver and nsIObserverService API freeze. r=rpotts@netscape.com, alecf@netscape.com. bug 99163
2001-10-19 20:52:59 +00:00
morse%netscape.com
6ea1d428ef
bug 47437, nscookie.cpp is duplicationg URL parsing logic, c=andreas.otte, r=morse, sr=alecf
2001-10-19 02:28:06 +00:00
gordon%netscape.com
744aaca98c
Fix for bug 101651, nsStdURL::SetSpec can trash memory. r=sfraser, sr=darin.
2001-10-19 01:59:57 +00:00
darin%netscape.com
1bbb7d1f24
fixes bug 102743 "Crash pressing Back or Forward on O'Reilly website"
...
r=gagan, sr=rpotts
2001-10-18 10:37:04 +00:00
dbaron%fas.harvard.edu
34fc404be7
Replace uses of overloaded |fputs| and most uses of |ns[C]String::ToCString|. b=104763 r=jag rs=scc
2001-10-16 03:53:44 +00:00
sspitzer%netscape.com
95643699a5
fix for #104929 . some minor optimizations to nsStdURL.cpp.
...
use PL_strchr() instead of PL_strstr() when possible.
switch from PR_smprintf() to += and AppendInt(), to avoid the malloc and free.
r=sfraser, sr=darin
2001-10-16 00:29:28 +00:00
darin%netscape.com
f3af6ffd96
fixes bug 103979 "Crash if autoconfig proxies prefs enabled by the default"
...
r=gagan,dougt sr=rpotts
2001-10-15 22:26:19 +00:00
dbaron%fas.harvard.edu
76b171732d
Reduce string copying in nsLoadGroup::GetName. b=102386 r=jag sr=darin
2001-10-11 01:09:18 +00:00
morse%netscape.com
1b92bfbfe2
backing out fix for bug 47437 due to memory leak
2001-10-11 00:40:07 +00:00
morse%netscape.com
3114822817
bug 47437, nsCookie.cpp is duplicating URL parsing logic, c=andreas.otte, r=morse, sr=alecf
2001-10-10 23:16:03 +00:00
bnesse%netscape.com
7102168b4c
Fix for bugscape bug 7630, crash at www.barbie.com. Added check to kick out of loop if end of string reached. r=peterlubczynski, sr=darin.
2001-10-10 22:56:07 +00:00
dougt%netscape.com
27d71f3cd6
fixes 89097. Adds pref observer to IOService. r=me, sr=darin, patch submitted by tingley@sundell.net
2001-10-08 22:27:14 +00:00
darin%netscape.com
2134db071c
fixes bug 103043 "nsSocketTransport should only fire OnStatus when status
...
changes" r=bbaetz, sr=mscott
2001-10-08 22:17:25 +00:00
andreas.otte%primus-online.de
953dbaa3fa
fix bug 32895 [Converting \ to / in urls on windows only (was: RFC 2396 $2.4.3 non-compliance?)] We no longer convert \ to / inside the core urlparser on windows only. Conversion from filepath to url still does. r=dougt@netscape.com sr=darin@netscape.com
2001-10-06 12:08:44 +00:00
darin%netscape.com
1443076688
code changes for bug 42898 "iDNS support"
...
patch=william.tan@i-dns.net r=gordon sr=darin,brendan a=asa
2001-10-05 07:50:21 +00:00
bbaetz%cs.mcgill.ca
0a07e3a5be
Bug 78148. Reorg directory viewer backend to allow file and gopher to use
...
the html view as well. (This is currently disabled for file because of
i18n issues)
Should also fix dirviewer bugs 38014, 68651, 72724, 78474, and part
of 83881.
r/sr=darin, dougt
2001-10-03 00:43:30 +00:00
akkana%netscape.com
1c1d734e7b
97677: Check whether a link exists. r=cmanske,sr=darinf
2001-10-03 00:40:10 +00:00