Closed
Bug 806730
Opened 12 years ago
Closed 12 years ago
Port test_bug248970_cookie.js to the new per-tab PB APIs
Categories
(Firefox :: Private Browsing, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: ehsan.akhgari, Unassigned)
References
(Blocks 1 open bug)
Details
http://mxr.mozilla.org/mozilla-central/source/netwerk/test/unit/test_bug248970_cookie.js
In order to port this test, the file needs to be copied to the same directory (perhaps with "_perwindowpb" appended to its file name), and then instead of setting privateBrowsingEnabled, we need to open a new private browsing window and then run the test on that window. Note that the original test should only be added to the list of test files in Makefile.in ifndef MOZ_PER_WINDOW_PRIVATE_BROWSING, and the new test file should be added to the list with the reverse condition.
(Josh, does this already have a per-window PB equivalent?)
Comment 1•12 years ago
|
||
I'm handling this in bug 722850.
Reporter | ||
Comment 2•12 years ago
|
||
Seems like there's nothing to do here any more.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•