Dragana Damjanovic
|
d83ab72f05
|
Bug 1035075 - Dispatch a runnable to wait for the PAC thread to shutdown. r=mcmanus
|
2014-08-14 01:59:00 -04:00 |
|
Patrick McManus
|
68e306f335
|
bug 1050063 - consider tls client hello version in alpn/npn offer list r=hurley r=keeler
|
2014-08-15 09:39:53 -04:00 |
|
Jan Beich
|
2cd6e9f411
|
Bug 1055113 - Unbreak non-unified build on FreeBSD after bug 988816. r=swu, r=jduell
|
2014-08-18 11:59:00 -04:00 |
|
Nicholas Hurley
|
068850377e
|
Bug 1054173 - Do not fail connections when receiving request headers. r=mcmanus
|
2014-08-18 14:59:32 -07:00 |
|
josullivan
|
4ecc0e4ae1
|
Bug 820391: Use DnsQuery on Windows. r=sworkman
From 21e22e494541d5e4c085a6ba84e1bc5b4c92330e Mon Sep 17 00:00:00 2001
---
netwerk/dns/DNS.cpp | 65 +++++++-
netwerk/dns/DNS.h | 6 +
netwerk/dns/GetAddrInfo.cpp | 362 +++++++++++++++++++++++++++++++++++++++++
netwerk/dns/GetAddrInfo.h | 65 ++++++++
netwerk/dns/moz.build | 1 +
netwerk/dns/nsHostResolver.cpp | 320 ++++++++++++++++++++++++++----------
netwerk/dns/nsHostResolver.h | 43 ++++-
7 files changed, 766 insertions(+), 96 deletions(-)
create mode 100644 netwerk/dns/GetAddrInfo.cpp
create mode 100644 netwerk/dns/GetAddrInfo.h
|
2014-08-15 17:25:06 -07:00 |
|
Michal Novotny
|
90ac1fc835
|
Bug 1054425 - cache2: leak in CacheFileMetadata::WriteMetadata, r=jduell
|
2014-08-18 21:11:40 +02:00 |
|
Michal Novotny
|
3de28086b8
|
Bug 1042192 - Use Cache2 I/O thread for callbacks from CacheFileIOManager, r=sworkman
|
2014-08-18 15:36:27 +02:00 |
|
Ryan VanderMeulen
|
d4dde7eee6
|
Merge m-c to inbound. a=merge
|
2014-08-15 17:04:03 -04:00 |
|
Ryan VanderMeulen
|
24a88dd7d4
|
Merge b2g-inbound to m-c. a=merge
|
2014-08-15 17:03:00 -04:00 |
|
Ed Morley
|
451be40554
|
Merge mozilla-central and b2g-inbound
|
2014-08-15 17:35:28 +01:00 |
|
Garrett Robinson
|
97ee67c6a9
|
Bug 1029155 - Tests for storing failed certificate chains r=keeler
|
2014-08-15 11:27:31 -07:00 |
|
Garrett Robinson
|
9b2820621f
|
Bug 1029155 - Store peer certificate chain from failed connections on TransportSecurityInfo r=keeler
|
2014-08-15 11:27:22 -07:00 |
|
Ethan Tseng
|
ef3a013663
|
Bug 1049235 - [MADAI][Multimedia] Some RTSP link does not operate seek function. r=sworkman
|
2014-08-08 16:48:02 +08:00 |
|
Sotaro Ikeda
|
6b37857940
|
Bug 1053204 - remove redundant close() r=bent
|
2014-08-13 20:57:24 -07:00 |
|
Seth Fowler
|
638ce4dcf1
|
Bug 913586 (Part 8) - Update Maybe users in netwerk. r=mcmanus
--HG--
extra : rebase_source : 9e5d4813ab463860a6339740e955a958b1902f8f
|
2014-08-13 15:42:16 -07:00 |
|
Michal Novotny
|
98b42b65eb
|
Bug 1026951 - Assertion failure: NS_IsMainThread() (OnStateStop should only be called on the main thread.). r=sworkman
|
2014-08-14 05:45:00 -04:00 |
|
Dragana Damjanovic
|
29ae85f646
|
Bug 1043256 - If unKnownDecoder needs to be used, Content_Encodings will be loaded before OnStartRequest is called on the listener. This makes an error in e10s because Content_Encodings will be loaded before HttpChannelParent can disable them. r=bagder
|
2014-08-13 10:52:00 -04:00 |
|
Gervase Markham
|
c6f2712ac2
|
Bug 1051892 - Fix comments in PSL. r=gerv
|
2014-08-13 07:39:00 -04:00 |
|
Frederico Neves
|
1855a221d4
|
Bug 1051875 - Update PSL for nom.br. r=gerv
|
2014-08-13 07:41:00 -04:00 |
|
Mehmet Gurevin
|
f8dbaed56f
|
Bug 1041035 - Add subTLDs for .tr to PSL. r=gerv
|
2014-08-13 07:45:00 -04:00 |
|
Stefano Rivera
|
d15fb491ec
|
Bug 1040729 - Add yolasite.com to PSL. r=gerv
|
2014-08-13 07:51:00 -04:00 |
|
Jonathan Rudenberg
|
24c654245a
|
Bug 1037901 - Add flynnhub.com to PSL. r=gerv
|
2014-08-13 07:53:00 -04:00 |
|
Gervase Markham
|
b46fd93721
|
Bug 1028347 - Remove k12.nd.us from PSL. r=gerv
|
2014-08-13 07:55:00 -04:00 |
|
Stefan Meinecke
|
7cb5cedc60
|
Bug 1024631 - Remove additional line breaks between 4rd level .us tld sections. r=gerv
|
2014-08-13 07:59:00 -04:00 |
|
Valentin Gosu
|
6568fdac17
|
Bug 1045886 - Remove Cache directory from Android profiles r=michal
|
2014-08-13 16:43:45 +03:00 |
|
Georgios Kontaxis
|
126022ad5a
|
Bug 1050348: nsChannelClassifier will update the security state of the document and fire a security state change event to include the nsIWebProgressListener::STATE_BLOCKED_TRACKING_CONTENT or STATE_LOADED_TRACKING_CONTENT flag depending on whether it is about to cancel a channel or skip tracking protection classification respectively. r=mcmanus
|
2014-08-12 13:53:15 -07:00 |
|
Shigeki Ohtsu
|
55c24f6b7c
|
Bug 1051982 - fix integer prefix to encode Header Table Size Update r=hurley
|
2014-08-12 09:31:26 +09:00 |
|
Ben Cartwright-Cox
|
14f9ccbc8e
|
Bug 1025002 - Update .et in PSL. r=gerv
|
2014-06-25 08:31:00 -04:00 |
|
Gervase Markham
|
dea8c71828
|
Bug 1024740 - Change one instance of engineering to engineer in the PSL. r=gerv
|
2014-06-13 02:40:00 -04:00 |
|
Geoff Brown
|
d964248d50
|
Bug 675039 - Enable some netwerk xpcshell tests; no review
|
2014-08-12 07:17:14 -06:00 |
|
Ed Morley
|
f7bdb794ef
|
Backed out changeset 48e333722371 (bug 1045886) for assertions during test_bug437844.xul
|
2014-08-12 12:00:13 +01:00 |
|
Valentin Gosu
|
85cfc04ae0
|
Bug 1045886 - Remove Cache directory from Android profiles r=michal
|
2014-08-12 12:04:13 +03:00 |
|
Michael Wu
|
58f9bd9241
|
Bug 1036394 - Add support for getting the zip entry from the jar channel, r=jduell
|
2014-08-04 11:54:28 -04:00 |
|
Ryan VanderMeulen
|
b0e8e0344f
|
Merge m-c to b2g-inbound. a=merge
|
2014-08-11 17:18:31 -04:00 |
|
Jason Duell
|
a939bf36b7
|
Bug 1049806 - b2g process leaks FDs. r=bent
|
2014-08-11 11:35:03 -07:00 |
|
Ryan VanderMeulen
|
1b6596a43d
|
Backed out changeset dc22b1e92554 (bug 1009648) for Windows debug shutdown crashes.
CLOSED TREE
|
2014-08-09 00:49:19 -04:00 |
|
J. Ryan Stinnett
|
1b2191be57
|
Bug 1040130 - Allow specifying a client cert for sockets. r=keeler, r=mcmanus
|
2014-08-07 16:32:00 -04:00 |
|
Valentin Gosu
|
cdd160f6ea
|
Bug 1009648 - nsStandardURL crashes when calling SetHost after Clear(). r=mcmanus
|
2014-08-08 19:44:21 +03:00 |
|
Patrick McManus
|
079c227905
|
bug 1050598 - test for proxy_over_tls pref and https proxying r=hurley
--HG--
extra : rebase_source : 27e7e50586e4a9778299912ce45858b0df873bbd
|
2014-08-06 17:23:18 -04:00 |
|
Patrick McManus
|
6d0f430a96
|
bug 1050598 - thread local jit context for pac instead of global r=hurley
--HG--
extra : rebase_source : a6f94aec59fdfafef5edc7770f7941a6a55c1923
|
2014-08-07 11:38:41 -04:00 |
|
Patrick McManus
|
d0aae02f51
|
bug 1050598 - changing the pac uri should be synchronous r=hurley
--HG--
extra : rebase_source : 15cbe1d0b6c0aa966d217d7a3c64f2295eedb923
|
2014-08-06 17:16:32 -04:00 |
|
Nathan Froyd
|
14fb6bfe4c
|
Bug 1050433 - part 2 - move TK_CFLAGS inclusion into moz.build; r=mshal
|
2014-08-07 14:46:58 -04:00 |
|
Nathan Froyd
|
103ed7a5b0
|
Bug 1050433 - part 1 - move effective_tld_names.dat into xpcshell manifest declarations; r=mshal
|
2014-08-07 14:46:15 -04:00 |
|
Patrick McManus
|
f425449e9d
|
bug 1050598 - fix proxy_over_tls pref r=hurley
--HG--
extra : rebase_source : 33517c42a9966930fd68912bf1c7a7b6fb4c2bb7
|
2014-07-30 12:02:00 -04:00 |
|
Valentin Gosu
|
13dcd9eb3e
|
Bug 1009648: Fix windows crash when removing from linked list r=mcmanus
|
2014-08-09 06:59:00 +03:00 |
|
Valentin Gosu
|
f068a9d368
|
Bug 1009648: nsStandardURL crashes when calling SetHost after Clear() r=mcmanus
|
2014-08-11 12:14:03 +03:00 |
|
Monica Chew
|
2487ba91d5
|
Bug 1033871: Check nsIPermissionManager before enabling tracking protection in nsChannelClassifier (r=mcmanus)
--HG--
rename : toolkit/components/url-classifier/tests/mochitest/classifiedAnnotatedFrame.html => toolkit/components/url-classifier/tests/mochitest/allowlistAnnotatedFrame.html
rename : toolkit/components/url-classifier/tests/mochitest/test_classified_annotations.html => toolkit/components/url-classifier/tests/mochitest/test_allowlisted_annotations.html
|
2014-08-08 13:52:28 -07:00 |
|
Nicholas Nethercote
|
8c60d14a1a
|
Bug 1050009 - Initialize pldhash tables with a length, not a capacity. r=roc.
* * *
imported patch rm-dummy-params
--HG--
extra : rebase_source : c25987eb11bae197218d5fc53b77def19afa36ac
|
2014-08-06 06:31:21 -07:00 |
|
Chris Peterson
|
6e2ecabbe3
|
Bug 1050103 - Mark netwerk/srtp as FAIL_ON_WARNINGS. r=rjesup a=kwierso
|
2014-08-06 21:30:00 -07:00 |
|
Nicholas Hurley
|
b4b1cf6efb
|
Bug 1047594 - Enable http2 and alpn by default r=mcmanus r=dkeeler a=kwierso
|
2014-08-07 15:53:09 -07:00 |
|