├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── LICENSE ├── LICENSE.md ├── README.md ├── example └── payment-request │ ├── index.html │ ├── same-origin-subframe.html │ └── same-origin.html ├── security_and_privacy_questionnaire.md ├── spec.bs ├── spec.html └── w3c.json /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/capability-delegation/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/capability-delegation/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/capability-delegation/HEAD/LICENSE -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/capability-delegation/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/capability-delegation/HEAD/README.md -------------------------------------------------------------------------------- /example/payment-request/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/capability-delegation/HEAD/example/payment-request/index.html -------------------------------------------------------------------------------- /example/payment-request/same-origin-subframe.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/capability-delegation/HEAD/example/payment-request/same-origin-subframe.html -------------------------------------------------------------------------------- /example/payment-request/same-origin.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/capability-delegation/HEAD/example/payment-request/same-origin.html -------------------------------------------------------------------------------- /security_and_privacy_questionnaire.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/capability-delegation/HEAD/security_and_privacy_questionnaire.md -------------------------------------------------------------------------------- /spec.bs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/capability-delegation/HEAD/spec.bs -------------------------------------------------------------------------------- /spec.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/capability-delegation/HEAD/spec.html -------------------------------------------------------------------------------- /w3c.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/capability-delegation/HEAD/w3c.json --------------------------------------------------------------------------------