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

Side by Side Diff: third_party/WebKit/Source/core/css/properties/CSSPropertyAPIMethods.json5

Issue 2669243009: Added CSSPropertyAPIMethods.json5 which defines all API methods. (Closed)
Patch Set: Added comment Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 {
2 // This file specifies all the methods in CSSPropertyAPI.h and the neces sary
3 // information for code generation of the API and it's related classes.
4 parameters: {
5 name: {
6 default: "",
7 valid_type: "str",
8 },
9 definition: {
10 default: "",
11 valid_type: "str",
12 },
13 },
14 data: [
15 {
16 name: "parseSingleValue",
17 definition: "static const CSSValue* parseSingleValue(CSSParserTo kenRange&, const CSSParserContext*);",
18 },
19 ]
20 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698