browser-base icon indicating copy to clipboard operation
browser-base copied to clipboard

Tracking Electron contributions

Open sentialx opened this issue 3 years ago • 0 comments

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 - webContents constructor option in BrowserView
  • https://github.com/electron/electron/pull/22655 - native chrome.webRequest support
  • https://github.com/electron/electron/pull/25098 - native chrome.management support
  • 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-extension scheme
  • https://github.com/electron/electron/pull/23989 - assign session to remote webContents
  • https://github.com/electron/electron/pull/22592 - add more properties to port.sender.tab

sentialx avatar Feb 14 '21 23:02 sentialx