Commit graph

43376 commits

Author SHA1 Message Date
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
Alex Ross b97740c4e6 Remove code that duplicates Array.join from runAutomaticTasks.ts
Fixes #64602
2018-12-10 12:52:57 +01:00
Andre Weinand 5670416e4a ignore errors after DA has been stopped; #63640 2018-12-10 12:50:52 +01:00
Benjamin Pasero 7fa03813f4 window - have a getter for window being focused or not 2018-12-10 12:46:47 +01:00
Alex Ross b368859a2b Replace TPromise.wrapError with Promise.reject
Part of #63897
2018-12-10 12:45:24 +01:00
Joao Moreno 855b33e1f0 fixes #64503 2018-12-10 12:40:19 +01:00
Alex Ross 3dbf51cf3e Remove TPromise.join from task.contribution.ts
Part of #64598
2018-12-10 12:34:35 +01:00
Benjamin Pasero d38c5b86ce
storage - enable global storage, disable workspace storage migration (#64719) 2018-12-10 12:30:55 +01:00
Alex Ross 29179eaa23 Remove TPromise.as from task.contribution.ts
Part of #64597
2018-12-10 12:26:32 +01:00
Christof Marti 1881db074b TPromise > Promise (#64598) 2018-12-10 12:18:59 +01:00
Joao Moreno cc8b25b5ad remove TPromise
related to #64597
2018-12-10 12:03:14 +01:00
Joao Moreno 2b8d7248b8 remove TPromise.as
related to #64597
2018-12-10 12:03:14 +01:00
Joao Moreno 066ee8c2d7 remove TPromise.as
related to #64597
2018-12-10 12:03:14 +01:00
Johannes Rieken de57829fc3 debt - more lazy service contributions 2018-12-10 11:59:47 +01:00
Johannes Rieken f80971cb61
Merge pull request #64717 from Microsoft/joh/fixmem
Better Suggest Memories
2018-12-10 11:52:17 +01:00
Johannes Rieken 8f36acde0a don't listen to storage changes for now 2018-12-10 11:50:25 +01:00
Johannes Rieken 0740633118 Revert "Revert "remove shareSuggestSelections-setting for now #62365""
This reverts commit d28f895d31.
2018-12-10 11:49:56 +01:00
Joao Moreno 0baabc8a8b remove TPromise
related to #64596
2018-12-10 11:43:26 +01:00
Joao Moreno 65a420e359 remove TPromise
related to #64596
2018-12-10 11:40:28 +01:00
Joao Moreno 093bb84d61 remove TPromise
related to #64596
2018-12-10 11:38:09 +01:00
Johannes Rieken d28f895d31 Revert "remove shareSuggestSelections-setting for now #62365"
This reverts commit f6cff39cb4.
2018-12-10 11:36:35 +01:00
Joao Moreno de63daf348 remove TPromise.wrapError
related to #63897
2018-12-10 11:33:41 +01:00
Joao Moreno a901902ce6 remove TPromise.wrapError
related to #63897
2018-12-10 11:33:41 +01:00
Joao Moreno 2f863c62b3 remove TPromise.wrapError
related to #63897
2018-12-10 11:33:41 +01:00
Joao Moreno 346b230f16 remove TPromise.wrapError
related to #63897
2018-12-10 11:33:41 +01:00
Johannes Rieken 355b9809de fix compile issue 2018-12-10 11:33:18 +01:00
Johannes Rieken 4a7e742fb8 Merge branch 'master' into joh/fixmem 2018-12-10 11:29:56 +01:00
Johannes Rieken 899ce6670c 💄 2018-12-10 11:29:47 +01:00
Johannes Rieken a1d8f25b08 insta - actually enable delayed instantiation 2018-12-10 11:28:09 +01:00
Johannes Rieken 80db568032 use bracket/block selection ranges provider, fixes #64272 2018-12-10 11:23:34 +01:00
Johannes Rieken 369612899d add leading/trailing line part to bracket selection #64004 2018-12-10 11:23:34 +01:00
Johannes Rieken 47661d4ec3 update references view extension 2018-12-10 11:23:34 +01:00
Benjamin Pasero cd18eb9be8 storage - beforeClose() is actually not needed 2018-12-10 11:20:26 +01:00
Benjamin Pasero d63ebe3644 No horizontal scrollbars after toggling side by side diff view (fix #64090) 2018-12-10 11:14:51 +01:00
Benjamin Pasero dad8b64482 debt - dispose action items that are pulled from actionbar 2018-12-10 10:58:38 +01:00
Benjamin Pasero 5c298d1f4a no tabs - prevent title from exceeding 35px height 2018-12-10 10:49:44 +01:00
Christof Marti 649c0aba5b Update calendar 2018-12-10 10:40:35 +01:00
Johannes Rieken 16114454d5
Merge pull request #64715 from Microsoft/joh/brackets
Better Bracket selection
2018-12-10 10:33:17 +01:00
João Moreno 0cdd4b1241
Merge pull request #64619 from Microsoft/rmacfarlane/git-apply
Add GitErrorCode to apply command
2018-12-10 10:32:59 +01:00
Johannes Rieken 3f960a91c8 take max 4 * 30ms 2018-12-10 10:32:08 +01:00
Benjamin Pasero 0194c94656 notifications - push initial notifications out a bit to give editors more time to restore 2018-12-10 10:31:18 +01:00
Benjamin Pasero 627e0310c8 telemetry - double it up 2018-12-10 10:28:00 +01:00
Christof Marti bac0d92a46
Update commands.yml 2018-12-10 10:23:07 +01:00
Sandeep Somavarapu ae80a5aab4 reject if gallery is not enabled 2018-12-10 10:08:40 +01:00
Sandeep Somavarapu a7cf7c9f7e #64597 Move away from TPromise 2018-12-10 10:08:40 +01:00
Sandeep Somavarapu 44c97db13b #64597 Move away from TPromise 2018-12-10 10:08:40 +01:00
isidor cd0ea96e50 debug issues to isidor 2018-12-10 09:53:39 +01:00
Johannes Rieken 19e36adcb4 outline - remove unused css 2018-12-10 09:41:38 +01:00
Matt Bierner e444eaa768 Strict null check serviceMock 2018-12-07 16:41:29 -08:00
Matt Bierner 9b4099e45b Strict null check patternInputWidget 2018-12-07 16:36:17 -08:00