Closed
Bug 950929
Opened 12 years ago
Closed 11 years ago
Move CSP locale strings in security.properties to csp.properties
Categories
(Core :: Security, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: yeukhon, Unassigned)
Details
Three CSP locale strings are under security.properties. We should move them over to csp.properties so that when we write test we can directly import from csp.properties either manually or by Components.utils.import("CSPUtils.jsm").
This allows us to unify all CSP strings under a single file.
This should only affect a handful of files (but il0n changes might take a while to get done?)
![]() |
||
Comment 1•11 years ago
|
||
FWIW, it looks like Bug 949533 removed the last two usages of the strings:
https://hg.mozilla.org/mozilla-central/diff/2a3662513dd7/content/base/src/nsDocument.cpp#l1.59
(The usage(s) of the other string was removed sometime before that - I don't know when though.)
![]() |
||
Comment 2•11 years ago
|
||
... and Bug 1053028 is going to remove the strings as well.
So I guess this bug is "invalid" now, since there won't be any strings to move once Bug 1053028 is fixed.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•