..
configs
ci: run more Chromium unit tests ( #15363 )
2018-10-25 14:28:50 -04:00
fixtures
fix: backport patch that ensures that cookie store is always created ( #15836 )
2018-11-29 10:51:13 -08:00
static
feat: add methods to allow customization of save dialog during will-download event ( #15497 )
2018-11-08 10:51:06 -04: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
feat: Add app.getLocaleCountryCode() method for region detection ( #15035 )
2018-11-20 15:33:23 -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
test: add test for window.open in BrowserView
2018-11-27 11:10:07 +09:00
api-browser-window-affinity-spec.js
revert: "fix: window.open site instance should belong to same browsing instance ( #15216 )" ( #15757 )
2018-11-20 21:28:26 +01:00
api-browser-window-spec.js
test: fix a bunch of flaky tests related to emittedOnce ( #15871 )
2018-11-28 17:52:19 -08: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
feat: add webPreferences.enableRemoteModule option ( #13028 )
2018-10-13 20:50:07 +03: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
feat: allow registering multiple shortcuts ( #15542 )
2018-11-07 09:40:38 -08: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
style: no need for done call in sync tests ( #15550 )
2018-11-02 10:50:17 -04:00
api-menu-spec.js
fix: Menu accelerators not working ( #15094 )
2018-11-09 13:54:16 -08:00
api-native-image-spec.js
chore: update to standard 12
2018-09-14 14:57:01 +10:00
api-net-log-spec.js
chore: re-enable failing netlog spec ( #15484 )
2018-10-30 17:45:05 -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: Implement process.getProcessMemoryInfo to get the process memory usage ( #14847 )
2018-11-28 17:57:53 +09:00
api-protocol-spec.js
docs: http protocol handlers can access headers ( #15431 )
2018-10-30 11:37:49 -07:00
api-remote-spec.js
Fix missing remote object error when calling remote function created in preload script ( #15444 )
2018-10-31 11:26:57 -04:00
api-screen-spec.js
chore: update to standard 12
2018-09-14 14:57:01 +10:00
api-session-spec.js
fix: backport patch that ensures that cookie store is always created ( #15836 )
2018-11-29 10:51:13 -08: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: fix a bunch of flaky tests related to emittedOnce ( #15871 )
2018-11-28 17:52:19 -08:00
api-web-contents-view-spec.js
fix: destroy WebContents synchronously on shutdown ( #15541 )
2018-11-08 07:57:28 -08:00
api-web-frame-spec.js
feat: Spellchecker Async Implementation ( #14032 )
2018-10-18 11:11:53 -05:00
api-web-request-spec.js
spec: fix headers tests to match APIs
2018-09-14 17:05:26 +10:00
asar-spec.js
chore: re-enable execFileSync binary exec spec ( #15476 )
2018-10-30 15:45:46 -04:00
assert-helpers.js
spec: fix final node and chromium specs after assert change
2018-09-14 18:32:17 +10:00
BUILD.gn
ci: run unittests on clean Chromium ( #15125 )
2018-10-22 16:12:19 -04:00
chromium-spec.js
test: fix remote-debugging-port test calling done twice ( #15857 )
2018-11-28 10:59:05 +09:00
events-helpers.js
chore: update to standard 12
2018-09-14 14:57:01 +10:00
internal-spec.js
fix: make feature strings more robust to whitespace ( #15602 )
2018-11-06 15:52:06 -08:00
modules-spec.js
fix: allow renaming electron.exe ( #15173 )
2018-10-15 17:26:34 -07:00
node-spec.js
chore: add spec for --inspect after a -- ( #15237 )
2018-11-20 16:23:50 -05: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
feat: add webPreferences.enableRemoteModule option ( #13028 )
2018-10-13 20:50:07 +03:00
webview-spec.js
feat: add webPreferences.enableRemoteModule option ( #13028 )
2018-10-13 20:50:07 +03:00
window-helpers.js
chore: update to standard 12
2018-09-14 14:57:01 +10:00