DescriptionFix windowed NPAPI plugins covering up dialogs on Win Aura.
The original fix stopped working with the new style of dialogs, since they're not parented to the WebContents anymore but instead to its parent. It also turns out we don't need to watch out for transient windows, as they're now top level ones with their own HWND so clipping works through the OS and we don't need to do anything special.
BUG=299224
R=ben@chromium.org
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=233297
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=233398
Patch Set 1 #Patch Set 2 : #
Total comments: 2
Patch Set 3 : add beginning of a test #Patch Set 4 : #Patch Set 5 : fix non-win aura #
Total comments: 2
Patch Set 6 : add comment #Patch Set 7 : upload after revert #Patch Set 8 : fix test with small browser size #Messages
Total messages: 8 (0 generated)
|