Closed
Bug 806710
Opened 12 years ago
Closed 12 years ago
Port privacypane_tests.js (and its in-content friend) to the new per-tab PB APIs
Categories
(Firefox :: Private Browsing, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: ehsan.akhgari, Unassigned)
References
(Blocks 1 open bug)
Details
http://mxr.mozilla.org/mozilla-central/source/browser/components/preferences/tests/privacypane_tests.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.
Also note that this depends on bug 801823 since that bug will probably change how this prefpane works.
Reporter | ||
Comment 1•12 years ago
|
||
This was handled in bug 801823.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•