electron/atom
Birunthan Mohanathas a42ca9eecc feat: Add BrowserWindow.setWindowButtonVisibility()
Fixes #12701 and supersedes #13131.

Ideally we would have added `setTitleBarStyle()`, but that is a
significantly more involved change. For example, consider the case where
we switch from `hidden` to `normal`. We would not only have to show the
traffic light buttons, we would also have to switch the window from a
frameless to a framed window and deal with various other window state.
Lets instead implement a simple solution for #12701.
2018-07-25 10:12:27 -07:00
..
app chore: fix more chromium-style errors in windows code (#13487) 2018-06-28 14:20:11 -07:00
browser feat: Add BrowserWindow.setWindowButtonVisibility() 2018-07-25 10:12:27 -07:00
common fix: use webContentsId with contextId together (#13749) 2018-07-24 16:21:38 +09:00
node also format missing .cc files 2018-04-18 20:48:45 -04:00
renderer fix: use webContentsId with contextId together (#13749) 2018-07-24 16:21:38 +09:00
utility also format missing .cc files 2018-04-18 20:48:45 -04:00