1. aa27866 Rename network::URLLoaderStatus to network::URLLoaderCompletionStatus by Takashi Toyoshima · 8 years ago
  2. 8f98853 Move ResourceRequestCompletionStatus to services/network/public/cpp by Takashi Toyoshima · 8 years ago
  3. 04f27c37 Replace base::MakeUnique with std::make_unique in content/. by Jeremy Roman · 8 years ago
  4. 0cb50f7 Hook up upload progress events when the network service is used. by John Abd-El-Malek · 8 years ago
  5. f77777a Refactored some buffer classes to avoid name collisions by Daniel Bratell · 8 years ago
  6. 99681b1 URLLoader: mechanical renaming of Pause/ResumeCachingResponseBody(). by Yuzhu Shen · 8 years ago
  7. 0bec954 Extend URLLoader mojo interface to support pause/resume caching response body. by Yuzhu Shen · 8 years ago
  8. 1c99002 Replace tracked_objects::Location with base::Location. by Brett Wilson · 8 years ago
  9. 5e263d6 Remove NetLogObserver, use request headers callback instead by Andrey Kosyakov · 8 years ago
  10. 0f14f19 Apply base_bind_rewriters to //content/browser/loader by tzik · 8 years ago
  11. 789c63e Move Mojo data pipe read/write functions into classes by Reilly Grant · 8 years ago
  12. 75d70cfbb Remove was_ignored_by_handler from ResourceRequestInfoImpl by Yutaka Hirano · 8 years ago
  13. 415281fd Remove was_ignored_by_handler from ResourceRequestCompletionStatus by Yutaka Hirano · 8 years ago
  14. 4f87e23 Use Independent URLLoader by Yutaka Hirano · 8 years ago
  15. 680c214 Move NetworkService mojom files to content/public/common. by mmenke · 8 years ago
  16. c9ad960 Revert "Use Independent URLLoader" by Yutaka Hirano · 8 years ago
  17. f510d0c4 Use Independent URLLoader by Yutaka Hirano · 8 years ago
  18. d61caeda Mojo: Allow data pipe creation to fail gracefully by Ken Rockot · 8 years ago
  19. e8442e6 Send the decoded size when response completed and stop summing in ResourceLoader::DidReceiveData() by horo · 8 years ago
  20. 33d897e Plumb the net::SSLInfo to the browser process when it's using the network service. by jam · 8 years ago
  21. 6add172 Reland of https://codereview.chromium.org/2738973002. by mmenke · 8 years ago
  22. 4fede0f Revert of Allow MojoAsyncResourceHandler::OnWillRead to complete asyncronously (patchset #5 id:80001 of https://codereview.chromium.org/2738973002/ ) by yhirano · 8 years ago
  23. 2ba8317 when a Mojo buffer can't be allocated synchronously. by mmenke · 8 years ago
  24. 9eadaba Mojo: Armed Watchers by rockot · 8 years ago
  25. 3c1d10c Make ResourceHandler::OnWillRead able to complete asynchronously. by mmenke · 8 years ago
  26. 339b2ea6 Fix ResourceDispatcherHostDelegate::OnResponseStarted not getting called for navigation requests. by jam · 8 years ago
  27. 6f57b50 [Mojo-Loading] Use independent URLLoaderClient by yhirano · 8 years ago
  28. 20d07510 Mojo C++ bindings: remove usage of AssociatedGroup from content/ by yzshen · 8 years ago
  29. 7551f61 ResourceHandler::OnWillStart: Remove min_size argument. by mmenke · 8 years ago
  30. 87f5c77a Refactor ResourceHandler API. by mmenke · 8 years ago
  31. 933ee58 [Mojo-Loading] Implement URLLoader::SetPriority by yhirano · 8 years ago
  32. 2207af1 Tag some of Mojo heap allocations for the heap profiler. by jcivelli · 8 years ago
  33. bedcbce Implement upload progress handling in Mojo loading by tzik · 8 years ago
  34. ad092abe Use associated interface on DownloadedTempFile by tzik · 8 years ago
  35. 246883ff6 [Mojo-Loading] OnStartLoadingResponseBody should be called after OnReceiveResponse by yhirano · 8 years ago
  36. 2a525f9 Implement CachedMetadata handling on MojoAsyncResourceHandler by yhirano · 8 years ago
  37. a275b3c Dispatch transfer size update notification on mojo-loading by yhirano · 8 years ago
  38. 3b3ee8e9 Unexport resource_controller.h by tyoshino · 8 years ago
  39. 47a9f9b Fix and refactor downloaded file handling in the loading stack by tzik · 8 years ago
  40. efb9d78 Send encoded_body_length to renderer when response completed (1/3) by yhirano · 8 years ago
  41. bbc904d0 Implement TransferNavigation with mojo by yhirano · 8 years ago
  42. b1bc4b4 Revert of Send encoded_body_length to renderer when response completed (1/3) (patchset #4 id:60001 of https://codereview.chromium.org/2514713002/ ) by mariakhomenko · 9 years ago
  43. 1033246 Send encoded_body_length to renderer when response completed (1/3) by yhirano · 9 years ago
  44. 39d9eeda Minor content/browser/loader/ cleanups. by mmenke · 9 years ago
  45. 7153dc47 Implement redirect handling on MojoAsyncResourceHandler by yhirano · 9 years ago
  46. 5939370 Cancel the request when URLLoader is gone by yhirano · 9 years ago
  47. f12e05a MojoAsyncResourceHandler: Ignore Resume/OnWritable calls after error. by mmenke · 9 years ago
  48. 6e20b74 Implement URLLoader::OnDataDownloaded for Mojo resource loading by tzik · 9 years ago
  49. fe95d9b Use Associated interfaces for mojo-loading by yhirano · 9 years ago
  50. f22f981 Main benefits of NetLog inner classes extraction: by mikecirone · 9 years ago
  51. c94a753 Stop sending serialized SSLStatus to the renderer. by jam · 9 years ago
  52. 72f6227 Use mojo for Chrome Loading, Part 1 by yhirano · 9 years ago