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

Issue 11148012: Introduce TsfEventRouter. (Closed)

Created:
8 years, 2 months ago by Seigo Nonaka
Modified:
8 years, 2 months ago
Reviewers:
yukawa, sky
CC:
chromium-reviews, chrome-tsf_google.com, cpu_(ooo_6.6-7.5)
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Introduce TsfEventRouter. TsfEventRouter is used for catching tsf related events and forwarding to observers. This class is not used at this moment. This will be used for implementing Omnibox suggestion on Metro UI. This patch only affects on Metro UI and never affects on classic UI on Win8 or prior. BUG=151901, 141820 TEST=Manually done on Win8 classic and metro mode. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=162356

Patch Set 1 : #

Total comments: 10

Patch Set 2 : Address comments #

Patch Set 3 : Fix win build break #

Unified diffs Side-by-side diffs Delta from patch set Stats (+374 lines, -0 lines) Patch
M ui/base/win/mock_tsf_bridge.h View 1 2 3 chunks +7 lines, -0 lines 0 comments Download
M ui/base/win/mock_tsf_bridge.cc View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M ui/base/win/tsf_bridge.h View 1 2 chunks +6 lines, -0 lines 0 comments Download
M ui/base/win/tsf_bridge.cc View 1 2 chunks +7 lines, -0 lines 0 comments Download
A ui/base/win/tsf_event_router.h View 1 1 chunk +60 lines, -0 lines 0 comments Download
A ui/base/win/tsf_event_router.cc View 1 1 chunk +288 lines, -0 lines 0 comments Download
M ui/ui.gyp View 1 2 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
Seigo Nonaka
8 years, 2 months ago (2012-10-15 05:58:30 UTC) #1
Yohei Yukawa
lgtm
8 years, 2 months ago (2012-10-15 06:55:45 UTC) #2
Seigo Nonaka
Yukawa: Thank you for your review. Adding sky@ as the owner of ui/
8 years, 2 months ago (2012-10-15 08:10:17 UTC) #3
sky
http://codereview.chromium.org/11148012/diff/2001/ui/base/win/tsf_bridge.h File ui/base/win/tsf_bridge.h (right): http://codereview.chromium.org/11148012/diff/2001/ui/base/win/tsf_bridge.h#newcode10 ui/base/win/tsf_bridge.h:10: #include "base/basictypes.h" nit: newline between 9/10 http://codereview.chromium.org/11148012/diff/2001/ui/base/win/tsf_event_router.cc File ui/base/win/tsf_event_router.cc ...
8 years, 2 months ago (2012-10-15 22:00:07 UTC) #4
Seigo Nonaka
http://codereview.chromium.org/11148012/diff/2001/ui/base/win/tsf_bridge.h File ui/base/win/tsf_bridge.h (right): http://codereview.chromium.org/11148012/diff/2001/ui/base/win/tsf_bridge.h#newcode10 ui/base/win/tsf_bridge.h:10: #include "base/basictypes.h" On 2012/10/15 22:00:07, sky wrote: > nit: ...
8 years, 2 months ago (2012-10-16 02:20:47 UTC) #5
sky
LGTM - could we move the tsf code into a directory with you guys as ...
8 years, 2 months ago (2012-10-16 15:57:57 UTC) #6
Seigo Nonaka
On 2012/10/16 15:57:57, sky wrote: > LGTM - could we move the tsf code into ...
8 years, 2 months ago (2012-10-16 17:26:56 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/nona@chromium.org/11148012/9001
8 years, 2 months ago (2012-10-16 17:28:30 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/nona@chromium.org/11148012/27002
8 years, 2 months ago (2012-10-16 19:14:03 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/nona@chromium.org/11148012/27002
8 years, 2 months ago (2012-10-17 09:23:01 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/nona@chromium.org/11148012/27002
8 years, 2 months ago (2012-10-17 11:20:22 UTC) #11
commit-bot: I haz the power
8 years, 2 months ago (2012-10-17 12:12:20 UTC) #12
Change committed as 162356

Powered by Google App Engine
This is Rietveld 408576698