1. 21 6月, 2019 1 次提交
  2. 20 6月, 2019 7 次提交
  3. 19 6月, 2019 2 次提交
    • P
      Fullscreen Action. (#75667) · f7db1dcc
      Peng Lyu 提交于
      * move keybinding validator out of keybindingRegistry
      
      * Fullscreen Action.
      
      * use webkit full screen.
      
      * Address comments
      
      * align typings
      f7db1dcc
    • P
      no-verify · 4925b0fd
      Peng Lyu 提交于
      4925b0fd
  4. 18 6月, 2019 3 次提交
  5. 17 6月, 2019 1 次提交
    • A
      Tasks for web (#75619) · 8cb79b29
      Alex Ross 提交于
      * Refactored task service. Still need to remove semver
      
      * Fix process conditions
      
      * bash.exe to bash for default shell
      
      * Fix URI for windows remote in terminal task system and fix variable resolver so it doesn't have an error on Windows
      
      * Remove semver from task service in browser
      
      * Version and engine compatibility
      8cb79b29
  6. 16 6月, 2019 1 次提交
    • M
      Add experimental service-worker based loading of webview content · 1319038e
      Matt Bierner 提交于
      ## Problem
      We use a custom `vscode-resource` protocol to control access to local resources inside of webviews. This will not work on the web, but we still would prefer a way to intercept webview requests from the main client
      
      ## Proposed solution
      Move webviews into their own origin and register a service worker on this origin. This service worker can talk with the outer iframe of our webview. When a request for a resource comes in to the service worker:
      
      * In the service worker, add the request to a map and post a message back to the client saying we want to load this resource
      * The outer iframe gets the message from the sercice worker and forwards it to our main process
      * This process handles the message and use the normal file system api to read the resource (also restricting which files can be read)
      * We post the result back into the inner iframe which fowards it back to the service worker
      * The service worker now resolves the pending request.
      
      The prototype version in this change works but does not correctly handle multiple clients existing at the same time (plus probably a lot of other edge cases too)
      1319038e
  7. 13 6月, 2019 3 次提交
  8. 11 6月, 2019 7 次提交
  9. 08 6月, 2019 3 次提交
  10. 07 6月, 2019 1 次提交
  11. 06 6月, 2019 1 次提交
  12. 01 6月, 2019 2 次提交
  13. 27 5月, 2019 1 次提交
  14. 25 5月, 2019 3 次提交
  15. 24 5月, 2019 4 次提交