Closed
Bug 564414
Opened 15 years ago
Closed 15 years ago
XP_MACOSX is not defined on Mac
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: igor, Assigned: igor)
References
Details
(Whiteboard: fixed-in-tracemonkey)
Attachments
(1 file, 1 obsolete file)
3.04 KB,
patch
|
ted
:
review+
|
Details | Diff | Splinter Review |
Currently the JS build system does not define XP_MACOSX when building on MACOSX meaning that few mac-specific optimizations are not picked up.
Assignee | ||
Comment 1•15 years ago
|
||
This is what I have submitted to the try server.
Assignee | ||
Comment 2•15 years ago
|
||
Try server revealed that some code got rotten and the v2 fixes compilation errors and warnings comming from defining XP_MACOSX
Attachment #444073 -
Attachment is obsolete: true
Attachment #444245 -
Flags: review?(ted.mielczarek)
Assignee | ||
Comment 3•15 years ago
|
||
Ted: This patch blocks the bug 516832, beta1 blocker. So could you review the patch quickly?
Updated•15 years ago
|
Attachment #444245 -
Flags: review?(ted.mielczarek) → review+
Assignee | ||
Comment 4•15 years ago
|
||
Whiteboard: fixed-in-tracemonkey
Comment 5•15 years ago
|
||
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•