https://codereview.chromium.org/2642683005/diff/1/chrome/browser/loader/chrome_resource_dispatcher_host_delegate.cc File chrome/browser/loader/chrome_resource_dispatcher_host_delegate.cc (right): https://codereview.chromium.org/2642683005/diff/1/chrome/browser/loader/chrome_resource_dispatcher_host_delegate.cc#newcode550 chrome/browser/loader/chrome_resource_dispatcher_host_delegate.cc:550: #endif This is the wrong place to add this ...
3 years, 11 months ago
(2017-01-19 23:59:14 UTC)
#4
https://codereview.chromium.org/2642683005/diff/1/chrome/browser/loader/chrome_resource_dispatcher_host_delegate.cc File chrome/browser/loader/chrome_resource_dispatcher_host_delegate.cc (right): https://codereview.chromium.org/2642683005/diff/1/chrome/browser/loader/chrome_resource_dispatcher_host_delegate.cc#newcode550 chrome/browser/loader/chrome_resource_dispatcher_host_delegate.cc:550: #endif On 2017/01/19 23:59:13, asanka wrote: > This is ...
3 years, 11 months ago
(2017-01-20 00:06:10 UTC)
#5
https://codereview.chromium.org/2642683005/diff/1/chrome/browser/loader/chrom...
File chrome/browser/loader/chrome_resource_dispatcher_host_delegate.cc (right):
https://codereview.chromium.org/2642683005/diff/1/chrome/browser/loader/chrom...
chrome/browser/loader/chrome_resource_dispatcher_host_delegate.cc:550: #endif
On 2017/01/19 23:59:13, asanka wrote:
> This is the wrong place to add this resource throttle since it bypasses the
> SafeBrowsing checks for explicit downloads. It should be added after
> AppendStandardResourceThrottles() below.
>
> Note that is_new_request and is_content_initiated are both true for <a
download>
> type downloads.
Done.
qinmin
ping, dtrainor@, thakis@, would you mind take a look?
3 years, 11 months ago
(2017-01-23 19:37:10 UTC)
#6
ping, dtrainor@, thakis@, would you mind take a look?
@thakis, would you please take a quick look at chrome/browser/loader/chrome_resource_dispatcher_host_delegate.cc? thanks On 2017/01/27 21:29:54, qinmin ...
3 years, 10 months ago
(2017-01-30 17:13:00 UTC)
#15
Does this have any test coverage? Other than that, my file lgtm
3 years, 10 months ago
(2017-02-07 15:34:45 UTC)
#16
Does this have any test coverage?
Other than that, my file lgtm
qinmin
On 2017/02/07 15:34:45, Nico wrote: > Does this have any test coverage? > > Other ...
3 years, 10 months ago
(2017-02-07 19:26:45 UTC)
#17
On 2017/02/07 15:34:45, Nico wrote:
> Does this have any test coverage?
>
> Other than that, my file lgtm
we have a test in DownloadTest.java for .dm files, the new CL should not break
that.
qinmin
The CQ bit was checked by qinmin@chromium.org
3 years, 10 months ago
(2017-02-07 19:26:49 UTC)
#18
Try jobs failed on following builders: android_clang_dbg_recipe on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_clang_dbg_recipe/builds/207356)
3 years, 10 months ago
(2017-02-07 21:09:49 UTC)
#22
CQ is committing da patch. Bot data: {"patchset_id": 120001, "attempt_start_ts": 1486585246646230, "parent_rev": "b85585f7cb1ae6e55a1e7204c8955604df898164", "commit_rev": "1dfa16b2126e9776a3e26f00b4c767b83f2645b5"}
3 years, 10 months ago
(2017-02-08 21:59:54 UTC)
#26
CQ is committing da patch.
Bot data: {"patchset_id": 120001, "attempt_start_ts": 1486585246646230,
"parent_rev": "b85585f7cb1ae6e55a1e7204c8955604df898164", "commit_rev":
"1dfa16b2126e9776a3e26f00b4c767b83f2645b5"}
commit-bot: I haz the power
Description was changed from ========== reintroduce InterceptDownloadResourceThrottle for some OMA DRM downloads For OMA DRM ...
3 years, 10 months ago
(2017-02-08 22:00:34 UTC)
#27
Message was sent while issue was closed.
Description was changed from
==========
reintroduce InterceptDownloadResourceThrottle for some OMA DRM downloads
For OMA DRM downloads, if download descriptor file doesn't exist, Android
DownloadManager should be used.
This CL reverts some of the changes in
https://codereview.chromium.org/2341643008 to intercept such downloads.
BUG=675559
==========
to
==========
reintroduce InterceptDownloadResourceThrottle for some OMA DRM downloads
For OMA DRM downloads, if download descriptor file doesn't exist, Android
DownloadManager should be used.
This CL reverts some of the changes in
https://codereview.chromium.org/2341643008 to intercept such downloads.
BUG=675559
Review-Url: https://codereview.chromium.org/2642683005
Cr-Commit-Position: refs/heads/master@{#449100}
Committed:
https://chromium.googlesource.com/chromium/src/+/1dfa16b2126e9776a3e26f00b4c7...
==========
commit-bot: I haz the power
Committed patchset #6 (id:120001) as https://chromium.googlesource.com/chromium/src/+/1dfa16b2126e9776a3e26f00b4c767b83f2645b5
3 years, 10 months ago
(2017-02-08 22:00:35 UTC)
#28
Issue 2642683005: reintroduce InterceptDownloadResourceThrottle for some OMA DRM downloads
(Closed)
Created 3 years, 11 months ago by qinmin
Modified 3 years, 10 months ago
Reviewers: David Trainor- moved to gerrit, Nico
Base URL:
Comments: 10