Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-02-24chore: revert to electron@13 (#143851)Robo
2022-02-08chore: update to electron 16 (#137241)Robo
2022-02-03Mark readonlyMatt Bierner
2022-02-02enable `@typescript-eslint/member-delimiter-style`, https://github.com/micros...Johannes Rieken
2022-01-21Move tunnel service to its own folder (#141154)Alex Dima
2021-08-06Organize imports in vs/platformMatt Bierner
2021-07-20Use better error code if webview resource load failsMatt Bierner
2021-07-16Add missing word in commentMatt Bierner
2021-07-15Remove unused webview session registrationsMatt Bierner
2021-07-08Remove extra host indirection for webviewsMatt Bierner
2021-07-06Switch entirely to iframe based webviews on desktopMatt Bierner
2021-06-24Add iframe search with debounce (#125856)Raymond Zhao
2021-06-09Use Mimes.text where possibleMatt Bierner
2021-06-09Add mimes as a namespaceMatt Bierner
2021-06-09Add WASM MIME type (#125782)Wojciech Nawrocki
2021-04-09Move webview resource loading from `platform` to `workbench`Matt Bierner
2021-04-09Remove vscode-webview-resource path normalization logicMatt Bierner
2021-04-08Remove extra whitespaceMatt Bierner
2021-04-08Use service workers for loading webview resources on desktop (#120654)Matt Bierner
2021-03-06Trying to clairify how webview options are used and passed aroundMatt Bierner
2021-02-23Fix virtual file system resource loading inside webviewsMatt Bierner
2021-02-18Add back support for reading from clipboard in webviews (#116597)Matt Bierner
2021-02-16window - type win as null if disposedBenjamin Pasero
2021-02-12Try different workaround for rewriting localhost resources for remote webviewsMatt Bierner
2021-02-10streams - introduce and adopt listenStreamBenjamin Pasero
2021-02-10Try wrapping IPv6 host for webview resource loading with`[]`Matt Bierner
2021-02-09Handle 304s for remote resourcesMatt Bierner
2021-02-02Set permission handlers for webviewsMatt Bierner
2021-02-01Plumb etags through rest of the webview resource pipeline (#115360)Matt Bierner
2021-01-20Refresh Images In Markdown Preview On Change (#114083)Henning Dieterichs
2021-01-07Tunnels from a tunnel factory can have async disposeAlex Ross
2020-12-28Tunnel factory can return undefined (#113232)Alex Ross
2020-12-12Add more logging to resource loading for webviewsMatt Bierner
2020-12-05chore: bump electron@11.0.3 (#111931)Robo
2020-11-30chore: bump electron@9.3.5 (#111530)Robo
2020-11-24chore: update to electron 11 (#110759)Robo
2020-11-10Enable IgnoreMenuShortcuts for iframe based webviewsMatt Bierner
2020-10-17Migrate off of require.toUrl (#107620)Matt Bierner
2020-09-24:lipstick: more use of Schemas.file for easier referenceBenjamin Pasero
2020-09-10debt - REMOTE_HOST_SCHEME => Schemas.vscodeRemoteBenjamin Pasero
2020-08-28Use the new lastCommittedOrigin for remote port forwarding in webviews (#105531)Matt Bierner
2020-08-04Fix resource link parsing for webviewsMatt Bierner
2020-07-28Fixing url patterns for port mappingMatt Bierner
2020-07-24Fixes regression: cannot open image with special characters '#', '?', '%' (#1...Jean Pierre
2020-07-22Make sure main process webview file resource loads stays on main processMatt Bierner
2020-07-17remove logMatt Bierner
2020-07-14Add delegation back to renderer process for cetain webview resource reeds (#1...Matt Bierner
2020-07-01Always use http for internal webview resource loadingMatt Bierner
2020-06-26Make sure we decode the path for electron's file protocolMatt Bierner
2020-06-26Add experimental support for using iframes for webviews (#100991)Matt Bierner