electron/shell/common/extensions
Charles Kerr 72ee2622eb
refactor: fix modernize-return-braced-init-list warnings (32-x-y) (#45608)
refactor: fix modernize-return-braced-init-list warnings (#44838)

* refactor: avoid repeating the return type from the declaration; use a braced initializer list instead [modernize-return-braced-init-list]

* refactor: avoid repeating the return type from the declaration; use a braced initializer list instead [modernize-return-braced-init-list]

NB: using the braced-initializer list uncovered an error here:
the float returned by std::floor() can't be implicitly cast to
an int. This is solved by using base::ClampFloor<int>() instead.
std::floor()
2025-02-13 17:26:37 -05:00
..
api fix: chrome.i18n unavailable in extension service workers (#45038) 2024-12-16 12:55:35 -05:00
electron_extensions_api_provider.cc refactor: move impl functions into private namespace (#43409) 2024-08-21 19:43:17 -05:00
electron_extensions_api_provider.h chore: bump chromium to 122.0.6261.6 (main) (#40949) 2024-01-25 12:46:30 -05:00
electron_extensions_client.cc refactor: fix modernize-return-braced-init-list warnings (32-x-y) (#45608) 2025-02-13 17:26:37 -05:00
electron_extensions_client.h chore: bump chromium to 107.0.5274.0 (main) (#35375) 2022-09-07 09:46:37 +02:00