Commit Graph

2261 Commits

Author SHA1 Message Date
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
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