electron/lib/browser
Samuel Attard 3b74837020 refactor: Split 'Event' docs/types into more specific Event types (#17038)
* Event = Base event type (with preventDefault)
* IpcMainEvent = Event that ipcMain emits (with sender, reply, etc.)
* IpcRendererEvent = Event that ipcRenderer emits (with sender,
senderId, etc.)
* KeyboardEvent = Event that we emit with keyboard flags (ctrlKey,
altKey, etc.)

This will dramatically improve peoples TS experience with IPC events
2019-02-19 09:24:19 +00:00
..
api chore: refactor browser IPC into TS and app API into TS (#16921) 2019-02-14 14:29:20 -08:00
chrome-devtools.js chore: add menu-will-close comment explaining setTimeout (#16794) 2019-02-08 13:38:03 -08:00
chrome-extension.js chore: re-enable devtools renderer sandbox (#16864) 2019-02-15 15:10:32 +05:30
crash-reporter-init.js refactor: crashReporterInit (#16729) 2019-02-05 12:56:44 -08:00
default-menu.ts refactor: convert more files to typescript (#16820) 2019-02-12 04:22:33 -10:00
desktop-capturer.js refactor: enforce naming of ipcMainInternal (#16689) 2019-02-04 14:49:53 -08:00
guest-view-manager.js refactor: enforce naming of ipcMainInternal (#16689) 2019-02-04 14:49:53 -08:00
guest-window-manager.js refactor: enforce naming of ipcMainInternal (#16689) 2019-02-04 14:49:53 -08:00
init.ts refactor: convert more files to typescript (#16820) 2019-02-12 04:22:33 -10:00
ipc-main-internal-utils.ts refactor: Split 'Event' docs/types into more specific Event types (#17038) 2019-02-19 09:24:19 +00:00
ipc-main-internal.ts refactor: Split 'Event' docs/types into more specific Event types (#17038) 2019-02-19 09:24:19 +00:00
navigation-controller.js chore: dont log 100000000 chars of URL (#16800) 2019-02-07 08:50:47 -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 chore: disable the remote module in devtools / chrome extension background scripts (#16866) 2019-02-11 10:42:37 -10:00