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
(2)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: tools/idl_parser/test_lexer/keywords.in
Issue
13498002
:
Add WebIDL compliant parser plus tests (Closed)
Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 'Delay build of Lexer to handler tokens correctly.'
Created 7 years, 8 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:
tools/idl_parser/idl_lexer.py
tools/idl_parser/idl_node.py
tools/idl_parser/idl_parser.py
tools/idl_parser/idl_parser_test.py
tools/idl_parser/idl_ppapi_lexer.py
tools/idl_parser/run_tests.py
tools/idl_parser/test_lexer/keywords.in
tools/idl_parser/test_parser/callback.idl
tools/idl_parser/test_parser/dictionary.idl
tools/idl_parser/test_parser/enum.idl
tools/idl_parser/test_parser/exception.idl
tools/idl_parser/test_parser/implements.idl
tools/idl_parser/test_parser/interface.idl
tools/idl_parser/test_parser/typedef.idl
View unified diff
|
Download patch
|
Annotate
|
Revision Log
« no previous file with comments
|
« tools/idl_parser/run_tests.py
('k') |
tools/idl_parser/test_parser/callback.idl »
('j') |
no next file with comments »
Toggle Intra-line Diffs
('i') |
Expand Comments
('e') |
Collapse Comments
('c') |
Show Comments
Hide Comments
('s')
OLD
NEW
1 ANY any
1 ANY any
2 ATTRIBUTE attribute
2 ATTRIBUTE attribute
3 BOOLEAN boolean
3 BOOLEAN boolean
4 BYTE byte
4 BYTE byte
5 CALLBACK callback
5 CALLBACK callback
6 CONST const
6 CONST const
7 CREATOR creator
7 CREATOR creator
8 DATE Date
8 DATE Date
9 DELETER deleter
9 DELETER deleter
10 DICTIONARY dictionary
10 DICTIONARY dictionary
11 DOMSTRING DOMString
11 DOMSTRING DOMString
12 DOUBLE double
12 DOUBLE double
13 FALSE false
13 FALSE false
14 FLOAT float
14 FLOAT float
15 EXCEPTION exception
15 EXCEPTION exception
16 GETTER getter
16 GETTER getter
17 IMPLEMENTS implements
17 IMPLEMENTS implements
18 INFINITY Infinity
18 INFINITY Infinity
19 INTERFACE interface
19 INTERFACE interface
20
LABEL label
21 LEGACYCALLER legacycaller
20 LEGACYCALLER legacycaller
22 LONG long
21 LONG long
23
NAMESPACE namespace
24 NAN Nan
22 NAN Nan
25 NULL null
23 NULL null
26 OBJECT object
24 OBJECT object
27 OPTIONAL optional
25 OPTIONAL optional
28 OR or
26 OR or
29 PARTIAL partial
27 PARTIAL partial
30 READONLY readonly
28 READONLY readonly
31 SETTER setter
29 SETTER setter
32 SHORT short
30 SHORT short
33 STATIC static
31 STATIC static
34 STRINGIFIER stringifier
32 STRINGIFIER stringifier
35
STRUCT struct
36 TYPEDEF typedef
33 TYPEDEF typedef
37 TRUE true
34 TRUE true
38 UNSIGNED unsigned
35 UNSIGNED unsigned
39 UNRESTRICTED unrestricted
36 UNRESTRICTED unrestricted
40 VOID void
37 VOID void
OLD
NEW
« no previous file with comments
|
« tools/idl_parser/run_tests.py
('k') |
tools/idl_parser/test_parser/callback.idl »
('j') |
no next file with comments »
Issue 13498002: Add WebIDL compliant parser plus tests (Closed)
Created 7 years, 8 months ago by noelallen1
Modified 7 years, 8 months ago
Reviewers: sehr
Base URL: svn://svn.chromium.org/chrome/trunk/src
Comments: 37
This is Rietveld
408576698