Owen Chu
|
f8f45e4564
|
Bug 704320 - Parse and implement meta tag-based referrer policies for documents and nsHttpChannels. (r=bz,mcmanus)
|
2014-11-18 08:46:29 -05:00 |
|
James Kitchener
|
d84910647d
|
Bug 971432 - Move baseURI to nsILoadInfo. r=bz
|
2014-11-05 01:34:00 +01:00 |
|
Christoph Kerschbaumer
|
9ea722dc57
|
Bug 1063197 - Callsites of NS_NewInputStreamChannel in /netwerk/ (r=mcmanus)
|
2014-10-16 11:14:35 -07:00 |
|
Christoph Kerschbaumer
|
594d5683cb
|
Bug 1053028 - Remove remaining relicts of deprecated X-CSP header (r=sstamm)
|
2014-08-12 21:15:56 -07:00 |
|
Boris Zbarsky
|
16d6c5ece7
|
Bug 965413 part 3. Add a .loadInfo property to channels. r=mcmanus
|
2014-07-10 02:56:36 -04:00 |
|
Patrick McManus
|
7888e433ba
|
bug 1003566 - part 1 - allowSTS attribute to nsIHttpChannel r=honzab
|
2014-06-04 09:57:15 -07:00 |
|
James Kitchener
|
a0bac0d895
|
Bug 464222 - Add a baseURI attribute to nsIViewSourceChannel. r=bz
|
2014-02-20 08:43:53 -05:00 |
|
James Kitchener
|
1ce9001799
|
Bug 964239 - Give selected channels awareness of srcdoc base URI. r=bz
|
2014-02-06 09:46:29 -05:00 |
|
Ehsan Akhgari
|
deb5a6a21b
|
Bug 919320 - Minimize the #includes in netwerk/protocol; r=mcmanus
|
2013-09-22 23:35:52 -04:00 |
|
James Kitchener
|
0f2fc0d4e4
|
Bug 912981 - Expose srcdoc status in nsIViewSourceChannel. r=bz
|
2013-09-10 13:40:35 -04:00 |
|
James Kitchener
|
add78aa43a
|
Bug 802895 - add srcdoc support to (InputStream|ViewSource)Channels r=bz sr=bsmedberg
|
2013-06-28 23:04:42 -04:00 |
|
Mike Perry
|
191357b41d
|
Bug 765934 - Expose XPCOM API for performing internal redirects. r=honza
|
2013-01-11 15:46:00 -08:00 |
|
Ian Melven
|
4788e23f28
|
Bug 783049 - CSP : use existing/old parser for X-Content-Security-Policy header, new/CSP 1.0 spec compliant parser for Content-Security-Policy header - Part 2 (r=bz)
|
2013-01-09 10:57:04 -08:00 |
|
Nick Hurley
|
5496cfa986
|
Bug 536324 part 2 - Change implementers of nsIChannel. r=sworkman
|
2012-10-22 10:51:07 -07:00 |
|
Neil Rashbrook
|
c4dbe6287c
|
Bug 803038 Can't view source of script error if it has attachment disposition r=bz,biesi
|
2012-10-20 00:40:36 +01:00 |
|
Tom Schuster
|
d324ddc0cc
|
Bug 795442 - Allow nsIChannel.contentDispositionFilename to be writable. r=jduell, sr=biesi
|
2012-10-02 09:43:00 -07:00 |
|
Makoto Kato
|
8696ddea08
|
Bug 784912 - nsIStreamListener.onDataAvailable should handle 64-bit offset. r=honza
|
2012-09-06 11:41:02 +09:00 |
|
Randell Jesup
|
3b4961b603
|
Bug 773151: Convert nsCAutoString->nsAutoCString CLOSED TREE r=bsmedberg
|
2012-09-01 22:35:17 -04:00 |
|
Ehsan Akhgari
|
243c878d26
|
Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg
This patch was generated by a script. Here's the source of the script for
future reference:
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*/.hg*" \
! -wholename "obj-ff-dbg*" \
! -name nsXPCOMCID.h \
! -name prtypes.h \
-type f \
\( -iname "*.cpp" \
-o -iname "*.h" \
-o -iname "*.c" \
-o -iname "*.cc" \
-o -iname "*.idl" \
-o -iname "*.ipdl" \
-o -iname "*.ipdlh" \
-o -iname "*.mm" \) | \
xargs -n 1 sed -i -e "s/\b$1\b/$2/g"
}
convert PRInt8 int8_t
convert PRUint8 uint8_t
convert PRInt16 int16_t
convert PRUint16 uint16_t
convert PRInt32 int32_t
convert PRUint32 uint32_t
convert PRInt64 int64_t
convert PRUint64 uint64_t
convert PRIntn int
convert PRUintn unsigned
convert PRSize size_t
convert PROffset32 int32_t
convert PROffset64 int64_t
convert PRPtrdiff ptrdiff_t
convert PRFloat64 double
|
2012-08-22 11:56:38 -04:00 |
|
Aryeh Gregor
|
8b4a23fc4c
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
Gervase Markham
|
cb6a072c2a
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Honza Bambas
|
369ee52e5c
|
Bug 748240 - view-source: doesn't load HTML from AppCache, r=bz
|
2012-05-12 11:42:20 +02:00 |
|
Ehsan Akhgari
|
478ad1a412
|
Bug 690892 - Replace PR_TRUE/PR_FALSE with true/false on mozilla-central; rs=dbaron
Landing on a CLOSED TREE
|
2011-10-17 10:59:28 -04:00 |
|
Michael Wu
|
0fe7772ece
|
Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones
|
2011-09-28 23:19:26 -07:00 |
|
Nick Hurley
|
5ed296a9f4
|
bug 589292 - add contentDisposition{Filename} props to nsIChannel. r=honzab sr=bzbarsky
|
2011-09-09 15:41:04 -07:00 |
|
Brandon Sterne
|
d3d489f0a6
|
Bug 561051 - make CSP frame-ancestors and X-Frame-Options work with viewSourceChannels, a=jst
|
2010-10-14 15:25:00 -07:00 |
|
Dan Witte
|
09f7b6c496
|
Back out Bug 536324 part 2.
|
2010-08-30 13:20:39 -07:00 |
|
Dan Witte
|
c6ddfeddf7
|
Back out Bug 589292.
|
2010-08-30 13:20:38 -07:00 |
|
Dan Witte
|
9905d3cc8c
|
Bug 589292 - e10s necko: add contentDisposition prop to nsIChannel. r=jduell, sr=biesi, a=beta5+
|
2010-08-25 17:51:21 -07:00 |
|
Dan Witte
|
d71a25bdf6
|
Bug 536324 - e10s HTTP: refactor nsHashPropertyBag. Part 2: contentLength implementors. r=jduell, a=beta5+
|
2010-08-21 00:31:11 -07:00 |
|
Mitchell Field
|
bc63774d7e
|
Bug 542222 - Reduce recursion in netwerk makefiles.
|
2010-06-05 21:18:12 -04:00 |
|