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

Issue 976403003: Make shouldInterceptRequest thinner in glue (Closed)

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

Description

Make shouldInterceptRequest thinner in glue Almost use the sdk types directly and do conversions in chromium layer. This is a chromium layer interface-breaking refactor. BUG=464491

Patch Set 1 #

Total comments: 4

Messages

Total messages: 6 (1 generated)
boliu
You are it, since you were answering questions about this :p WebViewClientTest cts tests still ...
5 years, 9 months ago (2015-03-06 03:34:43 UTC) #2
boliu
looks like I broke something, I'll look tomorrow
5 years, 9 months ago (2015-03-06 04:06:46 UTC) #3
mnaganov (inactive)
https://codereview.chromium.org/976403003/diff/1/android_webview/java/src/org/chromium/android_webview/AwContents.java File android_webview/java/src/org/chromium/android_webview/AwContents.java (right): https://codereview.chromium.org/976403003/diff/1/android_webview/java/src/org/chromium/android_webview/AwContents.java#newcode368 android_webview/java/src/org/chromium/android_webview/AwContents.java:368: if (response != null) awWebResourceResponse = new AwWebResourceResponse(response); nit: ...
5 years, 9 months ago (2015-03-06 09:58:44 UTC) #4
mnaganov (inactive)
https://codereview.chromium.org/976403003/diff/1/android_webview/glue/java/src/com/android/webview/chromium/WebViewContentsClientAdapter.java File android_webview/glue/java/src/com/android/webview/chromium/WebViewContentsClientAdapter.java (right): https://codereview.chromium.org/976403003/diff/1/android_webview/glue/java/src/com/android/webview/chromium/WebViewContentsClientAdapter.java#newcode287 android_webview/glue/java/src/com/android/webview/chromium/WebViewContentsClientAdapter.java:287: public WebResourceResponse shouldInterceptRequest(WebResourceRequestImpl request) { Hmm... I'm actually not ...
5 years, 9 months ago (2015-03-06 12:47:40 UTC) #5
boliu
5 years, 9 months ago (2015-03-06 18:27:46 UTC) #6
Actually, if we moving those classes, there's nothing left in this CL. Closing.

Never did find out what caused "java.lang.NoClassDefFoundError:
org.chromium.android_webview.AwContentsClient$WebResourceRequestImpl" on the bot
though

Powered by Google App Engine
This is Rietveld 408576698