electron/atom/browser/api
Cheng Zhao c220753c60 Merge pull request #4896 from felixrieseberg/default-protocol-handler
Enable Electron to set/unset itself as default protocol handler (OS X, Windows)
2016-03-31 10:38:57 +09:00
..
atom_api_app.cc Add API: RemoveAsDefaultProtocolHandler 2016-03-28 15:31:01 -07:00
atom_api_app.h Fix compilation errors on OS X 2016-03-10 17:06:21 +09:00
atom_api_auto_updater.cc
atom_api_auto_updater.h
atom_api_content_tracing.cc Fix compilation errors on OS X 2016-03-10 17:06:21 +09:00
atom_api_cookies.cc Fix compilation errors on OS X 2016-03-10 17:06:21 +09:00
atom_api_cookies.h Cleanup the cookies code 2015-12-12 15:33:51 +08:00
atom_api_debugger.cc wrap debugger for lazy initialization 2016-01-23 09:32:21 +05:30
atom_api_debugger.h add spec 2016-01-22 19:10:48 +05:30
atom_api_desktop_capturer.cc Fix compilation errors on OS X 2016-03-10 17:06:21 +09:00
atom_api_desktop_capturer.h Simplify the desktopCapturer code 2015-12-08 13:49:26 +08:00
atom_api_dialog.cc Fix style issues of #4029 2016-01-11 21:12:07 +08:00
atom_api_download_item.cc Fix compilation errors on OS X 2016-03-10 17:06:21 +09:00
atom_api_download_item.h Fix compilation errors on OS X 2016-03-10 17:06:21 +09:00
atom_api_global_shortcut.cc Do not manually manage native resources 2015-12-03 15:38:43 +08:00
atom_api_global_shortcut.h Do not manually manage native resources 2015-12-03 15:38:43 +08:00
atom_api_menu.cc Remove Menu::Popup 2016-01-22 11:59:08 -07:00
atom_api_menu.h Remove Menu::Popup 2016-01-22 11:59:08 -07:00
atom_api_menu_mac.h No more need to override Menu::Popup 2016-01-22 11:27:17 -07:00
atom_api_menu_mac.mm No more need to override Menu::Popup 2016-01-22 11:27:17 -07:00
atom_api_menu_views.cc No more need to override Menu::Popup 2016-01-22 11:27:17 -07:00
atom_api_menu_views.h No more need to override Menu::Popup 2016-01-22 11:27:17 -07:00
atom_api_power_monitor.cc Do not manually manage native resources 2015-12-03 15:38:43 +08:00
atom_api_power_monitor.h Do not manually manage native resources 2015-12-03 15:38:43 +08:00
atom_api_power_save_blocker.cc Do not manually manage native resources 2015-12-03 15:38:43 +08:00
atom_api_power_save_blocker.h Do not manually manage native resources 2015-12-03 15:38:43 +08:00
atom_api_protocol.cc protocol: api to register schemes that can handle service worker 2015-12-09 03:11:58 +05:30
atom_api_protocol.h Fix compilation errors on OS X 2016-03-10 17:06:21 +09:00
atom_api_screen.cc
atom_api_screen.h
atom_api_session.cc int32 => int32_t 2016-03-10 17:06:21 +09:00
atom_api_session.h session: api to clear host resolver cache 2016-02-02 02:06:49 +05:30
atom_api_tray.cc Do not manually manage native resources 2015-12-03 15:38:43 +08:00
atom_api_tray.h Do not manually manage native resources 2015-12-03 15:38:43 +08:00
atom_api_web_contents.cc Merge pull request #4777 from deepak1556/webview_background_patch 2016-03-15 21:12:04 +09:00
atom_api_web_contents.h webview: allow setting background color 2016-03-14 15:01:36 +05:30
atom_api_web_request.cc Use generic function to handle events 2015-12-12 13:49:58 +08:00
atom_api_web_request.h Make the webRequest listener asynchronous 2015-12-12 00:09:03 +08:00
atom_api_web_view_manager.cc
atom_api_window.cc Merge pull request #4843 from jwheare/mac-swipe-events 2016-03-31 10:37:27 +09:00
atom_api_window.h Switch to a single OS X swipe event with a direction argument 2016-03-23 15:20:11 +00:00
event.cc
event.h
event_emitter.cc
event_emitter.h
frame_subscriber.cc Fix compilation errors on OS X 2016-03-10 17:06:21 +09:00
frame_subscriber.h Merge atom/master 2016-02-26 02:05:57 +01:00
save_page_handler.cc
save_page_handler.h
trackable_object.cc Remove itself from the cleanup list when it is destroyed 2015-12-03 17:04:40 +08:00
trackable_object.h Weak map only needs to be deleted for once 2015-12-03 17:10:14 +08:00