electron/atom/app
Charles Kerr 402201ac39
Fix cppcheck warnings (#11883)
* remove unused variable

* limit scope of variable 'ret'

* pass shared_ptr<SkBitmap> by reference

* silence warning: value reassign before read

* fix oops

* don't refer to 'response' after std::move()ing it

* make the linter happy
2018-02-14 02:21:46 -06:00
..
resources/mac Implement login helper to manage login item in Mac App Store build 2017-11-17 10:53:09 +09:00
atom_content_client.cc Fix API changes of Chrome58 2017-04-27 16:34:52 +09:00
atom_content_client.h Fix API changes of Chrome58 2017-04-27 16:34:52 +09:00
atom_library_main.h Disallow launching unknown apps via browser client. 2018-01-22 16:49:30 -06:00
atom_library_main.mm Disallow launching unknown apps via browser client. 2018-01-22 16:49:30 -06:00
atom_login_helper.mm Implement login helper to manage login item in Mac App Store build 2017-11-17 10:53:09 +09:00
atom_main.cc Make run-as-node mode optional (#11701) 2018-01-23 18:17:15 -05:00
atom_main.h Remove All Rights Reserved after GitHub copyright 2014-10-31 11:17:05 -07:00
atom_main_delegate.cc Fix cppcheck warnings (#11883) 2018-02-14 02:21:46 -06:00
atom_main_delegate.h Fix #11893 Remove unused member variable content_client_ (#11894) 2018-02-12 08:07:12 -06:00
atom_main_delegate_mac.mm Add team ID to base Bundle ID 2016-05-19 10:57:57 +09:00
command_line_args.cc fix oops 2018-01-31 22:25:57 -07:00
command_line_args.h Disallow launching unknown apps via browser client. 2018-01-22 16:49:30 -06:00
node_main.cc Make run-as-node mode optional (#11701) 2018-01-23 18:17:15 -05:00
node_main.h Make run-as-node mode optional (#11701) 2018-01-23 18:17:15 -05:00
uv_task_runner.cc Introduce TaskRunner::RunsTasksInCurrentSequence() 2017-11-24 10:58:16 +09:00
uv_task_runner.h Introduce TaskRunner::RunsTasksInCurrentSequence() 2017-11-24 10:58:16 +09:00