..
cocoa
fix: race condition where webContents can be nullptr during re-focus and a multi-window close sequence ( #33063 )
2022-03-15 10:45:56 -07:00
gtk
chore: bump chromium to 100.0.4857.0 (main) ( #32419 )
2022-02-09 18:58:52 -08:00
views
chore: bump chromium to 100.0.4894.0 (main) ( #32852 )
2022-02-25 13:17:35 -05:00
webui
chore: add ELECTRON_ prefix to C++ include guards ( #31925 )
2021-11-22 16:34:31 +09:00
win
fix: non-client mouse events on WCO-enabled windows ( #32871 )
2022-03-08 16:06:20 -05:00
x
fix: maximize/unmaximize firing on linux ( #32441 )
2022-01-17 16:46:52 +09: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: add ELECTRON_ prefix to C++ include guards ( #31925 )
2021-11-22 16:34:31 +09:00
accelerator_util_unittests.cc
chore: enable native unittesting ( #20293 )
2019-10-03 22:21:30 +02:00
autofill_popup.cc
chore: bump chromium to 100.0.4894.0 (main) ( #32852 )
2022-02-25 13:17:35 -05:00
autofill_popup.h
chore: bump chromium to 100.0.4894.0 (main) ( #32852 )
2022-02-25 13:17:35 -05:00
certificate_trust.h
chore: add ELECTRON_ prefix to C++ include guards ( #31925 )
2021-11-22 16:34:31 +09: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: replace deprecated DISALLOW_COPY_AND_ASSIGN ( #31633 )
2021-11-03 20:41:45 +09:00
devtools_manager_delegate.h
chore: add ELECTRON_ prefix to C++ include guards ( #31925 )
2021-11-22 16:34:31 +09:00
devtools_ui.cc
refactor: replace deprecated DISALLOW_COPY_AND_ASSIGN ( #31633 )
2021-11-03 20:41:45 +09:00
devtools_ui.h
chore: add ELECTRON_ prefix to C++ include guards ( #31925 )
2021-11-22 16:34:31 +09:00
drag_util.cc
chore: bump chromium to 96.0.4664.4 (main) ( #31317 )
2021-10-21 11:51:36 -07:00
drag_util.h
chore: add ELECTRON_ prefix to C++ include guards ( #31925 )
2021-11-22 16:34:31 +09: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 98.0.4706.0 (main) ( #31555 )
2021-11-24 09:45:59 +01:00
electron_desktop_window_tree_host_linux.cc
fix: Add support for Wayland window decorations ( #29618 )
2022-01-26 13:59:09 -08:00
electron_desktop_window_tree_host_linux.h
fix: Add support for Wayland window decorations ( #29618 )
2022-01-26 13:59:09 -08:00
electron_menu_model.cc
chore: bump chromium to 100.0.4857.0 (main) ( #32419 )
2022-02-09 18:58:52 -08:00
electron_menu_model.h
chore: bump chromium to 100.0.4857.0 (main) ( #32419 )
2022-02-09 18:58:52 -08:00
file_dialog.h
chore: add ELECTRON_ prefix to C++ include guards ( #31925 )
2021-11-22 16:34:31 +09:00
file_dialog_gtk.cc
chore: bump chromium to 99.0.4767.0 (main) ( #31986 )
2022-01-10 17:31:39 -05:00
file_dialog_mac.mm
chore: bump chromium to 99.0.4767.0 (main) ( #31986 )
2022-01-10 17:31:39 -05:00
file_dialog_win.cc
linter
2021-03-24 10:53:07 -07:00
gtk_util.cc
fix: correct default text for button labels in gtk dialogs ( #31798 )
2021-11-15 08:18:33 +01:00
gtk_util.h
chore: add ELECTRON_ prefix to C++ include guards ( #31925 )
2021-11-22 16:34:31 +09:00
inspectable_web_contents.cc
fix: settings not persisting across devtools loads ( #33120 )
2022-03-08 20:17:43 -05:00
inspectable_web_contents.h
fix: settings not persisting across devtools loads ( #33120 )
2022-03-08 20:17:43 -05:00
inspectable_web_contents_delegate.h
chore: add ELECTRON_ prefix to C++ include guards ( #31925 )
2021-11-22 16:34:31 +09:00
inspectable_web_contents_view.h
chore: bump chromium to 100.0.4857.0 (main) ( #32419 )
2022-02-09 18:58:52 -08: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 100.0.4857.0 (main) ( #32419 )
2022-02-09 18:58:52 -08:00
inspectable_web_contents_view_mac.h
chore: add ELECTRON_ prefix to C++ include guards ( #31925 )
2021-11-22 16:34:31 +09: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
chore: add ELECTRON_ prefix to C++ include guards ( #31925 )
2021-11-22 16:34:31 +09:00
message_box_gtk.cc
refactor: replace deprecated DISALLOW_COPY_AND_ASSIGN ( #31633 )
2021-11-03 20:41:45 +09:00
message_box_mac.mm
fix: do not run dialog callback inside transaction commit ( #31606 )
2021-11-01 17:08:31 -04:00
message_box_win.cc
chore: fix typos ( #32985 )
2022-02-21 10:27:45 +01: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 100.0.4857.0 (main) ( #32419 )
2022-02-09 18:58:52 -08:00
tray_icon_cocoa.h
chore: add ELECTRON_ prefix to C++ include guards ( #31925 )
2021-11-22 16:34:31 +09:00
tray_icon_cocoa.mm
fix: macOS tray icon alternate images ( #33026 )
2022-02-28 14:59:27 -08: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
chore: add ELECTRON_ prefix to C++ include guards ( #31925 )
2021-11-22 16:34:31 +09:00
tray_icon_observer.h
chore: add ELECTRON_ prefix to C++ include guards ( #31925 )
2021-11-22 16:34:31 +09:00
tray_icon_win.cc
chore: bump chromium to 93.0.4530.0 (master) ( #29256 )
2021-06-03 01:05:04 -07:00