Closed
Bug 767836
Opened 13 years ago
Closed 13 years ago
show custom newtab page in private browsing mode if configured
Categories
(Firefox :: Tabbed Browser, defect)
Firefox
Tabbed Browser
Tracking
()
RESOLVED
FIXED
Firefox 16
People
(Reporter: ttaubert, Assigned: sawrubh)
References
Details
(Whiteboard: [good first bug][mentor=ttaubert][lang=js])
Attachments
(1 file, 2 obsolete files)
5.44 KB,
patch
|
Details | Diff | Splinter Review |
When implementing the solution for new tab in private browsing mode in bug 763468 (described in bug 762938 comment #13) we forgot to always show the custom new tab page if the user configured one.
Assignee | ||
Comment 2•13 years ago
|
||
Madhavan, Sorry but I had worked on the previous bug (See 763468) and have started working on this one. Can you please find some other bug ?
Thanks.
Assignee | ||
Updated•13 years ago
|
Assignee: nobody → saurabhanandiit
Status: NEW → ASSIGNED
Assignee | ||
Comment 3•13 years ago
|
||
Attachment #638797 -
Flags: review?(ttaubert)
Assignee | ||
Comment 4•13 years ago
|
||
Attachment #638797 -
Attachment is obsolete: true
Attachment #638797 -
Flags: review?(ttaubert)
Attachment #638807 -
Flags: review?(ttaubert)
Reporter | ||
Comment 5•13 years ago
|
||
Comment on attachment 638807 [details] [diff] [review]
Patch v2 - Rebased Patch v1
Review of attachment 638807 [details] [diff] [review]:
-----------------------------------------------------------------
Thanks, Saurabh! r=me with the nit fixed. Please send it to try before we can land it.
::: browser/base/content/test/browser_bug767836.js
@@ +6,5 @@
> +const pb = Cc["@mozilla.org/privatebrowsing;1"].
> + getService(Ci.nsIPrivateBrowsingService);
> +const PREF = "browser.newtab.url";
> +const newTabUrl = Services.prefs.getCharPref(PREF) || "about:blank";
> +const testURL = "http://example.com/";
Nit: these two consts should be upper case.
Attachment #638807 -
Flags: review?(ttaubert) → review+
Assignee | ||
Comment 6•13 years ago
|
||
Reporter | ||
Comment 8•13 years ago
|
||
Whiteboard: [good first bug][mentor=ttaubert][lang=js] → [good first bug][mentor=ttaubert][lang=js][fixed-in-fx-team]
Target Milestone: --- → Firefox 16
Reporter | ||
Comment 9•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Whiteboard: [good first bug][mentor=ttaubert][lang=js][fixed-in-fx-team] → [good first bug][mentor=ttaubert][lang=js]
You need to log in
before you can comment on or make changes to this bug.
Description
•