electron/atom/browser/api
2016-10-31 10:31:56 +09:00
..
atom_api_app.cc Support setting about panel options 2016-10-10 13:30:58 -07:00
atom_api_app.h Updated required code to handle missing additional features for popup windows 2016-10-04 14:38:32 +09:00
atom_api_auto_updater.cc Sort includes alphabetically 2016-08-26 15:30:02 -07:00
atom_api_auto_updater.h Pass FunctionTemplate in BuildPrototype 2016-08-02 18:08:12 +09:00
atom_api_content_tracing.cc Fix API changes of Chrome 53 2016-09-14 16:22:43 +09:00
atom_api_cookies.cc Remove unneeded locker and handle scope 2016-09-29 09:16:35 -07:00
atom_api_cookies.h Use scoped_refptr for cookie delegate 2016-09-29 09:16:35 -07:00
atom_api_debugger.cc Fix API changes of Chrome 53 2016-09-14 16:22:43 +09:00
atom_api_debugger.h Pass FunctionTemplate in BuildPrototype 2016-08-02 18:08:12 +09:00
atom_api_desktop_capturer.cc Every native class now gets a name 2016-08-02 19:28:12 +09:00
atom_api_desktop_capturer.h Pass FunctionTemplate in BuildPrototype 2016-08-02 18:08:12 +09:00
atom_api_dialog.cc
atom_api_download_item.cc provide a default file name for downloads 2016-09-16 16:02:57 +05:30
atom_api_download_item.h Pass FunctionTemplate in BuildPrototype 2016-08-02 18:08:12 +09:00
atom_api_global_shortcut.cc Every native class now gets a name 2016-08-02 19:28:12 +09:00
atom_api_global_shortcut.h Pass FunctionTemplate in BuildPrototype 2016-08-02 18:08:12 +09:00
atom_api_menu.cc Implementing URLRequest API, getting response body. 2016-10-12 14:54:17 +02:00
atom_api_menu.h Pass FunctionTemplate in BuildPrototype 2016-08-02 18:08:12 +09:00
atom_api_menu_mac.h Do not rely on Constructor to call Init 2016-08-02 15:15:40 +09:00
atom_api_menu_mac.mm Do not rely on Constructor to call Init 2016-08-02 15:15:40 +09:00
atom_api_menu_views.cc Do not rely on Constructor to call Init 2016-08-02 15:15:40 +09:00
atom_api_menu_views.h Do not rely on Constructor to call Init 2016-08-02 15:15:40 +09:00
atom_api_net.cc Fixing code review issues. 2016-10-25 12:41:01 +02:00
atom_api_net.h Fixing code review issues. 2016-10-25 12:41:01 +02:00
atom_api_power_monitor.cc initialize -> require 2016-09-16 13:09:06 -07:00
atom_api_power_monitor.h Pass FunctionTemplate in BuildPrototype 2016-08-02 18:08:12 +09:00
atom_api_power_save_blocker.cc Fix API changes of Chrome 53 2016-09-14 16:22:43 +09:00
atom_api_power_save_blocker.h Fix API changes of Chrome 53 2016-09-14 16:22:43 +09:00
atom_api_protocol.cc Fix spelling mistake from registred to registered 2016-08-20 14:25:13 +01:00
atom_api_protocol.h Sort includes alphabetically 2016-08-26 15:30:02 -07:00
atom_api_render_process_preferences.cc Fix API changes of Chrome 53 2016-09-14 16:22:43 +09:00
atom_api_render_process_preferences.h Pass FunctionTemplate in BuildPrototype 2016-08-02 18:08:12 +09:00
atom_api_screen.cc initialize -> require 2016-09-16 13:09:06 -07:00
atom_api_screen.h Pass FunctionTemplate in BuildPrototype 2016-08-02 18:08:12 +09:00
atom_api_session.cc Add initial cookie changed event support 2016-09-29 09:16:29 -07:00
atom_api_session.h create helper class to read blob data 2016-09-01 08:52:44 +05:30
atom_api_system_preferences.cc Add systemPreferences.getColor on Windows 2016-10-11 13:15:26 -07:00
atom_api_system_preferences.h Add systemPreferences.getColor on Windows 2016-10-11 13:15:26 -07:00
atom_api_system_preferences_mac.mm Fixing indentation 2016-08-09 05:57:02 -04:00
atom_api_system_preferences_win.cc Emit color-changed event on Windows 2016-10-11 13:15:27 -07:00
atom_api_tray.cc Every native class now gets a name 2016-08-02 19:28:12 +09:00
atom_api_tray.h Pass FunctionTemplate in BuildPrototype 2016-08-02 18:08:12 +09:00
atom_api_url_request.cc Fixing code review issues: refactoring emit methods using CustomEmit. 2016-10-26 11:10:15 +02:00
atom_api_url_request.h Fixing code review issues: refactoring emit methods using CustomEmit. 2016-10-26 11:10:15 +02:00
atom_api_web_contents.cc Fixing code review issues. 2016-10-25 12:41:01 +02:00
atom_api_web_contents.h Updated required code to handle missing additional features for popup windows 2016-10-04 14:38:32 +09:00
atom_api_web_contents_mac.mm Access window through native view 2016-08-23 09:51:54 -07:00
atom_api_web_request.cc Every native class now gets a name 2016-08-02 19:28:12 +09:00
atom_api_web_request.h Pass FunctionTemplate in BuildPrototype 2016-08-02 18:08:12 +09:00
atom_api_web_view_manager.cc Get hidden state by using parent window directly 2016-05-25 10:13:12 -07:00
atom_api_window.cc Minor formatting tweaks 2016-10-26 09:55:34 +09:00
atom_api_window.h Changing names and memory leak fix 2016-10-26 09:05:42 +09:00
event.cc Every native class now gets a name 2016-08-02 19:28:12 +09:00
event.h Sort includes alphabetically 2016-08-26 15:30:02 -07:00
event_emitter.cc Set prototype of constructor directly 2016-08-02 20:38:35 +09:00
event_emitter.h Set prototype of constructor directly 2016-08-02 20:38:35 +09:00
frame_subscriber.cc Merge pull request #7163 from MaxWhere/frame-sub-scale-fix 2016-09-16 21:24:53 +09:00
frame_subscriber.h reverts subscriber api 2016-09-16 11:18:15 +02:00
save_page_handler.cc
save_page_handler.h
trackable_object.cc AttachAsUserData now can assume the existence of wrapper 2016-08-02 15:28:32 +09:00
trackable_object.h AttachAsUserData now can assume the existence of wrapper 2016-08-02 15:28:32 +09:00