Closed
Bug 336221
Opened 19 years ago
Closed 18 years ago
Remove 10.2-only code/checks in NSWorkspace+Utils.m
Categories
(Camino Graveyard :: General, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
Camino1.5
People
(Reporter: alqahira, Assigned: froodian)
References
()
Details
(Keywords: fixed1.8.1)
Attachments
(1 file)
3.84 KB,
patch
|
moz
:
review+
mark
:
superreview+
|
Details | Diff | Splinter Review |
I noticed when mxring the min-version warning code that there are some 10.2 checks in NSWorkspace+Utils.m (part of the Bonjour check) that can be removed.
It also looks like part of the code that builds the list of browsers to offer as default browser is using a function for 10.2 compatibility where a 10.3-and-above function was more desireable, http://landfill.mozilla.org/mxr-test/mozilla/source/camino/src/extensions/NSWorkspace+Utils.m#49
Assignee | ||
Comment 1•18 years ago
|
||
Removes the check to make sure we're 10.3+ for bonjour.
This doesn't make the other change mentioned in comment 0 (replacing _LSCopyApplicationURLsForItemURL with LSCopyApplicationURLsForURL) because when I do that I get an undefined symbol error. If it's something obvious, I'm happy to make the change, but otherwise I think it should be filed as a followup bug, since it's not really what this bug is about.
Comment 2•18 years ago
|
||
Comment on attachment 226040 [details] [diff] [review]
Patch
Looks good to me.
Attachment #226040 -
Flags: review?(mozilla) → review+
Assignee | ||
Updated•18 years ago
|
Attachment #226040 -
Flags: superreview?(mark)
Comment 3•18 years ago
|
||
Comment on attachment 226040 [details] [diff] [review]
Patch
LSCopyApplicationURLsForURL will need to wait until we move to the 10.3 SDK.
Attachment #226040 -
Flags: superreview?(mark) → superreview+
Assignee | ||
Updated•18 years ago
|
Whiteboard: [needs checkin]
Comment 4•18 years ago
|
||
Fixed trunk and branch.
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
Keywords: fixed1.8.1
Resolution: --- → FIXED
Whiteboard: [needs checkin]
Assignee | ||
Updated•18 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•