tree: cfdcb11b693a351b5b3bd4d737fc34da7e6e741a [path history] [tgz]
  1. proto/
  2. cookie_craving.cc
  3. cookie_craving.h
  4. cookie_craving_unittest.cc
  5. DEPS
  6. DIR_METADATA
  7. jwk_utils.cc
  8. jwk_utils.h
  9. jwk_utils_unittest.cc
  10. OWNERS
  11. README.md
  12. registration_fetcher.cc
  13. registration_fetcher.h
  14. registration_fetcher_param.cc
  15. registration_fetcher_param.h
  16. registration_fetcher_param_unittest.cc
  17. registration_fetcher_unittest.cc
  18. registration_request_param.cc
  19. registration_request_param.h
  20. session.cc
  21. session.h
  22. session_binding_utils.cc
  23. session_binding_utils.h
  24. session_binding_utils_unittest.cc
  25. session_challenge_param.cc
  26. session_challenge_param.h
  27. session_challenge_param_unittest.cc
  28. session_inclusion_rules.cc
  29. session_inclusion_rules.h
  30. session_inclusion_rules_unittest.cc
  31. session_json_utils.cc
  32. session_json_utils.h
  33. session_key.cc
  34. session_key.h
  35. session_params.cc
  36. session_params.h
  37. session_service.cc
  38. session_service.h
  39. session_service_impl.cc
  40. session_service_impl.h
  41. session_service_impl_unittest.cc
  42. session_service_unittest.cc
  43. session_store.cc
  44. session_store.h
  45. session_store_impl.cc
  46. session_store_impl.h
  47. session_store_impl_perftest.cc
  48. session_store_impl_unittest.cc
  49. session_store_unittest.cc
  50. session_unittest.cc
  51. test_util.cc
  52. test_util.h
  53. unexportable_key_service_factory.cc
  54. unexportable_key_service_factory.h
  55. unexportable_key_service_factory_unittest.cc
net/device_bound_sessions/README.md

Implementation of DBSC, https://github.com/WICG/dbsc/blob/main/README.md.

Currently in the prototyping stage and only supported on windows.

Chromium Bugs tree: https://issues.chromium.org/issues/355059881/dependencies

Related documents can be found in https://drive.google.com/drive/folders/1xL5GnXS6XtBlf96UROkW4gAbvsInB-Fd. Documents here are specific to the Chromium implementation, or motivation behind design choices. For generic DBSC docs they should go to the public Github at https://github.com/WICG/dbsc.