electron/shell/browser/ui/views
Charles Kerr b2652beceb
refactor: apply some 'clang-tidy -fix' changes (#20172)
* 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
2019-09-13 10:26:59 -04:00
..
atom_views_delegate.cc refactor: rename the atom namespace to electron 2019-06-19 17:33:28 -07:00
atom_views_delegate.h refactor: rename the atom namespace to electron 2019-06-19 17:33:28 -07:00
autofill_popup_view.cc chore: bump chromium to cbeb16cf544f79c1990f1eae4d4fe (master) (#19610) 2019-08-15 13:50:58 -07:00
autofill_popup_view.h refactor: rename the atom namespace to electron 2019-06-19 17:33:28 -07:00
frameless_view.cc refactor: rename the atom namespace to electron 2019-06-19 17:33:28 -07:00
frameless_view.h refactor: rename the atom namespace to electron 2019-06-19 17:33:28 -07:00
global_menu_bar_x11.cc refactor: rename the atom namespace to electron 2019-06-19 17:33:28 -07:00
global_menu_bar_x11.h refactor: rename the atom namespace to electron 2019-06-19 17:33:28 -07:00
inspectable_web_contents_view_views.cc chore: bump chromium to cbeb16cf544f79c1990f1eae4d4fe (master) (#19610) 2019-08-15 13:50:58 -07:00
inspectable_web_contents_view_views.h refactor: rename the atom namespace to electron 2019-06-19 17:33:28 -07:00
menu_bar.cc refactor: apply some 'clang-tidy -fix' changes (#20172) 2019-09-13 10:26:59 -04:00
menu_bar.h chore: bump chromium to 62327c655093c821aa0fcfc6db53f5fd943e08c7 (master) (#19792) 2019-08-23 18:14:23 -07:00
menu_delegate.cc refactor: rename the atom namespace to electron 2019-06-19 17:33:28 -07:00
menu_delegate.h refactor: rename the atom namespace to electron 2019-06-19 17:33:28 -07:00
menu_model_adapter.cc refactor: rename the atom namespace to electron 2019-06-19 17:33:28 -07:00
menu_model_adapter.h refactor: rename the atom namespace to electron 2019-06-19 17:33:28 -07:00
native_frame_view.cc refactor: rename the atom namespace to electron 2019-06-19 17:33:28 -07:00
native_frame_view.h refactor: rename the atom namespace to electron 2019-06-19 17:33:28 -07:00
root_view.cc fix: adjust window size in NCCALCSIZE instead of adding insets (#19883) 2019-08-26 10:03:57 +09:00
root_view.h fix: adjust window size in NCCALCSIZE instead of adding insets (#19883) 2019-08-26 10:03:57 +09:00
submenu_button.cc refactor: rename the atom namespace to electron 2019-06-19 17:33:28 -07:00
submenu_button.h refactor: rename the atom namespace to electron 2019-06-19 17:33:28 -07:00
win_frame_view.cc refactor: rename the atom namespace to electron 2019-06-19 17:33:28 -07:00
win_frame_view.h refactor: rename the atom namespace to electron 2019-06-19 17:33:28 -07:00