Commit Graph

2088 Commits

Author SHA1 Message Date
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
Benjamin Pasero 8bd809ffc9 debt - load onigasm lazy 2019-09-10 14:53:42 +02:00
Benjamin Pasero d0481dca92 web - move selfhost pieces out of workbench 2019-09-10 11:06:54 +02:00
João Moreno 0b3ae7e089 Implement URLHandler router which looks at windowId query param (#80260)
* move urlIpc to common

* implement URLHandlerRouter

fixes #79635

* Add windowId to app URI

* use encodeURIComponent
2019-09-10 10:26:52 +02:00
Martin Aeschlimann 9d4b47dbed optionDescriptions as parameter of parseArgs 2019-09-09 14:43:13 +02:00
Martin Aeschlimann 7a67a54e5e extensionDevelopmentPath is string[] 2019-09-05 15:46:05 +02:00
Martin Aeschlimann 1cab21cffb make string[] in ParsedArgs consistent 2019-09-05 15:46:05 +02:00
Benjamin Pasero 0a9ef2ad01 code 💄 2019-09-02 14:51:23 +02:00
Sandeep Somavarapu f98e42d40e Debt: remove unused dialog service and thereby static routing 2019-09-02 12:18:22 +02:00
Johannes Rieken 58319746d6 add worker-src and child-src, #79922 2019-09-02 10:56:15 +02:00
Johannes Rieken dedf0de944 change type of _serviceBrand from any to undefined, #79918 2019-08-30 15:40:46 +02:00
Martin Aeschlimann 5e32be1b50 remove web testing 2019-08-29 14:57:53 +02:00
Martin Aeschlimann a7def72d9e trailing commas only for setting files 2019-08-29 13:19:03 +02:00
SteVen Batten 1727cc2de9 add msft internal identification logic (#79616) 2019-08-26 16:43:39 -07:00
Benjamin Pasero f60b7b84b1 web - add manifest to support PWA installation 2019-08-26 10:02:34 +02:00
Benjamin Pasero 21ce78cf25 web - lift product config to be proper API 2019-08-24 17:14:14 +02:00
Benjamin Pasero ebe53708ac web - prevent waterfall loading 2019-08-23 16:31:29 +02:00
Benjamin Pasero 760df9342b build - document loading approach better 2019-08-23 15:21:01 +02:00
Benjamin Pasero 202b31dc40 web main 💄 2019-08-23 11:24:17 +02:00
Benjamin Pasero 719cdaa87c web - implement callback auth flow 2019-08-22 10:43:41 +02:00
Sandeep Somavarapu f10d3b2776 undo change in shared process 2019-08-22 02:08:05 +02:00
Sandeep Somavarapu 2d45c514b0 retain last 50 sessions 2019-08-22 02:01:07 +02:00
Alex Dima b58579c643 Use cookie for connection token, align fetching of remote resources 2019-08-21 16:11:35 +02:00
Alex Dima ea7f62fa08 Fixes #79496: Always go through the protocol handler 2019-08-20 14:28:55 +02:00
Johannes Rieken 711faedf57 allow https: as 'script-src' 2019-08-20 11:18:32 +02:00
Benjamin Pasero b9748c53f0 debt - menubar service should not live in common (#79181) 2019-08-19 20:02:11 +02:00
DiamondYuan b0a495e866 refactor: GlobalStorageDatabaseChannel should dependents in IStorageMainService (#79387) 2019-08-19 11:17:45 +02:00
Alex Dima 265dba5598 Fixes microsoft/vscode-remote-release#687:
- remove ipc message that passes over the resolved authority
- don't go through the protocol handler when hitting 127.0.0.1
2019-08-16 17:37:40 +02:00
Benjamin Pasero bd9d98bb41 💄 2019-08-16 10:50:21 +02:00
Sandeep Somavarapu 8095541d7d inline product configuration in produt service 2019-08-15 16:08: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
Benjamin Pasero 48b3d1c061 move windowsIPC => common 2019-08-14 16:29:28 +02:00
Johannes Rieken 0fb1f5504a Merge branch 'master' into joh/e5host 2019-08-13 10:08:41 +02:00
Benjamin Pasero 5a162ad795 main.ts => desktop.main.ts 2019-08-13 08:15:57 +02:00
Rachel Macfarlane 8ffdc18c1d Use application insights module, #78475, fixes #78840 2019-08-12 10:32:20 -07:00