Commit graph

51 commits

Author SHA1 Message Date
Daniel Imms
e3cc50361d Merge remote-tracking branch 'origin/master' into tyriar/puppeteer 2019-08-13 08:58:21 -07:00
Robo
c327c4fcb7 chore: Bump electron@4.2.9 (#78836) 2019-08-12 08:14:18 +02:00
Daniel Imms
65cd41503b Share code between electron and browser drivers 2019-07-27 13:39:35 -07:00
deepak1556
0899c8ca90 chore: Bump electron@4.2.7 2019-07-24 14:25:15 -07:00
Martin Aeschlimann
e6295eae65 Remote smoke test fails for 1.36.1. fixes #76987 2019-07-12 21:55:45 +02:00
Benjamin Pasero
28a51a3f45
electron@4.2.5 (#76020) 2019-06-24 17:05:19 +02:00
Benjamin Pasero
7b80b25ddf bump electron@3.2.4 2019-06-13 08:03:41 +02:00
Benjamin Pasero
d78a75973c
update @types/node (#74881) 2019-06-05 10:20:01 +02:00
Benjamin Pasero
d7977c880f debt - use @types/node: 10 for all extensions 2019-06-05 09:32:36 +02:00
Benjamin Pasero
73643c60a6
Update to Electron 4.0.x (#73119)
* Bump electron@4.0.0-beta.9

* electron 4 - temporarily warn about exploration change

* update to Electron 4.0.0 stable

* remove electron 4 notification

* bump to electron@4.0.1

* electron 4: adopt format change of "version" file

* build - set to use exploration image

* Revert "build - set to use exploration image"

This reverts commit 1bb280fc5e.

* electron@4.0.2

* fix electron.d.ts

* update distro

* bump electron@4.0.4

* debt - adopt new process.getProcessMemoryInfo()

* update electron@4.0.5

* electron@4.0.6

* electron 4.0.x - remove Linux 32bit build

* electron@4.0.7

* electron - update to 4.1.2

* bump electron@4.1.4

* update build (remove Linux32)

* electron@4.1.5

* electron 4 - remove linux 32bit warning

* Remove more 32-bit Linux build stuff

Fixes #66271

* electron@4.2.0

* electron@4.2.1

* electron@4.2.2

* electron@4.2.3

* Revert "electron@4.2.3"

This reverts commit ae375ef764.

* Revert "Revert "electron@4.2.3""

This reverts commit 513581ebc5.
2019-06-04 10:50:10 +02:00
Benjamin Pasero
978a41a6bb electron@3.1.8 2019-04-01 09:36:55 +02:00
Benjamin Pasero
22fdb8e2c3 bump electron@3.1.6 2019-03-10 12:40:50 +01:00
Benjamin Pasero
a5b56bdb08 electron@3.1.3 2019-02-06 09:05:53 +01:00
Benjamin Pasero
6089c69984 update to electron@3.1.2 2019-01-25 18:25:57 +01:00
Benjamin Pasero
ed5a04d3f7
update to electron 3.1.0 (#66987) 2019-01-23 15:02:48 +01:00
Benjamin Pasero
5967828c2a update electron@3.0.13 2019-01-04 08:00:17 +01:00
Benjamin Pasero
0bcf5cff8a
Update to Electron 3.0.10 (#56149)
* update to 3.0.0-beta.3

* update d.ts files; rename NodeBuffer => Buffer

* update to 3.0.0-beta.4

* undo invalid change

* remove some Electron 2.0.x specific workarounds

* pinch zoom is now disabled by default

* update vscode-nsfw

* change vscode-nsfw

* update smoke test electron version

* streams: use destroy() over close()

* workaround broken tests

* bump distro and OSS

* try to bump node version for build

* update macOS build to use node.js 10.8.0

* fix extension tests

* use node.js 10.2.1 for all builds

* remove nsfw from dev dependencies

* back to node 8.x for build

* Revert "back to node 8.x for build"

This reverts commit 90ea2b7af2.

* update distro

* disable test run on macOS prod build for now

* bump distro

* ensure proper nsfw dep

* fix more native dependencies

* temp disable failing test

* fix packages

* update deps

* fix deps

* update deps

* enable macOS unit tests again

* fix deprecated buffer use

* Electron 3.0.0.beta.5

* bump deps

* fix tree accidentally treating auxclick as click

* improve overlay cleanup scheduler (fixes flicker seen with Electron 3.0.x)

* update distro

* remove obsolete disableBlinkFeatures: 'Auxclick'

* update to Electron 3.0 beta 6

* fix compile

* workaround #56994

* do not use backgroundColor to find shared process (causes flicker)

* fix flicker on windows from shared process background color

* webview - bubble up keyboard events (workaround for #56988)

* bump electron to 3.0.0-beta.8

* webview - fix deprecation

* webview - fix another deprecation

* debt - handle SIGPIPE on more processes

* workaround more webview focus issues (for #56988)

* webview - use proper way to focus()

* debt - avoid window-focus/blur and use native focus events instead

* webview - restore previous focus method

* webview - improve focus tracking (do not rely on DOM events)

* bump to electron 3.0.0-beta.9

* update deps

* update electron@3.0.0-beta.10

* webview - do not rely on DOM focus for certain commands (for #56988)

* update to electron@3.0.0-beta.11

* electron@3.0.0-beta.12

* update to beta 13

* update to electron 3.0.0

* update to Electron 3.0.1

* electron@3.0.2

* revert build changes (node.js version)

* try with: enable mojave dark mode support

* fix types

* electron 3.0.3

* electron@3.0.4

* fix deps

* bump electron@3.0.6

* bump electron@3.0.9

* fix strict null issue

* reset format

* bump electron@3.0.10

* fix strict null issue

* webview - print error when revive fails

* electron 3.0.x - try to fix keybindings in webviews (#64417)

* bump @types/node => ^10.12.12

* 💄

* update distro
2018-12-10 12:54:38 +01:00
Benjamin Pasero
77e3a41c36 bump electron@2.0.12 2018-10-24 12:13:36 +02:00
Benjamin Pasero
fc971b1674
electron@2.0.11 (#60143) 2018-10-08 16:08:23 +02:00
Maarten Fonville
2ba2fa5d3c Update Electron to 2.0.9 (#58382) 2018-09-11 17:28:06 +02:00
Joao Moreno
a7a21f3118 smoketest: fix keyboard platform specific code 2018-08-28 14:37:34 +02:00
Nil
f48b0cb446 update smoke ts version 2018-08-09 20:28:50 +08:00
Joao Moreno
b839bdec72 update electron for smoketest 2018-08-03 16:36:07 +02:00
Joao Moreno
8a3ffed0ab vsts: report smoketest results 2018-06-12 17:37:53 +02:00
Joao Moreno
1ebb0dd23b remove spectron references 2018-04-11 14:05:22 +02:00
Joao Moreno
471425cad6 streamline build 2018-04-11 10:27:01 +02:00
Joao Moreno
e8d6490fca smoke: run compile on postinstall 2018-04-10 10:57:44 +02:00
Joao Moreno
f1e1fc41e6 wip: launch code without spectron 2018-04-06 00:03:57 +02:00
Matt Bierner
e6b4fe96f6 Locks vscode smoketest typescript to specific version 2017-10-31 12:12:38 -07:00
Joao Moreno
7d077703a7 smoke: fix electron types 2017-10-10 16:24:29 +02:00
Joao Moreno
cbd02812d0 upgrade spectron 2017-10-10 16:14:13 +02:00
Joao Moreno
a4c647f62f Merge remote-tracking branch 'origin/master' into smoketest 2017-10-10 09:19:17 +02:00
Matt Bierner
0bd33bbd96 Use strict versions for @types. Fixes #35561 2017-10-09 11:21:00 -07:00
Joao Moreno
64c07f19b4 smoke: mkdir logs 2017-10-05 15:32:37 +02:00
Joao Moreno
d322924244 smoke: better rimraf in main 2017-09-25 15:32:06 +02:00
Joao Moreno
3b06706a32 smoke: dont use monaco-editor.focused 2017-09-22 17:45:18 +02:00
Joao Moreno
af0cc2ee23 smoke: omg, they were all using the same port! 2017-09-15 12:57:16 +02:00
Sandeep Somavarapu
74bd9fe9a6 smoke:
- introduce data-uri attribute in editor to know if the editor is ready
- fix editor focus class name issue
2017-09-14 15:30:13 +02:00
Joao
a2d66523b4 smoke: copy screenshots to outdir 2017-09-08 16:03:33 +02:00
Joao
6a718024b0 smoke: create test_data in tmp 2017-09-06 10:13:49 +02:00
Joao
0d7790e026 mocha task 2017-09-04 16:11:27 +02:00
Joao
17bf788e41 update smoketest launch 2017-09-04 11:32:41 +02:00
Joao
b1c545c1c9 wip: clean up smoketest launching 2017-09-01 17:52:29 +02:00
Joao
3f2b4def89 fix up smoketest dependencies 2017-09-01 16:37:55 +02:00
Michel Kaporin
91ab830714 Refactored main.js to TS 2017-06-26 14:37:27 +02:00
Michel Kaporin
1613eac498 Traverse extensions viewlet when looking for an extension to install. 2017-06-23 17:26:29 +02:00
Michel Kaporin
bfffd7b8b9 JSON parse launch.json to determine whether program configuration was correctly added. 2017-06-23 17:26:28 +02:00
Michel Kaporin
b9204f6eef Corrected necessary dependencies to match only minor versions #27537 2017-06-13 12:44:50 +02:00
Michel Kaporin
2fa17a91da Added script to compile. 2017-05-29 09:08:57 +02:00
Michel Kaporin
9b73f62ce3 Updated the way to run the smoke test. 2017-05-26 12:56:24 +02:00