browser-base
browser-base copied to clipboard
Tracking Electron contributions
While Electron is a great tool, it's still not ideal and it needed some of my contributions to make it a more viable solution for creating a web browser:
- https://github.com/electron/electron/pull/27917 -
session.setChromeAPIHandlers - https://github.com/electron/electron/pull/27007 -
win.setTopBrowserView() - https://github.com/electron/electron/pull/26432 - fix twitter.com not loading in
<webview> - https://github.com/electron/electron/pull/26802 -
webContentsconstructor option inBrowserView - https://github.com/electron/electron/pull/22655 - native
chrome.webRequestsupport - https://github.com/electron/electron/pull/25098 - native
chrome.managementsupport - https://github.com/electron/electron/pull/24798 - fix WebSQL not working in extensions (i.e. LastPass)
- https://github.com/electron/electron/pull/24483 - bypass CORS in
chrome-extensionscheme - https://github.com/electron/electron/pull/23989 - assign
sessiontoremotewebContents - https://github.com/electron/electron/pull/22592 - add more properties to
port.sender.tab