electron/shell/browser/ui
Cheng Zhao 8bf66f8974
fix: clean up implementations of titleBarStyle (#27489)
* Rewrite titleBarStyle impls with WindowButtonsView

* Remove fullscreenWindowTitle option

* Make buttons show correctly under RTL

* Fix docs about traffic lights position

* Fix test on fullscreen resizable

* Fix button states with closabe/minimizable/fullscreenable

* Fix typo

* Deprecate the fullscreenWindowTitle option
2021-01-30 17:15:10 -06:00
..
cocoa fix: clean up implementations of titleBarStyle (#27489) 2021-01-30 17:15:10 -06:00
gtk refactor: use C++11 class member variable initialization (#27477) 2021-01-26 12:16:21 -06:00
views fix: pass button callback in constructor (#27545) 2021-01-29 12:43:51 -08:00
webui chore: bump chromium to 7264889ce3aad1568ff3d211c81fe (master) (#27003) 2020-12-22 14:14:44 -08:00
win fix: enable navigator.setAppBadge/clearAppBadge (#27067) 2021-01-21 14:45:06 +09:00
x chore: bump chromium to a264339194bfa02f5ecb3b8cba449 (master) (#27111) 2021-01-12 15:31:23 -08:00
accelerator_util.cc
accelerator_util.h
accelerator_util_unittests.cc
autofill_popup.cc chore: prefer empty() check for readability (#26109) 2020-10-22 13:24:59 -07:00
autofill_popup.h
certificate_trust.h
certificate_trust_mac.mm
certificate_trust_win.cc
devtools_manager_delegate.cc chore: cleanup some typos in comments (#25770) 2020-10-13 10:25:21 -07:00
devtools_manager_delegate.h
devtools_ui.cc fix: sync devtools frontend mime types with upstream (#25780) 2020-10-06 15:59:12 -07:00
devtools_ui.h
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
drag_util_views.cc chore: bump chromium to 0e4ca9c0a63d7a39bd910997ad4c6 (master) (#24687) 2020-08-12 11:33:58 -07:00
electron_menu_model.cc feat: add support for share menu on macOS (#25629) 2020-10-19 18:33:06 -07:00
electron_menu_model.h feat: add support for share menu on macOS (#25629) 2020-10-19 18:33:06 -07:00
file_dialog.h
file_dialog_gtk.cc fix: add Wayland support (#26022) 2020-10-20 11:24:52 -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
gtk_util.cc
gtk_util.h
inspectable_web_contents.cc refactor: use C++11 class member variable initialization (#27477) 2021-01-26 12:16:21 -06:00
inspectable_web_contents.h refactor: use C++11 class member variable initialization (#27477) 2021-01-26 12:16:21 -06:00
inspectable_web_contents_delegate.h
inspectable_web_contents_view.h refactor: use C++11 class member variable initialization (#27477) 2021-01-26 12:16:21 -06:00
inspectable_web_contents_view_delegate.cc
inspectable_web_contents_view_delegate.h fix: make draggable regions work when devtools is opened on macOS (#26361) 2020-11-09 16:54:04 -05:00
inspectable_web_contents_view_mac.h
inspectable_web_contents_view_mac.mm
message_box.h
message_box_gtk.cc fix: message box missing an "OK" button in GTK (#26857) 2020-12-10 08:28:56 +09:00
message_box_mac.mm fix: release NSAlert properly (#26078) 2020-10-22 15:46:58 +09:00
message_box_win.cc chore: prefer empty() check for readability (#26109) 2020-10-22 13:24:59 -07:00
run_all_unittests.cc
tray_icon.cc
tray_icon.h refactor: Chromium code style for enum classes (#26165) 2020-10-27 10:51:45 -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 refactor: use C++11 class member variable initialization (#27477) 2021-01-26 12:16:21 -06:00
tray_icon_gtk.cc
tray_icon_gtk.h
tray_icon_observer.h
tray_icon_win.cc