electron/atom/common/api
Cheng Zhao 9f0fc96025 Merge pull request #5711 from electron/extension-code-cleanup
Implement partial chrome.* API for devtools extension
2016-05-29 23:29:08 +00:00
..
api_messages.h Add webContents.sendToAll to send message to all frames 2016-05-27 16:58:49 +09:00
atom_api_asar.cc Update to API changes of Chrome 51 2016-05-23 10:59:39 +09:00
atom_api_clipboard.cc Use correct TODO format 2016-05-26 14:28:33 -07:00
atom_api_crash_reporter.cc Simplify and polish the code. 2015-06-04 15:53:37 +08:00
atom_api_key_weak_map.h Turn api::IDWeakMap into api::KeyWeakMap<T> 2016-05-11 18:21:35 +09:00
atom_api_native_image.cc Update to API changes of Chrome 51 2016-05-23 10:59:39 +09:00
atom_api_native_image.h Make it possible to get different size of icons from ICO 2016-05-20 17:51:05 +09:00
atom_api_native_image_mac.mm Minor style fix for #2352 2015-07-29 11:48:40 +08:00
atom_api_shell.cc Handle argument parsing in C++ 2016-02-17 09:05:21 -08:00
atom_api_v8_util.cc Adapt to changes on hash functions of Chrome 50 2016-05-13 11:12:15 +09:00
atom_bindings.cc Cleanup the docs of process object 2016-05-19 20:12:56 +09:00
atom_bindings.h Fix compilation errors on OS X 2016-03-10 17:06:21 +09:00
event_emitter_caller.cc Adapt to changes of Chrome 51 API changes (Part 2) 2016-05-23 12:29:14 +09:00
event_emitter_caller.h Use WebScopedRunV8Script in converted C++ functions 2015-08-07 19:37:17 +08:00
locker.cc Use WebScopedRunV8Script in converted C++ functions 2015-08-07 19:37:17 +08:00
locker.h Update to API changes of Chrome 51 2016-05-23 10:59:39 +09:00
object_life_monitor.cc Dereference remote objects with native code 2016-04-26 16:16:22 +09:00
object_life_monitor.h Dereference remote objects with native code 2016-04-26 16:16:22 +09:00
remote_callback_freer.cc Add webContents.sendToAll to send message to all frames 2016-05-27 16:58:49 +09:00
remote_callback_freer.h Simplify RemoteCallbackFreer 2016-04-26 16:37:46 +09:00
remote_object_freer.cc Dereference remote objects with native code 2016-04-26 16:16:22 +09:00
remote_object_freer.h Dereference remote objects with native code 2016-04-26 16:16:22 +09:00