PTAL
the original CL was also mentioned as a cause of crbug/673330
but I don't really see how. I am guessing it is an issue with the bisect.
https://codereview.chromium.org/2579533003/diff/20001/android_webview/browser...
File
android_webview/browser/renderer_host/aw_resource_dispatcher_host_delegate.cc
(right):
https://codereview.chromium.org/2579533003/diff/20001/android_webview/browser...
android_webview/browser/renderer_host/aw_resource_dispatcher_host_delegate.cc:344:
content::ResourceRequestInfo::ForRequest(request);
jam@: does this require a null check too? I see we do a null check below in
OnResponseStarted but not super sure.
lgtm, thanks
https://codereview.chromium.org/2579533003/diff/20001/android_webview/browser...
File
android_webview/browser/renderer_host/aw_resource_dispatcher_host_delegate.cc
(right):
https://codereview.chromium.org/2579533003/diff/20001/android_webview/browser...
android_webview/browser/renderer_host/aw_resource_dispatcher_host_delegate.cc:344:
content::ResourceRequestInfo::ForRequest(request);
On 2016/12/15 18:10:08, sgurun wrote:
> jam@: does this require a null check too? I see we do a null check below in
> OnResponseStarted but not super sure.
Since downloads are probably only triggered by code that content knows about,
then it's not needed.
Description was changed from
==========
Reland Move onReceivedError and onReceivedHttpError out of
AwContentsIoThreadClientImpl
This was reverted due to crbug.com/673736. Fixed.
Move onReceivedError and onReceivedHttpError out of AwContentsIoThreadClientImpl
to AwContentsClientBridge. This is a continuation of the work started in
https://codereview.chromium.org/2425423004/ and is the third patch.
BUG=645983
Committed: https://crrev.com/f199141ef70d76697647830f498b25706c0b0d0a
Cr-Commit-Position: refs/heads/master@{#437688}
patch from issue 2558223002 at patchset 120001
(http://crrev.com/2558223002#ps120001)
==========
to
==========
Reland Move onReceivedError and onReceivedHttpError out of
AwContentsIoThreadClientImpl
This was reverted due to crbug.com/673736. Fixed.
Move onReceivedError and onReceivedHttpError out of AwContentsIoThreadClientImpl
to AwContentsClientBridge. This is a continuation of the work started in
https://codereview.chromium.org/2425423004/ and is the third patch.
BUG=645983
Committed: https://crrev.com/f199141ef70d76697647830f498b25706c0b0d0a
Cr-Commit-Position: refs/heads/master@{#437688}
patch from issue 2558223002 at patchset 120001
(http://crrev.com/2558223002#ps120001)
Review-Url: https://codereview.chromium.org/2579533003
==========
Issue 2579533003: Reland Move onReceivedError and onReceivedHttpError out of AwContentsIoThreadClientImpl
(Closed)
Created 4 years ago by sgurun-gerrit only
Modified 4 years ago
Reviewers: jam
Base URL:
Comments: 2