Closed
Bug 301221
Opened 19 years ago
Closed 7 years ago
firefox.exe exports 585 symbols on windows
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: darin.moz, Unassigned)
Details
Attachments
(1 file)
|
37.19 KB,
text/plain
|
Details |
firefox.exe exports 585 symbols on windows. i found this by running dumpbin: dumpbin /exports firefox.exe i don't think we should be exporting any symbols from firefox.exe. this suggests that people could write extensions that uses these symbols. or maybe it just suggests that we are missing an opportunity to optimize the callsites of these functions. most of the functions appear to be from GFX.
| Reporter | ||
Comment 1•19 years ago
|
||
Updated•7 years ago
|
Product: Core → Firefox Build System
Comment 2•7 years ago
|
||
This is so ancient I'm going to close it.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•