electron/lib/browser
Milan Burda 6f117b8e0c feat: add app.commandLine.hasSwitch() / app.commandLine.getSwitchValue() (#16282)
* feat: add app.commandLine.hasSwitch() / app.commandLine.getSwitchValue()

* add more tests

* refactor: move appendSwitch / appendArgument to command_line module

* replace AppendSwitchASCII with AppendSwitchNative

* remove castArgs
2019-01-07 07:48:27 -08:00
..
api feat: add app.commandLine.hasSwitch() / app.commandLine.getSwitchValue() (#16282) 2019-01-07 07:48:27 -08:00
chrome-extension.js security: block chrome.tabs.executeScript() for non chrome-extension: URLs (#15929) 2018-12-11 10:45:46 +01:00
desktop-capturer.js security: allow to block desktopCapturer.getSources() calls (#15964) 2018-12-20 11:44:30 +09:00
guest-view-manager.js security: improve IPC validation in guest-view-manager 2019-01-05 00:06:47 +01:00
guest-window-manager.js fix: use appropriate site instance for cross-site nav's (#15821) 2018-12-05 17:03:39 +09:00
init.js fix: trim app name and productName (#15269) 2018-10-19 23:57:55 +11:00
ipc-main-internal.js refactor: use separate ipc-renderer-internal / ipc-main-internal APIs for Electron internals (#13940) 2018-10-07 00:48:00 +13:00
navigation-controller.js feat: webContents.loadURL returns a promise (#15855) 2018-12-06 12:16:19 -08:00
objects-registry.js refactor: add prefer-const to .eslintrc + fix errors (#14880) 2018-10-02 11:56:31 +10:00
rpc-server.js security: improve IPC validation in guest-view-manager 2019-01-05 00:06:47 +01:00