Closed
Bug 321130
Opened 20 years ago
Closed 20 years ago
Move more stuff out of nsNavHistory.h/cpp
Categories
(Firefox :: Bookmarks & History, defect)
Firefox
Bookmarks & History
Tracking
()
RESOLVED
FIXED
People
(Reporter: brettw, Assigned: brettw)
Details
Attachments
(1 file)
|
55.54 KB,
patch
|
annie.sullivan
:
review+
|
Details | Diff | Splinter Review |
nsNavHistory.cpp and nsNavHistory.h are very long and confusing. More stuff should be moved to the supporting files.
| Assignee | ||
Comment 1•20 years ago
|
||
This patch adds nsNavHistoryQuery.h and nsNavHistoryResult.h and moves the helper classes out of nsNavHistory.h into them. It also moves all the "query" objects out of nsNavHistory.cpp and into the existing nsNavHistoryQuery.cpp.
No code was changed, stuff was only moved around, and I added a few comments.
Hopefully, things will be much easier to find.
Attachment #206522 -
Flags: review?(annie.sullivan)
Updated•20 years ago
|
Attachment #206522 -
Flags: review?(annie.sullivan) → review+
| Assignee | ||
Comment 2•20 years ago
|
||
On trunk
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Comment 3•16 years ago
|
||
Bug 451915 - move Firefox/Places bugs to Firefox/Bookmarks and History. Remove all bugspam from this move by filtering for the string "places-to-b-and-h".
In Thunderbird 3.0b, you do that as follows:
Tools | Message Filters
Make sure the correct account is selected. Click "New"
Conditions: Body contains places-to-b-and-h
Change the action to "Delete Message".
Select "Manually Run" from the dropdown at the top.
Click OK.
Select the filter in the list, make sure "Inbox" is selected at the bottom, and click "Run Now". This should delete all the bugspam. You can then delete the filter.
Gerv
Component: Places → Bookmarks & History
QA Contact: places → bookmarks
You need to log in
before you can comment on or make changes to this bug.
Description
•