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
(638)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: ppapi/generators/test_lex.in
Issue
98343005
:
Pepper: More IDL generator cleanup. (Closed)
Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix for json_schema_compiler
Created 7 years 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:
ppapi/generators/idl_ast.py
ppapi/generators/idl_c_proto.py
ppapi/generators/idl_log.py
ppapi/generators/idl_namespace.py
ppapi/generators/idl_node.py
ppapi/generators/idl_parser.py
ppapi/generators/idl_tests.py
ppapi/generators/test_lex.in
tools/json_schema_compiler/idl_schema.py
View unified diff
|
Download patch
|
Annotate
|
Revision Log
« no previous file with comments
|
« ppapi/generators/idl_tests.py
('k') |
tools/json_schema_compiler/idl_schema.py »
('j') |
no next file with comments »
Toggle Intra-line Diffs
('i') |
Expand Comments
('e') |
Collapse Comments
('c') |
Show Comments
Hide Comments
('s')
OLD
NEW
(Empty)
1
INT 1 INT 123 INT 12345
2
SYMBOL A123 SYMBOL A_A
3
4
COMMENT /*XXXX*/
5
COMMENT //XXXX
6
7
COMMENT /*MULTI LINE*/
8
9
[ [
10
] ]
11
* *
12
. .
13
( (
14
) )
15
{ {
16
} }
17
[ [
18
] ]
19
, ,
20
; ;
21
: :
22
= =
23
+ +
24
- -
25
/ /
26
~ ~
27
| |
28
& &
29
^ ^
30
<< <<
31
>> >>
32
33
FLOAT 1.1
34
FLOAT 1e1
35
FLOAT -1.1
36
FLOAT -1e1
37
FLOAT 1e-1
38
FLOAT -1e-1
39
FLOAT 1.0e1
40
FLOAT -1.0e-1
41
42
HEX 0x1
43
HEX 0x0
44
HEX 0x10
45
HEX 0x112312
46
HEX 0x1ABCD0
47
HEX 0xA0B0C0
48
HEX 0xabcdef
49
HEX 0x1ab2cd
50
51
OCT 00
52
OCT 01
53
OCT 0123
54
55
INLINE #inline C
56
This is an inline block.
57
58
Contains /* Comments */
59
Contains // Comments
60
Contains /* Multi-line
61
Comment */
62
63
#endinl
64
SYMBOL blah
65
OLD
NEW
« no previous file with comments
|
« ppapi/generators/idl_tests.py
('k') |
tools/json_schema_compiler/idl_schema.py »
('j') |
no next file with comments »
Issue 98343005: Pepper: More IDL generator cleanup. (Closed)
Created 7 years ago by teravest
Modified 7 years ago
Reviewers: bbudge
Base URL: svn://svn.chromium.org/chrome/trunk/src
Comments: 0
This is Rietveld
408576698