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-09-02unsuccessful attempt to enable COI for desktop webviewsJohannes
2022-09-02extract some COI handle into network-util, add `--enable-coi` command line fl...Johannes
2022-08-31Add built-in video preview (#159623)Matt Bierner
2022-08-30Merge pull request #158609 from microsoft/tyriar/156179-optionsDaniel Imms
2022-08-30Also apply max-width to videos in webviews (#159500)Matt Bierner
2022-08-19Move showOptionButtons into IFindInputOptions.showCommonFindTogglesDaniel Imms
2022-08-05Rename context to align with other webview context keys (#157174)Matt Bierner
2022-08-03Add `activeWebviewPanelId` context key (#156944)Matt Bierner
2022-07-27Log when encountering invalid json in vscode-context (#156485)Matt Bierner
2022-07-21Closes #54285 adds webview/context contribution (#154524)Eric Amodio
2022-07-20Throw if webviewExternalEndpoint is not set (#155667)Matt Bierner
2022-07-12add `vscode-coi` argument for nested iframe, add COI allow attribute for nest...Johannes
2022-07-12tweak allow rulesJohannes
2022-07-12make sure to allow COI on webview iframeJohannes
2022-07-12add `vscode-coi` query when loading webview contentsJohannes
2022-07-12Fix menu shortcuts not working after a webview is shown (#154648)Stephen Sigwart
2022-06-10Fixes webviews are broken on Firefox (#151679)Jean Pierre
2022-06-07Add hc light class to webviews (#151441)Matt Bierner
2022-05-27clip -> clipPath (#150492)Matt Bierner
2022-05-20Inline webview main.js (#149983)Matt Bierner
2022-05-20Allow reusing webview origins across reloads (#149950)Matt Bierner
2022-05-19Allow cancelling webview's readFileStream (#149964)Matt Bierner
2022-05-19Add WebviewInitInfo type (#149877)Matt Bierner
2022-05-18Workaround for the webview positioning bug (#137506)Anthony Stewart
2022-05-06Fix position of webviews and notebooks when the editor grid scrolls (#148858)Matt Bierner
2022-05-03clean up simple find widget (#148575)Megan Rogge
2022-04-26Revert "Fix #148057"Jackson Kearl
2022-04-26Fix #148057Jackson Kearl
2022-04-15fix: compare origins in fetch requests against remote authority (#147467)Joe Previte
2022-04-14Start forwarding events from webview even before contents have loadedMatt Bierner
2022-04-14FormattingMatt Bierner
2022-04-13Check files instead of srcElement for draggingMatt Bierner
2022-04-13Block pointer events on webviews when dragging from desktop into VS CodeMatt Bierner
2022-04-12Partal revert of 21173541e165b0327c67bcaeac82a8a2fe44c949Matt Bierner
2022-04-12Make postMessage's behavior more saneMatt Bierner
2022-04-11Remove property level owner from telemetry typesLogan Ramos
2022-03-31add find count to the terminal (#146358)Megan Rogge
2022-03-29Remove extra assertionMatt Bierner
2022-03-17Tell webviews about a11y (#145179)Jackson Kearl
2022-03-08Encode webview parent origin in authorityMatt Bierner
2022-03-04Add owner/comments to telemetry eventsMatt Bierner
2022-03-01Fix pathname check for published insidersMatt Bierner
2022-02-24Better workaround for safari loading checkMatt Bierner
2022-02-16Route webview requests to remote authority back through VS CodeMatt Bierner
2022-02-15Add extra timeout for safari webview loading checksMatt Bierner
2022-02-12Don't use CSP in outer webview for firefoxMatt Bierner
2022-02-08Add content security policy to top level webviewMatt Bierner
2022-02-08Fix WebviewElement::streamToBuffer (#142288)Jean Pierre
2022-02-07Remove title from webview iframe so it isn't read by screenreader #141903Rob Lourens
2022-02-03Transfer webview resource buffers (#139145)Matt Bierner