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