Andrea Marchesini
|
3d003581d1
|
Bug 1402888 - Remove nsIStreamTransportService::createOutputStream, r=smaug
|
2017-09-26 07:22:32 +02:00 |
|
Andrea Marchesini
|
2daba7f880
|
Bug 1402888 - Remove nsIStreamTransportService::createInputStream startOffset and readLimit params, r=smaug
|
2017-09-26 07:21:27 +02:00 |
|
Sylvestre Ledru
|
9d4a84d778
|
Bug 1378712 - Remove all trailing whitespaces r=Ehsan
MozReview-Commit-ID: Kdz2xtTF9EG
|
2017-07-06 14:00:35 +02:00 |
|
Bill McCloskey
|
ce42826bdf
|
Bug 1372405 - Provide names for all runnables in the tree (r=froydnj)
MozReview-Commit-ID: DKR6ROiHRS7
|
2017-06-26 14:19:58 -07:00 |
|
Carsten "Tomcat" Book
|
238bf154d5
|
Backed out changeset 4f6302a98ae4 (bug 1372405)
|
2017-06-21 13:59:26 +02:00 |
|
Bill McCloskey
|
67e8af4720
|
Bug 1372405 - Provide names for all runnables in the tree (r=froydnj)
MozReview-Commit-ID: DKR6ROiHRS7
|
2017-06-20 21:44:11 -07:00 |
|
Carsten "Tomcat" Book
|
bbe9441993
|
Backed out changeset 9846de3bd954 (bug 1372405)
|
2017-06-20 08:27:02 +02:00 |
|
Bill McCloskey
|
f69608368b
|
Bug 1372405 - Provide names for all runnables in the tree (r=froydnj)
MozReview-Commit-ID: DKR6ROiHRS7
|
2017-06-19 22:25:47 -07:00 |
|
Bill McCloskey
|
5aec5bf1e9
|
Bug 1365101 - Convert NS_GetCurrentThread uses in netwerk/ (r=meyhemer)
MozReview-Commit-ID: IHBt6XAG8em
|
2017-06-12 20:21:43 -07:00 |
|
Bill McCloskey
|
04b1343a42
|
Bug 1361164 - Add infallible IsOnCurrentThread to nsIEventTarget (r=froydnj)
MozReview-Commit-ID: 12bk9hQ7Wnv
|
2017-06-12 20:20:08 -07:00 |
|
Ehsan Akhgari
|
ac1709fef1
|
Bug 1368233 - Initialize all of the fields of AvailableEvent; r=mcmanus
|
2017-06-02 00:20:49 -04:00 |
|
Patrick McManus
|
943a320a50
|
Bug 1362388 - dont let File backed http requests find size on main thread r=nwgh
MozReview-Commit-ID: AFM4R0M7dmj
|
2017-05-05 17:51:13 -04:00 |
|
Wes Kocher
|
bfcdda8f89
|
Backed out 2 changesets (bug 1362388) for android build bustage in nsHttpChannel.cpp a=backout
Backed out changeset f5b4fbe31c01 (bug 1362388)
Backed out changeset 446ecc3f5715 (bug 1362388)
MozReview-Commit-ID: DI01cDPrgM7
|
2017-05-12 13:58:28 -07:00 |
|
Patrick McManus
|
f3e2c282bd
|
Bug 1362388 - dont let File backed http requests find size on main thread r=nwgh
MozReview-Commit-ID: AFM4R0M7dmj
|
2017-05-05 17:51:13 -04:00 |
|
Sebastian Hengst
|
d4427ce280
|
Backed out changeset a418e4a81c02 (bug 1362388) for build bustage from netwerk/protocol/http/nsHttpChannel.cpp:597 not being declared. r=backout
|
2017-05-11 18:01:01 +02:00 |
|
Patrick McManus
|
1dd7fb6b13
|
Bug 1362388 - dont let File backed http requests find size on main thread r=nwgh
MozReview-Commit-ID: AFM4R0M7dmj
|
2017-05-05 17:51:13 -04:00 |
|
Alexandre Lissy
|
b2834a3543
|
Bug 1284674 - Remove NUWA r=cyu
MozReview-Commit-ID: GyMRNzOBKw6
|
2016-08-02 14:54:00 +02:00 |
|
Xidorn Quan
|
4843f879c0
|
Bug 1276549 - Remove rvalue reference mark for already_AddRefed params of nsIEventTarget::Dispatch and related methods. r=froydnj
MozReview-Commit-ID: J5RAfGW3X7T
|
2016-06-01 10:04:54 +10:00 |
|
Patrick McManus
|
e01f1d0309
|
Bug 1274376 - more mozilla::net namespaces r=dragana
|
2016-05-18 22:02:57 -04:00 |
|
Kyle Huey
|
fd4a780de1
|
Bug 1269056: Part 1 - Implement a rough PostDelayedTask equivalent on nsThread. r=froydnj
|
2016-05-12 15:15:43 -07:00 |
|
Randell Jesup
|
9212636903
|
Bug 1155059: Patch 1&2 - Convert Dispatch() and friends to already_AddRefed<> r=froydnj
Modify Dispatch IDL and code to deal with MSVC issues with overloaded templates r=froydnj
|
2015-07-09 23:21:46 -04:00 |
|
Ehsan Akhgari
|
ea41d8de48
|
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 |
|
Thomas Zimmermann
|
b0a3327222
|
Bug 1137151: Mark destructor of |STSThreadPoolListener| as protected, r=mcmanus
|
2015-03-10 13:44:02 +01:00 |
|
James Kitchener
|
f3e2ed9bfd
|
Bug 1100184 - Flatten netwerk/base/{public,src}/ directories. r=mcmanus, r=poiru
|
2015-01-20 03:58:00 -05:00 |
|