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

Issue 2300543003: Added Pose attribute to Gamepad (Closed)

Created:
4 years, 3 months ago by bajones
Modified:
4 years, 3 months ago
CC:
blink-reviews, blink-reviews-api_chromium.org, chromium-reviews, dglazkov+blink, haraken
Base URL:
https://chromium.googlesource.com/chromium/src.git@gamepad_touched
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Added Pose attribute to Gamepad BUG=628417 TBR=mkwst@chromium.org Committed: https://crrev.com/cf1c8194679b51a0cd3f8c38b4b5101957bda6f6 Cr-Commit-Position: refs/heads/master@{#419564}

Patch Set 1 #

Patch Set 2 : Rebased #

Patch Set 3 : Rebase again #

Total comments: 1

Patch Set 4 : Rebase to get rid of gypi #

Total comments: 1

Patch Set 5 : Updated with spec comments #

Patch Set 6 : Again, with --no-find-copies #

Patch Set 7 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+236 lines, -2 lines) Patch
M ppapi/shared_impl/ppb_gamepad_shared.h View 2 chunks +26 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/modules/gamepad/BUILD.gn View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/modules/gamepad/Gamepad.h View 3 chunks +5 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/modules/gamepad/Gamepad.cpp View 1 chunk +15 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/modules/gamepad/Gamepad.idl View 1 2 3 4 5 6 2 chunks +2 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/modules/gamepad/GamepadPose.h View 1 2 3 4 5 1 chunk +54 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/modules/gamepad/GamepadPose.cpp View 1 chunk +67 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/modules/gamepad/GamepadPose.idl View 1 2 3 4 5 1 chunk +17 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/modules/gamepad/NavigatorGamepad.cpp View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/modules/modules_idl_files.gni View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/public/platform/WebGamepad.h View 2 chunks +45 lines, -1 line 0 comments Download
M third_party/WebKit/public/platform/WebGamepads.h View 1 chunk +1 line, -1 line 0 comments Download

Depends on Patchset:

Messages

Total messages: 27 (14 generated)
bajones
bbudge@chromium.org: Please review changes in ppapi/ mkwst@chromium.org: Please review changes in modules/ This is part ...
4 years, 3 months ago (2016-09-09 23:03:51 UTC) #2
haraken
https://codereview.chromium.org/2300543003/diff/40001/third_party/WebKit/Source/modules/gamepad/GamepadPose.idl File third_party/WebKit/Source/modules/gamepad/GamepadPose.idl (right): https://codereview.chromium.org/2300543003/diff/40001/third_party/WebKit/Source/modules/gamepad/GamepadPose.idl#newcode4 third_party/WebKit/Source/modules/gamepad/GamepadPose.idl:4: Add a link to the spec.
4 years, 3 months ago (2016-09-10 01:25:42 UTC) #8
Mike West
Is this actually specified somewhere? I found https://lists.w3.org/Archives/Public/public-webapps/2016AprJun/0052.html in a quick search, but I find ...
4 years, 3 months ago (2016-09-12 07:21:29 UTC) #9
bajones
Apologies for the delayed response to questions about the spec. I was waiting for this ...
4 years, 3 months ago (2016-09-17 01:02:18 UTC) #10
bajones
Hmm... seems like a bunch of reviewers are at TPAC this week. aelias@ or dcheng@: ...
4 years, 3 months ago (2016-09-19 18:34:15 UTC) #12
aelias_OOO_until_Jul13
lgtm
4 years, 3 months ago (2016-09-19 19:05:23 UTC) #13
bbudge
lgtm
4 years, 3 months ago (2016-09-19 19:18:01 UTC) #14
bajones
Thanks! TBRing mkwst@ for the modules_idl_files.gni change because TPAC.
4 years, 3 months ago (2016-09-19 19:40:25 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2300543003/100001
4 years, 3 months ago (2016-09-19 19:41:35 UTC) #18
commit-bot: I haz the power
Try jobs failed on following builders: android_arm64_dbg_recipe on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_arm64_dbg_recipe/builds/130988) android_clang_dbg_recipe on master.tryserver.chromium.android (JOB_FAILED, ...
4 years, 3 months ago (2016-09-19 19:45:51 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2300543003/120001
4 years, 3 months ago (2016-09-19 20:09:31 UTC) #23
commit-bot: I haz the power
Committed patchset #7 (id:120001)
4 years, 3 months ago (2016-09-19 21:38:03 UTC) #25
commit-bot: I haz the power
4 years, 3 months ago (2016-09-19 21:40:50 UTC) #27
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/cf1c8194679b51a0cd3f8c38b4b5101957bda6f6
Cr-Commit-Position: refs/heads/master@{#419564}

Powered by Google App Engine
This is Rietveld 408576698