Commit Graph

40 Commits

Author SHA1 Message Date
Benjamin Pasero
246d25965c sandbox - add webFrame APIs 2020-05-25 08:40:07 +02:00
Benjamin Pasero
062d9393d8 sandboy - more adoption of IPC API from preload script 2020-05-25 08:26:55 +02:00
Benjamin Pasero
9c36a570c3 sandbox - move contextMenuService 2020-05-24 07:49:37 +02:00
Benjamin Pasero
0565b5fc03 sandbox - move issueService 2020-05-23 14:14:33 +02:00
Rachel Macfarlane
3c1e64220f Fixes #91384 2020-02-26 17:15:11 -08:00
Rachel Macfarlane
f6668e808a Close process explorer on cmd/ctrl+w, fixes #64373 2019-10-14 11:59:58 -07:00
Benjamin Pasero
93bb67d7ef debt - use common/product over node/product 2019-09-16 11:35:11 +02:00
Benjamin Pasero
262bb4c4ad debt - make diagnostics service only accessible from node 2019-08-15 09:42:43 +02:00
Benjamin Pasero
03a43bbacb debt - move issue service out of common since it will not be supported in the web for now 2019-08-15 09:31:57 +02:00
Matt Bierner
98b5ee978b Replacing IDisposible[] with DisposableStore
#74250
2019-07-02 16:37:35 -07:00
Rachel Macfarlane
668068e26f Fix process explorer highest memory calculation 2019-04-12 14:34:20 -07:00
Rachel Macfarlane
019f23ed01 Return processes in original order, not alphabetized 2019-04-08 16:30:35 -07:00
Rachel Macfarlane
4c512883c9 Improve error handling when fetching diagnostics 2019-04-08 15:49:57 -07:00
Rachel Macfarlane
97f93d2901 Process explorer refactoring 2019-04-05 15:14:21 -07:00
Rachel Macfarlane
65e55416c4 Some diagnostics refactoring 2019-04-03 15:51:20 -07:00
Matt Bierner
e7a7248009 Work on implicit any errors
#70352
2019-03-20 16:53:43 -07:00
Benjamin Pasero
1aee0c194c debt - scaffold a service for package.json/product.json access 2019-02-21 12:55:46 +01:00
Rachel Macfarlane
a94b94ff57 Fix #52562, Process Explorer: NVDA reads the whole table dimension every time before reading each cell value 2019-01-25 15:41:56 -08:00
Rachel Macfarlane
88de59d497 Improve Process explorer's hover, fixes #66279 2019-01-25 13:47:46 -08:00
isidor
959669bec6 cleanup debug commands used by process explorer 2018-12-27 15:13:10 +01:00
Matt Bierner
90416b8edb Strict null check workbench issue service 2018-12-10 17:14:00 -08:00
Rachel Macfarlane
86052e38f3 Support debugging process from the process explorer, closes #63147 (#63953) 2018-11-30 13:27:27 -08:00
Matt Bierner
85da9e27d6 Strict null checks
#60565
2018-10-22 15:51:29 -07:00
Matt Bierner
c63c97c128 Remove use strict directives in main vs code ts files
We compile using the alwaysStrict flag so these directives are not needed
2018-10-02 16:05:44 -07:00
Rachel Macfarlane
5cc3aa24c4 Fixes #52578, Process Explorer: NVDA does not announce CPU% and Memory(MB) 2018-09-24 16:32:43 -07:00
Benjamin Pasero
8d72e849d3 Debt: avoid electron remote module (#57134)
* debt - avoid usages of electron remote module

* debt - comment out remote & sendSync from electron.d.ts
2018-08-24 09:54:25 +02:00
Benjamin Pasero
8f96ce69e2 debt - reduce usage of electron remote module 2018-08-23 13:09:27 +02:00
Daniel Imms
5dc414cbc9 Revert "Merge pull request #54854 from Microsoft/revert-52782-electron-2.0.x"
This reverts commit 90fc7e66e2, reversing
changes made to 3b25417fa2.
2018-07-23 07:34:16 -07:00
Sandeep Somavarapu
1dc23e548e Revert "Update to Electron 2.0.x" 2018-07-23 10:58:49 +02:00
Benjamin Pasero
9459d2aae0 Update to Electron 2.0.x 2018-06-25 09:32:06 +02:00
Benjamin Pasero
e47a9c9eef revert electron 2.0.x update 2018-06-25 09:28:34 +02:00
Benjamin Pasero
e7d29e9ccc Electron v2.0.0 (#48290)
* Update to Electron 2.0-beta.7

* back to exploration build

* fix compile errors

* workaround build issue (go back to 1.24.0)

* bump to 1.25.0

* use electron 2.0.2

* revert custom distro
2018-06-08 18:32:49 +02:00
Rachel Macfarlane
347414f8d4 Add 'copy' and 'copyAll' commands to Process Explorer, fixes #48961 2018-05-02 16:30:32 -07:00
Rachel Macfarlane
3f53efa597 Show window title as part of process name in process explorer, fixes #48626 2018-04-30 15:00:37 -07:00
Rachel Macfarlane
741e7e413b Show context menu on right click in process explorer, #48498 2018-04-25 19:37:00 -07:00
Rachel Macfarlane
cd67768392 Left align 'Name' label in process explorer, fixes #48500 2018-04-25 10:27:42 -07:00
Benjamin Pasero
6cb06b7cb5 Revert "Electron v2.0.0 (#47289)"
This reverts commit f7ec491c3e.
2018-04-20 17:22:31 +02:00
Benjamin Pasero
676e978a67 fix bad imports 2018-04-17 17:36:42 +02:00
Benjamin Pasero
f7ec491c3e Electron v2.0.0 (#47289)
* Update to Electron 2.0.0-beta.7

* bump to electron 2.0.0-beta.7

* localStorage - workaround birthtime rounding issues that clear workspace storage

* fix compile error

* workaround #47569

* localStorage - add telemetry for successful migration

* increment to localStorageTimers4

* localStorage - allow to restore from backup if starting with 1.7.x again

* logLocalStorageMigrationStatus only on insider

* back to official distro

* 💄

* still use exploration distro

* remove GTK3 emoji picker which does not seem to work

* 💄
2018-04-13 08:23:12 +02:00
Rachel Macfarlane
609c4ba1e7 Add process explorer, #41045 (#47530) 2018-04-09 17:35:17 -07:00