New issue
Advanced search Search tips

Issue 915806 link

Starred by 2 users

Issue metadata

Status: Available
Owner: ----
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 2
Type: Bug



Sign in to add a comment

Use better constants and types in compiled manifests

Project Member Reported by rockot@google.com, Dec 17

Issue description

As we move to C++ Manifest objects and away from JSON files, we can use better data & types to represent manifest contents. Namely, at least:

- sandbox type can use the SandboxType enum, after it's factored out of the sandbox implementation target and into a service manager public library.

- display names could use resource IDs for localized names, rather than having placeholder strings that are ultimately ignored everywhere


 

Sign in to add a comment