Closed
Bug 935271
Opened 12 years ago
Closed 12 years ago
Fix OSX #ifdefs and remove OS/2 support from gc/Memory.cpp
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla28
People
(Reporter: terrence, Assigned: terrence)
Details
Attachments
(1 file)
|
4.91 KB,
patch
|
billm
:
review+
|
Details | Diff | Splinter Review |
In light of Nick's debugging today, it is pretty clear that the #ifdef XP_UNIX section does not need XP_MACOSX or DARWIN. It's also pretty silly to keep carrying around this OS/2 code when nobody has any idea if it still works.
Attachment #827680 -
Flags: review?(wmccloskey)
Comment on attachment 827680 [details] [diff] [review]
fix_memory_cpp-v0.diff
Review of attachment 827680 [details] [diff] [review]:
-----------------------------------------------------------------
Let's keep the OS/2 support. It looks like people are maybe still using it.
Attachment #827680 -
Flags: review?(wmccloskey) → review+
| Assignee | ||
Comment 2•12 years ago
|
||
Specifically, I did not realize that there is an ESR17 build for OS/2. This would have been after I moved stuff around in Memory.cpp. As we haven't had any OS/2 bugs, I expect those changes, surprisingly, did not break anything.
https://hg.mozilla.org/integration/mozilla-inbound/rev/eaaa99f26c6b
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla28
You need to log in
before you can comment on or make changes to this bug.
Description
•