Description[Android WebView] AwContentsClient.shouldCreateWindow callback part 1.
Provide the plumbing from WebContentsDelegate out to AwContentsClient
to allow the embedder to respond to requests to create pop up windows.
For now we only support the embedder blocking the pop up window; code
to support showing the window to follow in a later patch.
Note that the AwResourceDispatcherHostDelegate is refactored to
support lazily checking the AwContentsIoThreadClient, as we may
receive resource requests for the popup window before the Java
side has been entirely hooked up.
Android bots happy.
NOTRY=true
Note: part 2 is at https://chromiumcodereview.appspot.com/11348075/
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=167933
Patch Set 1 #Patch Set 2 : Style nits. #
Total comments: 9
Patch Set 3 : #
Total comments: 2
Patch Set 4 : Fix a wonky indent and add a TODO for mkosiba's comment. #
Total comments: 1
Patch Set 5 : joth comments #Patch Set 6 : should return after cancelling requests. #Patch Set 7 : rebase for landing #Messages
Total messages: 9 (0 generated)
|