electron/lib/browser/api
George Joseph e0c348a2f8
feat: Allow usage of an absolute path for partitions used in a session (#37604)
* Allow an absolute path to be used for creating sessions

Allows an absolute path to be used for creating sessions
by adding the session.fromPath() API.

* Fixup! Clarify that an emptry string is not permitted as a parameter to fromPath()
2023-03-20 10:34:49 -04:00
..
auto-updater refactor: use optional chaining / nullish coalescing operator (#35217) 2022-08-08 10:11:04 +02:00
exports
views
app.ts refactor: don't expose deprecate as an internal module (#35311) 2022-08-15 17:09:33 +09:00
auto-updater.ts
base-window.ts feat: add BrowserWindow.set/getWindowButtonPosition APIs (#37094) 2023-02-17 19:06:32 +09:00
browser-view.ts
browser-window.ts refactor: simplify events (#37099) 2023-02-13 13:39:18 -08:00
content-tracing.ts
crash-reporter.ts refactor: don't expose deprecate as an internal module (#35311) 2022-08-15 17:09:33 +09:00
desktop-capturer.ts refactor: use optional chaining / nullish coalescing operator (#35217) 2022-08-08 10:11:04 +02:00
dialog.ts feat: add width option to dialog.showMessageBox() (#30474) 2021-09-23 19:56:14 +09:00
global-shortcut.ts
in-app-purchase.ts feat: added username to IAP purchaseProduct method (#35902) 2022-12-12 10:11:48 -08:00
ipc-main.ts feat: add WebContents.ipc (#34959) 2022-08-03 16:55:12 -07:00
menu-item-roles.ts feat: add Substitutions menu roles on macOS (#32024) 2022-01-06 10:41:28 -08:00
menu-item.ts refactor: simplify events (#37099) 2023-02-13 13:39:18 -08:00
menu-utils.ts
menu.ts chore: fix typos (#34731) 2022-07-05 11:49:56 -04:00
message-channel.ts
module-list.ts feat: UtilityProcess API (#34980) 2022-10-19 22:49:49 -07:00
native-theme.ts chore: move main process only accessible API bindings away from common (#34634) 2022-06-21 16:34:56 +09:00
net-client-request.ts feat: net.fetch() supports custom protocols (#36606) 2023-03-02 15:47:45 -08:00
net-fetch.ts feat: net.fetch() supports custom protocols (#36606) 2023-03-02 15:47:45 -08:00
net-log.ts
net.ts feat: implement net.fetch (#36733) 2023-02-20 12:57:38 -08:00
notification.ts chore: move main process only accessible API bindings away from common (#34634) 2022-06-21 16:34:56 +09:00
power-monitor.ts feat: add powerMonitor.onBatteryPower (#26494) 2020-11-16 16:31:46 -08:00
power-save-blocker.ts
protocol.ts fix: make protocol wrapper remote-friendly again (#27009) 2020-12-16 16:56:53 +09:00
push-notifications.ts feat: Enable APNS registration + notification delivery in macOS apps (#33574) 2022-07-12 08:38:49 -07:00
safe-storage.ts feat: add electron.safeStorage encryption API (#30020) 2021-08-05 15:12:54 -07:00
screen.ts chore: move main process only accessible API bindings away from common (#34634) 2022-06-21 16:34:56 +09:00
session.ts feat: Allow usage of an absolute path for partitions used in a session (#37604) 2023-03-20 10:34:49 -04:00
share-menu.ts feat: add support for share menu on macOS (#25629) 2020-10-19 18:33:06 -07:00
system-preferences.ts chore: remove deprecated systemPreferences methods (#26849) 2020-12-16 08:34:24 +09:00
touch-bar.ts refactor: use optional chaining / nullish coalescing operator (#35217) 2022-08-08 10:11:04 +02:00
tray.ts
utility-process.ts feat: UtilityProcess API (#34980) 2022-10-19 22:49:49 -07:00
view.ts
web-contents-view.ts
web-contents.ts refactor: use _loadURL(url, options ?? {}); (#37337) 2023-02-27 10:05:58 +01:00
web-frame-main.ts feat: add WebContents.ipc (#34959) 2022-08-03 16:55:12 -07:00