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

feat: upgrade to Chromium 69.0.3497.106 #14972

Merged
merged 92 commits into from Oct 10, 2018
Merged

Conversation

alexeykuzmin
Copy link
Contributor

Description of Change

Upgrade to Chromium 69.0.3497.106
BREAKING CHANGE

Board https://github.com/orgs/electron/projects/24

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

Notes: Upgrade to Chromium 69.0.3497.106

@alexeykuzmin alexeykuzmin requested review from a team October 4, 2018 15:02
@KoenLav
Copy link
Contributor

KoenLav commented Oct 4, 2018

The speed you guys (Electron) have taken up in keeping up with Chromium versions is incredible!

Do you know which version of Chromium is expected to land in 4.0?

@nornagon
Copy link
Member

nornagon commented Oct 4, 2018

Do you know which version of Chromium is expected to land in 4.0?

Not yet. We have a go/no-go for M69 on Monday. It'll definitely be either M68 or M69. We'll know soon!

@nornagon nornagon force-pushed the chromium-upgrade/69 branch 2 times, most recently from 41ab138 to b1dff19 Compare October 5, 2018 01:40
BUILD.gn Outdated Show resolved Hide resolved
BUILD.gn Outdated
]

if (is_win) {
sources += [
"//chrome/utility/printing_handler.cc",
"//chrome/utility/printing_handler.h",
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@brenca sources should be sorted alphabetically, like any other lists in GN configs.
The linter job didn't report its results for some reason.

Copy link
Contributor

Choose a reason for hiding this comment

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

I had to fix the linter, it refused to run for me on Windows, thanks for catching this!

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.

good to merge once CI is green

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.

Pending green CI

MarshallOfSound and others added 2 commits October 10, 2018 14:02
The compositor_superview member of BridgedNativeWidgetMac has been removed so as a consequence there is only one layer on which we need to call setBackgroundColor
@MarshallOfSound MarshallOfSound merged commit cc0c6ad into master Oct 10, 2018
@release-clerk
Copy link

release-clerk bot commented Oct 10, 2018

Release Notes Persisted

Upgrade to Chromium 69.0.3497.106

@KoenLav
Copy link
Contributor

KoenLav commented Oct 11, 2018

@nornagon what was decided for 4.0?

@ckerr
Copy link
Member

ckerr commented Oct 11, 2018

@KoenLav 4.0.0 will have Chromium 69

@ckerr ckerr deleted the chromium-upgrade/69 branch October 11, 2018 15:50
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

9 participants