Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: remove macOS 10.9 specific code #15174

Closed
wants to merge 1 commit into from
Closed

Conversation

miniak
Copy link
Contributor

@miniak miniak commented Oct 15, 2018

Description of Change

Follow up to #15357.
Bump the macOS deployment target to 10.10 and remove macOS 10.9 specific code.

Checklist

  • PR description included and stakeholders cc'd
  • npm test passes
  • relevant documentation is changed or added
  • PR title follows semantic commit guidelines

Release Notes

Notes: macOS deployment target bumped to 10.10.

@miniak miniak requested review from a team October 15, 2018 18:01
@miniak
Copy link
Contributor Author

miniak commented Oct 25, 2018

@MarshallOfSound can you please review?

@miniak miniak self-assigned this Oct 25, 2018
shell_->fullscreen_window_title())) {
[window setTitleVisibility:NSWindowTitleVisible];
}
// For frameless window we don't show set title for normal mode since the
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm concerned that this diff still shows with w=1 (ignore whitespace changes).

Can you verify that the line endings and tabs vs spaces haven't changed in this section?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@MarshallOfSound SourceTree shows this properly. I did check it and I am not changing newlines and/or indentation (tabs vs. spaces)

Copy link
Member

@MarshallOfSound MarshallOfSound left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tentatively approved pending a check of line endings in one file

@miniak miniak changed the title [wip] chore: Drop support for OS X Mavericks (version 10.9) chore: remove macOS 10.9 specific code Oct 25, 2018
Copy link
Member

@nornagon nornagon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Blocking review because I don't think we should be changing the deployment target in Chromium.

Copy link
Member

@MarshallOfSound MarshallOfSound left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch @nornagon Missed that patch completely as the diff was minimized,

@miniak
Copy link
Contributor Author

miniak commented Oct 26, 2018

@MarshallOfSound if we are not comfortable with changing Chromium’s deployment target, then I will just close this PR and re-open again when we update to a version, which does change it to 10.10

There are a few changes that can be done without bumping the deployment target, but I think all the cleanup should probably be done together.

@miniak miniak closed this Oct 26, 2018
@codebytere codebytere deleted the miniak/drop-mavericks branch January 4, 2019 16:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants