Closed
Bug 322390
Opened 19 years ago
Closed 19 years ago
Fix function pointers on Windows
Categories
(Firefox :: Bookmarks & History, defect)
Firefox
Bookmarks & History
Tracking
()
RESOLVED
FIXED
People
(Reporter: brettw, Assigned: brettw)
Details
Attachments
(1 file)
|
14.67 KB,
patch
|
bryner
:
review+
|
Details | Diff | Splinter Review |
| Assignee | ||
Comment 1•19 years ago
|
||
Removed the templates and just duplicated some code. The alternative was to make some indirect template thingy to refer to the proper typedef that seemed too complicated for a few small functions.
Attachment #207535 -
Flags: review?(bryner)
Comment 2•19 years ago
|
||
Comment on attachment 207535 [details] [diff] [review]
Patch
I wish this didn't need so much code but ok, let's get this building again. We can maybe find a cleaner way to do this later.
Attachment #207535 -
Flags: review?(bryner) → review+
| Assignee | ||
Comment 3•19 years ago
|
||
Checked in.
Yes, hopefully we can get a cleaner solution later.
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Comment 4•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
•