electron/lib/browser/api
2022-08-09 17:57:05 -04:00
..
auto-updater refactor: use optional chaining / nullish coalescing operator (#35217) 2022-08-08 10:11:04 +02:00
exports build: enable JS semicolons (#22783) 2020-03-20 13:28:31 -07:00
views build: ensure that electron/lib/browser can only use browser or common imports (#24512) 2020-07-13 09:58:49 -07:00
app.ts chore: bump chromium to 102.0.4989.0 (main) (#33557) 2022-04-12 13:19:14 +02:00
auto-updater.ts chore: tsify auto-updater (#24328) 2020-07-01 12:27:12 -07:00
base-window.ts feat: add BrowserWindow.isFocusable() (#28642) 2021-04-21 12:32:19 +02:00
browser-view.ts refactor: ginify BrowserView (#23578) 2020-07-09 08:48:39 -07:00
browser-window.ts fix: getting focused window with destroyed webContents (#33404) 2022-03-29 12:22:58 -04:00
content-tracing.ts refactor: prevent consistent early exception (#24191) 2020-06-22 20:32:45 -07:00
crash-reporter.ts feat: allow omitting submitURL when uploadToServer is false (#28105) 2021-03-18 14:15:19 -07: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 refactor: prevent consistent early exception (#24191) 2020-06-22 20:32:45 -07:00
in-app-purchase.ts refactor: ginify InAppPurchase (#24674) 2020-07-23 14:55:41 -07: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 feat: add MenuItem.userAccelerator property (#26682) 2021-06-29 16:28:16 -07:00
menu-utils.ts fix: order menu items before filtering excess separators (#25563) 2020-09-23 10:39:08 -07:00
menu.ts chore: fix typos (#34731) 2022-07-05 11:49:56 -04:00
message-channel.ts refactor: prevent consistent early exception (#24191) 2020-06-22 20:32:45 -07:00
module-list.ts feat: Enable APNS registration + notification delivery in macOS apps (#33574) 2022-07-12 08:38: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-log.ts build: ensure that electron/lib/browser can only use browser or common imports (#24512) 2020-07-13 09:58:49 -07:00
net.ts refactor: initialize member variables directly (#34046) 2022-05-04 16:30:05 +02: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 refactor: prevent consistent early exception (#24191) 2020-06-22 20:32:45 -07:00
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 refactor: prevent consistent early exception (#24191) 2020-06-22 20:32:45 -07: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 refactor: prevent consistent early exception (#24191) 2020-06-22 20:32:45 -07:00
view.ts refactor: prevent consistent early exception (#24191) 2020-06-22 20:32:45 -07:00
web-contents-view.ts build: ensure that electron/lib/browser can only use browser or common imports (#24512) 2020-07-13 09:58:49 -07:00
web-contents.ts chore: remove deprecated 'new-window' event (#34526) 2022-08-09 17:57:05 -04:00
web-frame-main.ts feat: add WebContents.ipc (#34959) 2022-08-03 16:55:12 -07:00