Devraj Mehta
|
8c71e2adc9
feat: add net module to utility process (#40017)
|
1 year ago |
Milan Burda
|
0b0707145b
refactor: replace `.forEach()` with `for-of` (#39691)
|
1 year ago |
Shelley Vohr
|
f7c0a29d89
build: update to latest TypeScript (#38763)
|
1 year ago |
Milan Burda
|
82af000a37
chore: cleanup eslint suppressions (#38417)
|
1 year ago |
Will Anderson
|
2b9dae4b06
feat: add `will-frame-navigate` event (#34418)
|
2 years ago |
Jeremy Rose
|
71944f2c3b
refactor: simplify events (#37099)
|
2 years ago |
Milan Burda
|
8646bf8d30
chore: remove deprecated 'new-window' event (#34526)
|
2 years ago |
Milan Burda
|
34b985c556
refactor: use optional chaining / nullish coalescing operator (#35217)
|
2 years ago |
Milan Burda
|
d4e97483aa
refactor: only create webContents after 'will-attach-webview' (#32941)
|
2 years ago |
Jeremy Rose
|
4342b7ff55
chore: remove awkward semi-documented preloadURL WebPreference (#33228)
|
3 years ago |
Milan Burda
|
99ee1fc0eb
fix: will-attach-webview handler modifying params.instanceId does not break <webview> (#32386)
|
3 years ago |
Jeremy Rose
|
d44a187d0b
feat: remove nativeWindowOpen option (#29405)
|
3 years ago |
Charles Kerr
|
cac871c027
Revert "refactor: only create webContents after 'will-attach-webview' (#30311)" (#31785)
|
3 years ago |
Milan Burda
|
18cc33055d
chore: move libs only used in browser out of common (#31780)
|
3 years ago |
Jeremy Rose
|
55c57808fb
feat: serialize NativeImage over ipc (#30729)
|
3 years ago |
Milan Burda
|
501ac15b1d
feat: add <webview>.sendToFrame() / frameId to 'ipc-message' event (#30451)
|
3 years ago |
Milan Burda
|
04aafcc5ef
refactor: simplify <webview> event dispatch (#30458)
|
3 years ago |
Milan Burda
|
6e43b0bcbf
refactor: only create webContents after 'will-attach-webview' (#30311)
|
3 years ago |
Robo
|
2b897c8ad8
fix: crash due to race between attach and destruction of webview (#24344)
|
3 years ago |
Milan Burda
|
c5ad7ed0cd
refactor: remove guestInstanceId from WebPreferences (#30280)
|
3 years ago |
Milan Burda
|
fc7ea75009
refactor: move related code to makeWebPreferences in guest-view-manager.ts (#30272)
|
3 years ago |
Milan Burda
|
a545cd3790
fix: type internal APIs that can return null properly (#29852)
|
3 years ago |
Milan Burda
|
cbba602eae
chore: cleanup dead <webview> related code (#29039)
|
4 years ago |
Milan Burda
|
2086e1903c
refactor: 'focus-change' does not need guestInstanceId (#29001)
|
4 years ago |
Milan Burda
|
a0589ca5d7
chore: remove unused element_instance_id_to_guest_map_ from WebViewManager (#28979)
|
4 years ago |
Milan Burda
|
5b205731f6
chore: remove deprecated remote module (#25734)
|
4 years ago |
Milan Burda
|
79b3393768
chore: remove bunch of usages of any (#27512)
|
4 years ago |
Milan Burda
|
6932e02eb8
refactor: use getWebPreference() for all options (#26531)
|
4 years ago |
Milan Burda
|
321395d96e
refactor: use Map instead of Object for better semantics (#25982)
|
4 years ago |
Milan Burda
|
2c68bad631
refactor: create IPC_MESSAGES enum for IPC message channels (#25694)
|
4 years ago |