Alice Zhao 97eee463fa feat: add `navigationHistory.getEntryAtIndex(int index)` method (#41661) 1 year ago
..
auto-updater 5c8b5ff811 fix: on error, reset spawnedProcess (#41110) 1 year ago
exports 5d657dece4 build: enable JS semicolons (#22783) 5 years ago
views b02748e607 build: ensure that electron/lib/browser can only use browser or common imports (#24512) 4 years ago
app.ts 30fbcfca7b chore: remove deprecated `gpu-process-crashed` event (#40255) 1 year ago
auto-updater.ts 354ea00f17 chore: tsify auto-updater (#24328) 4 years ago
base-window.ts 12f4204824 revert: replace BrowserView with WebContentsView (#41060) 1 year ago
browser-view.ts 12f4204824 revert: replace BrowserView with WebContentsView (#41060) 1 year ago
browser-window.ts 12f4204824 revert: replace BrowserView with WebContentsView (#41060) 1 year ago
clipboard.ts 470b1d9e9d refactor: split clipboard module implementation for browser / renderer (#38429) 1 year ago
content-tracing.ts 659e79fc08 refactor: prevent consistent early exception (#24191) 4 years ago
crash-reporter.ts f66d4c7ee0 fix: make sure classes in lib correctly implement Electron interfaces (#40291) 1 year ago
desktop-capturer.ts 34b985c556 refactor: use optional chaining / nullish coalescing operator (#35217) 2 years ago
dialog.ts f6e8544ef6 refactor: use `replaceAll()` instead of `replace()` when appropriate (#39721) 1 year ago
global-shortcut.ts 659e79fc08 refactor: prevent consistent early exception (#24191) 4 years ago
in-app-purchase.ts 6a798b1c58 feat: added username to IAP purchaseProduct method (#35902) 2 years ago
ipc-main.ts 6d859dcd7f feat: add WebContents.ipc (#34959) 2 years ago
menu-item-roles.ts 607e71d563 refactor: replace Object.prototype.hasOwnProperty() with Object.hasOwn() (#38929) 1 year ago
menu-item.ts 71944f2c3b refactor: simplify events (#37099) 2 years ago
menu-utils.ts 0b0707145b refactor: replace `.forEach()` with `for-of` (#39691) 1 year ago
menu.ts 0b0707145b refactor: replace `.forEach()` with `for-of` (#39691) 1 year ago
message-channel.ts f66d4c7ee0 fix: make sure classes in lib correctly implement Electron interfaces (#40291) 1 year ago
module-list.ts 12f4204824 revert: replace BrowserView with WebContentsView (#41060) 1 year ago
native-theme.ts f3f327823e chore: move main process only accessible API bindings away from common (#34634) 2 years ago
net-fetch.ts 5728d3b709 feat: add net module to utility process (#40890) 1 year ago
net-log.ts b02748e607 build: ensure that electron/lib/browser can only use browser or common imports (#24512) 4 years ago
net.ts 5728d3b709 feat: add net module to utility process (#40890) 1 year ago
notification.ts f3f327823e chore: move main process only accessible API bindings away from common (#34634) 2 years ago
power-monitor.ts f66d4c7ee0 fix: make sure classes in lib correctly implement Electron interfaces (#40291) 1 year ago
power-save-blocker.ts 659e79fc08 refactor: prevent consistent early exception (#24191) 4 years ago
protocol.ts b6db80c1c4 fix: properly stream `uploadData` in `protocol.handle()` (#41359) 1 year ago
push-notifications.ts afd08c9450 feat: Enable APNS registration + notification delivery in macOS apps (#33574) 2 years ago
safe-storage.ts bc508c6113 feat: add `electron.safeStorage` encryption API (#30020) 3 years ago
screen.ts f3f327823e chore: move main process only accessible API bindings away from common (#34634) 2 years ago
session.ts 5728d3b709 feat: add net module to utility process (#40890) 1 year ago
share-menu.ts f66d4c7ee0 fix: make sure classes in lib correctly implement Electron interfaces (#40291) 1 year ago
system-preferences.ts aceb432f45 chore: remove deprecated systemPreferences APIs (#39696) 1 year ago
touch-bar.ts 0b0707145b refactor: replace `.forEach()` with `for-of` (#39691) 1 year ago
tray.ts 659e79fc08 refactor: prevent consistent early exception (#24191) 4 years ago
utility-process.ts f66d4c7ee0 fix: make sure classes in lib correctly implement Electron interfaces (#40291) 1 year ago
view.ts 12f4204824 revert: replace BrowserView with WebContentsView (#41060) 1 year ago
web-contents-view.ts b02748e607 build: ensure that electron/lib/browser can only use browser or common imports (#24512) 4 years ago
web-contents.ts 97eee463fa feat: add `navigationHistory.getEntryAtIndex(int index)` method (#41661) 1 year ago
web-frame-main.ts 455f57322f refactor: use `TypeError` instead of generic `Error` when appropriate (#39209) 1 year ago