Commit graph

511 commits

Author SHA1 Message Date
Daniel Imms 0b3bfd9598 More arguments for test 2019-04-10 22:32:45 +02:00
Sandeep Somavarapu 2681e564e7
move back to vscode folder 2019-04-01 11:11:35 +02:00
Sandeep Somavarapu f5391c163f
Compile sources before running 2019-04-01 11:10:13 +02:00
Benjamin Pasero 978a41a6bb electron@3.1.8 2019-04-01 09:36:55 +02:00
Sandeep Somavarapu 01470fbca3 Fix #71319 2019-03-28 12:52:25 +01:00
Rob Lourens 47d76f154d Fix search smoke test 2019-03-22 18:36:50 +00:00
Rob Lourens fa1c88a4e1 Disable extensions in smoketest 2019-03-22 18:10:39 +00:00
isidor 5595925f93 fixes #70423 2019-03-22 17:09:08 +01:00
Daniel Imms e0c0e08569 Add extra timeout to squash flakiness 2019-03-22 08:53:33 -07:00
isidor 37b76b0889 debug: transform actions to commands and contribute them properly 2019-03-19 15:46:24 +01:00
Dirk Baeumer 4eb16c20fc Reenable localization smoke tests. 2019-03-18 21:19:10 +01:00
Benjamin Pasero 4412367554 fix #70017 2019-03-15 18:54:22 +01:00
Rob Lourens cceda8e2f2 Fix #70389 - fix search smoke test 2019-03-13 18:55:30 +00:00
Joao Moreno 7b8af7a5ab adopt latest smoketest changes 2019-03-13 11:56:07 +01:00
Benjamin Pasero 22fdb8e2c3 bump electron@3.1.6 2019-03-10 12:40:50 +01:00
Pine Wu 485b2c924a Notice for Node v10.x requirement for smoketest 2019-03-01 12:47:37 -08:00
Dirk Baeumer 406f066218 Disable localization tests due to refactorings 2019-02-27 12:34:01 +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
João Moreno 9bdcd610ed
Merge pull request #65941 from Microsoft/kieferrm/smoke-test-shutdown
Gentle shutdown of application in smoke test
2019-01-07 10:07:11 +01:00
Benjamin Pasero 5967828c2a update electron@3.0.13 2019-01-04 08:00:17 +01:00
Rob Lourens ef2547d547 replace void 0 with undefined 2019-01-03 11:20:19 -08:00
Kai Maetzel 26ed89df8a offer exit on driver 2019-01-02 17:38:52 -08:00
kieferrm 38e7a68c16 fix smoke test 2019-01-02 13:31:37 -08:00
kieferrm df5a295484 adapt smoke test to changes in settings 2019-01-02 11:48:49 -08:00
kieferrm fa5306d67b fix smoke test 2019-01-02 11:17:01 -08:00
Johannes Rieken ca773cb3f2 fix #64830 2018-12-12 15:48:20 +01:00
isidor 89a775140e update debug smoke test css for list
fixes #64832
2018-12-12 11:02:20 +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
Joao Moreno a901902ce6 remove TPromise.wrapError
related to #63897
2018-12-10 11:33:41 +01:00
Rob Lourens 2337790398 Fix search smoketest 2018-11-27 09:59:43 -08:00
Joao Moreno 9ee7aa35c2 fix smoke test 2018-11-19 10:22:06 +01:00
Joao Moreno 09bd9f7dee fix smoketest: find all references 2018-11-16 16:27:34 +01:00
Alex Dima b60903d3c2 Remove no longer necessary 'use strict' 2018-11-07 19:55:44 +01:00
Joao Moreno c49207f9a3 fix localization smoketest 2018-11-02 15:30:05 +01:00
Benjamin Pasero 77e3a41c36 bump electron@2.0.12 2018-10-24 12:13:36 +02:00
Matt Bierner 71d7e97d85 Add language to code blocks 2018-10-23 16:18:14 -07:00
Joao Moreno deadcd4d47 fix smoke tests 2018-10-18 14:59:23 -07:00
Rob Lourens cdabfc35e0 Fix search smoketest 2018-10-12 17:42:13 -07:00
Benjamin Pasero fc971b1674
electron@2.0.11 (#60143) 2018-10-08 16:08:23 +02:00
Joao Moreno 707787c5b8 update yarn.lock files to use integrity 2018-09-30 16:34:43 +02:00
isidor bac5061d61 smoke test: fix debug failing test 2018-09-26 12:18:15 +02:00
Sandeep Somavarapu 138acafed8 Fix #58858 2018-09-24 10:33:34 +02:00
isidor f8092f7573 debugActionsWidget -> debugToolbar 2018-09-19 16:06:58 +02:00
isidor 2adc5cccce debug.ts -> debugSmoke.ts to avoid duplicate names 2018-09-19 12:27:53 +02:00
Sandeep Somavarapu 5eb9eb9474 Fix #58583 2018-09-13 16:39:28 +02:00
Sandeep Somavarapu c6cc8127bd Fix #58060 2018-09-12 15:23:05 +02:00
Joao Moreno 732825ecc5 fix yarn.lock change 2018-09-11 22:50:16 +02:00
Joao Moreno 1914120000 remove cp 2018-09-11 17:29:46 +02:00