electron/atom
Shelley Vohr 0749dc4cc1
refactor: make app logs dir creation opt-in (#17841)
Previously, we were creating the app logs folder at a predefined location during initial electron startup, which meant that it had to be manually removed and prevented clean app portability. This refactors that implementation such that it's now an opt-in feature and developers must call app.setAppLogsPath(path) with an optional custom path in order to set this directory.
2019-04-18 22:04:58 -07:00
..
app refactor: use mojo for electron internal IPC (#17406) 2019-04-02 15:38:16 -07:00
browser refactor: make app logs dir creation opt-in (#17841) 2019-04-18 22:04:58 -07:00
common fix: copy pixels in AddImageSkiaRepFromBuffer (#17843) 2019-04-18 09:16:34 +09:00
renderer build: rename sandbox bundle (#17831) 2019-04-17 17:18:03 -04:00
utility More migration of ServiceContext to ServiceBinding 2019-02-14 23:59:22 +05:30