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

Issue 10440068: [Android] Send top-level data:// requests to the browser. (Closed)

Created:
8 years, 6 months ago by mkosiba (inactive)
Modified:
8 years, 6 months ago
CC:
chromium-reviews, darin-cc_chromium.org
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

[Android] Send top-level data:// requests to the browser. The Android WebView API informs the embedder of all top-level navigations, including navigations to URLs with the data:// scheme. To remain compatible with the WebView API (and the Android Browser which is implemented using the WebView API) we need to be able to inform the embedder of top-level navigations to data:// URLs too. In order to do that we first need to send them over from the renderer to the browser. BUG=130006 TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=143228

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -0 lines) Patch
M webkit/glue/weburlloader_impl.cc View 1 chunk +7 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
mkosiba (inactive)
8 years, 6 months ago (2012-05-28 16:49:15 UTC) #1
darin (slow to review)
Why do you need this change? What does compat with the Android Browser mean? -Darin ...
8 years, 6 months ago (2012-05-29 04:27:15 UTC) #2
mkosiba (inactive)
Hi Darin, After https://chromiumcodereview.appspot.com/10310124/ is checked in the ShouldIgnoreNavigation callback will be fired for all ...
8 years, 6 months ago (2012-05-29 09:33:36 UTC) #3
mkosiba (inactive)
Ping?
8 years, 6 months ago (2012-06-20 10:40:50 UTC) #4
darin (slow to review)
OK, LGTM
8 years, 6 months ago (2012-06-20 16:52:48 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mkosiba@chromium.org/10440068/1
8 years, 6 months ago (2012-06-20 16:54:42 UTC) #6
commit-bot: I haz the power
8 years, 6 months ago (2012-06-20 19:26:39 UTC) #7
Change committed as 143228

Powered by Google App Engine
This is Rietveld 408576698