Henri Sivonen
|
5a80544508
|
Bug 1293252 - Transfer document quirkiness via the speculative load queue. r=wchen
MozReview-Commit-ID: 4lTbxSSrCf4
|
2016-08-25 12:20:58 +03:00 |
|
Christoph Kerschbaumer
|
af019e7b22
|
Bug 663570 - MetaCSP Part 4: Speculative parser changes (r=bz)
|
2015-11-14 19:28:51 -08:00 |
|
Francois Marier
|
0c5febeb03
|
Bug 992096 - Implement Sub Resource Integrity [1/2]. r=baku,r=ckerschb
Code changes
|
2015-08-12 20:19:11 -07:00 |
|
Franziskus Kiefer
|
7a586a418e
|
Bug 1166910 - Referrer attribute for img tag. r=ckerschb, r=hsivonen, r=bz
|
2015-06-05 15:25:24 -07:00 |
|
Carsten "Tomcat" Book
|
cb8e2da810
|
Backed out changeset f5f3827ffcf1 (bug 1166910) for bustage
|
2015-07-01 08:19:28 +02:00 |
|
Franziskus Kiefer
|
76b5864bfa
|
Bug 1166910 - referrer attribute for img tag. r=hsivonen
|
2015-06-05 15:25:24 -07:00 |
|
Patrick McManus
|
5b5cf0d404
|
bug 1174152 - crossorigin attribute for link rel=preconnect r=hsivonen
|
2015-06-19 17:11:42 -04:00 |
|
Carsten "Tomcat" Book
|
707c9e1393
|
Backed out changeset feb7cd25aafb (bug 1174152) for mulet timeout in test_rel_preconnect.html
|
2015-06-17 16:58:57 +02:00 |
|
Patrick McManus
|
5216e64bac
|
bug 1174152 link rel=preconnect crossorigin=anonymous r=hsivonen
|
2015-05-06 10:09:27 -04:00 |
|
Patrick McManus
|
2ffafe6be3
|
bug 1150136 - rel=preconnect from html parser r=hsivonen
|
2015-05-05 20:55:18 -04:00 |
|
John Schoenick
|
303bd3cb54
|
Bug 1067345 - Part 3 - Implement speculative load operations for <picture> and <img srcset>
|
2014-12-10 18:54:00 -05:00 |
|
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 |
|
Patrick McManus
|
e02ad04f62
|
bug 792438 part 1 - identify css and head-based-js as dedicated network resources r=bz
|
2012-12-04 18:06:29 -05:00 |
|
Randell Jesup
|
3b4961b603
|
Bug 773151: Convert nsCAutoString->nsAutoCString CLOSED TREE r=bsmedberg
|
2012-09-01 22:35:17 -04:00 |
|
Boris Zbarsky
|
a198282cca
|
Bug 732209 part 3. Communicate the CORS state of preloads to the CSS loader. r=sicking,hsivonen
|
2012-08-28 13:10:08 -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 |
|
Gervase Markham
|
d697fdc8ec
|
Bug 759095 - upgrade license to MPL 2, and other licensing cleanups.
|
2012-05-29 16:52:43 +01:00 |
|
Boris Zbarsky
|
30d7cb00f8
|
Bug 696301 part 2. Communicate the crossorigin preload state from the parser to the scriptloader. r=sicking,hsivonen
|
2012-03-10 10:13:52 -06:00 |
|
Henri Sivonen
|
1fa592b573
|
Bug 675499 - Transfer initially sniffed document charset through the speculative load queue to avoid race conditions. r=bzbarsky.
|
2011-08-02 20:45:38 +03:00 |
|
Boris Zbarsky
|
be843fdd7b
|
Bug 672014. Pass the crossorigin attribute through to image preloading code. r=joe,hsivonen
|
2011-07-29 14:30:00 -04:00 |
|
Boris Zbarsky
|
43e535c970
|
Back out changeset f5aecf9010ef (bug 672014) due to build bustage.
|
2011-07-29 15:29:01 -04:00 |
|
Boris Zbarsky
|
ee9e6f2a2e
|
Bug 672014. Pass the crossorigin attribute through to image preloading code. r=joe,hsivonen
|
2011-07-29 14:30:00 -04:00 |
|
Henri Sivonen
|
1e44df8f79
|
Bug 534293 - Make speculative loads initiated by the HTML5 parser take <base> into account. r=jst, a=blocking2.0-betaN.
|
2010-07-26 14:18:43 +03:00 |
|
Henri Sivonen
|
4793e2d1fd
|
Bug 543458 - Make the HTML5 tree op executor use nsContentSink code for deciding when to return to the event loop. r=bnewman.
|
2010-02-26 11:18:38 +02:00 |
|