electron/spec
Charles Kerr 05f4860889
fix: power observer dbus crash (#15030)
* fix: check dbus response for nullptr before using

* chore: use BindOnce for ProxyObject::CallMethod cb

* chore: comment out name of unused argument

* fix: re-enable and fix linux power monitor tests

* fix: change tyop from code comments

* refactor: don't keep unnecessary dbus pointer

* chore: remove the 'TODO: fix this' spec comment
2018-10-09 00:32:19 -05:00
..
configs refactor: enable weak ptr unwrap sequence dcheck (#14816) 2018-10-05 15:29:57 -05:00
fixtures refactor: use separate ipc-renderer-internal / ipc-main-internal APIs for Electron internals (#13940) 2018-10-07 00:48:00 +13:00
static test: make before-input-event test more robust 2018-10-04 00:14:59 +02:00
.eslintrc chore: replace standard with eslint-config-standard and add custom rules (#14636) 2018-09-16 03:51:23 +10:00
api-app-spec.js fix relaunch on linux (#14975) 2018-10-04 18:41:37 -05:00
api-auto-updater-spec.js chore: update to standard 12 2018-09-14 14:57:01 +10:00
api-browser-view-spec.js refactor: add prefer-const to .eslintrc + fix errors (#14880) 2018-10-02 11:56:31 +10:00
api-browser-window-affinity-spec.js refactor: add prefer-const to .eslintrc + fix errors (#14880) 2018-10-02 11:56:31 +10:00
api-browser-window-spec.js disable failing assert in beginFrameSubscription dirty-rectangle test 2018-10-04 00:15:00 +02:00
api-callbacks-registry-spec.js chore: update to standard 12 2018-09-14 14:57:01 +10:00
api-clipboard-spec.js chore: update to standard 12 2018-09-14 14:57:01 +10:00
api-crash-reporter-spec.js refactor: add prefer-const to .eslintrc + fix errors (#14880) 2018-10-02 11:56:31 +10:00
api-debugger-spec.js fix: send null in debugger callback when no error (#14814) 2018-09-27 17:43:45 +10:00
api-deprecations-spec.js refactor: add prefer-const to .eslintrc + fix errors (#14880) 2018-10-02 11:56:31 +10:00
api-desktop-capturer-spec.js ci: Trigger an arm test on VSTS after CircleCI build (#14898) 2018-10-04 12:01:16 -04:00
api-dialog-spec.js chore: update to standard 12 2018-09-14 14:57:01 +10:00
api-global-shortcut-spec.js chore: update to standard 12 2018-09-14 14:57:01 +10:00
api-in-app-purchase-spec.js chore: update to standard 12 2018-09-14 14:57:01 +10:00
api-ipc-main-spec.js refactor: use separate ipc-renderer-internal / ipc-main-internal APIs for Electron internals (#13940) 2018-10-07 00:48:00 +13:00
api-ipc-renderer-spec.js refactor: use separate ipc-renderer-internal / ipc-main-internal APIs for Electron internals (#13940) 2018-10-07 00:48:00 +13:00
api-menu-item-spec.js refactor: add prefer-const to .eslintrc + fix errors (#14880) 2018-10-02 11:56:31 +10:00
api-menu-spec.js chore: update to standard 12 2018-09-14 14:57:01 +10:00
api-native-image-spec.js chore: update to standard 12 2018-09-14 14:57:01 +10:00
api-net-log-spec.js refactor: create request context from network context (#14656) 2018-10-04 13:08:56 -05:00
api-net-spec.js refactor: add prefer-const to .eslintrc + fix errors (#14880) 2018-10-02 11:56:31 +10:00
api-notification-dbus-spec.js ci: Trigger an arm test on VSTS after CircleCI build (#14898) 2018-10-04 12:01:16 -04:00
api-notification-spec.js chore: update to standard 12 2018-09-14 14:57:01 +10:00
api-power-monitor-spec.js fix: power observer dbus crash (#15030) 2018-10-09 00:32:19 -05:00
api-power-save-blocker-spec.js chore: update to standard 12 2018-09-14 14:57:01 +10:00
api-process-spec.js feat: add process.takeHeapSnapshot() / webContents.takeHeapSnapshot() (#14456) 2018-09-18 11:00:31 -07:00
api-protocol-spec.js refactor: add prefer-const to .eslintrc + fix errors (#14880) 2018-10-02 11:56:31 +10:00
api-remote-spec.js refactor: add prefer-const to .eslintrc + fix errors (#14880) 2018-10-02 11:56:31 +10:00
api-screen-spec.js chore: update to standard 12 2018-09-14 14:57:01 +10:00
api-session-spec.js refactor: create request context from network context (#14656) 2018-10-04 13:08:56 -05:00
api-shell-spec.js chore: update to standard 12 2018-09-14 14:57:01 +10:00
api-system-preferences-spec.js refactor: add prefer-const to .eslintrc + fix errors (#14880) 2018-10-02 11:56:31 +10:00
api-touch-bar-spec.js chore: update to standard 12 2018-09-14 14:57:01 +10:00
api-tray-spec.js chore: update to standard 12 2018-09-14 14:57:01 +10:00
api-view-spec.js chore: update to standard 12 2018-09-14 14:57:01 +10:00
api-web-contents-spec.js test: make before-input-event test more robust 2018-10-04 00:14:59 +02:00
api-web-contents-view-spec.js chore: update to standard 12 2018-09-14 14:57:01 +10:00
api-web-frame-spec.js refactor: replace var with const / let (#14866) 2018-09-29 09:17:00 +10:00
api-web-request-spec.js spec: fix headers tests to match APIs 2018-09-14 17:05:26 +10:00
asar-spec.js fix: support ASAR in fs.copyFile (#14942) 2018-10-03 09:36:20 -07:00
assert-helpers.js spec: fix final node and chromium specs after assert change 2018-09-14 18:32:17 +10:00
chromium-spec.js refactor: add prefer-const to .eslintrc + fix errors (#14880) 2018-10-02 11:56:31 +10:00
events-helpers.js chore: update to standard 12 2018-09-14 14:57:01 +10:00
modules-spec.js refactor: add prefer-const to .eslintrc + fix errors (#14880) 2018-10-02 11:56:31 +10:00
node-spec.js test: make run-as-node --inspect test more robust on windows 2018-10-04 00:14:59 +02:00
package-lock.json fix: handle shortcuts by default if no WebPreferences object exists (#14766) 2018-09-28 01:41:09 +10:00
package.json fix: handle shortcuts by default if no WebPreferences object exists (#14766) 2018-09-28 01:41:09 +10:00
security-warnings-spec.js chore: remove duplicate code in spec/security-warnings-spec.js (#14967) 2018-10-05 00:24:14 +02:00
webview-spec.js refactor: add prefer-const to .eslintrc + fix errors (#14880) 2018-10-02 11:56:31 +10:00
window-helpers.js chore: update to standard 12 2018-09-14 14:57:01 +10:00