electron/shell/browser/ui
Samuel Attard da9261497e
feat: add MenuItem.userAccelerator property (#26682)
* feat: add MenuItem.userAccelerator property

This allows folks to read the user-assigned accelerator that macOS users can provide in system preferences. Useful for showing in-app shortcut help dialogs, you need to know if the accelerator you provided is not being used in favor of a user assigned one.

* chore: update syntax

* chore: add safety check for command index being -1
2021-06-29 16:28:16 -07:00
..
cocoa feat: add MenuItem.userAccelerator property (#26682) 2021-06-29 16:28:16 -07:00
gtk chore: use std::make_unique/base::MakeRefCounted when possible (#29510) 2021-06-08 11:00:05 +09:00
views chore: bump chromium to 93.0.4550.0 (main) (#29751) 2021-06-22 12:17:16 -07:00
webui chore: use std::make_unique/base::MakeRefCounted when possible (#29510) 2021-06-08 11:00:05 +09:00
win chore: use std::make_unique/base::MakeRefCounted when possible (#29510) 2021-06-08 11:00:05 +09:00
x chore: bump chromium to 93.0.4558.0 (main) (#29895) 2021-06-29 13:02:27 -07:00
accelerator_util.cc chore: bump chromium to 93.0.4530.0 (master) (#29256) 2021-06-03 01:05:04 -07:00
accelerator_util.h chore: use consistent parameter names (#29361) 2021-06-01 10:46:25 +09:00
accelerator_util_unittests.cc chore: enable native unittesting (#20293) 2019-10-03 22:21:30 +02:00
autofill_popup.cc chore: trim unused STL includes (#29414) 2021-06-01 10:34:44 +09:00
autofill_popup.h 2757472: Reland "Reland "[LSC] Remove base::string16 alias"" 2021-03-16 12:18:45 -04:00
certificate_trust.h refactor: remove uses of v8::Isolate::GetCurrent (#24179) 2020-06-22 09:35:24 -07:00
certificate_trust_mac.mm chore: use std::make_unique/base::MakeRefCounted when possible (#29510) 2021-06-08 11:00:05 +09:00
certificate_trust_win.cc refactor: remove uses of v8::Isolate::GetCurrent (#24179) 2020-06-22 09:35:24 -07:00
devtools_manager_delegate.cc refactor: use PathProvider for user-data-dir and others (#29649) 2021-06-15 09:32:56 +09:00
devtools_manager_delegate.h chore: trim unused STL includes (#29414) 2021-06-01 10:34:44 +09:00
devtools_ui.cc fix: sync devtools frontend mime types with upstream (#25780) 2020-10-06 15:59:12 -07:00
devtools_ui.h refactor: rename the atom namespace to electron 2019-06-19 17:33:28 -07:00
drag_util.cc fix: default offset when no drag regions (#27147) 2021-01-04 14:01:32 -08:00
drag_util.h fix: draggable regions exclusively on BrowserViews (#26145) 2020-10-27 14:28:43 -07:00
drag_util_mac.mm refactor: rename the atom namespace to electron 2019-06-19 17:33:28 -07:00
drag_util_views.cc chore: bump chromium to 90.0.4415.0 (master) (#27694) 2021-03-04 09:27:05 -08:00
electron_menu_model.cc chore: bump chromium to 93.0.4530.0 (master) (#29256) 2021-06-03 01:05:04 -07:00
electron_menu_model.h chore: bump chromium to 93.0.4530.0 (master) (#29256) 2021-06-03 01:05:04 -07:00
file_dialog.h refactor: migrates util::Promise to gin (#20871) 2019-11-01 15:10:32 +09:00
file_dialog_gtk.cc chore: bump chromium to 93.0.4530.0 (master) (#29256) 2021-06-03 01:05:04 -07:00
file_dialog_mac.mm fix: save dialog extensions should be deterministic (#25164) 2020-08-28 09:40:47 -07:00
file_dialog_win.cc linter 2021-03-24 10:53:07 -07:00
gtk_util.cc chore: bump chromium to f5b345dd470f14eef6e44732ccf23 (master) (#20649) 2019-10-28 15:12:35 -07:00
gtk_util.h chore: bump chromium to f5b345dd470f14eef6e44732ccf23 (master) (#20649) 2019-10-28 15:12:35 -07:00
inspectable_web_contents.cc chore: bump chromium to 93.0.4550.0 (main) (#29751) 2021-06-22 12:17:16 -07:00
inspectable_web_contents.h chore: bump chromium to 93.0.4532.2 (main) (#29527) 2021-06-04 19:03:31 -07:00
inspectable_web_contents_delegate.h fix: color select eyedropper not working within DevTools (#29729) 2021-06-17 08:42:51 -05:00
inspectable_web_contents_view.h Fixup 2752406: [LSC] Replace base::string16 with std::u16string in //ui 2021-03-16 15:43:51 -04:00
inspectable_web_contents_view_delegate.cc chore: bump chromium to 93.0.4536.0 (main) (#29586) 2021-06-08 15:22:43 -05:00
inspectable_web_contents_view_delegate.h chore: bump chromium to 93.0.4536.0 (main) (#29586) 2021-06-08 15:22:43 -05:00
inspectable_web_contents_view_mac.h 2757472: Reland "Reland "[LSC] Remove base::string16 alias"" 2021-03-16 12:18:45 -04:00
inspectable_web_contents_view_mac.mm 2757472: Reland "Reland "[LSC] Remove base::string16 alias"" 2021-03-16 12:18:45 -04:00
message_box.h 2757472: Reland "Reland "[LSC] Remove base::string16 alias"" 2021-03-16 13:58:27 -04:00
message_box_gtk.cc 2757472: Reland "Reland "[LSC] Remove base::string16 alias"" 2021-03-16 12:18:45 -04:00
message_box_mac.mm 2757472: Reland "Reland "[LSC] Remove base::string16 alias"" 2021-03-16 12:18:45 -04:00
message_box_win.cc refactor: make ShowTaskDialog take a wstr 2021-03-30 18:06:00 -07:00
run_all_unittests.cc chore: enable native unittesting (#20293) 2019-10-03 22:21:30 +02:00
tray_icon.cc chore: rename atom -> electron (#21986) 2020-02-04 12:19:40 -08:00
tray_icon.h chore: bump chromium to 93.0.4530.0 (master) (#29256) 2021-06-03 01:05:04 -07:00
tray_icon_cocoa.h refactor: use C++11 class member variable initialization (#27477) 2021-01-26 12:16:21 -06:00
tray_icon_cocoa.mm chore: bump chromium to 93.0.4530.0 (master) (#29256) 2021-06-03 01:05:04 -07:00
tray_icon_gtk.cc chore: bump chromium to 93.0.4530.0 (master) (#29256) 2021-06-03 01:05:04 -07:00
tray_icon_gtk.h 2757472: Reland "Reland "[LSC] Remove base::string16 alias"" 2021-03-16 12:18:45 -04:00
tray_icon_observer.h feat: add mouse-down & mouse-up to Tray (#21795) 2020-01-17 16:28:34 +00:00
tray_icon_win.cc chore: bump chromium to 93.0.4530.0 (master) (#29256) 2021-06-03 01:05:04 -07:00