electron/atom/browser
Cheng Zhao e14fd62f46 Correctly handle notification callback when shutting down
When returning false in the notification callback the ProcessSingleton
will assume current process is quitting, we should met its expectation.
2015-10-22 16:24:35 +08:00
..
api Correctly handle notification callback when shutting down 2015-10-22 16:24:35 +08:00
default_app Fix console.* calls on Windows 2015-10-10 06:39:02 +03:00
lib Clean up CallbackRegistry 2015-10-16 20:25: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: respect provided mimetype in generated response headers 2015-09-16 08:34:04 +05:30
resources Bump v0.34.0 2015-10-16 18:53:25 +08:00
ui Fix: tray NotfiyDropFiles typo 2015-10-18 00:32:13 -05:00
atom_access_token_store.cc Opt into location services 2015-08-27 22:50: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 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 Code cleanup 2015-10-20 13:52:39 +08:00
atom_browser_context.h Fixed linter issues but now the code looks awful 2015-10-19 13:12:17 -07:00
atom_browser_main_parts.cc Don't discard tasks in BridgeTaskRunner 2015-10-22 15:54:27 +08:00
atom_browser_main_parts.h Quit gracefully when Ctrl-C is pressed 2015-10-04 19:21:36 +08:00
atom_browser_main_parts_mac.mm mac: Avoid making frameworks_path for twice 2015-04-14 14:15:53 +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 Code cleanup 2015-09-30 10:56:42 +08:00
atom_resource_dispatcher_host_delegate.h Code cleanup 2015-09-30 10:56:42 +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
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 mac: Disable auto updater in MAS build 2015-10-14 11:53:52 +08:00
auto_updater.h Remove All Rights Reserved after GitHub copyright 2014-10-31 11:17:05 -07:00
auto_updater_delegate.h Remove All Rights Reserved after GitHub copyright 2014-10-31 11:17:05 -07:00
auto_updater_linux.cc Remove All Rights Reserved after GitHub copyright 2014-10-31 11:17:05 -07:00
auto_updater_mac.mm Print localizedFailureReason for autoUpdater errors 2015-03-25 21:20:07 +08:00
auto_updater_win.cc Remove All Rights Reserved after GitHub copyright 2014-10-31 11:17:05 -07: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 Fix crash when calling app.quit() before app is ready 2015-10-22 16:06:37 +08:00
browser.h Correctly handle notification callback when shutting down 2015-10-22 16:24:35 +08:00
browser_linux.cc Rename hard-coded application names in code 2015-04-14 15:55:41 +08:00
browser_mac.mm Rename hard-coded application names in code 2015-04-14 15:55:41 +08:00
browser_observer.h More fixes after code review. 2015-09-14 19:43:21 -07:00
browser_win.cc Rename hard-coded application names in code 2015-04-14 15:55:41 +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 Initialize things in the same sequence with main process 2015-10-21 16:24:54 +08:00
javascript_environment.h Initialize V8 in browser process 2015-05-22 15:30:02 +08:00
native_window.cc osx: Implement draggable region with mouseDownCanMoveWindow 2015-10-21 08:54:46 +08:00
native_window.h osx: Implement draggable region with mouseDownCanMoveWindow 2015-10-21 08:54:46 +08:00
native_window_mac.h osx: Implement draggable region with mouseDownCanMoveWindow 2015-10-21 08:54:46 +08:00
native_window_mac.mm osx: Implement draggable region with mouseDownCanMoveWindow 2015-10-21 08:54:46 +08:00
native_window_observer.h Move devtools API to WebContents 2015-10-01 11:25:31 +08:00
native_window_views.cc browser: option to set window background color 2015-10-22 09:54:29 +05:30
native_window_views.h linux: Restore size constraints when became sizable 2015-10-06 16:09:03 +08:00
native_window_views_win.cc win: Fix building on Windows 2015-10-06 00:21:37 +08:00
node_debugger.cc Use libuv to wake up main thread 2015-08-27 13:30:04 +08:00
node_debugger.h Use libuv to wake up main thread 2015-08-27 13:30:04 +08:00
web_contents_preferences.cc subpixel-font-scaling option is removed 2015-10-16 15:01:28 +08:00
web_contents_preferences.h Inherit parent window's options in window.open 2015-09-22 22:32:10 +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