[android_webview] Enable navigation interception for iframes.

This enables navigation interception for navigations in iframes.
The feature is limited to iframes that do not have a http(s) source.

BUG=None


Review URL: https://chromiumcodereview.appspot.com/11417061

git-svn-id: http://src.chromium.org/svn/trunk/src/build@168811 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
This commit is contained in:
mkosiba@chromium.org 2012-11-20 16:40:25 +00:00
Родитель ecdf5af33f
Коммит 267ff261c5
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -74,7 +74,6 @@ M D DLS: Dead store to testUrl in org.chromium.android_webview.test.ClientOnPage
M D DLS: Dead store to time in org.chromium.net.test.util.TestWebServer.setDateHeaders(HttpResponse) At TestWebServer.java
M D DMI: Hard coded reference to an absolute pathname in org.chromium.android_webview.test.ArchiveTest.testAutoBadPath() At ArchiveTest.java
M D DMI: Hard coded reference to an absolute pathname in org.chromium.android_webview.test.ArchiveTest.testExplicitBadPath() At ArchiveTest.java
M D ICAST: Result of integer multiplication cast to long in org.chromium.android_webview.test.AwContentsClientShouldIgnoreNavigationTest.testShouldIgnoreNavigationNotCalledForPostNavigations() At AwContentsClientShouldIgnoreNavigationTest.java
M D ICAST: Result of integer multiplication cast to long in org.chromium.android_webview.test.AwSettingsTest.testBlockNetworkImagesBlocksNetworkImageAndReloadInPlace() At AwSettingsTest.java
M D ICAST: integral division result cast to double or float in org.chromium.content.browser.HandleView.setOrientation(int) At HandleView.java
M D REC: Exception is caught when Exception is not thrown in org.chromium.content.browser.test.util.UiUtils.findParentViewForIdAcrossActivities(int) At UiUtils.java