electron/shell/browser/ui/win
Charles Kerr 4164ef93ad
refactor: remove banned std::to_string() calls (#41087)
* refactor: do not use banned std::to_string() in ServiceWorkerContext::GetAllRunningWorkerInfo()

* refactor: do not use banned std::to_string() in REPORT_AND_RETURN_IF_FAILED()

* refactor: do not use banned std::to_string() in JSChunkedDataPipeGetter::OnWriteChunkComplete()

* refactor: do not use banned std::to_string() in SetCrashKey()

* chore: remove unused #include
2024-01-24 16:43:31 -06:00
..
dialog_thread.cc
dialog_thread.h
electron_desktop_native_widget_aura.cc fix: maximized window bounds when toggle setResizable (#40503) 2023-11-22 15:21:18 +09:00
electron_desktop_native_widget_aura.h fix: maximized window bounds when toggle setResizable (#40503) 2023-11-22 15:21:18 +09:00
electron_desktop_window_tree_host_win.cc chore: replace absl::optional<T> with std::optional<T> (#40928) 2024-01-10 16:23:35 -06:00
electron_desktop_window_tree_host_win.h chore: replace absl::optional<T> with std::optional<T> (#40928) 2024-01-10 16:23:35 -06:00
jump_list.cc chore: bump chromium to 121.0.6147.0 (main) (#40523) 2023-11-28 13:40:12 -08:00
jump_list.h
notify_icon.cc refactor: remove banned std::to_string() calls (#41087) 2024-01-24 16:43:31 -06:00
notify_icon.h feat: Add 'mouse-enter' and 'mouse-leave' Tray events for Windows. (#40072) 2023-10-09 19:56:38 -04:00
notify_icon_host.cc chore: replace absl::optional<T> with std::optional<T> (#40928) 2024-01-10 16:23:35 -06:00
notify_icon_host.h chore: replace absl::optional<T> with std::optional<T> (#40928) 2024-01-10 16:23:35 -06:00
taskbar_host.cc refactor: replace remaining NULL with nullptr (#40053) 2023-10-03 12:26:35 -07:00
taskbar_host.h