cbiesinger%web.de
5b36f89cdb
bug 353983 add --enable-application=netwerk option
...
r=bsmedberg sr=darin
2006-09-28 21:22:27 +00:00
cbiesinger%web.de
e3d051eb8b
Bug 351874 Move nsAboutRedirector out of necko
...
r=darin
2006-09-15 22:17:26 +00:00
cbiesinger%web.de
74a2a1d30c
Bug 351876 Move nsICryptoHash into necko
...
r=darin
2006-09-15 22:06:31 +00:00
cbiesinger%web.de
c4ede84550
Bug 352236 remove timer code from mozTXTToHTMLConv.cpp
...
r=darin
2006-09-12 23:42:27 +00:00
cbiesinger%web.de
8c59aae763
Bug 265780 part I: Implement nsIAuthPrompt2 and related interfaces per the design at
...
http://wiki.mozilla.org/Necko:nsIAuthPrompt2
r=darin
2006-08-26 21:42:54 +00:00
darin%meer.net
376ceccb2d
removing dead component info (bug 123202)
2006-06-27 20:14:00 +00:00
bzbarsky%mit.edu
282ad6509b
Fiox the special-casing for about:blank to deal with it now being
...
moz-safe-about:blank as far as the security manager is concerned. Bug 342108,
r=darin, sr=jst
2006-06-22 02:21:06 +00:00
bzbarsky%mit.edu
9509962b32
Move the safe vs unsafe about: distinction out of the security manager and into
...
nsIAboutModule implementations. Bug 337746, r=dveditz, sr=darin
2006-06-19 21:02:12 +00:00
pamg.bugs%gmail.com
1b3e2f9583
Bug 331510: Adding nsEffectiveTLDService to allow necko and others to know about TLD-like subdomains. r=darin
2006-06-09 18:23:10 +00:00
darin%meer.net
c895133cb1
fixes bug 315159 "Enable the Stream Converter graph code" r=biesi sr=bzbarsky
2006-06-03 00:19:11 +00:00
bzbarsky%mit.edu
e80a83a9fd
Remove the keyword: protocol handler. Expose the functionality on nsIURIFixup
...
instead. Bug 337339 and bug 264830, r=biesi, sr=darin
2006-05-16 03:02:28 +00:00
dougt%meer.net
ee1087a2c7
Fixing WINCE build bustage. WINCE-only
2006-05-15 14:48:17 +00:00
darin%meer.net
0318b8c707
landing patch for bug 326273 "Implement nsIThreadManager" (Mac portions by Mark Mentovai) with reviews from bienvenu, bsmedberg, bzbarsky, josh, roc, and ssieb
2006-05-10 17:30:15 +00:00
cbiesinger%web.de
51a89a8b1e
bug 335180 Remove win32.order, mozilla-bin.order, --enable-reorder, and
...
associated code. These options do not really work anymore.
r=bsmedberg
2006-05-06 17:53:51 +00:00
bzbarsky%mit.edu
722b5218b2
Add an interface for nested URIs (like jar:, view-source:, etc) to implement
...
and use it in various places. Create null principals if asked for a codebase
principal for a codebase that doesn't have an inherent security context (eg
data: or javascript:). Bug 334407, r=biesi,dveditz, sr=darin
2006-05-02 18:54:19 +00:00
darin%meer.net
6bc1de43ad
fixes bug 76111 "Auto detect online/offline status (on win32)" patch by juan_lang@yahoo.com, r=darin
2006-05-02 18:08:55 +00:00
cls%seawood.org
00570f4496
Align mingw libs linkage with msvc.
...
Thanks to Masatoshi Kimura (emk) <VYV03354@nifty.ne.jp> for the patch.
Bug #334542 r=cls
2006-04-20 12:59:02 +00:00
roc+%cs.cmu.edu
35738108fd
Bug 312793. Add Necko APIs to enable automatic management of online/offline status, and let Firefox use it. Disable automatic management in Thunderbird and Seamonkey until those apps are ready for it. Other applications will get automatic management by default. This needs platform-specific components to be created before it will have any effect. r+sr=darin
2006-04-04 21:26:17 +00:00
darin%meer.net
1b73e64f90
fixes bug 287646 "Eliminate nsPIProtocolProxyService and introduce reloadPAC method" r=biesi,neil,beng,mscott sr=bzbarsky
2006-03-30 17:31:15 +00:00
cbiesinger%web.de
055af5662f
bug 324985 Allow components to register in a category to get told about all page
...
loads and allow sniffing the content type. Only works for docshell-initiated
loads.
r=darin sr=bz
2006-03-03 21:06:53 +00:00
cbiesinger%web.de
6f436f541b
bug 328218 don't allow creating multiple IO services
...
r+sr+a=darin
2006-03-01 18:45:14 +00:00
cbiesinger%web.de
9ca6a7aab1
Bug 315598 Allow more than one global redirect observer, using the
...
"net-channel-event-sinks" category.
r=darin sr=bz
2006-02-22 14:07:21 +00:00
cbiesinger%web.de
a381b0935f
bug 325177 r=darin sr=bz
...
- add a "request" parameter to nsIContentSniffer
- make the unknowndecoder implement nsIContentSniffer
- make nsBaseChannel do type detection via nsIContentSniffer rather than a
stream converter
2006-02-17 16:54:27 +00:00
benjamin%smedbergs.us
df69212d42
Bug 78087 - don't export intermediate libraries - initial makefile changes to switch from $(DIST)/lib to in-tree library locations - blanket-r=mento
2006-02-13 20:35:56 +00:00
darin%meer.net
314601212b
Remove extraneous semi-colon as it breaks some builds.
2005-11-12 19:40:46 +00:00
darin%meer.net
54c383b944
fixes bustage: "about" is not an optional protocol
2005-11-12 18:46:42 +00:00
darin%meer.net
697c78f1ea
Initial patch for bug 312760 "Provide base channel for use by protocol implementations" r=biesi sr=bzbarsky
2005-11-12 18:17:19 +00:00
cbiesinger%web.de
9efd50d7d5
Bug 248052 Add a contract ID for a global channeleventsink. Make the
...
scriptsecuritymanager register for that and implement nsIChannelEventSink. Veto
redirects if CheckLoadURI fails. Remove the explicit usage of
nsIScriptSecurityManager from nsHttpChannel.cpp.
This eliminates js and xpconnect from REQUIRES, and brings us closer to remove
caps.
r=darin sr=bz
2005-11-08 20:47:16 +00:00
peterv%propagandism.org
8702e6b0aa
Fix for bug 307713 (Improve and use nsAgg's macros). r=dougt, sr=darin.
2005-09-28 13:13:27 +00:00
bzbarsky%mit.edu
6c59f965fd
Make our content-type header parsing closer to spec (it wasn't allowing some
...
perfectly valid things), and have only one function for doing said parsing
instead of two separate functions. Bug 244964, r+sr=darin, a=bsmedberg
2005-07-25 20:27:04 +00:00
bsmedberg%covad.net
c70e951ba6
Bug 292624 - XUL error pages should not have chrome privileges, r=darin sr=dveditz a=asa
2005-07-14 17:46:55 +00:00
darin%meer.net
0b27f2e150
fixes bug 291910 "Provide utility for incremental download" r=biesi,dougt sr=bzbarsky a=shaver
2005-06-01 18:05:36 +00:00
dougt%meer.net
4c7f9052d3
Add a scriptable hash function API. basically what this does is moves the hashing function out of the nsISignatureVerifier.idl and creates a new interface nsICryptoHash which is scriptable. Because of this change, we needed to fix up all of the call sites. r=darin, sr=dveditz, a=shaver
2005-06-01 16:06:53 +00:00
cbiesinger%web.de
44625301dd
bug 283489 r=darin sr=bz
...
- Make the HTTP, FTP and file channels implement nsIPropertyBag2 and associated
interfaces (by inheriting from nsHashPropertyBag)
- Use that interface to expose a "content-length" property giving the length of
the data as a 64-bit value on the FTP and HTTP channels
- change docshell and xpinstall to use nsIPropertyBag2 instead of nsIProperties
to read/write the referrer property
2005-04-05 17:40:32 +00:00
cbiesinger%web.de
504bf13768
Bug 288011 eliminate nsISSLSocketProvider
...
r=darin sr=bz
2005-04-03 17:22:58 +00:00
darin%meer.net
f6ffba0f8b
landing patch for bug 282442 "Provide interface for configuring proxies" r=biesi sr=bzbarsky
2005-03-25 03:41:33 +00:00
bzbarsky%mit.edu
d9f747cca2
Add about:license and about:licence and make about: link to them. Bug 256945,
...
r=gerv, sr=darin
2005-01-23 21:02:36 +00:00
bsmedberg%covad.net
79241940e8
Bug 273876 - libxul step 2 (everything through widget, except spidermonkey) r=darin; again, this should not affect non-xulrunner trees.
2004-12-09 19:28:35 +00:00
dbaron%dbaron.org
b9115b7644
Make nsResURL work correctly with fastload and make nsResURL::Clone work correctly. b=252703 r=darin sr=bzbarsky
2004-12-02 06:59:34 +00:00
dbaron%dbaron.org
9643fc6c04
Back out 252703 due to Txul / Ts regression.
2004-12-02 01:26:20 +00:00
dbaron%dbaron.org
21dccaeace
Fix theme switching bugs related to insufficient change handling when entry points to themes are stylesheet links (processing instructions or XBL stylesheet elements) or xul:image src attributes by giving the chrome: protocol its own URL implementation that remembers the URL to which the chrome: URL was resolved and uses that resolved URL as part of equality testing. Fix various fastload issues arising from this change. b=252703 r=darin sr=bzbarsky
2004-12-01 22:39:17 +00:00
cbiesinger%web.de
79d31490c5
Bug 259570 Remove caps dependency from network/build. Also, make
...
nsHttpDigestAuth's destructor nonvirtual.
r+sr=darin
2004-09-15 21:09:46 +00:00
cbiesinger%web.de
1d61416f70
Bug 248044 move jar protocol handler into libjar. these are the changes to the
...
existing files
r=bsmedberg sr=darin
2004-09-14 18:40:26 +00:00
cbiesinger%web.de
eaca3dbd1b
Bug 227057 remove nsIResumableEntityID in favor of using strings for the entity
...
id.
r=darin sr=bzbarsky
2004-09-01 18:04:17 +00:00
dwitte%stanford.edu
e338583f48
rename nsISafeFileOutputStream to nsISafeOutputStream, and make nsBufferedOutputStream aware of it, to make life easier on consumers.
...
b=251648, r=biesi, sr=darin, with thanks to darin and bz for suggestions.
2004-07-19 22:00:03 +00:00
dwitte%stanford.edu
8ad2e8e431
add --disable-cookies build option.
...
b=221885, r=bsmedberg, r+sr=darin
2004-07-19 04:57:02 +00:00
cbiesinger%web.de
534c3da969
fixing more win32 bustage
2004-07-15 21:32:42 +00:00
mvl%exedo.nl
5229c8ccbb
create a non-overwriting file output stream
...
bug 246675, r=biesi, sr=darin
2004-07-06 20:35:40 +00:00
darin%meer.net
6c4a94cbba
fixes bug 201040 "Unable to view page source of the page that uses IDN" r=biesi
2004-07-01 23:45:34 +00:00
cbiesinger%web.de
6263ab98d2
bug 248810 nsIStreamConverter[Service] uses wide strings for mime types
...
r+sr=darin
2004-06-29 16:45:07 +00:00