electron/atom/browser
Paul Betts 789380dfad Ensure calling webview.send will not block the renderer
When the browser process is busy, calling webview.send (a method that appears
on its face to be non-blocking) will actually block, because most webview methods
are remoted to a guest view instance in the browser. Instead, define a few methods
which will instead send its call over an async IPC message.
2015-11-25 15:54:30 -08:00
..
api Merge pull request #3542 from etiktin/fix_menu_item_using_deprcated_api 2015-11-23 17:11:44 +08:00
default_app Merge pull request #3549 from bengotow/fix-hide-others 2015-11-23 17:44:06 +08:00
lib Ensure calling webview.send will not block the renderer 2015-11-25 15:54:30 -08:00
mac Enable accessibility tree only when VoiceOver enabled, fixes atom/atom#3288. 2015-10-08 15:56:26 -07:00
net protocol: handle http responses with no content 2015-11-23 01:07:14 +05:30
resources Bump v0.35.1 2015-11-20 13:36:59 +08:00
ui Merge pull request #3479 from bengotow/tray-resizing 2015-11-18 18:49:15 +08:00
atom_access_token_store.cc Replace "Url" in API names with "URL" 2015-11-13 16:03:40 +08:00
atom_access_token_store.h
atom_browser_client.cc Add certificate-error event 2015-11-18 10:39:25 +08:00
atom_browser_client.h Add certificate-error event 2015-11-18 10:39:25 +08:00
atom_browser_context.cc Move AtomSSLConfigService to atom/browser/net 2015-11-17 19:05:38 +08:00
atom_browser_context.h use delegate to notify verification requests 2015-11-16 20:45:49 +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_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
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
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 Add Delegate for AtomBrowserClient 2015-11-18 10:07:03 +08:00
browser.h Add Delegate for AtomBrowserClient 2015-11-18 10:07:03 +08:00
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 Add Delegate for AtomBrowserClient 2015-11-18 10:07:03 +08:00
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 Cleanup and docs for the --js-flags 2015-11-13 12:22:08 +08:00
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 Separate options from switches 2015-11-13 14:05:49 +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 Small style fix 2015-11-20 13:06:42 +08:00
native_window_observer.h Small code cleanup 2015-10-29 10:55:08 +08:00
native_window_views.cc Separate options from switches 2015-11-13 14:05:49 +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 Replace "Url" in API names with "URL" 2015-11-13 16:03:40 +08:00
web_contents_preferences.h Avoid storing unrelated things in WebContentsPreferences 2015-11-11 10:37:34 +08:00
web_dialog_helper.cc
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