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
2020-05-28Make sure we properly restore uris for local resource rootsMatt Bierner
2020-05-28Move webview protocol to live in webview manager serviceMatt Bierner
2020-05-27Move webview's use of setIgnoreMenuShortcuts to main process (#98131)Matt Bierner
2020-05-26Merge branch 'master' into ben/electron-sandboxBenjamin Pasero
2020-05-26avoid content override when updating local resource roots.rebornix
2020-05-25sandbox - further reduce electron dependenciesBenjamin Pasero
2020-05-25sandboy - more adoption of IPC API from preload scriptBenjamin Pasero
2020-05-21Expose theme name in webviews (#98128)Matt Bierner
2020-05-18Make sure id is explicitly used as authority when rewritting vscode-resource:...Matt Bierner
2020-05-16Fixing rewriting of some old-style vscode-resource uris that don't have expli...Matt Bierner
2020-05-16Use stream protocol for serving up resources in webviewsMatt Bierner
2020-05-15Allow updating the local resource roots after an extension has loadedMatt Bierner
2020-05-15Add vscode-webview-resource protocol (#97777)Matt Bierner
2020-05-13always use .monaco-workbench together with theme type class nameMartin Aeschlimann
2020-05-09notebooks: rerender output if the webview reloads (#97282)Connor Peet
2020-05-08Use system-ui alias for UI fonts (fixes #10144) (#96948)Danny Lin
2020-05-06Fix buildRob Lourens
2020-05-06Handle focus in notebook going to webviewRob Lourens
2020-05-06Better fix for #96968Matt Bierner
2020-05-05Force custom editors in diff view to have 100% height wrappersMatt Bierner
2020-05-05Clear out stale CSS style properties on webview (#96665)John Keech
2020-04-30Don't give webview a width if its container has noneMatt Bierner
2020-04-27Persistance check should not activate background webview extensionsMatt Bierner
2020-04-27Fix #96207.rebornix
2020-04-22Convert more calls to SyncActionDescriptor.create to SyncActionDescriptor.fro...Matt Bierner
2020-04-21Add SyncActionDescriptor.from helper (#95731)Matt Bierner
2020-04-21Investigate #94862Christof Marti
2020-04-18Always set `setIgnoreMenuShortcuts` while the webview is focusedMatt Bierner
2020-04-18Make sure we also disable menu shortcuts for webviews when using native menusMatt Bierner
2020-04-17Reapply ad2df067947a662b55b1c6d6996102cf5221f4c0Matt Bierner
2020-04-17Extends webview focus workaround to when someone calls `.focus` on the webvie...Matt Bierner
2020-04-17Use shared keyboard handler for all electron webviewsMatt Bierner
2020-04-15Try working around webview taking back focus on quick inputMatt Bierner
2020-04-15Use editor background for scrollbar corner in webviewsMatt Bierner
2020-04-15Make sure webviews are properly destroyed/hidden when the webview editor is h...Matt Bierner
2020-04-14Remove extra checks for non-nullable functions/properties (#94631)Matt Bierner
2020-04-12Make sure custom editors restore state inside webview on reloadMatt Bierner
2020-04-04Merge pull request #94089 from microsoft/rebornix/notebook-webview-copypastePeng Lyu
2020-04-03Apply suggestions from code review Peng Lyu
2020-04-02Make sure restored custom editors correctly track being dirty even if they ha...Matt Bierner
2020-04-01Fix #94088.rebornix
2020-04-01Cancel custom editor open if the user closes the editor before resolveMatt Bierner
2020-03-28Add explicit wait for dom-ready in webviewsMatt Bierner
2020-03-27Add role=document to root webview document (#93435)Matt Bierner
2020-03-26💄Matt Bierner
2020-03-24Adds settings and webview panel to SchemasEric Amodio
2020-03-20update jsdocrebornix
2020-03-19Allow multiple api acquirerebornix
2020-03-17Add cancellation parameter to custom editor resolve methodsMatt Bierner
2020-03-14Add experimental moveCustomTextEditor hookMatt Bierner