Closed
Bug 1170582
Opened 10 years ago
Closed 10 years ago
Fix nsSocketTransport compilation on iOS
Categories
(Core :: Networking, defect)
Core
Networking
Tracking
()
RESOLVED
FIXED
mozilla41
| Tracking | Status | |
|---|---|---|
| firefox41 | --- | fixed |
People
(Reporter: ted, Assigned: ted)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
Simple compilation fix.
| Assignee | ||
Comment 1•10 years ago
|
||
bug 1170582 - Fix nsSocketTransport on iOS. r?mayhemer
Attachment #8614093 -
Flags: review?(honzab.moz)
Updated•10 years ago
|
Attachment #8614093 -
Flags: review?(honzab.moz)
Comment 2•10 years ago
|
||
Comment on attachment 8614093 [details]
MozReview Request: bug 1170582 - Fix nsSocketTransport on iOS. r?mayhemer
https://reviewboard.mozilla.org/r/9859/#review8723
::: netwerk/base/nsSocketTransport2.cpp:2908
(Diff revision 1)
> - // OS X uses sec; only supports idle time being set.
> + // Darwin uses sec; only supports idle time being set.
I'm probably not the best reviewer for this. This is more a question for someone familiar with our config processing. I'm not sure when XP_MACOSX and when XP_DARWIN are set.
Anyway, looks good to me, if this build on OSX well (don't have a machine to check.)
Comment 3•10 years ago
|
||
Comment on attachment 8614093 [details]
MozReview Request: bug 1170582 - Fix nsSocketTransport on iOS. r?mayhemer
Who the hell invented MozReview...?
Attachment #8614093 -
Flags: review+
| Assignee | ||
Comment 4•10 years ago
|
||
XP_DARWIN covers both OS X and iOS, where XP_MACOSX only covers OS X. The kernel is basically the same between the two, so most low-level stuff like this works fine on both. Thanks for the review!
| Assignee | ||
Comment 5•10 years ago
|
||
Comment 7•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
status-firefox41:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla41
You need to log in
before you can comment on or make changes to this bug.
Description
•