Implement `TrustedTypePolicyFactory`'s `getPropertyType`
Categories
(Core :: DOM: Security, task)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox133 | --- | fixed |
People
(Reporter: mbrodesser, Assigned: fredw)
References
(Blocks 1 open bug)
Details
(Keywords: dev-doc-complete, Whiteboard: [domsecurity-backlog], [wptsync upstream])
Attachments
(3 files)
Updated•1 year ago
|
| Assignee | ||
Updated•1 year ago
|
| Assignee | ||
Comment 1•1 year ago
|
||
| Assignee | ||
Comment 2•1 year ago
|
||
| Assignee | ||
Comment 3•1 year ago
|
||
There are already tests for case-insensitivity, but make sure this is
the stronger ASCII case-insensitivity.
Updated•1 year ago
|
Updated•1 year ago
|
Updated•1 year ago
|
Updated•1 year ago
|
Comment 6•1 year ago
|
||
Backed out for causing failures at mozilla::dom::DOMString.
Backout link: https://hg.mozilla.org/integration/autoland/rev/b552d57aff8e15b0e8fb0ee686330ee7c55e62ee
Failure log: https://treeherder.mozilla.org/logviewer?job_id=479336480&repo=autoland&lineNumber=2502
| Assignee | ||
Comment 8•1 year ago
|
||
Y(In reply to Atila Butkovits from comment #6)
Backed out for causing failures at mozilla::dom::DOMString.
The assert is because we cannot call SetKnownLiveString after SetNull: https://searchfox.org/mozilla-central/rev/dfc3050503739883ce6d17e8365bc35410106aba/dom/bindings/DOMString.h#34 ; fixed in the latest version.
Comment 10•1 year ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/186050bf0ca6
https://hg.mozilla.org/mozilla-central/rev/f8cb9e794fee
https://hg.mozilla.org/mozilla-central/rev/65f3d238048d
Comment 12•1 year ago
|
||
:fredw do you want to nominate this for a release note? (Process info)
| Assignee | ||
Comment 13•1 year ago
|
||
I think this is only a small method from the Trusted Types spec, so probably not worth nominating it.
Comment 14•11 months ago
|
||
FF133 MDN docs for this can be tracked in https://github.com/mdn/content/issues/36559. As this is very minimal implementation, mostly that is just a compatibility data update, and an experimental features doc section that just makes it clear that there is a lot more to come (essentially, a placeholder). The method already has documentation.
Description
•