Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(462)

Issue 2558223002: Move onReceivedError and onReceivedHttpError out of AwContentsIoThreadClientImpl (Closed)

Created:
4 years ago by sgurun-gerrit only
Modified:
4 years ago
Reviewers:
boliu
CC:
chromium-reviews, cbentzel+watch_chromium.org, android-webview-reviews_chromium.org, agrieve+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Move onReceivedError and onReceivedHttpError out of AwContentsIoThreadClientImpl 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 Set 1 #

Patch Set 2 : use AwWebResourceRequest #

Patch Set 3 : remove stale code #

Total comments: 18

Patch Set 4 : address code review #

Total comments: 4

Patch Set 5 : second code review #

Patch Set 6 : address clang plugin complaints #

Patch Set 7 : add move assignment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+354 lines, -272 lines) Patch
M android_webview/BUILD.gn View 1 chunk +2 lines, -0 lines 0 comments Download
M android_webview/browser/aw_contents_client_bridge_base.h View 2 chunks +13 lines, -0 lines 0 comments Download
M android_webview/browser/aw_contents_io_thread_client.h View 2 chunks +0 lines, -10 lines 0 comments Download
M android_webview/browser/net/aw_network_delegate.cc View 1 2 3 4 3 chunks +28 lines, -9 lines 0 comments Download
A android_webview/browser/net/aw_web_resource_request.h View 1 2 3 4 5 6 1 chunk +57 lines, -0 lines 0 comments Download
A android_webview/browser/net/aw_web_resource_request.cc View 1 2 3 4 5 6 1 chunk +58 lines, -0 lines 0 comments Download
M android_webview/browser/renderer_host/aw_resource_dispatcher_host_delegate.cc View 1 2 3 4 4 chunks +22 lines, -10 lines 0 comments Download
M android_webview/java/src/org/chromium/android_webview/AwContents.java View 2 chunks +0 lines, -32 lines 0 comments Download
M android_webview/java/src/org/chromium/android_webview/AwContentsClientBridge.java View 2 chunks +84 lines, -1 line 0 comments Download
M android_webview/java/src/org/chromium/android_webview/AwContentsIoThreadClient.java View 2 chunks +0 lines, -72 lines 0 comments Download
M android_webview/java/src/org/chromium/android_webview/AwServiceWorkerController.java View 1 chunk +0 lines, -12 lines 0 comments Download
M android_webview/native/aw_contents_client_bridge.h View 1 chunk +7 lines, -0 lines 0 comments Download
M android_webview/native/aw_contents_client_bridge.cc View 1 2 3 3 chunks +74 lines, -0 lines 0 comments Download
M android_webview/native/aw_contents_io_thread_client_impl.h View 1 chunk +0 lines, -4 lines 0 comments Download
M android_webview/native/aw_contents_io_thread_client_impl.cc View 1 2 3 4 8 chunks +9 lines, -122 lines 0 comments Download

Messages

Total messages: 23 (10 generated)
sgurun-gerrit only
On 2016/12/08 00:29:02, sgurun wrote: > mailto:sgurun@chromium.org changed reviewers: > + mailto:boliu@chromium.org ptal, thanks
4 years ago (2016-12-08 00:29:12 UTC) #3
boliu
https://codereview.chromium.org/2558223002/diff/40001/android_webview/browser/net/aw_network_delegate.cc File android_webview/browser/net/aw_network_delegate.cc (right): https://codereview.chromium.org/2558223002/diff/40001/android_webview/browser/net/aw_network_delegate.cc#newcode23 android_webview/browser/net/aw_network_delegate.cc:23: using android_webview::AwContentsClientBridgeBase; you could put the anonymous namespace *inside* ...
4 years ago (2016-12-08 05:48:38 UTC) #4
sgurun-gerrit only
https://codereview.chromium.org/2558223002/diff/40001/android_webview/browser/net/aw_network_delegate.cc File android_webview/browser/net/aw_network_delegate.cc (right): https://codereview.chromium.org/2558223002/diff/40001/android_webview/browser/net/aw_network_delegate.cc#newcode23 android_webview/browser/net/aw_network_delegate.cc:23: using android_webview::AwContentsClientBridgeBase; On 2016/12/08 05:48:38, boliu wrote: > you ...
4 years ago (2016-12-08 21:56:47 UTC) #5
boliu
wrap description at 72 chars lgtm % comments https://codereview.chromium.org/2558223002/diff/40001/android_webview/browser/net/aw_web_resource_request.h File android_webview/browser/net/aw_web_resource_request.h (right): https://codereview.chromium.org/2558223002/diff/40001/android_webview/browser/net/aw_web_resource_request.h#newcode20 android_webview/browser/net/aw_web_resource_request.h:20: virtual ...
4 years ago (2016-12-08 22:11:56 UTC) #6
sgurun-gerrit only
https://codereview.chromium.org/2558223002/diff/40001/android_webview/browser/net/aw_web_resource_request.h File android_webview/browser/net/aw_web_resource_request.h (right): https://codereview.chromium.org/2558223002/diff/40001/android_webview/browser/net/aw_web_resource_request.h#newcode20 android_webview/browser/net/aw_web_resource_request.h:20: virtual ~AwWebResourceRequest() {} On 2016/12/08 22:11:55, boliu wrote: > ...
4 years ago (2016-12-08 22:43:18 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2558223002/80001
4 years ago (2016-12-08 22:45:13 UTC) #10
commit-bot: I haz the power
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/178150)
4 years ago (2016-12-08 23:56:02 UTC) #12
sgurun-gerrit only
On 2016/12/08 23:56:02, commit-bot: I haz the power wrote: > Try jobs failed on following ...
4 years ago (2016-12-08 23:59:55 UTC) #13
boliu
On 2016/12/08 23:59:55, sgurun wrote: > On 2016/12/08 23:56:02, commit-bot: I haz the power wrote: ...
4 years ago (2016-12-09 00:01:15 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2558223002/120001
4 years ago (2016-12-09 20:58:51 UTC) #17
commit-bot: I haz the power
Committed patchset #7 (id:120001)
4 years ago (2016-12-09 23:27:06 UTC) #20
commit-bot: I haz the power
Patchset 7 (id:??) landed as https://crrev.com/f199141ef70d76697647830f498b25706c0b0d0a Cr-Commit-Position: refs/heads/master@{#437688}
4 years ago (2016-12-12 14:58:15 UTC) #22
boliu
4 years ago (2016-12-13 16:47:11 UTC) #23
Message was sent while issue was closed.
A revert of this CL (patchset #7 id:120001) has been created in
https://codereview.chromium.org/2567043003/ by boliu@chromium.org.

The reason for reverting is: BUG=673736.

Powered by Google App Engine
This is Rietveld 408576698