Commit Graph

2125 Commits

Author SHA1 Message Date
Benjamin Pasero cc036f3f7c debt - remove more unused 2019-09-25 08:45:46 +02:00
Benjamin Pasero a0b9c73565 debt - remove unused 2019-09-25 08:34:05 +02:00
Benjamin Pasero 5a60e6fb9b debt - add openInWindow to host 2019-09-25 08:26:51 +02:00
Sandeep Somavarapu ad601533c5 setting to ignore during sync 2019-09-24 19:03:13 +02:00
Benjamin Pasero f837a34bce debt - move enterWorkspace into workspaces service 2019-09-24 17:44:46 +02:00
Benjamin Pasero 4da232a31b debt - move shared process things out into own service 2019-09-24 16:42:36 +02:00
Benjamin Pasero cd5625c766 debt - handle title doubleclick is electron only 2019-09-24 09:58:08 +02:00
Benjamin Pasero f9df1182a6 💄 window id 2019-09-24 09:21:23 +02:00
Rob Lourens 70f3a0970d Fix microsoft/vscode-remote-release#1444 2019-09-20 10:55:55 -07:00
Benjamin Pasero f882a95952 debt - require electron and not Electron 2019-09-19 14:45:06 +02:00
Benjamin Pasero d58aa5ebe0 debt - use electron dialogs through electron service 2019-09-19 14:45:06 +02:00
Benjamin Pasero 5de60c1be4 web - fix broken static extensions 2019-09-19 11:53:30 +02:00
Benjamin Pasero 8cd4c5a4f2 debt - windowsService => legacyWindowsMainService 2019-09-19 10:19:18 +02:00
Benjamin Pasero e69400a2e2 debt - launchService => launchMainService 2019-09-19 10:09:08 +02:00
Benjamin Pasero 443ab8f33e debt - extract a openEmptyWindow method and support in web 2019-09-19 10:06:21 +02:00
Benjamin Pasero 72177d7730 ipc - adopt simple proxy for menubar service 2019-09-19 08:23:38 +02:00
Matt Bierner 36b66c90e9 Add firstOrDefault helper
Array accesses are not strict null checked. Added a type checked helper for when you just want to get the first element of an array of fallback to a default if the array is empty
2019-09-18 18:20:26 -07:00
Pine ded2de95dc Merge branch 'master' into font-family-jp 2019-09-18 14:29:14 -07:00
Sandeep Somavarapu 95e877c12b Merge branch 'master' into sandy081/httpEndPointSync 2019-09-18 19:03:24 +02:00
Benjamin Pasero afde7913eb build - set no-sandbox everywhere (#81096) 2019-09-18 13:55:03 +02:00
Benjamin Pasero c3d611c7ad debt - introduce and use simpleIpcProxy 2019-09-18 13:05:44 +02:00
Benjamin Pasero d9ec15cda4 debt - introduce simple IPC helpers for basic communication forwarding using proxys 2019-09-18 12:16:14 +02:00
Sandeep Somavarapu 927f8d87a8 Move user data sync to shared process 2019-09-17 23:37:53 +02:00
Benjamin Pasero 66a25a0ec1 electron-main renames 💄 2019-09-17 18:13:54 +02:00
Benjamin Pasero 7ecb5821cd debt - remove IWindowService#log in favor of a logger that can log to the main side 2019-09-17 17:47:08 +02:00
Benjamin Pasero a8d5382619 debt - more platform/electron-main cleanup 2019-09-17 15:39:08 +02:00
Benjamin Pasero 3e439112ba debt - clean up platform/electron-main (part 1) 2019-09-17 15:30:00 +02:00
Benjamin Pasero 2105bcef65 debt - introduce electron service and adopt for showMessageBox 2019-09-17 11:28:09 +02:00
Benjamin Pasero 849034f59a electron - fix deprecation warning (accessibility) 2019-09-17 07:44:34 +02:00
Benjamin Pasero 08a5964645 web - change API to URI (from UriComponents) 2019-09-17 07:44:34 +02:00
Pine b3b0ee5d31 Merge branch 'master' into font-family-jp 2019-09-16 15:18:26 -07:00
Pine Wu 0c4d56eebb Meiryo -> Meiryo UI 2019-09-16 15:17:34 -07:00
Benjamin Pasero 93bb67d7ef debt - use common/product over node/product 2019-09-16 11:35:11 +02:00
Benjamin Pasero fd32392699 debt - common/product => common/productService 2019-09-16 11:31:22 +02:00
Benjamin Pasero 8a992a2ff1 web - export types from API 2019-09-16 11:22:57 +02:00
Benjamin Pasero b9bf66bbb2 web - limit workspace actions 2019-09-16 10:49:47 +02:00
Benjamin Pasero 5e1179f0b8 web - move help actions to browser 2019-09-16 10:37:58 +02:00
Benjamin Pasero b644486174 debt - a bit more strict init 2019-09-16 08:33:49 +02:00
Benjamin Pasero e131c42f55 web - better way to load node modules from remote folder 2019-09-13 18:23:38 +02:00
Benjamin Pasero 3422d28e2c web api - use URIComponents 2019-09-13 18:08:27 +02:00
Robo 029e9929ae chore: Update to Electron 6.x (#75802) 2019-09-13 14:53:56 +02:00
Matt Bierner 5d828fdcc8 Remove WEBVIEW_ENDPOINT workaround 2019-09-12 16:31:41 -07:00
Benjamin Pasero f6df256c60 update - move to browser (#80806)
* web update - first cut service

* web update - move update contribution to browser

* update - tweak settings
2019-09-12 17:53:35 +02:00
João Moreno ab10e26096 Fixes #80702 (#80705) 2019-09-11 13:31:42 +02:00
Benjamin Pasero 9aab28daea web - self fullfilling prophecy 2019-09-11 10:52:16 +02:00
Benjamin Pasero e4a837a0a3 web - rename entry point 2019-09-11 08:43:13 +02:00
Benjamin Pasero e75e71f419 debt - 💄 product config 2019-09-11 08:13:54 +02:00
Alex Dima a2ada859d3 Merge remote-tracking branch 'origin/master' into ben/lazy-onigasm 2019-09-10 22:13:16 +02:00
Alex Dima cc6aea9d06 Load script directly 2019-09-10 20:20:01 +02:00
Benjamin Pasero 93b7ad02df web - add proper callback landing page 2019-09-10 15:56:50 +02:00