electron/spec
Shelley Vohr 9c8952aef0
Add menu item order control (#12362)
Add four new optional properties to menus in Electron. The four properties are:
'before'
'after'
'beforeGroupContaining'
'afterGroupContaining'

'before/after' - provides a means for a single context menu item to declare its placement relative to another context menu item. These also imply that menu item in question should be placed in the same “group” as the item.

'beforeGroupContaining/afterGroupContaining - provides a means for a single menu item to declare the placement of its containing group, relative to the containing group of the specified item.
2018-05-05 09:37:29 -07:00
..
fixtures handle remote exception (#12694) 2018-04-24 08:40:19 -04:00
static Exposing process.env status (#12166) 2018-03-14 12:01:40 +09:00
api-app-spec.js Add "app.whenReady()" (#12652) 2018-04-20 17:09:23 +10:00
api-auto-updater-spec.js fix windows tests 2018-02-16 16:02:10 +11:00
api-browser-view-spec.js Document BrowserView.{destroy,isDestroyed} (#12274) 2018-03-15 16:15:56 +09:00
api-browser-window-affinity-spec.js Add an "affinity" option to webPreferences 2018-02-13 15:18:55 +09:00
api-browser-window-spec.js Better OSR tests (#12817) 2018-05-03 11:10:25 -05:00
api-callbacks-registry-spec.js remove only 2017-11-16 14:51:24 -05:00
api-clipboard-spec.js Explicitly skip tests that should be skipped 2017-11-20 14:43:23 +01:00
api-crash-reporter-spec.js add missing report.length > 1 assertion (#12257) 2018-03-14 13:14:29 +09:00
api-debugger-spec.js Fix and update debugger UTF char test 2018-02-01 16:47:52 -08:00
api-deprecations-spec.js comment out unused methods 2017-11-20 15:12:34 +01:00
api-desktop-capturer-spec.js Add a display_id parameter to the desktopCapturer API. (#12417) 2018-04-09 14:43:35 +09:00
api-dialog-spec.js Add specs for showCertificateTrustDialog option errors 2017-04-04 10:49:21 -07:00
api-global-shortcut-spec.js Explicitly skip tests that should be skipped 2017-11-20 14:43:23 +01:00
api-in-app-purchase-spec.js Improve in-app purchase for MacOS (#12464) 2018-04-05 15:33:13 +09:00
api-ipc-main-spec.js remove extraneous variables 2017-12-01 16:11:54 -05:00
api-ipc-renderer-spec.js remove extraneous variables 2017-12-01 16:11:54 -05:00
api-menu-item-spec.js improve Menu and MenuItem testing (#12015) 2018-02-23 07:53:59 -06:00
api-menu-spec.js Add menu item order control (#12362) 2018-05-05 09:37:29 -07:00
api-native-image-spec.js Remove nativeImage deprecated methods (#11978) 2018-02-20 09:15:27 -06:00
api-net-spec.js 🔧 Spec: Fix style issues 2017-11-23 14:22:58 -08:00
api-notification-dbus-spec.js Linux named notifications (#12192) 2018-03-12 09:33:06 +09:00
api-notification-spec.js Add Notification tests 2018-02-10 03:19:47 -08:00
api-power-monitor-spec.js feat(powerMonitor): expose interface to query system idle state (#11807) 2018-03-14 14:42:08 +09:00
api-power-save-blocker-spec.js Add initial power save blocker spec 2016-08-09 15:05:56 -07:00
api-process-spec.js Explicitly skip tests that should be skipped 2017-11-20 14:43:23 +01:00
api-protocol-spec.js reenable some specs 2018-01-02 16:37:08 +09:00
api-remote-spec.js handle remote exception (#12694) 2018-04-24 08:40:19 -04:00
api-screen-spec.js remove screen.getMenuBarHeight spec 2018-03-05 20:10:34 -05:00
api-session-spec.js Add download from custom protocol test (#11931) 2018-02-16 13:03:53 -05:00
api-shell-spec.js Explicitly skip tests that should be skipped 2017-11-20 14:43:23 +01:00
api-system-preferences-spec.js add loop to catch null values 2017-12-13 14:02:43 -05:00
api-touch-bar-spec.js update touch bar spec 2017-10-26 21:08:47 -04:00
api-web-contents-spec.js Deprecate did-get-response-details and did-get-redirect-request (#12615) 2018-04-23 14:46:12 -05:00
api-web-frame-spec.js remove setZoomLevelLimits 2018-02-20 08:57:48 -05:00
api-web-request-spec.js 🔧 Spec: Fix style issues 2017-11-23 14:22:58 -08:00
asar-spec.js 🔧 Spec: Don’t use deprecated new Buffer() 2017-11-23 14:22:31 -08:00
chromium-spec.js Support for navigator.languages (#12419) 2018-04-02 12:47:00 +09:00
modules-spec.js Allow CI building on arm64 hardware 2018-03-08 09:53:47 -05:00
node-spec.js Enable node crypto spec 2018-03-20 10:13:16 +03:00
package.json Add "app.whenReady()" (#12652) 2018-04-20 17:09:23 +10:00
security-warnings-spec.js make security-warnings tests more robust (#12757) 2018-05-01 14:28:55 +09:00
webview-spec.js Deprecate did-get-response-details and did-get-redirect-request (#12615) 2018-04-23 14:46:12 -05:00
window-helpers.js Assert single window from closeWindow helper 2016-11-29 11:29:20 -08:00