electron/lib/browser
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
..
api Add menu item order control (#12362) 2018-05-05 09:37:29 -07:00
chrome-extension.js Replace custom function with Object.values() 2018-02-05 20:03:28 -08:00
desktop-capturer.js Add a display_id parameter to the desktopCapturer API. (#12417) 2018-04-09 14:43:35 +09:00
guest-view-manager.js add did-frame-navigate event to WebContents (#12723) 2018-05-01 13:34:41 +09:00
guest-window-manager.js Propagate referrer to new windows (#12397) 2018-04-05 18:13:24 -05:00
init.js Add Support for Pop!_OS GNOME Session 2017-12-21 14:16:15 -05:00
objects-registry.js
rpc-server.js Fix optimizeSimpleObject for arrays of objects (#12815) 2018-05-03 22:34:30 -05:00