electron/atom/browser
2015-11-13 06:44:49 +05:30
..
api emit verify-certificate event for handling verification 2015-11-13 06:44:49 +05:30
default_app Use new styles of browserWindow options 2015-11-11 10:37:34 +08:00
lib Deep copy the options 2015-11-11 10:37:34 +08:00
mac Enable accessibility tree only when VoiceOver enabled, fixes atom/atom#3288. 2015-10-08 15:56:26 -07:00
net Converted callback can only be called for once 2015-10-28 20:44:46 +08:00
resources Bump v0.34.3 2015-11-06 21:37:37 +08:00
ui Tray: Add drag-end and drop events 2015-11-10 10:02:50 -06:00
atom_access_token_store.cc Opt into location services 2015-08-27 22:50:40 +08:00
atom_access_token_store.h
atom_browser_client.cc Code cleanup 2015-09-30 10:56:42 +08:00
atom_browser_client.h protocol: allowing default clients to handle external unhandled protocols 2015-09-29 17:52:58 +05:30
atom_browser_context.cc session: api to allow handling certificate verification 2015-11-13 01:27:30 +05:30
atom_browser_context.h session: api to allow handling certificate verification 2015-11-13 01:27:30 +05:30
atom_browser_main_parts.cc Make process.exit() quit gracefully 2015-11-06 20:25:20 +08:00
atom_browser_main_parts.h Make process.exit() quit gracefully 2015-11-06 20:25:20 +08:00
atom_browser_main_parts_mac.mm mac: Destroy the app delegate before running destruction callbacks 2015-11-04 17:23:27 +08:00
atom_browser_main_parts_posix.cc Fix cpplint warnings 2015-10-04 19:36:41 +08:00
atom_cert_verifier.cc emit verify-certificate event for handling verification 2015-11-13 06:44:49 +05:30
atom_cert_verifier.h emit verify-certificate event for handling verification 2015-11-13 06:44:49 +05:30
atom_download_manager_delegate.cc Redefine 'will-download' design. 2015-09-24 16:04:44 +08:00
atom_download_manager_delegate.h Some cleanup. 2015-09-24 19:31:09 +08:00
atom_javascript_dialog_manager.cc
atom_javascript_dialog_manager.h
atom_quota_permission_context.cc
atom_quota_permission_context.h browser: create quota permission context to allow quota request 2015-05-12 17:52:30 +05:30
atom_resource_dispatcher_host_delegate.cc Add dummy LoginHandler 2015-10-28 19:54:59 +08:00
atom_resource_dispatcher_host_delegate.h Add dummy LoginHandler 2015-10-28 19:54:59 +08:00
atom_speech_recognition_manager_delegate.cc
atom_speech_recognition_manager_delegate.h
atom_ssl_config_service.cc browser: flag to diable specified cipher suites 2015-10-20 02:51:56 +05:30
atom_ssl_config_service.h browser: switch to set minimum version for TLS fallback 2015-09-23 09:10:36 +05:30
auto_updater.cc Simplify the auto-updater implementations 2015-10-23 15:40:56 +08:00
auto_updater.h Simplify the auto-updater implementations 2015-10-23 15:40:56 +08:00
auto_updater_mac.mm Simplify the auto-updater implementations 2015-10-23 15:40:56 +08:00
bridge_task_runner.cc Don't discard tasks in BridgeTaskRunner 2015-10-22 15:54:27 +08:00
bridge_task_runner.h Don't discard tasks in BridgeTaskRunner 2015-10-22 15:54:27 +08:00
browser.cc emit verify-certificate event for handling verification 2015-11-13 06:44:49 +05:30
browser.h emit verify-certificate event for handling verification 2015-11-13 06:44:49 +05:30
browser_linux.cc win: Set app user model ID in one place 2015-11-03 15:09:31 +08:00
browser_mac.mm win: Set app user model ID in one place 2015-11-03 15:09:31 +08:00
browser_observer.h emit verify-certificate event for handling verification 2015-11-13 06:44:49 +05:30
browser_win.cc win: Use electron.app.$1 as default user model id 2015-11-03 15:50:43 +08:00
common_web_contents_delegate.cc Inherit owner window in devtools 2015-10-01 14:41:01 +08:00
common_web_contents_delegate.h Inherit owner window in devtools 2015-10-01 14:41:01 +08:00
javascript_environment.cc debugger: expose v8debug 2015-10-22 16:20:48 +05:30
javascript_environment.h
login_handler.cc Guard against multiple calls of auth 2015-10-28 21:20:08 +08:00
login_handler.h Guard against multiple calls of auth 2015-10-28 21:20:08 +08:00
native_window.cc Small code cleanup 2015-10-29 10:55:08 +08:00
native_window.h Added browser-window event 'message' 2015-10-27 03:12:01 +02:00
native_window_mac.h Add setBackgroundColor method 2015-10-23 11:35:33 +08:00
native_window_mac.mm Add setBackgroundColor method 2015-10-23 11:35:33 +08:00
native_window_observer.h Small code cleanup 2015-10-29 10:55:08 +08:00
native_window_views.cc Add setBackgroundColor method 2015-10-23 11:35:33 +08:00
native_window_views.h Add setBackgroundColor method 2015-10-23 11:35:33 +08:00
native_window_views_win.cc Re-enable accessibility in Electron on Windows 2015-11-05 19:49:48 +08:00
node_debugger.cc debugger: expose v8debug 2015-10-22 16:20:48 +05:30
node_debugger.h Use libuv to wake up main thread 2015-08-27 13:30:04 +08:00
web_contents_preferences.cc Avoid storing unrelated things in WebContentsPreferences 2015-11-11 10:37:34 +08:00
web_contents_preferences.h Avoid storing unrelated things in WebContentsPreferences 2015-11-11 10:37:34 +08:00
web_dialog_helper.cc Merge pull request #2340 from atom/set_download_path_api 2015-07-29 17:19:02 +08:00
web_dialog_helper.h
web_view_guest_delegate.cc remove unused code 2015-09-08 05:24:07 +05:30
web_view_guest_delegate.h Fix WillAttach API changes in content::BrowserPluginGuestDelegate. 2015-08-11 09:48:29 +08:00
web_view_manager.cc Read guest view's info from WebContentsPreferences 2015-09-06 10:53:03 +08:00
web_view_manager.h Read guest view's info from WebContentsPreferences 2015-09-06 10:53:03 +08:00
window_list.cc Fix API changes 2015-09-03 17:50:23 +09:00
window_list.h Fix API changes 2015-09-03 17:50:23 +09:00
window_list_observer.h