Closed
Bug 269852
Opened 20 years ago
Closed 20 years ago
Remove support in history impl for deprecated prefs
Categories
(Firefox :: Bookmarks & History, defect)
Firefox
Bookmarks & History
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: mconnor, Assigned: mconnor)
References
()
Details
We've removed support for these prefs not only in the UI, but in the front-end itself, so there's no point in storing the data in the history impl. browser.windows.loadOnNewWindow browser.startup.page browser.tabs.loadOnNewTab code is at http://lxr.mozilla.org/mozilla/source/toolkit/components/history/src/nsGlobalHistory.cpp#696 near as I can tell, we can just nuke the whole code block.
| Assignee | ||
Updated•20 years ago
|
Assignee: firefox → mconnor
Target Milestone: --- → Firefox1.1
Comment 1•20 years ago
|
||
Is the goal to have the history be usable only by Firefox? Or also other toolkit-using apps?
| Assignee | ||
Comment 2•20 years ago
|
||
WONTFIX for now, since someone might want this. I was going to move this out of toolkit, but per bsmedberg, this is slated as a xulrunner feature and as such, we can keep this.
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → WONTFIX
Target Milestone: Firefox1.1 → ---
Component: History → Bookmarks & History
QA Contact: mozilla → bookmarks
You need to log in
before you can comment on or make changes to this bug.
Description
•