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

Issue 10781023: use Loadlibrary/GetProcAddress for XInput, rather than /DELAYLOAD (Closed)

Created:
8 years, 5 months ago by scottmg
Modified:
8 years, 5 months ago
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jam
Visibility:
Public.

Description

use Loadlibrary/GetProcAddress for XInput, rather than /DELAYLOAD Win8 SDK xinput import lib pulls xinput1_4.dll, but we want to use 1_3, so load it manually. R=cpu@chromium.org BUG=113035 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=148007

Patch Set 1 #

Total comments: 1

Patch Set 2 : use FILE_PATH_LITERAL #

Total comments: 8

Patch Set 3 : review fixes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+46 lines, -40 lines) Patch
M content/browser/gamepad/platform_data_fetcher_win.h View 1 2 2 chunks +22 lines, -0 lines 0 comments Download
M content/browser/gamepad/platform_data_fetcher_win.cc View 1 2 5 chunks +24 lines, -39 lines 0 comments Download
M content/content_browser.gypi View 1 2 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 11 (0 generated)
scottmg
8 years, 5 months ago (2012-07-16 22:27:55 UTC) #1
cpu_(ooo_6.6-7.5)
lgtm http://codereview.chromium.org/10781023/diff/1/content/browser/gamepad/platform_data_fetcher_win.cc File content/browser/gamepad/platform_data_fetcher_win.cc (right): http://codereview.chromium.org/10781023/diff/1/content/browser/gamepad/platform_data_fetcher_win.cc#newcode54 content/browser/gamepad/platform_data_fetcher_win.cc:54: xinput_dll_(FilePath(L"xinput1_3.dll")), FILE_PATH_LITERAL("...")
8 years, 5 months ago (2012-07-17 19:30:46 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/scottmg@chromium.org/10781023/7001
8 years, 5 months ago (2012-07-18 16:11:00 UTC) #3
commit-bot: I haz the power
Presubmit check for 10781023-7001 failed and returned exit status 1. Running presubmit commit checks ...
8 years, 5 months ago (2012-07-18 16:11:03 UTC) #4
scottmg
+jam for owners
8 years, 5 months ago (2012-07-18 16:12:16 UTC) #5
jochen (gone - plz use gerrit)
drive-by content/ nits https://chromiumcodereview.appspot.com/10781023/diff/7001/content/browser/gamepad/platform_data_fetcher_win.cc File content/browser/gamepad/platform_data_fetcher_win.cc (right): https://chromiumcodereview.appspot.com/10781023/diff/7001/content/browser/gamepad/platform_data_fetcher_win.cc#newcode53 content/browser/gamepad/platform_data_fetcher_win.cc:53: GamepadPlatformDataFetcherWin::GamepadPlatformDataFetcherWin() : the : should go ...
8 years, 5 months ago (2012-07-19 14:34:03 UTC) #6
scottmg
thanks https://chromiumcodereview.appspot.com/10781023/diff/7001/content/browser/gamepad/platform_data_fetcher_win.cc File content/browser/gamepad/platform_data_fetcher_win.cc (right): https://chromiumcodereview.appspot.com/10781023/diff/7001/content/browser/gamepad/platform_data_fetcher_win.cc#newcode53 content/browser/gamepad/platform_data_fetcher_win.cc:53: GamepadPlatformDataFetcherWin::GamepadPlatformDataFetcherWin() : On 2012/07/19 14:34:04, jochen wrote: > ...
8 years, 5 months ago (2012-07-19 16:45:16 UTC) #7
jochen (gone - plz use gerrit)
content looks good
8 years, 5 months ago (2012-07-19 17:54:20 UTC) #8
jam
lgtm
8 years, 5 months ago (2012-07-23 22:56:56 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/scottmg@chromium.org/10781023/13001
8 years, 5 months ago (2012-07-23 22:58:07 UTC) #10
commit-bot: I haz the power
8 years, 5 months ago (2012-07-24 00:38:18 UTC) #11
Change committed as 148007

Powered by Google App Engine
This is Rietveld 408576698