1. 01f0403 [OnionSoup] Remove content::RequestContextType by Richard Li · 7 years ago
  2. 09060bdf7 Use content::GlobalFrameRoutingId instead of std::pair<int, int>. by Lukasz Anforowicz · 7 years ago
  3. 34ab40c Use network::mojom::kURLLoadOptionSniffMimeType everywhere by Makoto Shimazu · 7 years ago
  4. e1e8de5 Reland "Inline ResourceDispatcherHostImpl::CreateBaseResourceHandler" by Yutaka Hirano · 7 years ago
  5. 12bb3f0 Get LoadStatus working with network service. by John Abd-El-Malek · 7 years ago
  6. af8095d Obsolete Net.ResourceDispatcherHost.OutstandingRequests.* histograms by Helen Li · 7 years ago
  7. ff60c141 Create GlobalRequestID by ResourceDispatcherHost when non-NetworkService by Makoto Shimazu · 7 years ago
  8. c1ab712 Stop using x-devtools-emulate-network-conditions-client-id header by Tsuyoshi Horo · 7 years ago
  9. c6185fc Plumb URLLoadOptions to MojoAsyncResourceHandler by Makoto Shimazu · 7 years ago
  10. 9ebd7ba Remove DownloadToFile support from the loading stack. by Marijn Kruisselbrink · 7 years ago
  11. 83bd6269 Record request mode for each load by Yutaka Hirano · 7 years ago
  12. 896fd559 Fix ResourceDispatcherHostImpl to InvalidateWeakPtrs() on IO thread. by Wez · 7 years ago
  13. 02ba63f Remove some transfer navigation logic by csharrison · 7 years ago
  14. d7cd4e7 Network Service: Fix LoginPromptBrowserTest.BlockCrossdomainPromptForSubresources by Jun Cai · 7 years ago
  15. 662d723c NavigationMojoResponse: Remove the old code path [1/4] by arthursonzogni · 7 years ago
  16. a36f641 Beef up and de-flake UpdateLoadState test by Charlie Harrison · 7 years ago
  17. 2304dfae Remove Net.ResourceDispatcherHost.PeakOutstandingRequests UMA by Kunihiko Sakamoto · 7 years ago
  18. 22f9738 RDH: Ensure there's at most one LoadInfoList in flight. by Matt Menke · 7 years ago
  19. 472c686 Revert "RDH: Ensure there's at most one LoadInfoList in flight." by Ben Wells · 7 years ago
  20. d03adf5a RDH: Ensure there's at most one LoadInfoList in flight. by Matt Menke · 7 years ago
  21. f788d92 [Fetch API] Fix keepalive-resource-exhaustion.html with Network Service by Yutaka Hirano · 7 years ago
  22. 4c135b3c Aggregate LoadState per-frame before copying to UI by Charles Harrison · 7 years ago
  23. 911fa06 Change LoadInfo to only store URL hosts by Charles Harrison · 7 years ago
  24. d7502e5 NetworkService: Rename ResourceDispatcherHostLoginDelegate to LoginDelegate by Jun Cai · 7 years ago
  25. a5628ad NetworkService: Make ResourceDispatcherHostImpl::RunAuthRequiredCallback() bind to request ID by Jun Cai · 7 years ago
  26. 9a5ca91 Don't return raw pointers when creating LoginHandlers. by David Benjamin · 7 years ago
  27. bc561f41 Reland of NetworkService: Implement URLLoader::OnAuthRequired by Jun Cai · 7 years ago
  28. 2b1f06c Simplify ChromeResourceDispatcherHostDelegate::ShouldInterceptResourceAsStream to remove unneeded code path. by John Abd-El-Malek · 7 years ago
  29. 26753e6d Revert "NetworkService: Implement URLLoader::OnAuthRequired" by Jun Cai · 7 years ago
  30. 2cfb0cf0 NetworkService: Implement URLLoader::OnAuthRequired by Jun Cai · 7 years ago
  31. 00e6851 Set limits on the number of requests from fetch() with keepalive set by Yutaka Hirano · 7 years ago
  32. 54311e6 services/network/public/{interfaces => mojom} by Ken Rockot · 7 years ago
  33. 22664f7 Set limits on the number of requests with keepalive set by Yutaka Hirano · 7 years ago
  34. 92f51cda Keep track of the number of requests with keepalive set by Yutaka Hirano · 7 years ago
  35. 4cd4e30 Move ResourceScheduler to /services/network by Yutaka Hirano · 7 years ago
  36. 9409ded NetworkService: Implement URLLoader::OnCertificateRequested by Jun Cai · 7 years ago
  37. da4fac3 Move ResourceScheduler to content/network by Yutaka Hirano · 7 years ago
  38. b165dc5 Move url_loader.mojom and url_loader_factory.mojom to services/network. by John Abd-El-Malek · 7 years ago
  39. 4624803 Move resource_response.h to //services/network/public/cpp. by John Abd-El-Malek · 7 years ago
  40. 1df6179 Move ResourceRequest to services/network in preparation of moving content/network. by John Abd-El-Malek · 7 years ago
  41. 40db5f5 NavigationMojoResponse: Transmit missing data. by arthursonzogni · 7 years ago
  42. b521c6a NavigationMojoResponse: Transmit SSLInfo. by arthursonzogni · 7 years ago
  43. b66ff96 Remove ResourceRequest::fetch_mixed_content_context_type which is unused. by John Abd-El-Malek · 7 years ago
  44. 99ab0e0a3 Revert "Revert "[mojo-loading] Remove ChromeIPC code"" by Yutaka Hirano · 7 years ago
  45. 73765eea Revert "[mojo-loading] Remove ChromeIPC code" by Marijn Kruisselbrink · 7 years ago
  46. 56ddd03 [mojo-loading] Remove ChromeIPC code by Yutaka Hirano · 7 years ago
  47. 2695d04d PlzNavigate: Use the NavigationUrlLoaderNetworkService. by arthursonzogni · 7 years ago
  48. 481b725 Do not block cross-site Flash requests in Site Isolation modes. by Charles Reis · 7 years ago
  49. f1db9ab Add a unit test to ensure that if RESOURCE_TYPE_PREFETCH is specified in content::ResourceRequest, it's translated into the proper net:: flag on URLRequest. by John Abd-El-Malek · 8 years ago
  50. fbdeae7 Move DefineNetworkTrafficAnnotation calls to the bottom of the file by Yutaka Hirano · 8 years ago
  51. ea4ffdb Fix ResourceDispatcherHostImpl::delegate_ data race by Alex Clarke · 8 years ago
  52. ccca59ad Use the async loading path for synchronous XMLHttpRequest by Reilly Grant · 8 years ago
  53. 901fe7e RDHI::CancelRequestsForRoute must detach only matched detachable loaders by Yutaka Hirano · 8 years ago
  54. 4f87e23 Use Independent URLLoader by Yutaka Hirano · 8 years ago
  55. 3d467db Experiment to vary the maximum number of delayable requests in-flight by Devdeep Ray · 8 years ago
  56. 81fdc8fb Updating the use of network traffic annotation in RDHI. by Ramin Halavati · 8 years ago
  57. 7d08794ea Enable Clear-Site-Data by default. by msramek · 8 years ago
  58. 680c214 Move NetworkService mojom files to content/public/common. by mmenke · 8 years ago
  59. ed44e6c Remove SupportsUserData from ResourceRequestBodyImpl. by mmenke · 8 years ago
  60. aa00afa Add UMA that periodically logs number of outstanding requests by ksakamoto · 8 years ago
  61. 9bc8902c Support the Clear-Site-Data header on resource requests by msramek · 8 years ago
  62. c9ad960 Revert "Use Independent URLLoader" by Yutaka Hirano · 8 years ago
  63. f510d0c4 Use Independent URLLoader by Yutaka Hirano · 8 years ago
  64. ecb25eb Fix Docs links from Files app on ChromeOS not working with PlzNavigate. by jam · 8 years ago
  65. adf0a997 Pass correct file system context for uploads with PlzNavigate by nasko · 8 years ago
  66. ea2f911 PlzNavigate: make NavigationResourceHandler a LayeredResourceHandler by clamy · 8 years ago
  67. d1d500db Add UMA for number of outstanding requests in ResourceDispatcherHostImpl by xunjieli · 8 years ago
  68. 972d77b Remove ResourceDispatcherHostImpl::CancelTransferringNavigation. by mmenke · 8 years ago
  69. d3bc614 [Prerender] Restore request priorities when swapped in by droger · 8 years ago
  70. a094fc10 Reduce/remove usage of BrowserThread in content/browser/loader. by ananta · 8 years ago
  71. caec94b6 Do not kill the renderer for extension XHRs from uninstalled extensions. by creis · 8 years ago
  72. 96dd5df8 Remove the ResourceDispatcherHostImpl::ResumeBlockedRequestsForRouteFromUI function declaration by ananta · 8 years ago
  73. 2625374 Remove stale-while-revalidate from content and chrome by scottmg · 8 years ago
  74. a0a1b3d Move the functions which block, resume and cancel requests for a frame route id out of ResourceDispatcherHost by ananta · 8 years ago
  75. 339b2ea6 Fix ResourceDispatcherHostDelegate::OnResponseStarted not getting called for navigation requests. by jam · 8 years ago
  76. 6f57b50 [Mojo-Loading] Use independent URLLoaderClient by yhirano · 8 years ago
  77. 0f396ee Fix SAMLPolicyTest.TransferCookiesAffiliated with PlzNavigate. by jam · 8 years ago
  78. caf312f Change Lo-Fi bool to bitmask to support multiple Previews types. by megjablon · 8 years ago
  79. 709f33f Supporting changes in preparation of browser side mixed content checking. by carlosk · 8 years ago
  80. 292a917 PlzNavigate: AppCache support by ananta · 9 years ago
  81. 227286f7 Introduce ResourceRequesterInfo to abstract the requester of resource requests. by horo · 9 years ago
  82. bbc904d0 Implement TransferNavigation with mojo by yhirano · 9 years ago
  83. 39d9eeda Minor content/browser/loader/ cleanups. by mmenke · 9 years ago
  84. 26a0f5b Avoid string copies when determining approximate memory usage in RDHI by csharrison · 9 years ago
  85. 5939370 Cancel the request when URLLoader is gone by yhirano · 9 years ago
  86. fe95d9b Use Associated interfaces for mojo-loading by yhirano · 9 years ago
  87. ed97502 content: Cleanup class/struct forward declarations by jbriance · 9 years ago
  88. 6d74e56c Remove unused ResourceHostMsg_DataDownloaded_ACK by tzik · 9 years ago
  89. 1f59c2aa Extra browser-side validation of transferred_request_child_id / request_id. by lukasza · 9 years ago
  90. 4020282 Implement Mojo SyncLoad by tzik · 9 years ago
  91. 36762af Implement ServiceWorkerFetchDispatcher::MaybeStartNavigationPreload(). by horo · 9 years ago
  92. d69748c Reland "Merge of CrossSiteResourceHandler and NavigationResourceThrottle." by clamy · 9 years ago
  93. 1c895912 Make SyncLoad result handling pluggable by tzik · 9 years ago
  94. 42ac3af0 Revert the merge of CrossSiteResourceHandler and NavigationResourceThrottle. by Nasko Oskov · 9 years ago
  95. 1e5574e PlzNavigate: support the WebRequest API by clamy · 9 years ago
  96. 7fc66e0 Don't attach standard throttles twice to downloads. by mmenke · 9 years ago
  97. f40a034 Merge CrossSiteResourceHandler and NavigationResourceThrottle by clamy · 9 years ago
  98. df7927e Revert "PlzNavigate: detect when a ServiceWorker is present" by clamy · 9 years ago
  99. 73f89264 Fix SSLUITest.BadCertFollowedByGoodCert with PlzNavigate. by jam · 9 years ago
  100. 8ae7cad Stop using CertStore which is not compatible with PlzNavigate. by jam · 9 years ago