Remove all unused fields in all VK+IME extension manifests.
These are read from manifest.json but never used afterwards. They'd better go away in the spirit of YAGNI "you aren't gonna need it". There's no backward compat issues, even for 3P, because corresponding configs are never used. Not to mention the "schema" of these manifests has never been documented or specified formally anywhere. Existence of bloated but unused specs hinders flexibility for future work. Certain fields, such as "description", are almost always specified with not-so-helpful config data like empty strings, simply because they are unnecessarily compulsory. Bug: 1134465 Change-Id: I7911c8967a7ee1ad0f6130b8f3cd99c765b0c2fc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2593792Reviewed-by:Finnur Thorarinsson <finnur@chromium.org> Reviewed-by:
Darren Shen <shend@chromium.org> Reviewed-by:
Alice Boxhall <aboxhall@chromium.org> Reviewed-by:
Keith Lee <keithlee@chromium.org> Commit-Queue: Bao-Duy Tran <tranbaoduy@chromium.org> Cr-Commit-Position: refs/heads/master@{#838578}
Showing
This diff is collapsed.
This diff is collapsed.
Please register or sign in to comment