bfcce8aa27
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. |
||
---|---|---|
.. | ||
api | ||
chrome-extension.js | ||
crash-reporter-init.js | ||
default-menu.ts | ||
desktop-capturer.js | ||
devtools.js | ||
guest-view-manager.js | ||
guest-window-manager.js | ||
init.ts | ||
ipc-main-internal-utils.ts | ||
ipc-main-internal.ts | ||
navigation-controller.js | ||
objects-registry.js | ||
rpc-server.js | ||
utils.ts |