Closed
Bug 280247
Opened 20 years ago
Closed 19 years ago
Remove XP_MAC from xpcom
Categories
(Core :: XPCOM, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 281889
People
(Reporter: Usul, Assigned: Usul)
References
Details
Attachments
(6 files, 1 obsolete file)
9.99 KB,
patch
|
dougt
:
review+
jaas
:
review+
benjamin
:
approval1.8b3+
|
Details | Diff | Splinter Review |
636 bytes,
patch
|
dougt
:
review+
|
Details | Diff | Splinter Review |
23.55 KB,
patch
|
darin.moz
:
review+
|
Details | Diff | Splinter Review |
612 bytes,
patch
|
dougt
:
review+
|
Details | Diff | Splinter Review |
3.40 KB,
patch
|
darin.moz
:
review+
|
Details | Diff | Splinter Review |
4.73 KB,
patch
|
jaas
:
review+
benjamin
:
approval1.8b3+
|
Details | Diff | Splinter Review |
Cleaning bug. We only build Mach-O these days. This bug is to clean up CFM code
Assignee | ||
Updated•20 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•20 years ago
|
||
Patch removing XP_MAC in xpcom/base.
other directories within xpcom will follow.
Attachment #172733 -
Flags: review?(dougt)
Assignee | ||
Comment 3•20 years ago
|
||
remove from ds, asking review to darin so dougt doesn't have all the patches to
review.
Attachment #172738 -
Flags: review?(darin)
Assignee | ||
Comment 4•20 years ago
|
||
asking darin for xpcom/io.
file nsLocalFileMac.h can be removed
Attachment #172743 -
Flags: review?(darin)
Assignee | ||
Comment 5•20 years ago
|
||
files in xpcom/reflect/xptcall/src/md/mac can be removed
Attachment #172815 -
Flags: review?(dougt)
Assignee | ||
Comment 6•20 years ago
|
||
Attachment #172818 -
Flags: review?(darin)
Assignee | ||
Comment 7•20 years ago
|
||
I think I got them all.
Comment 8•20 years ago
|
||
Comment on attachment 172738 [details] [diff] [review]
remove XP_MAC from xpcom/ds
>Index: nsTimelineService.cpp
> static PRTime Now(void)
> {
> return PR_Now();
> }
It would seem that you could just replace all instances of Now()
with PR_Now() and then eliminate Now().
r=darin with that change
Attachment #172738 -
Flags: review?(darin) → review+
Comment 9•20 years ago
|
||
Comment on attachment 172743 [details] [diff] [review]
remove XP_MAC from xpcom/io
I think that nsLocalFileMac.{h,cpp} could also be CVS removed.
r=darin
Attachment #172743 -
Flags: review?(darin) → review+
Comment 10•20 years ago
|
||
Comment on attachment 172818 [details] [diff] [review]
remove XP_MAC from xpcom/typelib/xpidl
r=darin
Attachment #172818 -
Flags: review?(darin) → review+
Comment 11•20 years ago
|
||
I think you should get someone like Simon Fraser or Mike Pinkerton to give these
changes an overall approval before they are checked in.
Assignee | ||
Comment 12•20 years ago
|
||
(In reply to comment #11)
> I think you should get someone like Simon Fraser or Mike Pinkerton to give these
> changes an overall approval before they are checked in.
I plan to ask sfraser for sr
Assignee | ||
Comment 13•20 years ago
|
||
adressing darin's comment and asking smfr for sr
Attachment #172738 -
Attachment is obsolete: true
Attachment #172908 -
Flags: superreview?(sfraser_bugs)
Assignee | ||
Updated•20 years ago
|
Attachment #172743 -
Flags: superreview?(sfraser_bugs)
Assignee | ||
Updated•20 years ago
|
Attachment #172818 -
Flags: superreview?(sfraser_bugs)
Comment 14•20 years ago
|
||
Comment on attachment 172818 [details] [diff] [review]
remove XP_MAC from xpcom/typelib/xpidl
Please, deal with bug 161453 too !
Assignee | ||
Comment 15•20 years ago
|
||
(In reply to comment #14)
> (From update of attachment 172818 [details] [diff] [review] [edit])
> Please, deal with bug 161453 too !
Will do once these are gone.
Updated•19 years ago
|
Attachment #172733 -
Flags: review?(dougt) → review+
Updated•19 years ago
|
Attachment #172736 -
Flags: review?(dougt) → review+
Updated•19 years ago
|
Attachment #172815 -
Flags: review?(dougt) → review+
Comment 16•19 years ago
|
||
What about the stuff in mozilla/xpcom/reflect/xptcall/src/md/mac/ and other (if
any) mac specific files?
Assignee | ||
Comment 17•19 years ago
|
||
(In reply to comment #16)
> What about the stuff in mozilla/xpcom/reflect/xptcall/src/md/mac/ and other (if
> any) mac specific files?
I need to check those and see what can/needs to be done.
Comment 18•19 years ago
|
||
i don't see any reason to remove the xptcall impls
Attachment #172908 -
Flags: approval1.8b3?
Attachment #172908 -
Flags: superreview?(sfraser_bugs) → superreview+
Updated•19 years ago
|
Attachment #172908 -
Flags: approval1.8b3? → approval1.8b3+
Attachment #172908 -
Flags: superreview+ → review+
Attachment #172733 -
Flags: review+
Attachment #172733 -
Flags: approval1.8b3?
Updated•19 years ago
|
Attachment #172733 -
Flags: approval1.8b3? → approval1.8b3+
Comment 19•19 years ago
|
||
landed xpcom/ds and xpcom/base parts
Comment 20•19 years ago
|
||
see 281889, comment #24
*** This bug has been marked as a duplicate of 281889 ***
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
Updated•16 years ago
|
Attachment #172743 -
Flags: superreview?(sfraser_bugs)
Updated•16 years ago
|
Attachment #172818 -
Flags: superreview?(sfraser_bugs)
You need to log in
before you can comment on or make changes to this bug.
Description
•