electron/lib/renderer
Stewart Lord 228805353f fix: pass result to chrome.tabs.executeScript callback (#16941)
* fix: pass result to chrome.tabs.executeScript callback

Additionally, remove `nextId` counter in favor of `originResultID` counter which is more widely used in this file.

* fix: remove need for eslint override and better match style
2019-02-13 17:00:36 -08:00
..
api chore: Add new webFrame IsolatedWorldInfo API and deprecate (#16801) 2019-02-13 08:05:28 -10:00
extensions refactor: implement Chrome Extension APIs without the remote module (#16686) 2019-02-10 10:38:14 -08:00
web-view feat: promisify webContents.printToPDF() (#16795) 2019-02-11 09:20:04 -10:00
callbacks-registry.js refactor: don't expose CallbacksRegistry as an internal module (#14389) 2018-08-31 11:29:00 -07:00
chrome-api.js fix: pass result to chrome.tabs.executeScript callback (#16941) 2019-02-13 17:00:36 -08:00
content-scripts-injector.js refactor: use separate ipc-renderer-internal / ipc-main-internal APIs for Electron internals (#13940) 2018-10-07 00:48:00 +13:00
init.js feat: preloads and nodeIntegration in iframes (#16425) 2019-01-22 11:24:46 -08:00
inspector.js refactor: implement inspector APIs without the remote module (#16607) 2019-02-01 19:56:46 +01:00
ipc-renderer-internal-utils.js refactor: implement inspector APIs without the remote module (#16607) 2019-02-01 19:56:46 +01:00
ipc-renderer-internal.js refactor: pass internal flag via IPC message struct for consistency (#16490) 2019-01-23 08:24:57 -08:00
remote.js refactor: implement Chrome Extension APIs without the remote module (#16686) 2019-02-10 10:38:14 -08:00
security-warnings.js refactor: use ipcRendererUtils.invokeSync / ipcMainUtils.handleSync (#16759) 2019-02-06 09:53:28 -08:00
web-frame-init.js refactor: use separate ipc-renderer-internal / ipc-main-internal APIs for Electron internals (#13940) 2018-10-07 00:48:00 +13:00
window-setup.js refactor: implement inspector APIs without the remote module (#16607) 2019-02-01 19:56:46 +01:00