Commit graph

687 commits

Author SHA1 Message Date
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
Joao Moreno f5ff02e37a fix tree tests 2019-01-07 15:44:14 +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
Joao Moreno 12682daf54 introduce DataTree 2018-12-17 11:02:29 +01:00
Joao Moreno 1c6050ce0d add tree sorter
fixes #63148
2018-12-14 15:35:28 +01:00
Joao Moreno 94ee300f6c tree model: recursive setCollapsed
related to #64887
2018-12-14 12:21:25 +01:00
Johannes Rieken 11fb2c1389 remove winjs-promise - fixes #53526 2018-12-13 10:28:26 +01: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
Joao Moreno cabd0e4885 async data tree: preserve collapse state given identityProvider 2018-11-29 14:47:48 +01:00
Joao Moreno 0c96049d7b async data tree tests: add refresh button 2018-11-29 14:47:48 +01:00
Joao Moreno e5a93f37b1 AsyncDataTree 2018-11-28 15:54:57 +01:00
Alex Dima 9a57732a6c Simplify test running 2018-11-28 15:11:02 +01:00
Joao Moreno a162740380 fix tree tests 2018-11-28 08:37:03 +01:00
Rob Lourens 2337790398 Fix search smoketest 2018-11-27 09:59:43 -08:00
isidor 03acf80627 rename isOnlyDevelopmentDependency to developmentDependency 2018-11-21 16:17:52 +01:00
Isidor Nikolic ec98c79d44
Merge pull request #63497 from Microsoft/isidorn/cgmanifest
Start using component governance for oss tracking
2018-11-20 12:54:47 +01:00
isidor 9edd984da8 delete OSSREADME.json 2018-11-20 12:54:22 +01:00
Joao Moreno 352ede78ea list: finish dynamic height 2018-11-19 15:20:01 +01:00
Joao Moreno 82d00f5383 Merge commit 'refs/pull/62052/head' of github.com:Microsoft/vscode into pr/62052 2018-11-19 14:38:28 +01:00
Joao Moreno 9ee7aa35c2 fix smoke test 2018-11-19 10:22:06 +01:00
Alex Dima 66f4c5be3a Adopt OSS tool 2018-11-16 23:21:02 +01:00
Alex Dima 976cfe3aa7 Merge branch 'master' into isidorn/cgmanifest 2018-11-16 17:52:27 +01:00
Joao Moreno 09bd9f7dee fix smoketest: find all references 2018-11-16 16:27:34 +01:00
isidor 040ee51d72 cgmanifest: some commit hashes 2018-11-16 11:46:58 +01:00
isidor 347fb6347b add all cgmanifests. Still no commitHash 2018-11-14 18:18:25 +01:00
isidor 77b13e3478 test cgamnifests 2018-11-13 12:09:18 +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
Joao Moreno 392acac1de list option: supportDynamicHeights 2018-10-28 06:56:16 -07:00
Joao Moreno 00ac4904ac wip: list with dynamic height elements 2018-10-28 06:39:18 -07: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 56d068e1b9 update tree problems sample 2018-10-23 15:08:07 -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 8206f6a172 tree tests 2018-10-04 15:29:36 +01:00
Joao Moreno ed287f0588 tree: twistie rendering participant 2018-10-04 08:37:29 +01:00
Joao Moreno 6e2817629b 💄 2018-10-04 08:37:29 +01:00