|
Manifest patch follow up. Adds manifest property nesting (to an arbitrary depth), fixed a bug that prevented some properties from displaying properly, removed some invalid pages, and added annotation support.
Rewrote manifest.json and the data source to make merging manifest.json with _manifest_features.json in the future painless. It is now much much easier to add properties to manifest.json! Annotations are added automatically and appropriately to designate which properties are optional/required/etc and additional annotations added in manifest.json are supported.
NOTRY=true
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=217753
Total comments: 20
Total comments: 28
Total comments: 14
Total comments: 14
Total comments: 16
Total comments: 10
Total comments: 6
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+660 lines, -1043 lines) |
Patch |
 |
M |
chrome/common/extensions/docs/server2/app.yaml
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/docs/server2/cron.yaml
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
A |
chrome/common/extensions/docs/server2/features_utility.py
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
1 chunk |
+70 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/common/extensions/docs/server2/features_utility_test.py
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
1 chunk |
+115 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/docs/server2/manifest_data_source.py
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
2 chunks |
+126 lines, -64 lines |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/docs/server2/manifest_data_source_test.py
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+183 lines, -108 lines |
0 comments
|
Download
|
 |
D |
chrome/common/extensions/docs/templates/articles/apps_manifest.html
|
View
|
1
5
6
11
|
1 chunk |
+0 lines, -20 lines |
0 comments
|
Download
|
 |
D |
chrome/common/extensions/docs/templates/articles/extensions_manifest.html
|
View
|
1
5
6
11
|
1 chunk |
+0 lines, -20 lines |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/docs/templates/articles/manifest.html
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+1 line, -638 lines |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/docs/templates/json/manifest.json
|
View
|
1
2
3
4
5
11
|
1 chunk |
+140 lines, -172 lines |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/docs/templates/private/manifest_example.html
|
View
|
1
2
3
4
11
|
1 chunk |
+5 lines, -11 lines |
0 comments
|
Download
|
 |
D |
chrome/common/extensions/docs/templates/private/manifest_properties.html
|
View
|
1
2
3
4
11
|
1 chunk |
+0 lines, -6 lines |
0 comments
|
Download
|
 |
A |
chrome/common/extensions/docs/templates/private/manifest_property.html
|
View
|
1
2
3
4
5
6
7
11
|
1 chunk |
+13 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/docs/templates/public/apps/manifest.html
|
View
|
1
2
3
4
11
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/docs/templates/public/extensions/manifest.html
|
View
|
1
2
3
4
5
11
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
Total messages: 19 (0 generated)
|