Closed
Bug 806691
Opened 13 years ago
Closed 13 years ago
Port browser_privatebrowsing_openLocationLastURL.js to the new per-window PB APIs
Categories
(Firefox :: Private Browsing, defect)
Tracking
()
RESOLVED
FIXED
Firefox 19
People
(Reporter: ehsan.akhgari, Assigned: bellindira)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
|
5.71 KB,
patch
|
ehsan.akhgari
:
review+
|
Details | Diff | Splinter Review |
http://mxr.mozilla.org/mozilla-central/source/browser/components/privatebrowsing/test/browser/global/browser_privatebrowsing_openLocationLastURL.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.
Updated•13 years ago
|
Assignee: nobody → bellindira
| Assignee | ||
Updated•13 years ago
|
Status: NEW → ASSIGNED
| Assignee | ||
Comment 1•13 years ago
|
||
Attachment #681749 -
Flags: review?(ehsan)
| Assignee | ||
Updated•13 years ago
|
Attachment #681749 -
Attachment is patch: true
| Reporter | ||
Comment 2•13 years ago
|
||
Comment on attachment 681749 [details] [diff] [review]
Added Test Case to per window
Review of attachment 681749 [details] [diff] [review]:
-----------------------------------------------------------------
Looks great!
Attachment #681749 -
Flags: review?(ehsan) → review+
| Reporter | ||
Comment 3•13 years ago
|
||
Comment 4•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 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
•