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