DescriptionRevert of Remove EF_FUNCTION_KEY and EF_NUMPAD_KEY. (patchset #5 id:180001 of https://codereview.chromium.org/1120813002/)
Reason for revert:
This is failing on the chromeos valgrind bot. e.g.: http://build.chromium.org/p/chromium.memory.fyi/builders/Chromium%20OS%20%28valgrind%29%284%29/builds/32560
Sample output:
WebInputEventAuraTest.TestMakeWebKeyboardEventKeyPadKeyCode:
../../content/browser/renderer_host/web_input_event_aura_unittest.cc:207: Failure
Value of: (webkit_event.modifiers & blink::WebInputEvent::IsKeyPad) != 0
Actual: false
Expected: test_case.expected_result
Which is: true
Failed in 23th test case: {dom_code:NumpadDivide, ui_keycode:111, x_keysym:65455}, expect: true
../../content/browser/renderer_host/web_input_event_aura_unittest.cc:207: Failure
Value of: (webkit_event.modifiers & blink::WebInputEvent::IsKeyPad) != 0
Actual: false
Expected: test_case.expected_result
Which is: true
Failed in 24th test case: {dom_code:NumpadDecimal, ui_keycode:110, x_keysym:65454}, expect: true
Original issue's description:
> Remove EF_FUNCTION_KEY and EF_NUMPAD_KEY.
>
> These EventFlags are redundant now that DomCode exists, and were not
> always set correctly or kept in sync.
>
> Committed: https://crrev.com/8226fd15e53b122f531b3b1816b3e080bd8ef011
> Cr-Commit-Position: refs/heads/master@{#328543}
TBR=derat@chromium.org,wez@chromium.org,sadrul@chromium.org,kpschoedel@chromium.org
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
Patch Set 1 #
Created: 5 years, 7 months ago
(Patch set is too large to download)
Messages
Total messages: 5 (2 generated)
|