electron/spec-main/fixtures
Charles Kerr c83f836faf
refactor: prefer using app.whenReady() (#21972)
* docs: add references to app.whenReady() in isReady

* refactor: prefer app.whenReady()

In the docs, specs, and lib, replace instances of `app.once('ready')`
(seen occasionally) and `app.on('ready')` (extremely common) with
`app.whenReady()`.

It's better to encourage users to use whenReady():
1. it handles the edge case of registering for 'ready' after it's fired
2. it avoids the minor wart of leaving an active listener alive for
an event that wll never fire again
2020-02-03 22:43:22 +00:00
..
api refactor: prefer using app.whenReady() (#21972) 2020-02-03 22:43:22 +00:00
auto-update test: move some fixtures from spec/ to spec-main/ (#21403) 2020-01-09 11:50:56 -08:00
chromium fix: ensure document.visibilityState aligns with the visibility of the TopLevelWindow (#19988) 2019-09-05 10:56:06 -07:00
devtools-extensions feat: enable native extensions support (#21814) 2020-02-03 14:01:10 -08:00
extensions feat: [extensions] implement a couple of tabs APIs (#21779) 2020-01-15 15:11:51 -08:00
module test: move remote specs to main process (#21387) 2019-12-09 10:27:30 -08:00
native-addon/echo test: move module tests to main process (#20419) 2019-10-09 16:33:15 -07:00
pages feat: enable native extensions support (#21814) 2020-02-03 14:01:10 -08:00
sub-frames test: tsify sub-frames spec (#19965) 2019-08-28 13:55:01 -07:00
blank.html feat: preliminary support for //extensions (#17440) 2019-07-24 16:01:08 -07:00