Chromium Code Reviews
Description[ios] Fixed dialogs suppression.
The issue happened in the following scenario:
- uer typed in the omnibox to trigger preload
- preload Tab set shouldSuppressDialogs to YES
- web view did not exist so suppression was postponed until the load
- user tapped Go to promote preload Tab to real Tab
- preload Tab set shouldSuppressDialogs to NO
- page loaded and postponed suppression suppresses the dialods
This change always cancels postoned suppression if
shouldSuppressDialogs was set to NO.
BUG=618831
Committed: https://crrev.com/fc51dd2482615bab3c156bcd5d3744d146be84ee
Cr-Commit-Position: refs/heads/master@{#400020}
Patch Set 1 #
Messages
Total messages: 15 (7 generated)
|
|||||||||||||||||||