electron/browser
Cheng Zhao 99d901bc9a Switch to use the ProxyResolverV8, fixes atom/atom#894. 2013-09-29 15:06:29 +08:00
..
api Free the native window's memory after the event were sent for all observers. 2013-09-27 15:24:03 +08:00
atom 💄 Fix warnings of coffeelint. 2013-09-27 11:03:23 +08:00
default_app Quit when all windows are closed if running an app by passing it in command line. 2013-09-09 10:54:08 +08:00
mac Build atom-shell with ninja. 2013-06-19 21:34:43 +08:00
net Switch to use the ProxyResolverV8, fixes atom/atom#894. 2013-09-29 15:06:29 +08:00
ui Move atom_event_processing_window to browser/ui. 2013-09-25 16:51:55 +08:00
atom_application_delegate_mac.h Use applicationShouldTerminate to control whether application should quit. 2013-06-26 17:48:59 +08:00
atom_application_delegate_mac.mm Use applicationShouldTerminate to control whether application should quit. 2013-06-26 17:48:59 +08:00
atom_application_mac.h
atom_application_mac.mm Add 'open-url' event for app API. Fixes #36. 2013-07-10 18:59:21 +08:00
atom_browser_client.cc Use custom url request getter to setup request job factory. 2013-09-20 16:47:47 +08:00
atom_browser_client.h Use custom url request getter to setup request job factory. 2013-09-20 16:47:47 +08:00
atom_browser_context.cc Use custom url request getter to setup request job factory. 2013-09-20 16:47:47 +08:00
atom_browser_context.h Use custom url request getter to setup request job factory. 2013-09-20 16:47:47 +08:00
atom_browser_main_parts.cc Switch to use the ProxyResolverV8, fixes atom/atom#894. 2013-09-29 15:06:29 +08:00
atom_browser_main_parts.h Switch to use the ProxyResolverV8, fixes atom/atom#894. 2013-09-29 15:06:29 +08:00
atom_browser_main_parts_mac.mm mac: Makes sure MainMenu.nib is alwasys loaded from Atom.framework. 2013-09-12 17:16:33 +08:00
atom_javascript_dialog_manager.cc Revert "💄 for the beforeunload handler." 2013-09-02 16:39:00 +08:00
atom_javascript_dialog_manager.h
auto_updater.cc
auto_updater.h
auto_updater_delegate.cc
auto_updater_delegate.h
auto_updater_mac.mm
auto_updater_win.cc Add empty auto updater implementation for Windows. 2013-07-04 16:30:48 +08:00
browser.cc Add 'open-url' event for app API. Fixes #36. 2013-07-10 18:59:21 +08:00
browser.h [Mac] Add app.dock.getBadge() API. 2013-08-06 16:39:31 +08:00
browser_mac.mm [Mac] Add app.dock.getBadge() API. 2013-08-06 16:39:31 +08:00
browser_observer.h Add 'open-url' event for app API. Fixes #36. 2013-07-10 18:59:21 +08:00
browser_win.cc cpplint 💄 2013-07-07 16:26:59 +08:00
crash_reporter.h Seperate implementation of crash reporter to standalone class. 2013-07-04 16:30:49 +08:00
crash_reporter_mac.mm 💄 2013-07-04 17:00:16 +08:00
crash_reporter_win.cc Seperate implementation of crash reporter to standalone class. 2013-07-04 16:30:49 +08:00
native_window.cc Send reply for sync messages when event.returnValue is set. 2013-09-22 09:52:58 +08:00
native_window.h Use string16 instead of std::string when sending IPC messages. 2013-09-20 22:55:42 +08:00
native_window_mac.h WIP: rounded corner of frameless window. 2013-09-11 18:10:28 +08:00
native_window_mac.mm Move atom_event_processing_window to browser/ui. 2013-09-25 16:51:55 +08:00
native_window_observer.h Add 'loading-state-changed' event for BrowserWindow. 2013-08-29 11:47:07 +08:00
native_window_win.cc 💄 Fix cpplint warnings. 2013-09-12 13:03:57 +08:00
native_window_win.h win: Add NativeWindowFramelessView as non-client view. 2013-09-09 14:30:07 +08:00
window_list.cc
window_list.h
window_list_observer.h