tree: 5227897ca98faf1f59b24c7bf36f0366aa85cd54
  1. public/
  2. xml/
  3. BUILD.gn
  4. data_decoder_service.cc
  5. data_decoder_service.h
  6. DEPS
  7. DIR_METADATA
  8. gzipper.cc
  9. gzipper.h
  10. gzipper_unittest.cc
  11. image_decoder_impl.cc
  12. image_decoder_impl.h
  13. image_decoder_impl_unittest.cc
  14. OWNERS
  15. README.md
  16. structured_headers_parser_impl.cc
  17. structured_headers_parser_impl.h
  18. xml_parser.cc
  19. xml_parser.h
  20. xml_parser_fuzzer.cc
  21. xml_parser_unittest.cc
services/data_decoder/README.md

The data_decoder service exists to facilitate safe data decoding within an isolated sandboxed process.

NOTE: Protobuf is considered robust enough to decode untrusted input even without sandboxing. So you won't find a protobuf decoder in this service.