Side by Side Diff
Use n/p to move between diff chunks; N/P to move between comments.
Draft comments are only viewable by you.
Keyboard Shortcuts
File
u
:
up to issue
j
/
k
:
jump to file after / before current file
J
/
K
:
jump to next file with a comment after / before current file
Side-by-side diff
i
:
toggle intra-line diffs
e
:
expand all comments
c
:
collapse all comments
s
:
toggle showing all comments
n
/
p
:
next / previous diff chunk or comment
N
/
P
:
next / previous comment
<Up>
/
<Down>
:
next / previous line
Issue
u
:
up to list of issues
j
/
k
:
jump to patch after / before current patch
o
/
<Enter>
:
open current patch in side-by-side view
i
:
open current patch in unified diff view
Issue List
j
/
k
:
jump to issue after / before current issue
o
/
<Enter>
:
open current issue
Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr)
|
Please choose your nickname with
Settings
|
Help
|
Chromium Project
|
Gerrit Changes
|
Sign out
(58)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: ppapi/examples/gamepad/gamepad.html
Issue
9085027
:
Pepper gamepad support (Closed)
Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix example
Created 8 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Draft comments are only viewable by you.
Context:
3 lines
10 lines
25 lines
50 lines
75 lines
100 lines
Whole file
Column Width:
Tab Spaces:
Jump to:
content/renderer/pepper_plugin_delegate_impl.h
content/renderer/pepper_plugin_delegate_impl.cc
ppapi/api/dev/ppb_gamepad_dev.idl
ppapi/c/dev/ppb_gamepad_dev.h
ppapi/cpp/dev/gamepad_dev.h
ppapi/cpp/dev/gamepad_dev.cc
ppapi/examples/gamepad/gamepad.cc
ppapi/examples/gamepad/gamepad.html
ppapi/ppapi_shared.gypi
ppapi/ppapi_sources.gypi
ppapi/ppapi_tests.gypi
ppapi/proxy/ppb_instance_proxy.h
ppapi/proxy/ppb_instance_proxy.cc
ppapi/tests/all_c_includes.h
ppapi/thunk/interfaces_ppb_public_dev.h
ppapi/thunk/ppb_gamepad_thunk.cc
ppapi/thunk/ppb_instance_api.h
webkit/plugins/ppapi/plugin_delegate.h
webkit/plugins/ppapi/ppapi_plugin_instance.h
webkit/plugins/ppapi/ppapi_plugin_instance.cc
View unified diff
|
Download patch
|
Annotate
|
Revision Log
« ppapi/cpp/dev/gamepad_dev.h
('K') |
« ppapi/examples/gamepad/gamepad.cc
('k') |
ppapi/ppapi_shared.gypi »
('j') |
webkit/plugins/ppapi/ppapi_plugin_instance.cc »
('J')
Toggle Intra-line Diffs
('i') |
Expand Comments
('e') |
Collapse Comments
('c') |
Show Comments
Hide Comments
('s')
OLD
NEW
(Empty)
1
<!DOCTYPE html>
2
<html>
3
<!--
4
Copyright (c) 2011 The Chromium Authors. All rights reserved.
5
Use of this source code is governed by a BSD-style license that can be
6
found in the LICENSE file.
7
-->
8
<head>
9
<title>Gamepad Example</title>
10
</head>
11
<body>
12
<div>
13
<object id="plugin" type="application/x-ppapi-example-gamepad"
14
width="300" height="300" border="2px"></object>
15
</div>
16
</body>
17
</html>
OLD
NEW
« ppapi/cpp/dev/gamepad_dev.h
('K') |
« ppapi/examples/gamepad/gamepad.cc
('k') |
ppapi/ppapi_shared.gypi »
('j') |
webkit/plugins/ppapi/ppapi_plugin_instance.cc »
('J')
Issue 9085027: Pepper gamepad support (Closed)
Created 8 years, 11 months ago by scottmg
Modified 8 years, 11 months ago
Reviewers: brettw
Base URL: svn://svn.chromium.org/chrome/trunk/src
Comments: 15
This is Rietveld
408576698