Closed
Bug 356174
Opened 19 years ago
Closed 19 years ago
implement history sidebar on top of places backend
Categories
(Firefox :: Bookmarks & History, defect)
Firefox
Bookmarks & History
Tracking
()
RESOLVED
FIXED
Firefox 3 alpha1
People
(Reporter: moco, Assigned: moco)
References
Details
implement history sidebar on top of places backend
note, on the trunk, even if you enable places, the history side bar doesn't exist.
Neither does the bookmarks sidebar.
| Assignee | ||
Comment 1•19 years ago
|
||
start at browser/base/content/browser-sets.inc, look for history-panel.xul
we'll need a places version of history-panel.xul
Assignee: nobody → sspitzer
| Assignee | ||
Comment 2•19 years ago
|
||
if you apply the patch in bug #356487 and then build with places, you'll notice the menu items and commands are back to view the history sidebar, but there is no history panel.
in mozilla/browser/components/Makefile.in, if MOZ_PLACES is defined, we won't build mozilla/browser/components/history, which contains history-panel.xul history.js
for this bug, I plan on implementing the same UI Fx 2, but on top of the places tree view.
Status: NEW → ASSIGNED
Depends on: 356487
| Assignee | ||
Comment 3•19 years ago
|
||
the ported sidebar is in bug #356487 (still a work in progress.)
note, bug #358771 blocks one issue with the sidebar, the drop down image appears in the view button.
Depends on: 358771
| Assignee | ||
Updated•19 years ago
|
Blocks: placescontroller
| Assignee | ||
Comment 4•19 years ago
|
||
fixed, but two outstanding bugs:
bug #359462: context menu delete and keyboard delete doesn't work in places-based history sidebar
bug #358784: need group by date (so "View | By Date" and "View | By Date and Site" don't work)
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 3 alpha1
Component: History → Bookmarks & History
QA Contact: history → bookmarks
You need to log in
before you can comment on or make changes to this bug.
Description
•