electron/lib/browser/api
deepak1556 0f2ae385ed allow protocol module initialization before app ready.
* ensure registerStandardSchemes can only be called before app ready
 * ensure other protocol methods can only be used after app ready
2016-05-08 01:36:34 +05:30
..
auto-updater Emit an error if quitAndInstall is called without an update being available 2016-04-26 11:55:57 +10:00
exports Add systemPreferences module 2016-04-25 11:32:33 +09:00
app.js Deprecate the platform-theme-changed event 2016-04-25 14:35:34 +09:00
auto-updater.js first pass at standardizing; suite still passing! 2016-03-30 17:00:30 -07:00
browser-window.js Avoid adding a new option to webPreferences 2016-04-14 10:50:07 +09:00
content-tracing.js first pass at standardizing; suite still passing! 2016-03-30 17:00:30 -07:00
dialog.js Fallback to using the last argument as the callback 2016-04-01 12:54:06 -07:00
global-shortcut.js first pass at standardizing; suite still passing! 2016-03-30 17:00:30 -07:00
ipc-main.js first pass at standardizing; suite still passing! 2016-03-30 17:00:30 -07:00
ipc.js first pass at standardizing; suite still passing! 2016-03-30 17:00:30 -07:00
menu-item.js finish standardizing! 2016-03-30 17:00:33 -07:00
menu.js replace __proto__ with Object.setPrototype 2016-03-30 17:00:33 -07:00
navigation-controller.js Rename ATOM_ ipc event prefix to ELECTRON_ 2016-04-07 09:04:55 -07:00
power-monitor.js replace __proto__ with Object.setPrototype 2016-03-30 17:00:33 -07:00
power-save-blocker.js first pass at standardizing; suite still passing! 2016-03-30 17:00:30 -07:00
protocol.js allow protocol module initialization before app ready. 2016-05-08 01:36:34 +05:30
screen.js replace __proto__ with Object.setPrototype 2016-03-30 17:00:33 -07:00
session.js replace __proto__ with Object.setPrototype 2016-03-30 17:00:33 -07:00
system-preferences.js Add systemPreferences module 2016-04-25 11:32:33 +09:00
tray.js replace __proto__ with Object.setPrototype 2016-03-30 17:00:33 -07:00
web-contents.js webContents: fix executejavascript when called before page load 2016-04-28 01:54:08 +05:30