b2652beceb
* refactor: fix clang-tidy vector operation warnings Fix vector population performance-inefficient-vector-operation warnings generated by clang-tidy * refactor: fix clang-tidy emplace_back warnings In cases where a temporary is created to be passed to push_back(), replace it with emplace_back(). Warning: modernize-use-emplace * refactor: fix clang-tidy loop iteration warnings When practical, use range-based for loops instead of C-style for loops. clang-tiny check: modernize-loop-convert * refactor: fix clang-tidy string initialize warning Remove redundant empty string initialization. clang-tidy check: readability-redundant-string-init |
||
---|---|---|
.. | ||
accelerator_converter.cc | ||
accelerator_converter.h | ||
blink_converter.cc | ||
blink_converter.h | ||
callback_converter_deprecated.cc | ||
callback_converter_deprecated.h | ||
content_converter.cc | ||
content_converter.h | ||
file_dialog_converter.h | ||
file_path_converter.h | ||
gfx_converter.cc | ||
gfx_converter.h | ||
gurl_converter.h | ||
image_converter.h | ||
map_converter.h | ||
native_window_converter.h | ||
net_converter.h | ||
network_converter.cc | ||
network_converter.h | ||
once_callback.h | ||
string16_converter.h | ||
ui_base_types_converter.h | ||
v8_value_converter.cc | ||
v8_value_converter.h | ||
value_converter.cc | ||
value_converter.h |