Open Bug 1220950 Opened 10 years ago Updated 3 years ago

Adding tests for checking signed package should not share data with other package or web content

Categories

(Core :: Networking, defect, P5)

defect

Tracking

()

Tracking Status
firefox45 --- affected

People

(Reporter: dimi, Unassigned)

References

Details

(Whiteboard: [necko-would-take])

Attachments

(2 files, 3 obsolete files)

For signed package, we don't allow it to share data(local storage, index db, or cookie) with other packages. We should write test cases for this.
Depends on: 1178526
Attached patch WIP patch (obsolete) — Splinter Review
Assignee: nobody → dlee
Status: NEW → ASSIGNED
i will add following tests: Load a signed package, set following : client side cookie, server side cookie, local storage, index db - load an unsigned package in the same domain, they should NOT share those data - load an signed package in the same domain, they should NOT share those data - load an web content in the same domain, they should NOT share those data - load an web content in different domain, they should NOT share those data - load the same signed package pointing to different resource, they SHOULD share those data Hi Paul, Do you think any test case is missing and would be nice to have, for example, load an unsigned package and check the same criteria as mentioned above ?
Flags: needinfo?(ptheriault)
Attachment #8682304 - Attachment is obsolete: true
Flags: needinfo?(ptheriault)
Modification: - use moz-package-origin for sjs - when create signed package iframe, create a normal iframe then navigate to signed package (This temporarily fix missing package identifier for signed package)
Attachment #8682377 - Attachment is obsolete: true
Attachment #8685973 - Attachment is obsolete: true
Attached patch git patchSplinter Review
Whiteboard: [necko-would-take]
remove myself from assignee because not actively work on this now
Assignee: dlee → nobody
Status: ASSIGNED → NEW
Priority: -- → P5
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: