Files
electron/atom/browser/ui
Shelley Vohr bfcce8aa27 refactor: pass MessageBox params as a struct (#18732)
Historically, we've been passing in all MessageBox parameters individually, which makes augmenting or improving MessageBox functionality challenging because to change or add even one argument requires a huge cascade of argument changes that leaves room for errors.

For other file dialog related APIs, we use a struct (DialogSettings), and so this PR takes a similar approach and refactors MessageBox parameters into a struct (MessageBoxSettings) which we then use to simplify argument passing and which will enable us to more quickly iterate and improve upon functionality in the future.
2019-06-14 08:26:25 -07:00
..
2019-05-17 16:16:25 -07:00
2019-06-12 15:08:22 -07:00
2018-10-09 14:38:00 -07:00
2018-06-19 11:49:44 +10:00
2019-05-17 16:16:25 -07:00
2016-07-03 13:58:31 +09:00