Closed
Bug 7254
Opened 25 years ago
Closed 25 years ago
Implement DOM security
Categories
(Core :: DOM: Core & HTML, defect, P3)
Tracking
()
VERIFIED
FIXED
M11
People
(Reporter: norrisboyd, Assigned: norrisboyd)
References
Details
(Whiteboard: Need fixes for 13192 and 12957)
Entering all security bugs and tasks for SeaMonkey into Buzilla for schedule
tracking.
Assignee | ||
Updated•25 years ago
|
Target Milestone: M7
Comment 1•25 years ago
|
||
This is mostly done but a little unstable (like I know I'm leaking right now).
I don't think we gain a lot dropping this in now so I'm going to put it into
M8 instead and play on local trees for another week.
Status: NEW → ASSIGNED
Target Milestone: M7 → M8
Updated•25 years ago
|
Target Milestone: M8 → M9
Comment 2•25 years ago
|
||
This is partially fixed but not fully functional. Checking in what I have
now and moving bug to M9 for further work.
Updated•25 years ago
|
Target Milestone: M9 → M10
Comment 3•25 years ago
|
||
This is still in a partial state. Moving to M10 for further work.
Assignee | ||
Comment 4•25 years ago
|
||
Adding dependency on 12957, pushing back target milestone to M11.
Assignee | ||
Updated•25 years ago
|
Whiteboard: Need fixes for 13192 and 12957
Assignee | ||
Comment 5•25 years ago
|
||
DOM security can be enabled by changing
mozilla/modules/libpref/src/win/winprefs.js so that security is enabled
by changing the line
/* DISABLE FOR NOW
to
///* DISABLE FOR NOW
and similarly for the comment close. Rebuild so the changed file is copied to
dist.
This causes incorrect errors as found in 13192 and 12957
Assignee | ||
Updated•25 years ago
|
Summary: Implement DOM security; Bell Labs code integration → Implement DOM security
Assignee | ||
Comment 6•25 years ago
|
||
Changed summary to remove "Bell Labs code integration". That's all under bug
858.
Comment 7•25 years ago
|
||
Do we really need this for the mozilla beta?
Assignee | ||
Comment 8•25 years ago
|
||
Yes, we need this for beta. The current beta criteria involve enabling
e-commerce by protecting credit card information on form submission, for which
we need this bug fixed.
Assignee | ||
Updated•25 years ago
|
Assignee: joki → norris
Status: ASSIGNED → NEW
Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Updated•25 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 9•25 years ago
|
||
Checked in changes that enable DOM security checks.
Comment 10•25 years ago
|
||
Norris Boyd, Could you please verify this one ?
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 11•25 years ago
|
||
Marking verified.
You need to log in
before you can comment on or make changes to this bug.
Description
•