Windows: Fix focus/activation handling and keyboard input (issue #1700)

This commit is contained in:
Marshall Greenblatt
2015-08-27 17:55:48 -04:00
parent c2086cf7c7
commit 4a8546efd7
5 changed files with 52 additions and 50 deletions

View File

@@ -53,8 +53,9 @@ patches = [
{
# Allow specification of a parent window handle for Widget creation.
# https://code.google.com/p/chromiumembedded/issues/detail?id=180
# Fix focus/blur handling on Windows.
# Fix focus/activation handling and keyboard input on Windows.
# https://bitbucket.org/chromiumembedded/cef/issues/1677
# https://bitbucket.org/chromiumembedded/cef/issues/1700
'name': 'views_widget_180_1677',
'path': '../ui/views/widget/',
},
@@ -182,13 +183,6 @@ patches = [
'name': 'hwnd_message_handler_1481',
'path': '../ui/views/win/',
},
{
# Fix focus/blur handling on Windows.
# https://bitbucket.org/chromiumembedded/cef/issues/1677
# https://codereview.chromium.org/1135063002 (reverted)
'name': 'aura_window_1677',
'path': '../ui/aura/',
},
{
# Fix rendering of the PDF extension with OSR when the device scale factor
# is not 1.