electron/lib
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
..
browser refactor: pass MessageBox params as a struct (#18732) 2019-06-14 08:26:25 -07:00
common fix: use crashpad on Windows (#18483) 2019-06-13 15:42:21 +09:00
content_script refactor: bundle the browser and renderer process electron code (#18553) 2019-06-02 13:03:03 -07:00
isolated_renderer chore: rename atom-binding-setup.ts to electron-binding-setup.ts (#17949) 2019-04-29 10:57:32 -04:00
renderer chore: convert extension apis to TypeScript (#18688) 2019-06-14 07:52:24 -07:00
sandboxed_renderer refactor: simplify content script injection (#18532) 2019-06-04 16:07:34 -07:00
worker refactor: remove electron.asar and embed JS in binary (#18577) 2019-06-03 17:03:59 -07:00