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

Issue 305823005: [Android WebView] Fix hang in popup window flow. (Closed)

Created:
6 years, 6 months ago by benm (inactive)
Modified:
6 years, 6 months ago
Reviewers:
mkosiba (inactive)
CC:
chromium-reviews, android-webview-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

[Android WebView] Fix hang in popup window flow. It's possible that we end up hanging the browser process waiting for the response to a popup window due to a bug in the AwContents hand-over when swapping out the popup content into the user-supplied WebView. This patch ensures that we don't end up with two AwContents instances pointing to the same java AwContentsClientBridge java object during deletion. BUG= Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=277816

Patch Set 1 #

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

Messages

Total messages: 5 (0 generated)
benm (inactive)
ptal
6 years, 6 months ago (2014-05-29 10:10:00 UTC) #1
mkosiba (inactive)
lgtm
6 years, 6 months ago (2014-06-17 14:39:06 UTC) #2
benm (inactive)
The CQ bit was checked by benm@chromium.org
6 years, 6 months ago (2014-06-17 14:40:59 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/benm@chromium.org/305823005/1
6 years, 6 months ago (2014-06-17 14:44:03 UTC) #4
commit-bot: I haz the power
6 years, 6 months ago (2014-06-17 18:40:25 UTC) #5
Message was sent while issue was closed.
Change committed as 277816

Powered by Google App Engine
This is Rietveld 408576698