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

Issue 479873002: Removing X11 native_event uses for key events. (Closed)

Created:
6 years, 4 months ago by kpschoedel
Modified:
6 years, 3 months ago
CC:
chromium-reviews, creis+watch_chromium.org, qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, tdresser+watch_chromium.org, nasko+codewatch_chromium.org, jam, sadrul, abarth-chromium, Aaron Boodman, darin-cc_chromium.org, yzshen+watch_chromium.org, kalyank, darin (slow to review), ben+mojo_chromium.org, ben+ash_chromium.org, Elliot Glaysher
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Removing uses of X11 native key events. BUG=380349 Committed: https://chromium.googlesource.com/chromium/src/+/bbb7ea7c66f18298079eea4a6b24834986f4a822 Committed: https://crrev.com/19537df7b11b6e634c16a3073a77b98db3d7b61f Cr-Commit-Position: refs/heads/master@{#293520} Committed: https://crrev.com/c6037c66e3487ea57c90090c084d37b5b6fda816 Cr-Commit-Position: refs/heads/master@{#295963}

Patch Set 1 #

Total comments: 6

Patch Set 2 : rebase #

Patch Set 3 : Address review comments (sadrul). #

Patch Set 4 : rebase #

Patch Set 5 : post-mojo revision #

Patch Set 6 : fix Windows build #

Total comments: 4

Patch Set 7 : Remove web_input_event_aurax11.cc from Android license whitelist. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+185 lines, -270 lines) Patch
M android_webview/tools/third_party_files_whitelist.txt View 1 2 3 4 5 6 1 chunk +0 lines, -3 lines 0 comments Download
M ash/accelerators/key_hold_detector.cc View 1 2 3 4 1 chunk +8 lines, -7 lines 0 comments Download
M content/browser/renderer_host/web_input_event_aura.cc View 1 2 3 4 4 chunks +11 lines, -30 lines 0 comments Download
D content/browser/renderer_host/web_input_event_aurax11.cc View 1 2 3 4 1 chunk +0 lines, -96 lines 0 comments Download
M content/content_browser.gypi View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download
M content/renderer/render_view_browsertest.cc View 1 2 3 2 chunks +11 lines, -14 lines 0 comments Download
M mojo/services/native_viewport/platform_viewport_x11.cc View 1 2 3 4 1 chunk +3 lines, -3 lines 0 comments Download
M mojo/services/public/cpp/input_events/lib/input_events_type_converters.cc View 1 2 3 4 2 chunks +6 lines, -10 lines 0 comments Download
M ui/events/event.h View 1 2 3 4 5 chunks +31 lines, -2 lines 0 comments Download
M ui/events/event.cc View 1 2 3 4 5 7 chunks +110 lines, -7 lines 0 comments Download
M ui/events/event_utils.h View 1 2 3 4 5 2 chunks +4 lines, -19 lines 0 comments Download
M ui/events/event_utils.cc View 1 2 3 4 5 2 chunks +1 line, -3 lines 0 comments Download
M ui/events/ozone/events_ozone.cc View 1 2 3 4 1 chunk +0 lines, -15 lines 0 comments Download
M ui/events/win/events_win.cc View 1 2 3 4 1 chunk +0 lines, -12 lines 0 comments Download
M ui/events/x/events_x.cc View 1 2 3 4 1 chunk +0 lines, -48 lines 0 comments Download

Messages

Total messages: 51 (11 generated)
kpschoedel
sadrul, could you take a look at the ui/event part before I add other reviewers? ...
6 years, 4 months ago (2014-08-17 21:35:59 UTC) #1
sadrul
Looks reasonable to me. https://codereview.chromium.org/479873002/diff/1/ash/accelerators/key_hold_detector.cc File ash/accelerators/key_hold_detector.cc (right): https://codereview.chromium.org/479873002/diff/1/ash/accelerators/key_hold_detector.cc#newcode22 ash/accelerators/key_hold_detector.cc:22: void DispatchPressedEvent(ui::KeyEvent event, const & ...
6 years, 4 months ago (2014-08-19 03:46:19 UTC) #2
kpschoedel
https://codereview.chromium.org/479873002/diff/1/ash/accelerators/key_hold_detector.cc File ash/accelerators/key_hold_detector.cc (right): https://codereview.chromium.org/479873002/diff/1/ash/accelerators/key_hold_detector.cc#newcode22 ash/accelerators/key_hold_detector.cc:22: void DispatchPressedEvent(ui::KeyEvent event, On 2014/08/19 03:46:19, sadrul wrote: > ...
6 years, 4 months ago (2014-08-19 21:58:10 UTC) #3
sadrul
lgtm But please have one of the owners of ui/events/keycodes/ also take a look.
6 years, 4 months ago (2014-08-21 18:26:17 UTC) #4
kpschoedel
+garykac@ — Could you take a look, or pass to wez@? Thanks.
6 years, 4 months ago (2014-08-21 20:49:47 UTC) #5
kpschoedel
This will need major revision due to https://codereview.chromium.org/492863002 landing same-but-different changes.
6 years, 4 months ago (2014-08-22 17:19:34 UTC) #6
kpschoedel
Sadrul, could you take another look at this CL (patch set 5)? The changes need ...
6 years, 3 months ago (2014-08-29 21:14:49 UTC) #7
sadrul
lgtm
6 years, 3 months ago (2014-09-02 14:49:44 UTC) #8
kpschoedel
+sky@ for non- ui/events; selecting you because you previously reviewed https://codereview.chromium.org/492863002 with related changes from ...
6 years, 3 months ago (2014-09-02 17:00:08 UTC) #10
sky
https://codereview.chromium.org/479873002/diff/160001/ui/events/event.h File ui/events/event.h (right): https://codereview.chromium.org/479873002/diff/160001/ui/events/event.h#newcode641 ui/events/event.h:641: base::char16 GetUnmodifiedText() const; My initial reaction is that all ...
6 years, 3 months ago (2014-09-02 18:23:15 UTC) #11
kpschoedel
https://codereview.chromium.org/479873002/diff/160001/ui/events/event.h File ui/events/event.h (right): https://codereview.chromium.org/479873002/diff/160001/ui/events/event.h#newcode641 ui/events/event.h:641: base::char16 GetUnmodifiedText() const; On 2014/09/02 18:23:15, sky wrote: > ...
6 years, 3 months ago (2014-09-02 19:27:26 UTC) #12
Elliot Glaysher
https://codereview.chromium.org/479873002/diff/160001/ui/events/event.h File ui/events/event.h (right): https://codereview.chromium.org/479873002/diff/160001/ui/events/event.h#newcode641 ui/events/event.h:641: base::char16 GetUnmodifiedText() const; On 2014/09/02 19:27:26, kpschoedel wrote: > ...
6 years, 3 months ago (2014-09-02 19:31:07 UTC) #14
kpschoedel
https://codereview.chromium.org/479873002/diff/160001/ui/events/event.h File ui/events/event.h (right): https://codereview.chromium.org/479873002/diff/160001/ui/events/event.h#newcode641 ui/events/event.h:641: base::char16 GetUnmodifiedText() const; On 2014/09/02 19:31:07, Elliot Glaysher wrote: ...
6 years, 3 months ago (2014-09-02 19:47:16 UTC) #15
sky
How many of these new functions are used in more than one call site? On ...
6 years, 3 months ago (2014-09-02 21:43:01 UTC) #16
kpschoedel
On 2014/09/02 21:43:01, sky wrote: > How many of these new functions are used in ...
6 years, 3 months ago (2014-09-02 22:31:15 UTC) #17
sky
*SIGH* LGTM
6 years, 3 months ago (2014-09-02 22:33:46 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kpschoedel@chromium.org/479873002/160001
6 years, 3 months ago (2014-09-03 13:48:22 UTC) #20
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: mac_gpu_triggered_tests on tryserver.chromium.gpu ...
6 years, 3 months ago (2014-09-03 15:08:57 UTC) #21
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/8409)
6 years, 3 months ago (2014-09-03 15:17:55 UTC) #23
kpschoedel
+jamesr for content/renderer/render_view_browsertest.cc
6 years, 3 months ago (2014-09-03 15:26:44 UTC) #25
jamesr
lgtm
6 years, 3 months ago (2014-09-03 17:33:37 UTC) #26
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kpschoedel@chromium.org/479873002/160001
6 years, 3 months ago (2014-09-03 17:35:04 UTC) #28
commit-bot: I haz the power
Committed patchset #6 (id:160001) as bbb7ea7c66f18298079eea4a6b24834986f4a822
6 years, 3 months ago (2014-09-03 17:49:07 UTC) #29
dcheng
A revert of this CL (patchset #6 id:160001) has been created in https://codereview.chromium.org/536313002/ by dcheng@chromium.org. ...
6 years, 3 months ago (2014-09-04 03:50:17 UTC) #30
kpschoedel
+boliu@ for android_webview/tools/third_party_files_whitelist.txt
6 years, 3 months ago (2014-09-04 17:27:52 UTC) #32
boliu
On 2014/09/04 17:27:52, kpschoedel wrote: > +boliu@ for android_webview/tools/third_party_files_whitelist.txt lgtm Gonna file a bug for ...
6 years, 3 months ago (2014-09-04 17:34:47 UTC) #33
kpschoedel
On 2014/09/04 17:34:47, boliu wrote: > Gonna file a bug for > http://build.chromium.org/p/tryserver.chromium.linux/builders/android_clang_dbg_recipe/builds/1711, > check ...
6 years, 3 months ago (2014-09-04 17:38:39 UTC) #34
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kpschoedel@chromium.org/479873002/180001
6 years, 3 months ago (2014-09-04 17:49:49 UTC) #36
boliu
On 2014/09/04 17:38:39, kpschoedel wrote: > On 2014/09/04 17:34:47, boliu wrote: > > Gonna file ...
6 years, 3 months ago (2014-09-04 18:28:22 UTC) #37
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_rel_swarming on tryserver.chromium.mac (http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_swarming/builds/10163)
6 years, 3 months ago (2014-09-04 19:38:22 UTC) #39
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kpschoedel@chromium.org/479873002/180001
6 years, 3 months ago (2014-09-05 13:51:57 UTC) #41
commit-bot: I haz the power
Committed patchset #7 (id:180001) as 13d90b146a400156427243d05159cadd8d72c0b9
6 years, 3 months ago (2014-09-05 14:53:46 UTC) #42
arv (Not doing code reviews)
A revert of this CL (patchset #7 id:180001) has been created in https://codereview.chromium.org/548303003/ by arv@chromium.org. ...
6 years, 3 months ago (2014-09-08 15:38:37 UTC) #43
kpschoedel
On 2014/09/08 15:38:37, arv wrote: > A revert of this CL (patchset #7 id:180001) has ...
6 years, 3 months ago (2014-09-08 16:39:37 UTC) #44
commit-bot: I haz the power
Patchset 7 (id:??) landed as https://crrev.com/8f906f10b340299d817dfea06e4100adf26ea914 Cr-Commit-Position: refs/heads/master@{#293166}
6 years, 3 months ago (2014-09-10 03:26:41 UTC) #45
commit-bot: I haz the power
Patchset 7 (id:??) landed as https://crrev.com/19537df7b11b6e634c16a3073a77b98db3d7b61f Cr-Commit-Position: refs/heads/master@{#293520}
6 years, 3 months ago (2014-09-10 03:39:35 UTC) #46
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/479873002/180001
6 years, 3 months ago (2014-09-22 13:41:40 UTC) #48
commit-bot: I haz the power
Committed patchset #7 (id:180001) as 6d0fce06c609fdb1504a89a6ffe78ab608faa982
6 years, 3 months ago (2014-09-22 13:59:30 UTC) #49
commit-bot: I haz the power
Patchset 7 (id:??) landed as https://crrev.com/c6037c66e3487ea57c90090c084d37b5b6fda816 Cr-Commit-Position: refs/heads/master@{#295963}
6 years, 3 months ago (2014-09-22 14:00:16 UTC) #50
kpschoedel
6 years, 3 months ago (2014-09-22 14:06:57 UTC) #51
Message was sent while issue was closed.
On 2014/09/22 14:00:16, I haz the power (commit-bot) wrote:
> Patchset 7 (id:??) landed as
> https://crrev.com/c6037c66e3487ea57c90090c084d37b5b6fda816
> Cr-Commit-Position: refs/heads/master@{#295963}

I have not seen additional IME failures on Android vs current master in manual
tests; waiting to see if bots not selectable here find otherwise.

Powered by Google App Engine
This is Rietveld 408576698