Closed
Bug 806726
Opened 13 years ago
Closed 12 years ago
Port test_localStorageQuotaPrivateBrowsing.html to the new per-tab PB APIs
Categories
(Firefox :: Private Browsing, defect)
Tracking
()
RESOLVED
FIXED
Firefox 20
People
(Reporter: ehsan.akhgari, Assigned: bellindira)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
6.85 KB,
patch
|
jdm
:
review+
|
Details | Diff | Splinter Review |
http://mxr.mozilla.org/mozilla-central/source/dom/tests/mochitest/localstorage/test_localStorageQuotaPrivateBrowsing.html
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.
Reporter | ||
Comment 1•13 years ago
|
||
Removed this test from per-window PB builds: https://hg.mozilla.org/mozilla-central/rev/e253b118cfbc
Updated•13 years ago
|
Assignee: nobody → bellindira
Assignee | ||
Updated•13 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•12 years ago
|
||
Attachment #693622 -
Flags: review?(ehsan)
Updated•12 years ago
|
Attachment #693622 -
Flags: review?(ehsan) → review?(josh)
Comment 3•12 years ago
|
||
Comment on attachment 693622 [details] [diff] [review]
Ported testcase
Review of attachment 693622 [details] [diff] [review]:
-----------------------------------------------------------------
Sorry about the delay. Please run this through try to make sure it won't break mobile.
Attachment #693622 -
Flags: review?(josh) → review+
Comment 4•12 years ago
|
||
My account was disabled, I added a bug 825019 for that. I'll wait for the bug to run it on try.
Comment 5•12 years ago
|
||
Pushed to try: https://tbpl.mozilla.org/?tree=Try&rev=982751ec803a
Comment 7•12 years ago
|
||
Flags: in-testsuite+
Keywords: checkin-needed
Comment 8•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 20
You need to log in
before you can comment on or make changes to this bug.
Description
•