electron/shell/browser/ui
Charles Kerr 133cd29201
refactor: inline simple getters, pt . 2 (#41338)
refactor: inline simple getters, pt . 2 (#41254)

* refactor: inline AutofillPopup::line_count()

refactor: inline AutofillPopup::value_at()

refactor: inline AutofillPopup::label_at()

* refactor: inline NativeWindow::aspect_ratio()

refactor: inline NativeWindow::aspect_ratio_extra_size()

* refactor: inline BrowserProcessImpl::linux_storage_backend()

* refactor: inline ElectronMenuModel::sharing_item()

* refactor: inline Browser::badge_count()

* refactor: inline WebContents::is_guest()

refactor: inline InspectableWebContents::is_guest()

* refactor: inline InspectableWebContents::dev_tool_bounds()

* refactor: inline WebContents::type()
2024-02-28 12:58:49 +09:00
..
cocoa refactor: inline simple getters, pt . 2 (#41338) 2024-02-28 12:58:49 +09:00
gtk chore: use nested namespaces (#37855) 2023-04-11 15:30:25 +09:00
views refactor: inline simple getters, pt . 2 (#41338) 2024-02-28 12:58:49 +09:00
webui refactor: replace use of deprecated `base::JSONWriter::WriteJson()` (#41222) 2024-02-03 21:48:16 -06:00
win fix: titlebar incorrectly displayed on frameless windows (#40868) 2024-01-03 09:57:28 +01:00
x chore: bump chromium to 117.0.5892.0 (main) (#39118) 2023-07-19 00:26:27 +02:00
accelerator_util.cc refactor: improve accelerator check failed message (#36476) 2022-11-30 11:31:16 -08:00
accelerator_util.h chore: enable check raw ptr fields (#38167) 2023-05-11 16:07:39 -04:00
accelerator_util_unittests.cc chore: bump chromium to 117.0.5913.0 (main) (#39172) 2023-07-31 10:47:32 -07:00
autofill_popup.cc refactor: inline simple getters, pt . 2 (#41338) 2024-02-28 12:58:49 +09:00
autofill_popup.h refactor: inline simple getters, pt . 2 (#41338) 2024-02-28 12:58:49 +09: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: bump chromium to 117.0.5923.0 (main) (#39304) 2023-08-04 10:47:29 +02:00
certificate_trust_win.cc chore: bump chromium to 116.0.5833.0 (main) (#38809) 2023-06-15 16:37:01 -04:00
devtools_manager_delegate.cc chore: bump chromium to 117.0.5938.0 (main) (#39375) 2023-08-15 10:49:41 -05:00
devtools_manager_delegate.h chore: bump chromium to 117.0.5938.0 (main) (#39375) 2023-08-15 10:49:41 -05:00
devtools_ui.cc chore: bump chromium to 107.0.5274.0 (main) (#35375) 2022-09-07 09:46:37 +02: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: remove dead draggable region code (#38404) 2023-05-24 10:03:07 +02:00
drag_util.h chore: bump chromium to 117.0.5884.1 (main) (#38969) 2023-07-16 16:14:43 +02:00
drag_util_mac.mm chore: bump chromium to 118.0.5993.5 (27-x-y) (#39542) 2023-09-07 17:56:29 -04:00
drag_util_views.cc chore: cleanup `drag_util` (#36806) 2023-01-09 10:00:47 +01:00
electron_desktop_window_tree_host_linux.cc chore: bump chromium to 117.0.5884.1 (main) (#38969) 2023-07-16 16:14:43 +02:00
electron_desktop_window_tree_host_linux.h chore: enable check raw ptr fields (#38167) 2023-05-11 16:07:39 -04:00
electron_gdk_pixbuf.sigs refactor: use stubs for gdk-pixbuf dependency (#34077) 2022-06-19 17:42:30 -07:00
electron_gtk.fragment refactor: use stubs for gdk-pixbuf dependency (#34077) 2022-06-19 17:42:30 -07:00
electron_gtk.sigs refactor: use stubs for gdk-pixbuf dependency (#34077) 2022-06-19 17:42:30 -07:00
electron_menu_model.cc refactor: inline simple getters, pt . 2 (#41338) 2024-02-28 12:58:49 +09:00
electron_menu_model.h refactor: inline simple getters, pt . 2 (#41338) 2024-02-28 12:58:49 +09:00
file_dialog.h chore: enable check raw ptr fields (#38167) 2023-05-11 16:07:39 -04:00
file_dialog_gtk.cc chore: enable check raw ptr fields (#38167) 2023-05-11 16:07:39 -04:00
file_dialog_mac.mm fix: prevent `PopUpButtonHandler` premature dealloc (#40347) 2023-10-26 14:12:53 -04:00
file_dialog_win.cc chore: remove UnresponsiveSuppressor altogether (#35507) 2022-09-08 15:49:33 -07:00
gtk_util.cc chore: update links in comments (#37197) 2023-02-11 18:52:54 -08: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 refactor: inline simple getters, pt . 2 (#41338) 2024-02-28 12:58:49 +09:00
inspectable_web_contents.h refactor: inline simple getters, pt . 2 (#41338) 2024-02-28 12:58:49 +09:00
inspectable_web_contents_delegate.h feat: emit `devtools-open-url` event for DevTools link selection (#36774) 2023-01-26 09:54:26 +01:00
inspectable_web_contents_view.cc chore: Move draggable regions implementation from NativeBrowserView into InspectableWebContentsView (#35007) 2022-10-17 11:10:07 -04:00
inspectable_web_contents_view.h feat: add a 'title' parameter to `openDevTools()` (#39047) 2023-08-15 14:32:53 +09: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 feat: add a 'title' parameter to `openDevTools()` (#39047) 2023-08-15 14:32:53 +09:00
inspectable_web_contents_view_mac.mm feat: add a 'title' parameter to `openDevTools()` (#39047) 2023-08-15 14:32:53 +09:00
message_box.h chore: enable check raw ptr fields (#38167) 2023-05-11 16:07:39 -04:00
message_box_gtk.cc chore: enable check raw ptr fields (#38167) 2023-05-11 16:07:39 -04:00
message_box_mac.mm fix: crash when `dialog.showMessageBoxSync` with missing buttons (#41041) 2024-01-18 18:17:21 +01:00
message_box_win.cc refactor: prefer base::Contains() over find() + end() (#38443) 2023-05-30 10:28:43 +02:00
run_all_unittests.cc chore: bump chromium to 111.0.5544.3 (main) (#36820) 2023-02-03 12:43:42 +01:00
status_icon_gtk.cc fix: fallback to GtkStatusIcon when app indicator is not supported (#36815) 2023-01-26 19:15:55 +09:00
status_icon_gtk.h fix: fallback to GtkStatusIcon when app indicator is not supported (#36815) 2023-01-26 19:15:55 +09:00
tray_icon.cc fix: potential crash calling `tray.popUpContextMenu()` (#39231) 2023-08-01 15:07:30 +09:00
tray_icon.h fix: potential crash calling `tray.popUpContextMenu()` (#39231) 2023-08-01 15:07:30 +09:00
tray_icon_cocoa.h fix: potential crash calling `tray.popUpContextMenu()` (#39231) 2023-08-01 15:07:30 +09:00
tray_icon_cocoa.mm chore: bump chromium to 118.0.5993.5 (27-x-y) (#39542) 2023-09-07 17:56:29 -04:00
tray_icon_linux.cc chore: bump chromium to 116.0.5817.0 (main) (#38465) 2023-06-09 16:08:36 -07:00
tray_icon_linux.h chore: bump chromium to 116.0.5817.0 (main) (#38465) 2023-06-09 16:08:36 -07: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