зеркало из https://github.com/electron/electron.git
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 |
||
---|---|---|
.. | ||
linux | ||
mac | ||
media | ||
net | ||
views | ||
win | ||
brightray_paths.h | ||
browser_client.cc | ||
browser_client.h | ||
browser_context.cc | ||
browser_context.h | ||
browser_main_parts.cc | ||
browser_main_parts.h | ||
browser_main_parts_mac.mm | ||
devtools_manager_delegate.cc | ||
devtools_manager_delegate.h | ||
devtools_ui.cc | ||
devtools_ui.h | ||
inspectable_web_contents.cc | ||
inspectable_web_contents.h | ||
inspectable_web_contents_delegate.h | ||
inspectable_web_contents_impl.cc | ||
inspectable_web_contents_impl.h | ||
inspectable_web_contents_view.h | ||
inspectable_web_contents_view_delegate.cc | ||
inspectable_web_contents_view_delegate.h | ||
inspectable_web_contents_view_mac.h | ||
inspectable_web_contents_view_mac.mm | ||
io_thread.cc | ||
io_thread.h | ||
net_log.cc | ||
net_log.h | ||
notification.cc | ||
notification.h | ||
notification_delegate.h | ||
notification_presenter.cc | ||
notification_presenter.h | ||
platform_notification_service.cc | ||
platform_notification_service.h | ||
url_request_context_getter.cc | ||
url_request_context_getter.h | ||
web_ui_controller_factory.cc | ||
web_ui_controller_factory.h | ||
zoom_level_delegate.cc | ||
zoom_level_delegate.h |