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

Issue 976393002: [Android WebView] Implement OnReceivedHttpError callback (Closed)

Created:
5 years, 9 months ago by mnaganov (inactive)
Modified:
5 years, 9 months ago
CC:
android-webview-reviews_chromium.org, cbentzel+watch_chromium.org, chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[Android WebView] Implement OnReceivedHttpError callback Implement OnReceivedHttpError via NetworkDelegate::OnHeadersReceived for status codes >= 400. BUG=456782 Committed: https://crrev.com/8a4a31d0494d4b19d9c5cf60da890106ea1da518 Cr-Commit-Position: refs/heads/master@{#319856}

Patch Set 1 #

Total comments: 6

Patch Set 2 : Comments addressed #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+511 lines, -17 lines) Patch
M android_webview/browser/aw_contents_io_thread_client.h View 1 2 chunks +6 lines, -0 lines 0 comments Download
M android_webview/browser/net/aw_network_delegate.cc View 1 2 chunks +17 lines, -0 lines 0 comments Download
M android_webview/glue/java/src/com/android/webview/chromium/WebViewContentsClientAdapter.java View 1 chunk +11 lines, -0 lines 0 comments Download
M android_webview/java/src/org/chromium/android_webview/AwContents.java View 1 1 chunk +6 lines, -0 lines 0 comments Download
M android_webview/java/src/org/chromium/android_webview/AwContentsClient.java View 1 chunk +3 lines, -0 lines 0 comments Download
M android_webview/java/src/org/chromium/android_webview/AwContentsClientCallbackHelper.java View 4 chunks +24 lines, -0 lines 0 comments Download
M android_webview/java/src/org/chromium/android_webview/AwContentsIoThreadClient.java View 1 3 chunks +42 lines, -0 lines 1 comment Download
M android_webview/java/src/org/chromium/android_webview/AwWebResourceResponse.java View 3 chunks +21 lines, -15 lines 0 comments Download
M android_webview/javatests/src/org/chromium/android_webview/test/AwTestBase.java View 1 chunk +20 lines, -0 lines 0 comments Download
A android_webview/javatests/src/org/chromium/android_webview/test/ClientOnReceivedHttpErrorTest.java View 1 1 chunk +218 lines, -0 lines 0 comments Download
M android_webview/javatests/src/org/chromium/android_webview/test/TestAwContentsClient.java View 5 chunks +36 lines, -0 lines 0 comments Download
M android_webview/native/aw_contents_io_thread_client_impl.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M android_webview/native/aw_contents_io_thread_client_impl.cc View 1 2 chunks +80 lines, -0 lines 0 comments Download
M android_webview/test/shell/src/org/chromium/android_webview/test/NullContentsClient.java View 1 chunk +4 lines, -0 lines 0 comments Download
M net/test/android/javatests/src/org/chromium/net/test/util/TestWebServer.java View 3 chunks +20 lines, -2 lines 0 comments Download

Messages

Total messages: 23 (5 generated)
mnaganov (inactive)
5 years, 9 months ago (2015-03-05 17:06:45 UTC) #2
sgurun-gerrit only
On 2015/03/05 17:06:45, mnaganov (cr) wrote: I am going to look at the tests tomorrow ...
5 years, 9 months ago (2015-03-06 03:03:07 UTC) #3
sgurun-gerrit only
a few more questions. Thanks! there will be a follow up cl for the onreceivederror ...
5 years, 9 months ago (2015-03-06 06:49:26 UTC) #4
mnaganov (inactive)
> I am going to look at the tests tomorrow but a question on general ...
5 years, 9 months ago (2015-03-06 12:58:25 UTC) #5
mnaganov (inactive)
On 2015/03/06 12:58:25, mnaganov (cr) wrote: > > I am going to look at the ...
5 years, 9 months ago (2015-03-06 15:23:31 UTC) #6
sgurun-gerrit only
LGTM > > On second thought, I believe I misunderstood your comment. Did you actually ...
5 years, 9 months ago (2015-03-06 18:12:36 UTC) #7
sgurun-gerrit only
https://codereview.chromium.org/976393002/diff/20001/android_webview/java/src/org/chromium/android_webview/AwContentsIoThreadClient.java File android_webview/java/src/org/chromium/android_webview/AwContentsIoThreadClient.java (right): https://codereview.chromium.org/976393002/diff/20001/android_webview/java/src/org/chromium/android_webview/AwContentsIoThreadClient.java#newcode88 android_webview/java/src/org/chromium/android_webview/AwContentsIoThreadClient.java:88: // Note that we receive un-coalesced response header lines, ...
5 years, 9 months ago (2015-03-06 18:12:57 UTC) #8
Torne
On 2015/03/06 18:12:36, sgurun wrote: > LGTM > > > > > On second thought, ...
5 years, 9 months ago (2015-03-06 18:16:32 UTC) #9
mnaganov (inactive)
On 2015/03/06 18:12:57, sgurun wrote: > https://codereview.chromium.org/976393002/diff/20001/android_webview/java/src/org/chromium/android_webview/AwContentsIoThreadClient.java > File > android_webview/java/src/org/chromium/android_webview/AwContentsIoThreadClient.java > (right): > > ...
5 years, 9 months ago (2015-03-06 20:45:33 UTC) #10
mnaganov (inactive)
On 2015/03/06 18:16:32, Torne wrote: > On 2015/03/06 18:12:36, sgurun wrote: > > LGTM > ...
5 years, 9 months ago (2015-03-06 20:52:23 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/976393002/20001
5 years, 9 months ago (2015-03-06 20:53:42 UTC) #13
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/47933)
5 years, 9 months ago (2015-03-06 21:13:55 UTC) #15
sgurun-gerrit only
On 2015/03/06 21:13:55, I haz the power (commit-bot) wrote: > Try jobs failed on following ...
5 years, 9 months ago (2015-03-06 21:28:42 UTC) #16
mnaganov (inactive)
Hi Pawel, can you please take a look at the net/test change?
5 years, 9 months ago (2015-03-09 09:39:36 UTC) #18
Paweł Hajdan Jr.
net/test LGTM
5 years, 9 months ago (2015-03-10 09:32:50 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/976393002/20001
5 years, 9 months ago (2015-03-10 09:33:47 UTC) #21
commit-bot: I haz the power
Committed patchset #2 (id:20001)
5 years, 9 months ago (2015-03-10 10:01:28 UTC) #22
commit-bot: I haz the power
5 years, 9 months ago (2015-03-10 10:02:23 UTC) #23
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/8a4a31d0494d4b19d9c5cf60da890106ea1da518
Cr-Commit-Position: refs/heads/master@{#319856}

Powered by Google App Engine
This is Rietveld 408576698