-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add new manifest members. #13899
Add new manifest members. #13899
Conversation
@tomayac Please look this over. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The nesting is as follows:
{
"note_taking": {
"new_note_url": "/new_note.html"
}
}
Does the URL structure not reflect this? I don't know the answer, but at the moment it looks like they're flat next to each other.
"version_added": false | ||
}, | ||
"samsunginternet_android": { | ||
"version_added": false |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The latest Chromium engine the release notes mention is still Chromium 87.4280, so false
might actually be correct. @torgo to verify.
Co-authored-by: Thomas Steiner <[email protected]>
Co-authored-by: Thomas Steiner <[email protected]>
Co-authored-by: Thomas Steiner <[email protected]>
It looks like they're ignoring all the nesting. I don't think we can deal with the issue in this PR. @Elchi3 What was the thinking behind this? |
Brain not working. I would just make one the child of the other in the same file (just like all the other BCD.) |
Now it's nested. |
Co-authored-by: Florian Scholz <[email protected]>
* Add new manifest members. * Update html/manifest/display_override.json Co-authored-by: Thomas Steiner <[email protected]> * Update html/manifest/display_override.json Co-authored-by: Thomas Steiner <[email protected]> * Update html/manifest/display_override.json Co-authored-by: Thomas Steiner <[email protected]> * Properly nest manifest elements. * Fix value for Android Opera. * Update html/manifest/note_taking.json Co-authored-by: Florian Scholz <[email protected]> Co-authored-by: Thomas Steiner <[email protected]> Co-authored-by: Florian Scholz <[email protected]>
display_override
note_taking and new_note_url