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: Upgrade to electron 7.x #83796

Merged
merged 18 commits into from
Jan 9, 2020
Merged

chore: Upgrade to electron 7.x #83796

merged 18 commits into from
Jan 9, 2020

Conversation

deepak1556
Copy link
Collaborator

@deepak1556 deepak1556 commented Oct 31, 2019

Chromium: 78.0.3904.130
Nodejs: 12.8.1
Electron: 7.1.7

@deepak1556 deepak1556 added this to the November 2019 milestone Oct 31, 2019
@deepak1556 deepak1556 self-assigned this Oct 31, 2019
@deepak1556 deepak1556 requested a review from bpasero October 31, 2019 22:33
@deepak1556 deepak1556 force-pushed the electron-7.0.x branch 5 times, most recently from 8b1d30d to 5a658f0 Compare November 2, 2019 00:52
@deepak1556 deepak1556 marked this pull request as ready for review November 2, 2019 01:58
Copy link
Member

@bpasero bpasero left a comment

Choose a reason for hiding this comment

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

Changes LGTM but I suggest this timeline:

  • consistent green CI builds on all platforms
  • green exploration build for selfhosting during this milestone
  • full endgame testing on all platforms on exploration build (including dev setup)
  • push to insiders next milestone if no blockers

@@ -366,15 +366,13 @@ export class ElectronMainService implements IElectronMainService {
//#region Connectivity

async resolveProxy(windowId: number | undefined, url: string): Promise<string | undefined> {
Copy link

@ZuBB ZuBB Nov 4, 2019

Choose a reason for hiding this comment

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

(maybe I am missing smth, but still..) Is current version of return type still valid after change that is below?

@webczat
Copy link

webczat commented Dec 28, 2019

What prevents this to be merged? It is required for linux accessibility so I am waiting impatiently...

@Tyriar Tyriar modified the milestones: November 2019, January 2020 Jan 6, 2020
@deepak1556 deepak1556 merged commit 4c7431c into master Jan 9, 2020
@deepak1556 deepak1556 deleted the electron-7.0.x branch January 9, 2020 13:46
@@ -13,7 +13,7 @@ const webviewId = 'myWebview';

const testDocument = join(vscode.workspace.rootPath || '', './bower.json');

suite('Webview tests', () => {
suite.skip('Webview tests', () => {
Copy link
Collaborator

Choose a reason for hiding this comment

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

Hey looks like web views are broken under electron due to Prevented webview attach. I'm looking into it but wonder if you have any idea what that may be?

Copy link
Collaborator

Choose a reason for hiding this comment

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

Pushed fix with c8123de and re-enabled the tests

mjbvz added a commit that referenced this pull request Jan 9, 2020
Caused by #83796

Also re-enables the webview tests
@github-actions github-actions bot locked and limited conversation to collaborators Mar 27, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants