Ehsan Akhgari
|
883849ee32
|
Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj
This patch was automatically generated using the following script:
function convert() {
echo "Converting $1 to $2..."
find . \
! -wholename "*/.git*" \
! -wholename "obj-ff-dbg*" \
-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 MOZ_OVERRIDE override
convert MOZ_FINAL final
|
2015-03-21 12:28:04 -04:00 |
|
Dragana Damjanovic
|
5a2b70eda3
|
Bug 1111581 - Fix prefetch for e10s. r=mayhemer
CLOSED TREE
|
2015-02-27 09:41:21 -05:00 |
|
Ms2ger
|
cbdd3e820e
|
Backout changeset af0e56fc81b3 (bug 1111581) to hopefully fix m-dt timeouts on a CLOSED TREE.
|
2015-02-27 12:02:02 +01:00 |
|
Dragana Damjanovic
|
96651496de
|
Bug 1111581 - Fix prefetch for e10s. r=mayhemer
|
2015-02-25 04:57:00 -05:00 |
|
Christoph Kerschbaumer
|
29facae35b
|
Bug 1041180: Remove deprecated nsIChannelPolicy (r=sstamm,jduell,jst)
|
2014-10-15 19:11:45 -07:00 |
|
Christoph Kerschbaumer
|
92c6b4b38d
|
Bug 1038756: Callsites creating a channel in /uriloader/ (r=honzab)
|
2014-09-21 09:44:12 -07:00 |
|
Ehsan Akhgari
|
749f4537e3
|
Bug 1061000 - Fix more bad implicit constructors in uriloader; r=bzbarsky
|
2014-09-03 08:10:55 -04:00 |
|
Steve Workman
|
72470d21f0
|
Bug 1054572 - Remove redundant references to HTTP cache v1 API r=mayhemer
|
2014-08-22 15:17:32 -07:00 |
|
Wes Kocher
|
0b164a61dd
|
Backed out 3 changesets (bug 1054572) for being the apparent cause of ASAN m-3 leaks
Backed out changeset cbd1a7c4d0b0 (bug 1054572)
Backed out changeset 466d677dacc0 (bug 1054572)
Backed out changeset 8b49480288aa (bug 1054572)
|
2014-08-22 12:45:29 -07:00 |
|
Steve Workman
|
ff26b43196
|
Bug 1054572 - Remove redundant references to HTTP cache v1 API r=mayhemer
|
2014-08-22 10:49:29 -07:00 |
|
Benoit Jacob
|
6cbcf7b515
|
Bug 1028588 - Fix dangerous public destructors in uriloader - r=smaug
|
2014-06-23 14:49:09 -04:00 |
|
Birunthan Mohanathas
|
5f1fde8824
|
Bug 900908 - Part 3: Change uses of numbered macros in nsIClassInfoImpl.h/nsISupportsImpl.h to the variadic variants. r=froydnj
|
2014-04-27 03:06:00 -04:00 |
|
Ehsan Akhgari
|
1b83407ce9
|
Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc
This patch was automatically generated by the following script:
#!/bin/bash
# Command to convert PRUnichar to char16_t
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*modules/libmar*" \
! -wholename "*/.hg*" \
! -wholename "obj-ff-dbg*" \
! -name prtypes.h \
! -name Char16.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 PRUnichar char16_t
|
2014-01-04 10:02:17 -05:00 |
|
Masatoshi Kimura
|
5658a0e904
|
Bug 950311 - deCOM nsIDOMLoadStatus. r=mayhemer
|
2013-12-19 00:11:54 +09:00 |
|
Honza Bambas
|
c736392bfc
|
Bug 937582. r=mcmanus
|
2013-12-02 14:37:37 -05:00 |
|
Chris Peterson
|
b3756eee30
|
Bug 940235 - Build uriloader in unified mode. r=ehsan
|
2013-11-18 23:50:59 -08:00 |
|
Honza Bambas
|
894ba59236
|
Bug 913807 - HTTP cache v2: API+top service+integration+tests, off by default, r=michal+ehsan+mark.finkle+fabrice+mhammond+gavin
|
2013-09-20 11:11:25 +02:00 |
|
Cykesiopka
|
ca4fe03bf6
|
Bug 443015 - Remove deprecated nsIPrefetchService methods. r=bz
|
2013-05-29 20:56:10 -04:00 |
|
Nick Hurley
|
3b308213ec
|
Bug 536324 part 3 - Change consumers of nsIChannel. r=sworkman
|
2012-10-22 10:51:07 -07:00 |
|
Andrew Quartey
|
00edc52f9c
|
Bug 792581 - part 19: Replace LL_I2L macro with int64_t cast. r=ehsan
|
2012-10-12 13:29:11 -04:00 |
|
Andrew Quartey
|
ea5e17dc9c
|
Bug 792581 - part 15: Replace LL_L2I macro with int32_t cast. r=ehsan
|
2012-10-12 13:29:10 -04:00 |
|
Andrew Quartey
|
58aa97ec8b
|
Bug 792581 - part 12: Replace LL_DIV with division operator. r=ehsan
|
2012-10-05 01:05:28 -04:00 |
|
Ehsan Akhgari
|
b8812e5ab8
|
Bug 788923 - Part 2: Use the load group of the document that the source node belongs to when prefetching links; r=bzbarsky
|
2012-09-07 14:06:44 -04:00 |
|
Makoto Kato
|
1356f06137
|
Bug 784912 - nsIStreamListener.onDataAvailable should handle 64-bit offset. r=honza
|
2012-09-06 11:41:02 +09:00 |
|
Aryeh Gregor
|
afd8cc68eb
|
Bug 782594 - No, storing a 32-bit error code in a 16-bit variable is not "somewhat sensible"; r=bz
|
2012-08-14 12:10:42 +03:00 |
|
Randell Jesup
|
65539ef89c
|
Bug 773151: Convert nsCAutoString->nsAutoCString CLOSED TREE r=bsmedberg
|
2012-09-01 22:35:17 -04:00 |
|
Ehsan Akhgari
|
e368dc9c85
|
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
|
a88ffe5c80
|
Bug 626472 part 3 - Remove nsnull for good; r=ehsan
|
2012-08-12 13:43:47 +03:00 |
|
Honza Bambas
|
a5142cc259
|
Bug 766210 - Delay updating nsPrefetchNode's reference to redirect channel until we know redirect is approved, r=jduell
|
2012-07-31 20:59:17 +02:00 |
|
Aryeh Gregor
|
d0ad5a7d0c
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
David Zbarsky
|
d2ee12f6f9
|
Bug 763350 - Clean up some includes in content/ and dom/ r=smaug
|
2012-07-01 16:45:59 -07:00 |
|
Ehsan Akhgari
|
ebe2cd619b
|
Bug 758992 - Make the classes which use the XPCOM nsISupports implementation macros final, to avoid the warning about deleting using a pointer to a base class with virtual functions and no virtual dtor (uriloader parts); r=bzbarsky
|
2012-06-12 23:53:09 -04:00 |
|
Gervase Markham
|
82ff7027aa
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Simon Montagu
|
6055067770
|
Move nsIDocCharset out of intl/chardet into nsIDocShell, Bug 713825, r=bz
|
2012-01-24 11:52:04 +02:00 |
|
Oonishi Atsushi
|
8f0353652d
|
Bug 311007 - Add aFlags arg to onLocationChange(...), to distinguish between same-document and different-document. r=smaug, sr=bzbarsky
|
2011-11-10 15:01:11 +01:00 |
|
Ehsan Akhgari
|
92064e6d3f
|
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
|
d2b70213ac
|
Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones
--HG--
rename : tools/trace-malloc/bloatblame.c => tools/trace-malloc/bloatblame.cpp
|
2011-09-28 23:19:26 -07:00 |
|
Masayuki Nakano
|
7e6f0bf53f
|
Bug 666903 uriloader should use mozilla::Preferences r=bz
|
2011-07-01 17:35:28 +09:00 |
|
Masayuki Nakano
|
91f7fc26f5
|
back out previous checkin
|
2011-07-01 16:37:06 +09:00 |
|
Masayuki Nakano
|
2b3a67cdae
|
Bug 666903 uriloader should use mozilla::Preferences r=bz
|
2011-07-01 15:26:10 +09:00 |
|
Jason Duell
|
8bf9f62938
|
Bug Remove unused code from nsPrefetchNode::AsyncOnChannelRedirect, r=bzbarsky
Looks like this was overlooked in bug 442803
|
2011-05-25 16:26:51 -04:00 |
|
Dan Witte
|
cf69667c0d
|
Back out Bug 536324 part 3.
|
2010-08-30 13:20:39 -07:00 |
|
Dan Witte
|
9d758b2bce
|
Bug 536324 - e10s HTTP: refactor nsHashPropertyBag. Part 3: contentLength consumers. r=jduell, a=beta5+
|
2010-08-21 00:31:35 -07:00 |
|
Bjarne
|
ed732b9f7f
|
Bug 546606 - Make redirect API async - part 2; r=honzab.moz,cbiesinger,bjarne,jst sr=jst
|
2010-08-04 22:15:55 -04:00 |
|
Mitchell Field
|
f544d71a9d
|
Bug 560095 - Use mozilla::services::GetObserverService(). r=biesi,dveditz,gavin,josh,jst,mrbkap,roc,sdwilsh,shaver,sicking,smontagu,surkov
|
2010-04-29 18:59:13 +02:00 |
|
Dave Camp
|
bf4b7538a7
|
Bug 442584 - Prefetching stops working until Firefox is restarted. r=jduell, sr=jst
|
2009-02-24 23:12:12 -08:00 |
|
Christian Biesinger
|
a8e3675df3
|
Bug 451572 - Allow prefetching between all combinations of HTTP and HTTPS
source and target
r+sr=bzbarsky
|
2008-09-30 10:53:48 +02:00 |
|
Dave Camp
|
0968273f82
|
Bug 442803: Remove offline fetching from nsPrefetchService.cpp. r+sr=bz
|
2008-08-24 20:37:10 -07:00 |
|
Dave Camp
|
01ca11fc8d
|
Backed out changeset bbaf0d5fef61 (bug 442803)
|
2008-08-19 22:54:37 -07:00 |
|
Dave Camp
|
c57900b94b
|
Bug 442803: Remove offline fetching from nsPrefetchService.cpp. r+sr=bz
|
2008-08-19 19:28:46 -07:00 |
|