|
|
Convert make_names and make_event_factory to use json5 config format.
Subsequently converted make_media_feature_names and make_media_features
as well and these config files:
Source/core/css/MediaFeatureNames.json5
Source/core/css/MediaTypeNames.json5
Source/core/editing/InputModeNames.json5
Source/core/events/EventAliases.json5
Source/core/events/EventTargetFactory.json5
Source/core/events/EventTypeNames.json5
Source/core/html/forms/InputTypeNames.json5
Source/core/html/parser/HTMLTokenizerNames.json5
Source/modules/EventTargetModulesFactory.json5
Source/modules/indexeddb/IndexedDBNames.json5
Source/platform/fonts/FontFamilyNames.json5
Source/platform/loader/fetch/FetchInitiatorTypeNames.in
Source/platform/network/HTTPNames.json5
Small fixes to json5_generator to support the above make_* scripts
and allow default_parameters to be specified within .py scripts.
BUG= 677884
Review-Url: https://codereview.chromium.org/2638233002
Cr-Commit-Position: refs/heads/master@{#445879}
Committed: https://chromium.googlesource.com/chromium/src/+/94a7540e73efd7ba5e99436188c0d00562657b5c
Total comments: 2
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+829 lines, -695 lines) |
Patch |
 |
M |
third_party/WebKit/Source/bindings/modules/BUILD.gn
|
View
|
|
3 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/bindings/scripts/generate_event_interfaces.py
|
View
|
|
3 chunks |
+32 lines, -18 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/build/scripts/json5_generator.py
|
View
|
|
7 chunks |
+21 lines, -17 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/build/scripts/make_event_factory.py
|
View
|
1
2
3
|
5 chunks |
+11 lines, -11 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/build/scripts/make_media_feature_names.py
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/build/scripts/make_media_features.py
|
View
|
|
2 chunks |
+9 lines, -16 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/build/scripts/make_names.py
|
View
|
|
5 chunks |
+12 lines, -12 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/BUILD.gn
|
View
|
1
2
3
4
5
6
|
11 chunks |
+12 lines, -12 lines |
0 comments
|
Download
|
 |
D |
third_party/WebKit/Source/core/css/MediaFeatureNames.in
|
View
|
|
1 chunk |
+0 lines, -46 lines |
0 comments
|
Download
|
 |
A |
third_party/WebKit/Source/core/css/MediaFeatureNames.json5
|
View
|
1
2
3
4
5
|
1 chunk |
+52 lines, -0 lines |
0 comments
|
Download
|
 |
D |
third_party/WebKit/Source/core/css/MediaTypeNames.in
|
View
|
|
1 chunk |
+0 lines, -15 lines |
0 comments
|
Download
|
 |
A |
third_party/WebKit/Source/core/css/MediaTypeNames.json5
|
View
|
1
2
3
4
5
|
1 chunk |
+20 lines, -0 lines |
0 comments
|
Download
|
 |
D |
third_party/WebKit/Source/core/editing/InputModeNames.in
|
View
|
|
1 chunk |
+0 lines, -15 lines |
0 comments
|
Download
|
 |
A |
third_party/WebKit/Source/core/editing/InputModeNames.json5
|
View
|
1
2
3
4
5
|
1 chunk |
+21 lines, -0 lines |
0 comments
|
Download
|
 |
D |
third_party/WebKit/Source/core/events/EventAliases.in
|
View
|
1
2
|
1 chunk |
+0 lines, -10 lines |
0 comments
|
Download
|
 |
A |
third_party/WebKit/Source/core/events/EventAliases.json5
|
View
|
1
2
3
4
5
|
1 chunk |
+41 lines, -0 lines |
0 comments
|
Download
|
 |
D |
third_party/WebKit/Source/core/events/EventTargetFactory.in
|
View
|
|
1 chunk |
+0 lines, -28 lines |
0 comments
|
Download
|
 |
A |
third_party/WebKit/Source/core/events/EventTargetFactory.json5
|
View
|
1
2
3
4
5
|
1 chunk |
+40 lines, -0 lines |
0 comments
|
Download
|
 |
D |
third_party/WebKit/Source/core/events/EventTypeNames.in
|
View
|
|
1 chunk |
+0 lines, -281 lines |
0 comments
|
Download
|
 |
A |
third_party/WebKit/Source/core/events/EventTypeNames.json5
|
View
|
1
2
3
4
5
|
1 chunk |
+287 lines, -0 lines |
0 comments
|
Download
|
 |
D |
third_party/WebKit/Source/core/html/forms/InputTypeNames.in
|
View
|
|
1 chunk |
+0 lines, -26 lines |
0 comments
|
Download
|
 |
A |
third_party/WebKit/Source/core/html/forms/InputTypeNames.json5
|
View
|
1
2
3
4
5
|
1 chunk |
+32 lines, -0 lines |
0 comments
|
Download
|
 |
D |
third_party/WebKit/Source/core/html/parser/HTMLTokenizerNames.in
|
View
|
|
1 chunk |
+0 lines, -8 lines |
0 comments
|
Download
|
 |
A |
third_party/WebKit/Source/core/html/parser/HTMLTokenizerNames.json5
|
View
|
1
2
3
4
5
|
1 chunk |
+23 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/BUILD.gn
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
D |
third_party/WebKit/Source/modules/EventTargetModulesFactory.in
|
View
|
|
1 chunk |
+0 lines, -51 lines |
0 comments
|
Download
|
 |
A |
third_party/WebKit/Source/modules/EventTargetModulesFactory.json5
|
View
|
1
2
3
4
5
|
1 chunk |
+60 lines, -0 lines |
0 comments
|
Download
|
 |
D |
third_party/WebKit/Source/modules/indexeddb/IndexedDBNames.in
|
View
|
|
1 chunk |
+0 lines, -30 lines |
0 comments
|
Download
|
 |
A |
third_party/WebKit/Source/modules/indexeddb/IndexedDBNames.json5
|
View
|
1
2
3
4
5
|
1 chunk |
+39 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/platform/BUILD.gn
|
View
|
1
2
3
4
5
6
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
D |
third_party/WebKit/Source/platform/fonts/FontFamilyNames.in
|
View
|
|
1 chunk |
+0 lines, -11 lines |
0 comments
|
Download
|
 |
A |
third_party/WebKit/Source/platform/fonts/FontFamilyNames.json5
|
View
|
1
2
3
4
5
|
1 chunk |
+17 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/platform/loader/BUILD.gn
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
D |
third_party/WebKit/Source/platform/loader/fetch/FetchInitiatorTypeNames.in
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+0 lines, -15 lines |
0 comments
|
Download
|
 |
A |
third_party/WebKit/Source/platform/loader/fetch/FetchInitiatorTypeNames.json5
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+21 lines, -0 lines |
0 comments
|
Download
|
 |
D |
third_party/WebKit/Source/platform/network/HTTPNames.in
|
View
|
|
1 chunk |
+0 lines, -63 lines |
0 comments
|
Download
|
 |
A |
third_party/WebKit/Source/platform/network/HTTPNames.json5
|
View
|
1
2
3
4
5
|
1 chunk |
+69 lines, -0 lines |
0 comments
|
Download
|
Total messages: 52 (35 generated)
|