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

Issue 739993002: MacViews: Fix build errors related to NativeWebKeyboardEvent (Closed)

Created:
6 years, 1 month ago by Andre
Modified:
6 years ago
CC:
chromium-reviews, mac-views-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

MacViews: Fix build errors related to NativeWebKeyboardEvent This fixes 2 build errors for MacViews: 1. Compile error in AutofillDialogViews::HandleKeyEvent. 2. Missing symbol of DropdownBarHost::GetKeyboardEvent. Added a NativeWebKeyboardEvent constructor that takes a ui::KeyEvent, which is convenient for these callers. BUG=425229 Committed: https://crrev.com/02f3a9f5b2b31af2dbc8c5bc8695dc5f05be1f6d Cr-Commit-Position: refs/heads/master@{#305583}

Patch Set 1 : #

Total comments: 9

Patch Set 2 : Fixes for sadrul #

Total comments: 2

Patch Set 3 : Rebase and fix for Sadrul #

Unified diffs Side-by-side diffs Delta from patch set Stats (+38 lines, -77 lines) Patch
M chrome/browser/ui/views/autofill/autofill_dialog_views.cc View 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/ui/views/dropdown_bar_host.h View 1 chunk +0 lines, -5 lines 0 comments Download
M chrome/browser/ui/views/dropdown_bar_host_aura.cc View 1 chunk +0 lines, -15 lines 0 comments Download
M chrome/browser/ui/views/find_bar_host.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/native_web_keyboard_event_aura.cc View 1 2 2 chunks +8 lines, -5 lines 0 comments Download
M content/browser/renderer_host/native_web_keyboard_event_mac.mm View 1 2 chunks +3 lines, -8 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_aura.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M content/public/browser/native_web_keyboard_event.h View 1 2 3 chunks +14 lines, -15 lines 0 comments Download
M content/renderer/render_view_browsertest.cc View 1 5 chunks +10 lines, -25 lines 0 comments Download

Messages

Total messages: 19 (6 generated)
Andre
Sadrul, PTAL. https://codereview.chromium.org/739993002/diff/20001/content/renderer/render_view_browsertest.cc File content/renderer/render_view_browsertest.cc (right): https://codereview.chromium.org/739993002/diff/20001/content/renderer/render_view_browsertest.cc#newcode195 content/renderer/render_view_browsertest.cc:195: #endif Should I delete these USE_AURA guards?
6 years, 1 month ago (2014-11-20 01:01:44 UTC) #3
Andre
avi@, PTAL for content. sky@, PTAL for views.
6 years, 1 month ago (2014-11-21 17:39:48 UTC) #5
sky
LGTM
6 years, 1 month ago (2014-11-21 19:02:22 UTC) #6
sadrul
https://codereview.chromium.org/739993002/diff/20001/chrome/browser/ui/views/find_bar_host.cc File chrome/browser/ui/views/find_bar_host.cc (left): https://codereview.chromium.org/739993002/diff/20001/chrome/browser/ui/views/find_bar_host.cc#oldcode73 chrome/browser/ui/views/find_bar_host.cc:73: NativeWebKeyboardEvent event = GetKeyboardEvent(contents, key_event); Looks like you can ...
6 years, 1 month ago (2014-11-21 19:33:42 UTC) #7
Avi (use Gerrit)
lgtm I don't have anything to say past what sadrul said. It would be really ...
6 years, 1 month ago (2014-11-21 20:16:19 UTC) #8
Andre
On 2014/11/21 20:16:19, Avi wrote: > lgtm > > I don't have anything to say ...
6 years, 1 month ago (2014-11-22 00:09:12 UTC) #9
Andre
https://codereview.chromium.org/739993002/diff/20001/chrome/browser/ui/views/find_bar_host.cc File chrome/browser/ui/views/find_bar_host.cc (left): https://codereview.chromium.org/739993002/diff/20001/chrome/browser/ui/views/find_bar_host.cc#oldcode73 chrome/browser/ui/views/find_bar_host.cc:73: NativeWebKeyboardEvent event = GetKeyboardEvent(contents, key_event); On 2014/11/21 19:33:42, sadrul ...
6 years, 1 month ago (2014-11-22 00:09:59 UTC) #10
sadrul
LGTM (I suggest landing https://codereview.chromium.org/740653006/ first, and then rebasing this on top of it before ...
6 years, 1 month ago (2014-11-24 06:24:33 UTC) #12
Andre
https://codereview.chromium.org/739993002/diff/40001/content/browser/renderer_host/native_web_keyboard_event_aura.cc File content/browser/renderer_host/native_web_keyboard_event_aura.cc (right): https://codereview.chromium.org/739993002/diff/40001/content/browser/renderer_host/native_web_keyboard_event_aura.cc#newcode19 content/browser/renderer_host/native_web_keyboard_event_aura.cc:19: : NULL; On 2014/11/24 06:24:33, sadrul wrote: > You ...
6 years ago (2014-11-25 03:26:57 UTC) #14
Andre
6 years ago (2014-11-25 03:26:59 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/739993002/80001
6 years ago (2014-11-25 03:27:45 UTC) #17
commit-bot: I haz the power
Committed patchset #3 (id:80001)
6 years ago (2014-11-25 05:36:13 UTC) #18
commit-bot: I haz the power
6 years ago (2014-11-25 05:38:19 UTC) #19
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/02f3a9f5b2b31af2dbc8c5bc8695dc5f05be1f6d
Cr-Commit-Position: refs/heads/master@{#305583}

Powered by Google App Engine
This is Rietveld 408576698