electron/atom
Birunthan Mohanathas c8dc2d3730 feat: Add will-resize event to TopLevelWindow (#13649)
The new `will-resize` event can be used to prevent the resize from
happening before the native window is actually resized. This is in
contrast to the existing the `resize` event, which is sent *after* the
native window has already been resized. For apps with e.g. custom window
snapping logic, the `resize` event is not sufficient because it will
result in flickering between the dragged size and the snapped size.

`will-resize` is only emitted on macOS and Windows.
2018-07-27 18:53:01 +09:00
..
app chore: remove unused process_type variable (#13823) 2018-07-26 23:25:54 -07:00
browser feat: Add will-resize event to TopLevelWindow (#13649) 2018-07-27 18:53:01 +09: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: pass scrollBounce by command line flag (#13812) 2018-07-26 18:38:37 +09:00
utility also format missing .cc files 2018-04-18 20:48:45 -04:00