electron/atom/browser
Paul Betts 7622bb40a9 Enable all origins via CORS header for custom schemes
This PR disables CORS for custom schemes, which allows you to serve Font
resources from custom schemes after using registerCustomSchemeAsSecure
2015-11-30 11:08:43 -08:00
..
api fix typo in "rotation" string 2015-11-29 12:22:53 -06:00
default_app Merge pull request #3549 from bengotow/fix-hide-others 2015-11-23 17:44:06 +08:00
lib Merge pull request #3586 from atom/ipc-fasterer 2015-11-26 13:15:08 +08:00
mac Enable accessibility tree only when VoiceOver enabled, fixes atom/atom#3288. 2015-10-08 15:56:26 -07:00
net Enable all origins via CORS header for custom schemes 2015-11-30 11:08:43 -08:00
resources Bump v0.35.2 2015-11-27 22:23:19 +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 OVERRIDE macro is now removed 2015-01-27 13:18:30 -08:00
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 Delete BridgeTaskRunner when main message loop is ready 2015-11-30 22:29:01 +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 Make beforeunload work in webview 2015-05-01 13:48:39 +08:00
atom_javascript_dialog_manager.h Fix compilation errors 2015-05-22 15:24:34 +08:00
atom_quota_permission_context.cc browser: create quota permission context to allow quota request 2015-05-12 17:52:30 +05:30
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 Remove All Rights Reserved after GitHub copyright 2014-10-31 11:17:05 -07:00
atom_speech_recognition_manager_delegate.h Upgrade cpplint 2014-12-15 17:15:56 -08:00
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 Delete BridgeTaskRunner when main message loop is ready 2015-11-30 22:29:01 +08:00
bridge_task_runner.h Delete BridgeTaskRunner when main message loop is ready 2015-11-30 22:29:01 +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 Initialize V8 in browser process 2015-05-22 15:30:02 +08:00
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 mac: Clears the delegate when window is going to be closed 2015-11-26 13:56:56 +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 Merge pull request #2340 from atom/set_download_path_api 2015-07-29 17:19:02 +08:00
web_dialog_helper.h Implement EnumerateDirectory 2014-10-31 17:37:32 +08:00
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 Remove All Rights Reserved after GitHub copyright 2014-10-31 11:17:05 -07:00