d663b4eaee
* chore: fix cpplint 'include_what_you_use' warnings Typically by including <memory>, <utility> etc. * chore: fix 'static/global string constant' warning Use C style strings instead of std::string. Style guide forbids non-trivial static / global variables. https://google.github.io/styleguide/cppguide.html#Static_and_Global_Variables /home/charles/electron/electron-gn/src/electron/script/cpplint.js * refactor: remove global string variables. Fix 'global string variables are not permitted' linter warnings by using the base::NoDestructor<> wrapper to make it explicit that these variables are never destroyed. The style guide's take on globals with nontrivial destructors: https://google.github.io/styleguide/cppguide.html#Static_and_Global_Variables * fix: initializer error introduced in last commit * fix: remove WIP file that was included by accident * fix: include order * fix: include order * fix: include order * fix: include order, again |
||
---|---|---|
.. | ||
api_messages.h | ||
atom_api_asar.cc | ||
atom_api_clipboard.cc | ||
atom_api_clipboard.h | ||
atom_api_clipboard_mac.mm | ||
atom_api_crash_reporter.cc | ||
atom_api_key_weak_map.h | ||
atom_api_native_image.cc | ||
atom_api_native_image.h | ||
atom_api_native_image_mac.mm | ||
atom_api_shell.cc | ||
atom_api_v8_util.cc | ||
atom_bindings.cc | ||
atom_bindings.h | ||
constructor.h | ||
event_emitter_caller.cc | ||
event_emitter_caller.h | ||
features.cc | ||
locker.cc | ||
locker.h | ||
object_life_monitor.cc | ||
object_life_monitor.h | ||
remote_callback_freer.cc | ||
remote_callback_freer.h | ||
remote_object_freer.cc | ||
remote_object_freer.h |