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

Issue 8760023: Add GamepadService, owns 1 gamepad bg thread (Closed)

Created:
9 years ago by scottmg
Modified:
9 years ago
Reviewers:
jam
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, Paweł Hajdan Jr., jam, dpranke-watch+content_chromium.org
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Add GamepadService, owns 1 gamepad bg thread BUG=79050 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=112638

Patch Set 1 #

Total comments: 34

Patch Set 2 : review fixes #

Patch Set 3 : remove merge from other cl #

Patch Set 4 : merge HEAD #

Unified diffs Side-by-side diffs Delta from patch set Stats (+233 lines, -54 lines) Patch
M content/browser/gamepad/gamepad_provider.h View 1 3 chunks +19 lines, -5 lines 0 comments Download
M content/browser/gamepad/gamepad_provider.cc View 1 7 chunks +41 lines, -26 lines 0 comments Download
M content/browser/gamepad/gamepad_provider_unittest.cc View 3 chunks +0 lines, -12 lines 0 comments Download
A content/browser/gamepad/gamepad_service.h View 1 1 chunk +70 lines, -0 lines 0 comments Download
A content/browser/gamepad/gamepad_service.cc View 1 1 chunk +76 lines, -0 lines 0 comments Download
M content/browser/renderer_host/gamepad_browser_message_filter.h View 1 2 chunks +11 lines, -2 lines 0 comments Download
M content/browser/renderer_host/gamepad_browser_message_filter.cc View 1 2 chunks +13 lines, -8 lines 0 comments Download
M content/browser/renderer_host/render_process_host_impl.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M content/content_browser.gypi View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
scottmg
As discussed: GamepadService owns the GamepadProvider (which is the background polling thread), and refactor the ...
9 years ago (2011-12-01 04:00:46 UTC) #1
jam
http://codereview.chromium.org/8760023/diff/1/content/browser/gamepad/gamepad_provider.cc File content/browser/gamepad/gamepad_provider.cc (right): http://codereview.chromium.org/8760023/diff/1/content/browser/gamepad/gamepad_provider.cc#newcode12 content/browser/gamepad/gamepad_provider.cc:12: #include "base/synchronization/lock.h" nit: not needed since in the header ...
9 years ago (2011-12-01 20:07:31 UTC) #2
scottmg
thanks! http://codereview.chromium.org/8760023/diff/1/content/browser/gamepad/gamepad_provider.cc File content/browser/gamepad/gamepad_provider.cc (right): http://codereview.chromium.org/8760023/diff/1/content/browser/gamepad/gamepad_provider.cc#newcode12 content/browser/gamepad/gamepad_provider.cc:12: #include "base/synchronization/lock.h" On 2011/12/01 20:07:31, John Abd-El-Malek wrote: ...
9 years ago (2011-12-01 22:05:32 UTC) #3
jam
lgtm
9 years ago (2011-12-01 23:39:21 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/scottmg@chromium.org/8760023/3003
9 years ago (2011-12-01 23:45:17 UTC) #5
commit-bot: I haz the power
Can't apply patch for file content/browser/renderer_host/render_process_host_impl.cc. While running patch -p1 --forward --force; patching file content/browser/renderer_host/render_process_host_impl.cc ...
9 years ago (2011-12-01 23:45:20 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/scottmg@chromium.org/8760023/4004
9 years ago (2011-12-01 23:48:47 UTC) #7
commit-bot: I haz the power
The commit queue went berserk retrying too often for a seemingly flaky test. Builder is ...
9 years ago (2011-12-02 03:24:15 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/scottmg@chromium.org/8760023/4004
9 years ago (2011-12-02 03:29:40 UTC) #9
commit-bot: I haz the power
Change committed as 112638
9 years ago (2011-12-02 04:41:26 UTC) #10
Lei Zhang
9 years ago (2011-12-02 07:05:01 UTC) #11

Powered by Google App Engine
This is Rietveld 408576698