Closed
Bug 316896
Opened 19 years ago
Closed 19 years ago
Make sure nsNavHistoryQuery.cpp compiles on VC6.0
Categories
(Firefox :: Bookmarks & History, defect)
Firefox
Bookmarks & History
Tracking
()
RESOLVED
FIXED
People
(Reporter: bugs, Assigned: bugs)
Details
Attachments
(1 file)
|
1.56 KB,
patch
|
brettw
:
review+
|
Details | Diff | Splinter Review |
nsNavHistoryQuery.cpp does not compile on VC6 because of the way a static variable in GroupingQueryList is initialized.
| Assignee | ||
Comment 1•19 years ago
|
||
Initializes sMaxGroups in such a way as not to anger MSVC6.0
Also renames static to be prefixed with 's' instead of 'm' for instance variables as is the convention.
Attachment #203452 -
Flags: review?(brettw)
Updated•19 years ago
|
Attachment #203452 -
Flags: review?(brettw) → review+
| Assignee | ||
Comment 2•19 years ago
|
||
Checked in.
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Comment 3•15 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
•