electron/atom
Vladimir 5ae3d1a1b2 feat: add multi BrowserView support to BrowserWindow (#16148)
* feat: add multi BrowserView support to BrowserWindow

Add functions addBrowserView, removeBroserView, getBrowserViews to
BrowserWindow class. Existing API as setBrowserView and
getBrowserView code replaced to use new api inside.

* fix: for lint and osx compile errors

* fix: lint error in test code

* feat: add multi BrowserView support to BrowserWindow

Add functions addBrowserView, removeBroserView, getBrowserViews to
BrowserWindow class. Existing API as setBrowserView and
getBrowserView code replaced to use new api inside.

* fix: for lint and osx compile errors

* fix: lint error in test code

* fix: method to be accessible on mac api impl

* fix: missed function declarations for mac impl

* fix: use base class reset function
2018-12-22 10:49:26 +09:00
..
app chore: enable v2 sandbox on mac (#15647) 2018-12-12 16:01:10 -08:00
browser feat: add multi BrowserView support to BrowserWindow (#16148) 2018-12-22 10:49:26 +09:00
common fix: allow 2 threads for CreateIoCompletionPort on single-core to prevent busy looping (#15975) 2018-12-11 11:07:35 +09:00
node also format missing .cc files 2018-04-18 20:48:45 -04:00
renderer chore: no need to expose Initialize of ipc module (#16066) 2018-12-14 08:01:29 -08:00
utility refactor: printing implementation (#15143) 2018-11-09 14:42:34 +11:00