Open Bug 1030765 Opened 10 years ago Updated 2 years ago

[session Restore] onPurgeDomainData should look at iframes

Categories

(Firefox :: Session Restore, defect)

defect

Tracking

()

People

(Reporter: Yoric, Unassigned, Mentored)

Details

(Whiteboard: [lang=js][good second bug])

For the moment, onPurgeDomainData doesn't look in the `children` of an entry. This looks like a bug.
Let me detail. Method `onPurgeDomainData` is called when, for privacy reasons, we need to close all the tabs that reference some domain (e.g. http://confidential.net). For this purpose, we look at the history of each tab, removing tabs that have visited the domain.

However, for the moment, we forget to look at iframes.

The objective of this bug is to make sure that `onPurgeDomainData` looks at iframes.

The source code that needs to be modified is here:
http://dxr.mozilla.org/mozilla-central/search?tree=mozilla-central&q=onPurgeDomainData&redirect=true
Mentor: dteller
Whiteboard: [lang=js][good second bug]
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.