Closed
Bug 823735
Opened 12 years ago
Closed 12 years ago
Port test_cookies_privatebrowsing.js to the per-window PB APIs
Categories
(Firefox :: Private Browsing, defect)
Tracking
()
RESOLVED
FIXED
Firefox 20
People
(Reporter: ehsan.akhgari, Assigned: andreshm)
References
(Blocks 1 open bug)
Details
Attachments
(1 file, 1 obsolete file)
(deleted),
patch
|
Details | Diff | Splinter Review |
Reporter | ||
Updated•12 years ago
|
Blocks: pbngentest
Reporter | ||
Comment 1•12 years ago
|
||
Disabled the test for now: https://hg.mozilla.org/integration/mozilla-inbound/rev/ef9bd763ccd2
Whiteboard: [leave open]
Comment 2•12 years ago
|
||
There's no actual porting required; there are some obsolete references to Services.pb and the session pref, but the rest of the test is fine.
Comment 3•12 years ago
|
||
Assignee | ||
Updated•12 years ago
|
Assignee: nobody → andres
Assignee | ||
Comment 4•12 years ago
|
||
Attachment #697130 -
Flags: review?(josh)
Assignee | ||
Updated•12 years ago
|
Status: NEW → ASSIGNED
Comment 5•12 years ago
|
||
Comment on attachment 697130 [details] [diff] [review]
Patch v1
Review of attachment 697130 [details] [diff] [review]:
-----------------------------------------------------------------
::: extensions/cookie/test/unit/xpcshell.ini
@@ +11,5 @@
> [test_cookies_persistence.js]
> [test_cookies_privatebrowsing.js]
> skip-if = perwindowprivatebrowsing
> +[test_cookies_privatebrowsing_perwindowpb.js]
> +skip-if = !perwindowprivatebrowsing
This is not necessary. The test runs fine with per-window mode disabled.
Attachment #697130 -
Flags: review?(josh) → review+
Assignee | ||
Comment 6•12 years ago
|
||
Updated the patch, just removed the obsolete references.
Attachment #697130 -
Attachment is obsolete: true
Assignee | ||
Updated•12 years ago
|
Keywords: checkin-needed
Whiteboard: [leave open]
Reporter | ||
Comment 7•12 years ago
|
||
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
•