Commit Graph

77 Commits

Author SHA1 Message Date
Benjamin Pasero 5340c2301f 💄 2017-01-05 08:50:10 +01:00
Geir Sagberg ac22e18fa4 Check window.autoDetectHighContrast on window load 2016-12-26 19:27:01 +01:00
Johannes Rieken a412a14d9c Revert "reuse telemetry info when getting common http headers, will likely make use not spawn a process which saves at least 10ms, #17108"
This reverts commit 8a41bdb718.
2016-12-22 11:34:34 +01:00
Johannes Rieken 8a41bdb718 reuse telemetry info when getting common http headers, will likely make use not spawn a process which saves at least 10ms, #17108 2016-12-20 10:13:01 +01:00
Benjamin Pasero 209fcbd543 plugin => extension 2016-12-19 12:14:31 +01:00
Benjamin Pasero a18f2b1d41 session of --extensionTestsPath should not be remembered (fixes #17489) 2016-12-19 12:10:01 +01:00
Joao Moreno 8ddcdbfa95 fix layer breakers with product and package
related to #15558
2016-12-12 12:02:51 +01:00
Johannes Rieken 1d995a7aa5 use loader with support for cached data 2016-12-01 14:58:02 +01:00
Benjamin Pasero 80f7791279 cleanup and shuffle some code 2016-11-23 19:49:16 +01:00
Benjamin Pasero 66e4f91c72 💄 2016-11-23 12:31:28 +01:00
Benjamin Pasero 8408940fa0 get rid of untitledToRestore 2016-11-18 11:00:47 +01:00
Daniel Imms 7d11aaede2 Merge remote-tracking branch 'origin/master' into tyriar/hot_exit/15260 2016-11-17 09:24:24 -08:00
isidor 0633a0449f debt: move IWindowSettings to platform/windows/common/windows 2016-11-17 10:12:32 +01:00
Daniel Imms f5cec1969f Remove ILifecycleMainService's dependency on electron 2016-11-16 10:32:25 -08:00
isidor 4ad6d1785e zen mode: window.fullScreenZenMode setting 2016-11-16 17:16:53 +01:00
Benjamin Pasero 409e81432a More performance telemetry (for #15559) (#15556) 2016-11-16 12:25:30 +01:00
Benjamin Pasero de77726847 I am ok with this for #14062 2016-11-15 15:33:23 +01:00
Benjamin Pasero 97bef4bdc6 Update to electron 1.4.x (#15298)
* electron 1.4.6

* fix broken DND image feedback

* OSS input

* remove cat.exe as it is no longer needed

* update electron.d.ts

* set new ELECTRON_NO_ASAR environment for forked processes

* Automatically enable high contrast theme when enabled in Windows (fixes #15360)
2016-11-14 14:27:53 +01:00
Daniel Imms 3408691c13 Fix empty workspace window reload
Fixes #15400
2016-11-13 18:54:01 -08:00
Daniel Imms 1558036eb1 Shuffle BackupMainService around 2016-11-10 19:47:53 -08:00
Daniel Imms b91bde29f2 Move BackupMainService files to vs/platform 2016-11-10 19:10:46 -08:00
Daniel Imms 8261148558 Merge remote-tracking branch 'origin/master' into tyriar/hot_exit/14068_load_backups_on_main_process 2016-11-10 19:00:14 -08:00
Joao Moreno 5d949f10fa lint: fix ParsedArgs layer breakage
#15293
2016-11-10 16:48:36 +01:00
Johannes Rieken 63e2c0907a debt - move files around to fix various layer breakers 2016-11-10 10:37:00 +01:00
Daniel Imms e791405c8c Clean up 2016-11-09 11:36:33 -08:00
Daniel Imms 78971e80cb Rename IBackupService to IBackupMainService 2016-11-09 10:25:08 -08:00
Daniel Imms fb87a38566 Merge remote-tracking branch 'origin/master' into tyriar/hot_exit/14068_load_backups_on_main_process 2016-11-09 10:20:03 -08:00
Benjamin Pasero 7403c72f4c Can't drag debuggee window (fixes #15232) 2016-11-09 11:07:18 +01:00
Benjamin Pasero 2e1545d59d Merge branch 'master' into tyriar/hot_exit/14068_load_backups_on_main_process 2016-11-09 07:58:22 +01:00
Benjamin Pasero 79643cdf8a title - fix devtools opening 2016-11-09 06:53:24 +01:00
Benjamin Pasero 40ff4e42ae title - smarter devtools handling with custom title 2016-11-08 15:35:47 +01:00
Benjamin Pasero 88a4b7a02c title - make fullscreen state available to browser 2016-11-08 11:27:33 +01:00
Benjamin Pasero 44901c208c fix issue with title bar and full screen 2016-11-08 08:40:51 +01:00
Benjamin Pasero 3ec707b8d7 Custom window title (#15082) 2016-11-07 15:17:27 +01:00
Daniel Imms 178c8f84af Restore untitled files on window reload
This is a temporary fix that explicitly sets the untitled files to be reloaded.
A proper fix for tracking untitled files between sessions in #14116 should
replace this fix.

Fixes #14330
2016-11-03 11:34:24 -07:00
Daniel Imms d515785d45 Merge remote-tracking branch 'origin/master' into tyriar/hot_exit/14068_load_backups_on_main_process 2016-11-03 11:27:15 -07:00
Joao Moreno 14f40b4c6b ipc: remove vscode:setHeaders
#10587
2016-11-03 17:32:39 +01:00
Daniel Imms 832b83ab8e Merge remote-tracking branch 'origin/master' into tyriar/hot_exit/14068_load_backups_on_main_process 2016-11-01 12:52:45 -07:00
Benjamin Pasero 9f1f36cb1e extensionHomePath => extensions-dir 2016-10-30 08:09:17 +01:00
Daniel Imms a29cc436ec Get rid of remnants of filesToRestore
It's no longer needed now that the workspace is restored.
2016-10-20 22:59:03 -07:00
Daniel Imms 54150093e3 Load backup resources exclusively on main process
Fixes #14068
2016-10-20 10:35:45 -07:00
Benjamin Pasero 91db8b520f get rid of ICommandLineArguments 2016-10-06 14:03:47 +02:00
Benjamin Pasero 685621636d extract and reuse IProcessEnvironment 2016-10-06 13:53:32 +02:00
Benjamin Pasero 05334aeaa3 more use of IEnvironmentService (for #10656) 2016-10-06 08:46:53 +02:00
Benjamin Pasero beeb7f2023 less use of IEnvService 2016-10-06 08:18:22 +02:00
Benjamin Pasero 7dfe34301a toggle fullscreen class for #12377 2016-09-26 10:53:04 +02:00
Joao Moreno b3f39bf739 remove extensionsWorkbenchExtension! 2016-09-15 18:41:16 +02:00
Benjamin Pasero 6fa85223ef Electron Update 1.x (#11157)
* use electron 1.3.4

* ATOM_SHELL_INTERNAL_RUN_AS_NODE => ELECTRON_RUN_AS_NODE

* OSS input

* update electron.d.ts

* workaround for #8708

* bump oniguruma and chokidar with custom fsevents

* build with appveyor config from master

* oops, still use ELECTRON_RUN_AS_NODE

* use electron 1.3.5

* optional fsevents

* add cat.exe to workaround output issues

* use cat for tests

* remove some now obsolete ELECTRON_NO_ATTACH_CONSOLE

* also pipe output to cat for code.sh on windows

* unset ELECTRON_RUN_AS_NODE for appveyor

* fix tfs builds?

* fix build

* fix build?

* use cat only when running tests locally
2016-09-14 07:29:20 +02:00
Benjamin Pasero 986a2081f7 more aligned bg color on window start 2016-09-12 10:19:31 +02:00
Benjamin Pasero eab4cd3599 Quitting Code in fullscreen mode forgets previous windows state (fixes #11864) 2016-09-12 10:07:28 +02:00