gecko-dev/netwerk
Michal Novotny 595b225323 Bug 1547266 - Make sure Http2PushedStream is used only on socket thread, r=dragana
Raw pointer to Http2PushedStream is passed to nsHttpChannel and nsHttpTransaction to get it back to a new Http2Stream in the Http2Session. As a result Http2PushedStream's methods can be called on a wrong thread and possibly on already freed object. This patch uses Http2PushedStreamWrapper instead, which takes care about thread safety and checks if the object is still alive.

Differential Revision: https://phabricator.services.mozilla.com/D33511

--HG--
extra : moz-landing-system : lando
2019-06-18 23:36:54 +00:00
..
base Backed out 2 changesets (bug 1546816) for causing test_navigation.py and test_js_cert_override_service.js to permafail CLOSED TREE 2019-06-15 10:55:58 +03:00
build Bug 1536744 - Add nsResProtocolHandler::GetSingleton() r=baku 2019-05-28 13:46:17 +00:00
cache Bug 1557904. Stop using [array] in appcache interfaces. r=mayhemer 2019-06-12 12:02:37 +00:00
cache2 Bug 1552795 - Remove all trailing whitespaces in idl files r=Ehsan 2019-05-22 22:37:14 +00:00
cookie Bug 1410013 - Change aValue parameter of nsICookieManager.add to AUTF8String to align with nsICookie change. r=Ehsan 2019-06-17 20:48:30 +00:00
dns Bug 1558495 - Make sure we retry the TRR connection if it fails r=agrover 2019-06-14 21:49:10 +00:00
ipc Bug 1555036 - If there is a Cross-Origin-Opener-Policy mismatch and the SANDBOXED_AUXILIARY_NAVIGATION is set navigate to a network error r=mayhemer 2019-06-14 21:48:51 +00:00
locales Bug 1523249, r=valentin 2019-01-30 11:39:42 +00:00
mime Bug 1552795 - Remove all trailing whitespaces in idl files r=Ehsan 2019-05-22 22:37:14 +00:00
protocol Bug 1547266 - Make sure Http2PushedStream is used only on socket thread, r=dragana 2019-06-18 23:36:54 +00:00
sctp Bug 1381136: Stop sending with PPID fragmentation. r=ng 2019-06-11 19:44:02 +00:00
socket Backed out 2 changesets (bug 1546816) for causing test_navigation.py and test_js_cert_override_service.js to permafail CLOSED TREE 2019-06-15 10:55:58 +03:00
srtp
streamconv Bug 1478950 - Fix parsing filename in OS/2 FTP listing, r=valentin 2019-06-11 19:18:36 +00:00
system Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
test Bug 1558495 - Make sure we retry the TRR connection if it fails r=agrover 2019-06-14 21:49:10 +00:00
url-classifier Bug 1557793 part 3. Change the signatures of various nsContentUtils localization methods to play nicer with the new stringbundle API. r=smaug 2019-06-08 21:26:12 +00:00
wifi Bug 1558553. Stop using [array] in nsIWifiListener. r=valentin 2019-06-11 18:59:50 +00:00
moz.build Bug 1511436 - Cleanup URL-Classifier code - part 1 - nsIUrlClassifierFeature, r=dimi 2018-12-14 12:40:16 +01:00
necko-config.h.in