electron/lib
Cheng Zhao 05ba6359d0
feat: add signal option to dialog.showMessageBox (#26102)
* mac: add dialog.closeMessageBox API

* win: Implement dialog.closeMessageBox

* mac: Return cancelId with closeMessageBox

* gtk: Implement dialog.closeMessageBox

* win: Fix 32bit build

* win: Reduce the scope of lock

* fix: Build error after rebase

* feat: Use AbortSignal to close message box

* chore: silently handle duplicate ID

* win: Add more notes about the threads

* chore: apply reviews

* fix: base::NoDestructor should be warpped in function

* chore: fix style on windows
2021-07-15 07:59:27 +09:00
..
asar fix: improper wrapping of fs.promises.readFile (#29528) 2021-06-07 21:19:39 +02:00
browser feat: add signal option to dialog.showMessageBox (#26102) 2021-07-15 07:59:27 +09:00
common refactor: implement <webview> using contextBridge (#29037) 2021-05-15 16:42:07 +09:00
isolated_renderer refactor: implement <webview> using contextBridge (#29037) 2021-05-15 16:42:07 +09:00
renderer fix: Inspector method overrides when contextIsolation enabled (#29841) 2021-06-24 20:36:22 +02:00
sandboxed_renderer refactor: replace a few usages of V8 hidden properties (#29400) 2021-06-03 14:59:56 +09:00
worker fix: self.module.paths not working in web workers (#29955) 2021-07-05 08:48:46 +09:00