Open
Bug 1120928
Opened 10 years ago
Updated 2 years ago
Remove remnants of the old Crypto API
Categories
(Core :: DOM: Security, defect, P3)
Core
DOM: Security
Tracking
()
NEW
People
(Reporter: Ms2ger, Unassigned)
Details
(Whiteboard: [domsecurity-backlog2])
Probably at least
Crypto implements LegacyQueryInterface;
and the references to nsIDOMCrypto in dom/webidl/Window.webidl and dom/bindings/Bindings.conf.
Probably nsGlobalWindow::mCrypto can become an nsRefPtr<Crypto> as well, and then perhaps nsIDOMCrypto can be removed entirely.
Reporter | ||
Updated•10 years ago
|
Component: DOM: Workers → DOM: Security
Updated•9 years ago
|
Component: DOM: Security → Security
Updated•8 years ago
|
Component: Security → DOM: Security
Updated•8 years ago
|
Priority: -- → P3
Whiteboard: [domsecurity-backlog2]
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•