Closed
Bug 896404
Opened 11 years ago
Closed 11 years ago
Private Browsing information leak in openNewTabOrWindow()
Categories
(SeaMonkey :: General, defect)
SeaMonkey
General
Tracking
(seamonkey2.20 fixed, seamonkey2.21 fixed, seamonkey2.22 unaffected)
RESOLVED
FIXED
seamonkey2.21
Tracking | Status | |
---|---|---|
seamonkey2.20 | --- | fixed |
seamonkey2.21 | --- | fixed |
seamonkey2.22 | --- | unaffected |
People
(Reporter: philip.chee, Assigned: philip.chee)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
1011 bytes,
patch
|
neil
:
review+
Callek
:
approval-comm-aurora+
Callek
:
approval-comm-beta+
|
Details | Diff | Splinter Review |
From Bug 881083 Comment 5:
>>+ if (gPrivate)
>>+ openNewPrivateWith(href, doc);
>>+ else
>>+ openNewWindowWith(href, doc);
> I guess this really ought to land on branches...
Assignee | ||
Comment 1•11 years ago
|
||
[Approval Request Comment]
Regression caused by (bug #): N/A
Testing completed: on comm-central
User impact if declined: Privacy leak
Risk to taking this patch (and alternatives if risky): Low
String changes made by this patch: None
Attachment #779164 -
Flags: review?(neil)
Attachment #779164 -
Flags: approval-comm-beta?
Attachment #779164 -
Flags: approval-comm-aurora?
Updated•11 years ago
|
Attachment #779164 -
Flags: review?(neil) → review+
Updated•11 years ago
|
Attachment #779164 -
Flags: approval-comm-beta?
Attachment #779164 -
Flags: approval-comm-beta+
Attachment #779164 -
Flags: approval-comm-aurora?
Attachment #779164 -
Flags: approval-comm-aurora+
Comment 2•11 years ago
|
||
landed on c-b for you https://hg.mozilla.org/releases/comm-beta/rev/813007bcae07
Assignee | ||
Comment 3•11 years ago
|
||
> landed on c-b for you https://hg.mozilla.org/releases/comm-beta/rev/813007bcae07
Pushed to comm-aurora:
https://hg.mozilla.org/releases/comm-aurora/rev/6129078bfffc
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
status-seamonkey2.20:
--- → fixed
status-seamonkey2.21:
--- → fixed
status-seamonkey2.22:
--- → unaffected
Resolution: --- → FIXED
Target Milestone: --- → seamonkey2.21
You need to log in
before you can comment on or make changes to this bug.
Description
•