Sign in
chromium
/
chromium
/
src.git
/
aee5c031a69ebb58dffc6618244c0cb8efbcbb39
/
content
/
browser
/
loader
/
navigation_url_loader_impl.cc
aee5c031
Make content::ResourceType an enum class.
by Daniel Cheng
· 6 years ago
4dd1f3c
Reland "Move loading of data URLs out of the network process."
by John Abd-El-Malek
· 6 years ago
62a23d4
Revert "Move loading of data URLs out of the network process."
by Findit
· 6 years ago
f45ff75d
Move loading of data URLs out of the network process.
by John Abd-El-Malek
· 6 years ago
0e2bae0
service worker: Simplify "request handler" classes.
by Matt Falkenhagen
· 6 years ago
08e9995
Fix URLLoaderInterceptor not intercepting non-network schemes for navigations when the network service is enabled.
by John Abd-El-Malek
· 6 years ago
5a0dd4c
[AW NS] Make sure to execute onReceivedError callback for redirect errors and add new test.
by Tim Volodine
· 6 years ago
b8c4610
[DevTools] Add renderer request ID to requestIntercepted
by Joey Arhar
· 6 years ago
74519de
[NS][AW] Allow proxying data scheme urls for navigations.
by Tim Volodine
· 6 years ago
2a5553c
Register an about URL handler in RenderFrameHostImpl.
by Robbie McElrath
· 6 years ago
f586da6
Add a policy for controlling Signed Exchange loading.
by Kunihiko Sakamoto
· 6 years ago
2039e5a
service worker: ServiceWorkerRequestHandler is only for main resources.
by Matt Falkenhagen
· 6 years ago
db091cdd
Reland "SignedExchange: Fallback redirect shouldn't accept signed-exchange"
by Kunihiko Sakamoto
· 6 years ago
43078de
Revert "SignedExchange: Fallback redirect shouldn't accept signed-exchange"
by John Budorick
· 6 years ago
572274c
SignedExchange: Fallback redirect shouldn't accept signed-exchange
by Kunihiko Sakamoto
· 6 years ago
af79ca9b
Expand NavigationDownloadPolicy to contain 2 bitmasks: observed_types/disallowed_types
by Yao Xiao
· 6 years ago
fc21834
[AW NS] Add support for custom intercept-only URLLoaderFactory when handling external protocols.
by Tim Volodine
· 6 years ago
a7d9b33
Replace "= nullptr" by ".reset()" for owning pointer
by arthursonzogni
· 6 years ago
68ad427
service worker: Remove non-servicified path for browser-side navigations.
by Matt Falkenhagen
· 6 years ago
82c0cea0
Remove non-servicified service worker path from NavigationURLLoaderImpl.
by Matt Falkenhagen
· 6 years ago
6e5c429
Remove interceptor disabled path from NavigationURLLoaderImpl.
by Matt Falkenhagen
· 6 years ago
ece48660
Do no use AppCache after a successful 304 response.
by arthursonzogni
· 6 years ago
f3926bd
Remove NavigationURLLoaderImpl::OnComplete net::OK case.
by arthursonzogni
· 6 years ago
ab1c9af
Fix downloading from extensions scheme with the network service.
by John Abd-El-Malek
· 6 years ago
29950eb
Allow extensions to intercept service worker navigation preload requests.
by Matt Falkenhagen
· 6 years ago
1726e18
NS: Support WebRequest with download link requests
by Ken Rockot
· 6 years ago
7d0f5bd6
Signed Exchange: Request Matching
by Kunihiko Sakamoto
· 6 years ago
50ed8305b
Remove Origin Trial code for Signed HTTP Exchange
by Kunihiko Sakamoto
· 6 years ago
27d93f41
Creating an HTTPS Server Preview net URLLoader
by Ryan Sturm
· 6 years ago
56b0ac8
Histogram how much time we spend hopping between the UI and IO thread during navigations.
by John Abd-El-Malek
· 6 years ago
649c05f
Run browser_tests with webRequest proxy forced on mojo FYI bots
by Clark DuVall
· 6 years ago
e931516
Use per-frame task runner at WebSocketHandshakeThrottle and MimeSniffingLoader
by Hajime Hoshi
· 6 years ago
d0a953d
Support document.referrer in SXG
by Tsuyoshi Horo
· 6 years ago
1524017
Updating PreviewsState for IO thread redirects
by Ryan Sturm
· 6 years ago
0190a3b
OOR-CORS: OffTheRecordProfile support
by Takashi Toyoshima
· 6 years ago
62a4f435
Refactor: replace optional<vector> by vector.
by Arthur Sonzogni
· 6 years ago
8efa11f
Support registerProtocolHandler with network service.
by John Abd-El-Malek
· 6 years ago
b8465ff7
Increase scope of URLLoader::FollowRedirect() API implementation.
by Arthur Sonzogni
· 6 years ago
72bd2ef7
DevTools: support interception for file: schema
by Andrey Kosyakov
· 6 years ago
a2f290c
Retire three //net histograms
by Ryan Sleevi
· 6 years ago
93e7c55c
Add initiator origin information to all renderer-initiated navigations.
by Nasko Oskov
· 6 years ago
395d7308
Factor out common code for NavigationURLLoader::Start* into StartInternal
by Kinuko Yasuda
· 7 years ago
be37f91
Plumb the top frame origin of resource requests to the net stack
by Josh Karlin
· 7 years ago
0d9f17b
Making sure CORB is enforced in presence of NetworkService+AppCache.
by John Abd-El-Malek
· 7 years ago
7d47a55b
AboutURLLoader: check for data pipe creation.
by Arthur Sonzogni
· 7 years ago
deddf2b
OOR-CORS: Origin access list support for FileURLLoader
by Takashi Toyoshima
· 7 years ago
650e1142
Add an API for adding browser-side UseCounters to //content
by Charlie Harrison
· 7 years ago
cdbc791
OnionSoup: Move ControllerServiceWorker from content/ to blink/
by Hiroki Nakagawa
· 7 years ago
d275da5
Revert instrumentation for a crash that is fixed.
by Matt Falkenhagen
· 7 years ago
a5e25b75
Allow modifying/viewing special WebRequest headers with network service
by Clark DuVall
· 7 years ago
50ff7cb
service worker: Rename provider host's document_url_ to url_.
by Matt Falkenhagen
· 7 years ago
09ee5e7
Make fetches from service worker go through webRequest API
by Kenichi Ishibashi
· 7 years ago
9ecea5f7
Reset the state of SWProviderHost when SXGRequestHandler handles the response.
by Tsuyoshi Horo
· 7 years ago
b24393f3
[AW NS] Handle unsupported url schemes (NS code path)
by Tim Volodine
· 7 years ago
cd8d31b
Copy previews state to net::ResourceRequest from common params
by rajendrant
· 7 years ago
2dfa163
AboutURLLoader: send an empty response's body.
by Arthur Sonzogni
· 7 years ago
d0a70f4
Remove some duplicate code between NavigationURLLoaderImpl and ResourceDispatcherHostImpl::BeginNavigationRequest.
by John Abd-El-Malek
· 7 years ago
c460cb6
Fix modified headers from URLLoaderThrottles not being sent over the network.
by John Abd-El-Malek
· 7 years ago
e3457f5
Collect metrics for downloads from opener navigations
by Charlie Harrison
· 7 years ago
d8b32e5
Fix safe search policy not working.
by John Abd-El-Malek
· 7 years ago
7045466
Refactor NavigationURLLoaderImpl::URLLoaderRequestController
by Tsuyoshi Horo
· 7 years ago
f2d4ff7
Extract instrumentation methods from RenderFrameDevToolsAgentHost into devtools_instrumentation
by Andrey Kosyakov
· 7 years ago
c8d8e9e
Use correct URL for handling Signed Exchange after redirects
by Tsuyoshi Horo
· 7 years ago
0885b0f
Skip downloading by using a flag in ResourceResponse
by Makoto Shimazu
· 7 years ago
aa05092f
Reland "Switching Previews triggering from the IO thread to the UI thread"
by Ryan Sturm
· 7 years ago
7c671009
Revert "Switching Previews triggering from the IO thread to the UI thread"
by Ryan Sturm
· 7 years ago
310c6fa
Switching Previews triggering from the IO thread to the UI thread
by Ryan Sturm
· 7 years ago
5a8004e
[Android WebView] Make sure to set has_user_gesture when creating ResourceRequest
by Tim Volodine
· 7 years ago
0fd45315
Skip other interceptors after SignedExchangeRequestHandler started handling the request
by Tsuyoshi Horo
· 7 years ago
e558158
Add about: handler for redirects in network service
by Clark DuVall
· 7 years ago
8a58a98
SignedExchange: Notify SignedExchangePrefetchMetricRecorder when prefetch
by Kouhei Ueno
· 7 years ago
c9dd0b4
Fix Navigation.Time* UMAs not being sent for network service path.
by John Abd-El-Malek
· 7 years ago
578a959
Signed Exchange: Cancel ResourceDispatcherHostImpl request on fallback redirect
by Kunihiko Sakamoto
· 7 years ago
5a4205f
Signed exchange: Remove stale comment in NavigationURLLoaderImpl
by Kunihiko Sakamoto
· 7 years ago
8016441
Support content:// URLs on Android using Network Service.
by Eric Roman
· 7 years ago
4f8104c
Abort navigations on 304 responses.
by Matt Menke
· 7 years ago
2243e800
Remove support for Token Binding
by Nick Harper
· 7 years ago
76273365
s/GURL/url::Origin/ in ContentBrowserClient::WillCreateURLLoaderFactory.
by Lukasz Anforowicz
· 7 years ago
6e5bd03
Reland "Send SXG accept header of navigation only to limited origins for Origin Trial."
by Tsuyoshi Horo
· 7 years ago
4762a83
Revert "Send SXG accept header of navigation only to limited origins for Origin Trial."
by Findit
· 7 years ago
b5d1174
Send SXG accept header of navigation only to limited origins for Origin Trial.
by Tsuyoshi Horo
· 7 years ago
90b1a0d
Allow file/filesystem schemes to redirect to same scheme.
by Chris Mumford
· 7 years ago
2ba89415
NetworkService: add instrumentation for OnStartLoadingResponseBody crash.
by Matt Falkenhagen
· 7 years ago
8652dcd5
content: Replace uses of BrowserThread task posting with post_task.h API
by Eric Seckler
· 7 years ago
01f0403
[OnionSoup] Remove content::RequestContextType
by Richard Li
· 7 years ago
8dc4e50
Make bypass redirect checks logic more robust
by Clark DuVall
· 7 years ago
cc3e7e5
service worker: Don't throttle again after network fallback.
by Matt Falkenhagen
· 7 years ago
24bf833
Implement signin header modifications for sub-resource requests
by Reilly Grant
· 7 years ago
9ee2a71
Get web packaging working with network service.
by John Abd-El-Malek
· 7 years ago
34ab40c
Use network::mojom::kURLLoadOptionSniffMimeType everywhere
by Makoto Shimazu
· 7 years ago
4376512
service worker: Apply navigation throttles before the fetch event.
by Matt Falkenhagen
· 7 years ago
21ab4ad26
Signed Exchange: Redirect on verification failure
by Kunihiko Sakamoto
· 7 years ago
d9cad56
Make cert transparency histogram work with the NetworkService.
by Matt Menke
· 7 years ago
b2680c2
Enable subresource redirects to all schemes with network service
by Clark DuVall
· 7 years ago
139bf44
Stop sending SSLInfo from network service for subframe navigations.
by Livvie Lin
· 7 years ago
2e0f0bb3
NavigationURLLoaderImpl: Fix GCC build after #580595
by Raphael Kubo da Costa
· 7 years ago
44db142
[TaskScheduler] Remove temporary forwarding headers and mass migrate users
by Gabriel Charette
· 7 years ago
ffaaf85f
[TaskScheduler] Forward all public TaskScheduler headers to forwarding headers in preparation for source move
by Gabriel Charette
· 7 years ago
bf7722f
Reland "Fixes ExtensionWebRequestApiTest.WebRequestBlocking with network service"
by Clark DuVall
· 7 years ago
2bd72d8
NetworkService: Fix case when HTTP error page is sniffed as a download.
by Matt Menke
· 7 years ago
Next »