electron/spec-main
Milan Burda d9215dd4ce feat: add creationTime / sandboxed / integrityLevel to app.getAppMetrics() (#18718)
This is useful for checking which processes are sandboxed on OS level.

Regarding creationTime, since the pid can be reused after a process dies, it is useful to use both the pid and the creationTime to uniquely identify a process.
2019-06-14 12:39:55 -07:00
..
fixtures/api/net-log refactor: netLog directly uses network service (#18289) 2019-05-23 15:31:38 -07:00
.eslintrc spec: initial spike of main-process based tests 2019-03-14 12:50:06 -07:00
.gitignore spec: add tests for the autoUpdater on macOS that actually test if it works (#17442) 2019-03-29 17:32:52 -07:00
ambient.d.ts spec: initial spike of main-process based tests 2019-03-14 12:50:06 -07:00
api-app-spec.ts feat: add creationTime / sandboxed / integrityLevel to app.getAppMetrics() (#18718) 2019-06-14 12:39:55 -07:00
api-autoupdater-darwin-spec.ts spec: add tests for the autoUpdater on macOS that actually test if it works (#17442) 2019-03-29 17:32:52 -07:00
api-browser-window-spec.ts test: move some BrowserWindow specs to the main runner (#18551) 2019-06-03 15:10:58 -07:00
api-ipc-spec.ts fix: ensure correct ordering of sendSync w.r.t. send (#18630) 2019-06-04 17:10:31 -07:00
api-net-log-spec.js refactor: netLog directly uses network service (#18289) 2019-05-23 15:31:38 -07:00
api-remote-spec.ts test: move some remote specs to the main runner (#18636) 2019-06-07 10:43:32 -07:00
api-session-spec.js test: add test for invalid cookie url (#18751) 2019-06-12 19:49:36 -07:00
api-web-contents-spec.ts test: move beforeunload tests to main runner and fix flake (#18432) 2019-05-29 13:38:14 -07:00
chromium-spec.ts fix: move window.open postMessage test to main runner to fix flake (#18735) 2019-06-12 08:35:58 +09:00
events-helpers.ts build: move to the new docs parser (#18103) 2019-05-06 08:29:01 -07:00
index.js ci: allow use of .only in ci testing mode (#18678) 2019-06-06 17:12:22 -07:00
package.json spec: initial spike of main-process based tests 2019-03-14 12:50:06 -07:00
window-helpers.ts fix: move window.open postMessage test to main runner to fix flake (#18735) 2019-06-12 08:35:58 +09:00