Remove OnYosemiteOrLater(), OnElCapitanOrLater(), and OnSierraOrLater()
Categories
(Core :: Widget: Cocoa, defect)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox84 | --- | fixed |
People
(Reporter: mstange, Assigned: namandude1008, Mentored)
References
Details
(Keywords: good-first-bug, Whiteboard: [lang=c++])
Attachments
(1 file, 1 obsolete file)
|
47 bytes,
text/x-phabricator-request
|
Details |
After bug 1634765, we know that we always run on 10.12 (Sierra) or later. We should remove the nsCocoaFeatures methods that now always return true, and simplify the code that calls these methods.
Comment 1•5 years ago
|
||
Possible good-first-bug?
| Reporter | ||
Comment 2•5 years ago
|
||
Definitely.
Hi, I would like to work on this bug. Can someone please guide me on how to start and further continue as this is my first bug fix and I have almost no idea. Thank you.
Comment 4•5 years ago
|
||
(In reply to h20190017 from comment #3)
Hi, I would like to work on this bug. Can someone please guide me on how to start and further continue as this is my first bug fix and I have almost no idea. Thank you.
Hi there, new contributors would be great! A good place to ask questions like this is the #introduction channel on Matrix. Here's a link to that: https://chat.mozilla.org/#/room/#introduction:mozilla.org
Comment 5•5 years ago
|
||
(In reply to h20190017 from comment #3)
Hi, I would like to work on this bug. Can someone please guide me on how to start and further continue as this is my first bug fix and I have almost no idea. Thank you.
First, you will want to have your build system set up: https://firefox-source-docs.mozilla.org/contributing/contribution_quickref.html
Then, you will want to use https://searchfox.org/ to search for the three nsCocoaFeatures methods that were mentioned in comment 0. You will then need to open each of the files that reference any of these methods and remove them.
Once complete, you can read up on how to submit your patch here: https://firefox-source-docs.mozilla.org/contributing/contribution_quickref.html#to-submit-a-patch
Hi,
Is this bug still open for contribution?
If yes, then I would like to contribute.
(In reply to Stephen A Pohl [:spohl] from comment #5)
(In reply to h20190017 from comment #3)
Hi, I would like to work on this bug. Can someone please guide me on how to start and further continue as this is my first bug fix and I have almost no idea. Thank you.
First, you will want to have your build system set up: https://firefox-source-docs.mozilla.org/contributing/contribution_quickref.html
Then, you will want to use https://searchfox.org/ to search for the three
nsCocoaFeaturesmethods that were mentioned in comment 0. You will then need to open each of the files that reference any of these methods and remove them.Once complete, you can read up on how to submit your patch here: https://firefox-source-docs.mozilla.org/contributing/contribution_quickref.html#to-submit-a-patch
Thanks. I will give it a try.
(In reply to Alexei Solonari from comment #4)
(In reply to h20190017 from comment #3)
Hi, I would like to work on this bug. Can someone please guide me on how to start and further continue as this is my first bug fix and I have almost no idea. Thank you.
Hi there, new contributors would be great! A good place to ask questions like this is the #introduction channel on Matrix. Here's a link to that: https://chat.mozilla.org/#/room/#introduction:mozilla.org
Thanks a lot! I will look into it.
| Assignee | ||
Comment 9•5 years ago
|
||
Depends on D95117
Updated•5 years ago
|
| Assignee | ||
Comment 10•5 years ago
|
||
Submitted the patch, Please review .
Comment 11•5 years ago
|
||
Comment 12•5 years ago
|
||
Updated•5 years ago
|
Comment 13•5 years ago
|
||
| bugherder | ||
Description
•