Closed
Bug 806689
Opened 7 years ago
Closed 7 years ago
Port browser_privatebrowsing_opendir.js to the new per-window PB APIs
Categories
(Firefox :: Private Browsing, defect)
Not set
Tracking
()
RESOLVED
FIXED
Firefox 19
People
(Reporter: ehsan, Assigned: ehsan)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
10.01 KB,
patch
|
jdm
:
review+
|
Details | Diff | Splinter Review |
http://mxr.mozilla.org/mozilla-central/source/browser/components/privatebrowsing/test/browser/global/browser_privatebrowsing_opendir.js In order to port this test, the file needs to be copied to the perwindow/ directory, and then instead of setting privateBrowsingEnabled sequentially, the test needs to open a new private browsing window and then run the test on that window. This involves rewriting the test structure to make it asynchronous.
Assignee | ||
Comment 1•7 years ago
|
||
Updated•7 years ago
|
Attachment #679338 -
Flags: review?(josh) → review+
Assignee | ||
Comment 2•7 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/ed6ba763f45a
Comment 3•7 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/ed6ba763f45a
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 19
You need to log in
before you can comment on or make changes to this bug.
Description
•