Milan Burda
|
8646bf8d30
|
chore: remove deprecated 'new-window' event (#34526)
|
2022-08-09 17:57:05 -04:00 |
|
Milan Burda
|
34b985c556
|
refactor: use optional chaining / nullish coalescing operator (#35217)
|
2022-08-08 10:11:04 +02:00 |
|
Milan Burda
|
d4e97483aa
|
refactor: only create webContents after 'will-attach-webview' (#32941)
|
2022-07-21 11:29:31 +02:00 |
|
Jeremy Rose
|
4342b7ff55
|
chore: remove awkward semi-documented preloadURL WebPreference (#33228)
|
2022-03-16 16:23:41 -07:00 |
|
Milan Burda
|
99ee1fc0eb
|
fix: will-attach-webview handler modifying params.instanceId does not break <webview> (#32386)
|
2022-01-12 16:41:20 +09:00 |
|
Jeremy Rose
|
d44a187d0b
|
feat: remove nativeWindowOpen option (#29405)
Co-authored-by: Cheng Zhao <zcbenz@gmail.com>
Co-authored-by: Milan Burda <milan.burda@gmail.com>
|
2022-01-06 09:28:03 -08:00 |
|
Charles Kerr
|
cac871c027
|
Revert "refactor: only create webContents after 'will-attach-webview' (#30311)" (#31785)
This reverts commit 6e43b0bcbf .
|
2021-11-11 15:04:06 -05:00 |
|
Milan Burda
|
18cc33055d
|
chore: move libs only used in browser out of common (#31780)
|
2021-11-10 08:54:51 -08:00 |
|
Jeremy Rose
|
55c57808fb
|
feat: serialize NativeImage over ipc (#30729)
|
2021-09-07 10:37:45 -07:00 |
|
Milan Burda
|
501ac15b1d
|
feat: add <webview>.sendToFrame() / frameId to 'ipc-message' event (#30451)
|
2021-08-25 09:46:46 +02:00 |
|
Milan Burda
|
04aafcc5ef
|
refactor: simplify <webview> event dispatch (#30458)
* refactor: simplify <webview> event dispatch
* Update lib/browser/guest-view-manager.ts
Co-authored-by: Jeremy Rose <jeremya@chromium.org>
* remove undocumented new-window event properties
Co-authored-by: Jeremy Rose <jeremya@chromium.org>
|
2021-08-17 12:10:27 -04:00 |
|
Milan Burda
|
6e43b0bcbf
|
refactor: only create webContents after 'will-attach-webview' (#30311)
|
2021-08-03 10:08:49 -07:00 |
|
Robo
|
2b897c8ad8
|
fix: crash due to race between attach and destruction of webview (#24344)
|
2021-08-02 08:35:57 -07:00 |
|
Milan Burda
|
c5ad7ed0cd
|
refactor: remove guestInstanceId from WebPreferences (#30280)
* refactor: remove guestInstanceId from WebPreferences
* refactor: remove WebViewManager::GetEmbedder
|
2021-07-28 15:32:53 -07:00 |
|
Milan Burda
|
fc7ea75009
|
refactor: move related code to makeWebPreferences in guest-view-manager.ts (#30272)
|
2021-07-27 16:12:49 -07:00 |
|
Milan Burda
|
a545cd3790
|
fix: type internal APIs that can return null properly (#29852)
|
2021-07-27 14:48:12 +09:00 |
|
Milan Burda
|
cbba602eae
|
chore: cleanup dead <webview> related code (#29039)
|
2021-05-06 13:56:05 -07:00 |
|
Milan Burda
|
2086e1903c
|
refactor: 'focus-change' does not need guestInstanceId (#29001)
* refactor: 'focus-change' does not need guestInstanceId
* refactor: rename internal 'focus-change' event to '-focus-change'
|
2021-05-05 11:37:40 -07:00 |
|
Milan Burda
|
a0589ca5d7
|
chore: remove unused element_instance_id_to_guest_map_ from WebViewManager (#28979)
|
2021-05-04 09:59:44 -04:00 |
|
Milan Burda
|
5b205731f6
|
chore: remove deprecated remote module (#25734)
Co-authored-by: Jeremy Rose <jeremya@chromium.org>
|
2021-03-09 17:12:40 -08:00 |
|
Milan Burda
|
79b3393768
|
chore: remove bunch of usages of any (#27512)
|
2021-01-29 12:41:59 -08:00 |
|
Milan Burda
|
6932e02eb8
|
refactor: use getWebPreference() for all options (#26531)
|
2020-11-23 22:39:08 +03:00 |
|
Milan Burda
|
321395d96e
|
refactor: use Map instead of Object for better semantics (#25982)
|
2020-10-19 03:24:51 +03:00 |
|
Milan Burda
|
2c68bad631
|
refactor: create IPC_MESSAGES enum for IPC message channels (#25694)
|
2020-10-14 00:11:06 +03:00 |
|
David Sanders
|
b194030a34
|
chore: cleanup some typos in comments (#25770)
|
2020-10-13 10:25:21 -07:00 |
|
Milan Burda
|
f827acc3be
|
chore: convert guest-view-manager.js to TypeScript (#25825)
|
2020-10-13 04:29:08 +03:00 |
|