electron/shell/browser/notifications
Charles Kerr 24dc9ddf5c
fix: remove use of banned std::to_string() (#44514)
Use base::NumberToString() instead

Xref: https://chromium.googlesource.com/chromium/src/+/main/styleguide/c++/c++-features.md#std_sto_i_l_ul_ll_ull_f_d_ld_to_string_banned
2024-11-04 16:42:42 -05:00
..
linux chore: remove unused nogncheck includes (#43964) 2024-09-26 17:09:42 -05:00
mac refactor: NotificationPresenter::Create() returns a std::unique_ptr<> (#43794) 2024-09-19 19:02:49 -05:00
win fix: remove use of banned std::to_string() (#44514) 2024-11-04 16:42:42 -05:00
notification.cc refactor: put empty virtual function definitions in header (#43285) 2024-08-12 09:56:51 +02:00
notification.h refactor: put empty virtual function definitions in header (#43285) 2024-08-12 09:56:51 +02:00
notification_delegate.h chore: add ELECTRON_ prefix to C++ include guards (#31925) 2021-11-22 16:34:31 +09:00
notification_presenter.cc refactor: prefer std::ranges over begin() and end() (#43464) 2024-08-26 10:58:32 -04:00
notification_presenter.h refactor: NotificationPresenter::Create() returns a std::unique_ptr<> (#43794) 2024-09-19 19:02:49 -05:00
platform_notification_service.cc refactor: put empty virtual function definitions in header (#43285) 2024-08-12 09:56:51 +02:00
platform_notification_service.h refactor: put empty virtual function definitions in header (#43285) 2024-08-12 09:56:51 +02:00