Closed
Bug 491050
Opened 16 years ago
Closed 16 years ago
improve nsIFile's GetFileSize on Mac OS X, stop using FSGetCatalogInfo
Categories
(Core :: XPCOM, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: jaas, Assigned: jaas)
Details
Attachments
(1 file, 1 obsolete file)
1.53 KB,
patch
|
roc
:
superreview+
|
Details | Diff | Splinter Review |
We should just use stat to get file size on Mac OS X, no need for Carbon stuff like FSGetCatalogInfo.
Attachment #375383 -
Flags: review?(mstange)
Updated•16 years ago
|
Attachment #375383 -
Flags: review?(mstange) → review+
remove now-unnecessary obj-c exception guards
Attachment #375383 -
Attachment is obsolete: true
Attachment #375402 -
Flags: superreview?(roc)
Attachment #375402 -
Flags: superreview?(roc) → superreview+
pushed to mozilla-central
http://hg.mozilla.org/mozilla-central/rev/88813ac52262
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•