1. 21 7月, 2020 1 次提交
    • R
      chore: update to electron 9-x-y (#102011) · 3d0d50ca
      Robo 提交于
      * chore: bump electron@9.0.5
      
      * remove exploration config
      
      * fix compile error
      
      * fix compile error
      
      * crashReporter has to be called only once before app ready
      
      * chore: bump electron@9.1.0
      
      * enable LayoutNG
      
      * fix cron schedule
      
      * allow disabling appcenter crash reporting
      
      * set additional crash reporting parameters
      
      * start crashreporter for child process on linux
      
      * setup crash parameters only once
      
      * remove unused crashReporter.guid
      
      * address review feedback
      
      * reuse argv.json for storing crash reporter id
      
      * remove trailing commas
      
      * update localized name
      
      * update argv based on telemetry optout
      
      * update initial config based on setting
      
      * fix conditional errors
      
      * remove telemetry.enableCrashReporter
      
      * move default crash reporter config to electron-main
      
      * update comment for ext host crash reporting
      
      * set default value for configuration
      
      * some 💄 changes
      
      * address review feedback
      
      * do not use ES7 features in JS yet
      
      * add app.focus({ steal: true }) usage
      Co-authored-by: NBenjamin Pasero <benjpas@microsoft.com>
      3d0d50ca
  2. 06 6月, 2020 1 次提交
  3. 30 3月, 2020 1 次提交
  4. 26 3月, 2020 2 次提交
  5. 10 3月, 2020 1 次提交
    • R
      feat: enable appcenter support (#92295) · f618e507
      Robo 提交于
      * feat: update appcenter config (#92041)
      
      * fix: order of crash reporter initialization (#92044)
      
      * fix: create new guid for crash reporter (#92180)
      
      This id should never be sent to telemetry for
      GDPR reasons, hence we don't reuse any of existing
      persistent ids like instanceId etc.
      
      * chore: update distro
      f618e507
  6. 27 2月, 2020 1 次提交
  7. 07 1月, 2020 1 次提交
  8. 19 11月, 2019 1 次提交
  9. 08 10月, 2019 1 次提交
    • M
      Marking a bunch of static variables as readonly · b0dccbcf
      Matt Bierner 提交于
      Readonly helps out with TS's type guards and is also a good best practice. Specifically, readonly strings/numbers have their literal type instead of a generic `string` | `number` type, which can help catch dead code and some common programming mistakes
      b0dccbcf
  10. 02 9月, 2019 1 次提交
  11. 30 8月, 2019 1 次提交
  12. 19 8月, 2019 1 次提交
  13. 16 7月, 2019 1 次提交
  14. 15 7月, 2019 1 次提交
  15. 05 7月, 2019 2 次提交
  16. 23 5月, 2019 1 次提交
  17. 04 4月, 2019 1 次提交
  18. 01 4月, 2019 1 次提交
  19. 20 3月, 2019 1 次提交
  20. 16 3月, 2019 1 次提交
  21. 19 2月, 2019 1 次提交
  22. 07 2月, 2019 1 次提交
  23. 25 1月, 2019 1 次提交
  24. 13 12月, 2018 1 次提交
  25. 11 12月, 2018 2 次提交
  26. 01 12月, 2018 1 次提交
  27. 30 11月, 2018 1 次提交
  28. 29 11月, 2018 1 次提交
  29. 28 11月, 2018 1 次提交