|
|
Donner 0.5.1
Embeddable browser-grade SVG2 engine
|
Shared protocol constants between the editor host and the donner_parser_child sandbox binary. See docs/design_docs/0023-editor_sandbox.md Milestone S1 for the one-shot byte-in / PNG-out contract these exit codes implement. More...
Namespaces | |
| namespace | donner |
| Top-level Donner namespace, which is split into different sub-namespaces such as donner::svg and donner::css. | |
Variables | |
| constexpr int | donner::editor::sandbox::kExitOk = 0 |
| Child exit codes. The host classifies these into SandboxStatus values. Values follow BSD sysexits.h convention where plausible. | |
| constexpr int | donner::editor::sandbox::kExitUsageError = 64 |
| constexpr int | donner::editor::sandbox::kExitParseError = 65 |
| constexpr int | donner::editor::sandbox::kExitRenderError = 66 |
Shared protocol constants between the editor host and the donner_parser_child sandbox binary. See docs/design_docs/0023-editor_sandbox.md Milestone S1 for the one-shot byte-in / PNG-out contract these exit codes implement.