Cheng Zhao
|
7917aa8938
|
Merge pull request #246 from deepak1556/cookie_crypto_patch
initialize crypto delegate in CookieStoreConfig
|
2016-09-16 21:26:19 +09:00 |
|
Cheng Zhao
|
676a389ecd
|
Add new network parameters needed by chrome53
|
2016-09-07 17:54:55 +09:00 |
|
Cheng Zhao
|
ab14221a85
|
Fix API changes of Chrome 53
|
2016-09-06 17:22:52 +09:00 |
|
deepak1556
|
a56c6b1b79
|
initialize crypto delegate in CookieStoreConfig
|
2016-09-03 11:05:38 +05:30 |
|
Cheng Zhao
|
900225bb03
|
Put definetion of GetCookieableSchemes in .cc to match other methods
|
2016-08-05 16:23:31 +09:00 |
|
deepak1556
|
e96b224307
|
allow delegate to provide cookieable schemes
|
2016-08-04 12:21:54 +05:30 |
|
deepak1556
|
826fbf3e21
|
allow additional schemes that should support cookies
|
2016-08-03 15:52:09 +05:30 |
|
Cheng Zhao
|
4f3e9df055
|
Merge remote-tracking branch 'origin/master' into chrome52
|
2016-07-21 05:34:20 -06:00 |
|
Haojian Wu
|
7474e5ec28
|
Modernize to C++11 : NULL => nullptr
|
2016-07-10 12:30:17 +02:00 |
|
Cheng Zhao
|
4e9782897c
|
Update to API changes of Chrome 52
|
2016-07-04 15:06:05 +09:00 |
|
Cheng Zhao
|
8eca432b6d
|
Call on GetUserAgent on UI thread
|
2016-06-22 15:52:04 +09:00 |
|
Cheng Zhao
|
d37a120a6a
|
Provide access to JobFactory in URLRequestContextGetter
|
2016-06-15 20:31:11 +09:00 |
|
Cheng Zhao
|
e23ffd1694
|
Merge branch 'master' into chrome51
Conflicts:
browser/url_request_context_getter.cc
browser/url_request_context_getter.h
|
2016-05-23 19:46:28 +09:00 |
|
Cheng Zhao
|
851ef398fb
|
Adapt to changes of Chrome 51 API changes
|
2016-05-23 10:59:07 +09:00 |
|
deepak1556
|
b8e8e08f63
|
flags to control iwa enabled server whitelist
|
2016-05-21 23:40:02 +05:30 |
|
deepak1556
|
e716830671
|
flag to disable HTTP/2 and SPDY/3.1 protocols
|
2016-05-18 06:55:05 +05:30 |
|
Brian R. Bondy
|
9d31297d27
|
Use HttpNetworkSession::Params::enable_http2
next_protos is a private member now and HTTP1.1 is always added
|
2016-05-13 11:07:34 +09:00 |
|
deepak1556
|
de60acbfde
|
Fix race initialising DevtoolsNetworkController
|
2016-04-14 08:57:20 +05:30 |
|
Cheng Zhao
|
b68d2ba8b5
|
Fix compilation error on Windows
|
2016-03-10 15:56:13 +09:00 |
|
Cheng Zhao
|
5ce6592e1c
|
Handle nullptr in RequestConextGetter
|
2016-03-10 14:39:07 +09:00 |
|
Cheng Zhao
|
d3a39540b5
|
Fix compilation errors on OS X
|
2016-03-08 23:28:28 +09:00 |
|
Cheng Zhao
|
baf5f384cd
|
Pass() is deprecated for std::move
|
2016-03-08 20:59:29 +09:00 |
|
Paul Betts
|
6517dffa04
|
Start to update UrlRequestContextGetter
|
2016-03-07 22:58:25 -08:00 |
|
deepak1556
|
43add44f09
|
add list of next_protos to use
|
2015-12-08 03:39:05 -05:00 |
|
Cheng Zhao
|
75d0bc848d
|
Update to API changes of Chrome 47
|
2015-12-07 19:55:01 +08:00 |
|
Eran Tiktin
|
1a18c3a3af
|
Add support for --proxy-bypass-list
|
2015-11-22 22:56:35 +02:00 |
|
Robo
|
3dfb75b530
|
allow delegate to provide certificate verifier
|
2015-11-05 20:56:46 +05:30 |
|
Paul Betts
|
5168b44932
|
Remove our plumbed methods
|
2015-10-19 12:57:32 -07:00 |
|
Paul Betts
|
0d63eaa07b
|
Move the NTLM check to the URLRequestContextGetter delegate
|
2015-10-19 12:57:24 -07:00 |
|
Paul Betts
|
66a14c5eb5
|
Fallback to default behavior if boolean is false
|
2015-10-16 16:43:03 -07:00 |
|
Paul Betts
|
d123c8613d
|
Create a new API to trump IE security settings if desired
|
2015-10-16 16:40:30 -07:00 |
|
Paul Betts
|
2c21f1a304
|
Replace the default one with our own
|
2015-10-16 16:40:07 -07:00 |
|
Paul Betts
|
73a60ea3e3
|
Create a new URLSecurityManager that allows explicit settings
|
2015-10-16 16:39:42 -07:00 |
|
Cheng Zhao
|
abe749e6be
|
💄
|
2015-10-14 09:47:22 +08:00 |
|
Robo
|
ec6304c0b2
|
provide request context for nss_oscp initialisation
|
2015-10-13 18:20:12 +05:30 |
|
Robo
|
b7296d8a4e
|
set accept-language header from system locale
|
2015-10-09 13:21:53 +05:30 |
|
Robo
|
a1e646f1b3
|
enabling network emulation in devtools
|
2015-09-27 21:38:38 +05:30 |
|
Robo
|
5d9c41c416
|
allowing delegates to provide their sslconfigservice
|
2015-09-21 22:14:32 +05:30 |
|
Cheng Zhao
|
38a211db2e
|
Fix API changes
|
2015-09-02 15:16:34 +08:00 |
|
Robo
|
fa5c8fc943
|
handle partition config in browser context
|
2015-08-27 17:31:31 +05:30 |
|
Cheng Zhao
|
8a92ef34a7
|
Store NetLog in BrowserClient
|
2015-08-11 18:29:55 +08:00 |
|
Cheng Zhao
|
89546a9c19
|
Merge pull request #124 from deepak1556/devtools_network_patch
create netlog instance for devtoolsnetlogobserver
|
2015-07-16 06:35:29 -07:00 |
|
Robo
|
7496cb29fe
|
create netlog for devtoolsnetlogobserver
|
2015-07-15 00:54:28 +05:30 |
|
Cheng Zhao
|
6b1e4cc91a
|
Set user agent from the delegate
|
2015-07-14 11:37:57 -07:00 |
|
Cheng Zhao
|
8bb0ea438d
|
Enable override user agent in URLRequestContextGetter
|
2015-07-14 10:04:34 -07:00 |
|
Robo
|
ca09f32548
|
adding support for kProxyPacUrl
|
2015-07-10 13:52:02 +05:30 |
|
deepak1556
|
15255944b6
|
create net log instance only when needed
|
2015-06-08 19:19:44 +05:30 |
|
deepak1556
|
33f65ba981
|
fix crash on quit
|
2015-06-06 14:33:07 +05:30 |
|
deepak1556
|
ee6b14d1d8
|
adding support for kLogNetLog switch
|
2015-06-05 20:25:08 +05:30 |
|
Paul Betts
|
a18e5d7d5c
|
Come Correct with memory management
|
2015-05-05 22:35:48 -07:00 |
|