electron/browser
2013-06-02 20:26:03 +08:00
..
api URL => Url in javascript. 2013-06-02 15:15:56 +08:00
atom Show uncaught exception in message dialog. 2013-06-02 14:55:47 +08:00
default_app Use - as filename seperator for coffee script files. Fixes #15. 2013-05-30 20:21:07 +08:00
mac Add 'Reload' in application menu. Fixes atom/atom-shell#4. 2013-05-15 20:24:51 +08:00
accelerator_util.cc Enable '+', ',', '-', '.' in accelerators. 2013-05-24 20:05:51 +08:00
accelerator_util.h Convert generic accelerator to platform accelerator. 2013-05-16 15:24:18 +08:00
accelerator_util_mac.mm Convert generic accelerator to platform accelerator. 2013-05-16 15:24:18 +08:00
atom_application_delegate_mac.h Add _mac suffix for obj-c files. 2013-05-02 23:03:14 +08:00
atom_application_delegate_mac.mm Emit 'finish-launching' event when the application has finished launching. 2013-05-30 19:12:14 +08:00
atom_application_mac.h Emit 'finish-launching' event when the application has finished launching. 2013-05-30 19:12:14 +08:00
atom_application_mac.mm Emit 'finish-launching' event when the application has finished launching. 2013-05-30 19:12:14 +08:00
atom_browser_client.cc Update to latest chromium and brightray. 2013-06-02 00:26:24 +08:00
atom_browser_client.h Update to latest chromium and brightray. 2013-06-02 00:26:24 +08:00
atom_browser_context.cc No more C++ RecordedObject and ObjectsRegistry code. 2013-04-25 15:02:58 +08:00
atom_browser_context.h No more C++ RecordedObject and ObjectsRegistry code. 2013-04-25 15:02:58 +08:00
atom_browser_main_parts.cc Emit 'finish-launching' event when the application has finished launching. 2013-05-30 19:12:14 +08:00
atom_browser_main_parts.h Emit 'open-file' event when OS X is trying to open file with the app. 2013-05-30 16:03:10 +08:00
atom_browser_main_parts_mac.mm Don't emit 'open-file' event for files passed in command line. 2013-05-31 10:17:40 +08:00
atom_event_processing_window.h Steal ChromeEventProcessingWindow from chrome. 2013-04-12 15:24:36 +08:00
atom_event_processing_window.mm Steal ChromeEventProcessingWindow from chrome. 2013-04-12 15:24:36 +08:00
atom_javascript_dialog_manager.cc Implement beforeunload event. 2013-05-01 00:05:19 +08:00
atom_javascript_dialog_manager.h Implement beforeunload event. 2013-05-01 00:05:19 +08:00
auto_updater.cc Wrap Sparkle's minimum interface with C++. 2013-06-02 20:26:03 +08:00
auto_updater.h Wrap Sparkle's minimum interface with C++. 2013-06-02 20:26:03 +08:00
auto_updater_delegate.cc Wrap Sparkle's minimum interface with C++. 2013-06-02 20:26:03 +08:00
auto_updater_delegate.h Wrap Sparkle's minimum interface with C++. 2013-06-02 20:26:03 +08:00
auto_updater_mac.mm Wrap Sparkle's minimum interface with C++. 2013-06-02 20:26:03 +08:00
browser.cc Emit 'finish-launching' event when the application has finished launching. 2013-05-30 19:12:14 +08:00
browser.h Add app.focus API. 2013-05-30 19:24:47 +08:00
browser_mac.mm Add app.focus API. 2013-05-30 19:24:47 +08:00
browser_observer.h Emit 'finish-launching' event when the application has finished launching. 2013-05-30 19:12:14 +08:00
file_dialog.h Rewrite dialog API with our simpler blocking dialog implementations. 2013-05-20 21:50:54 +08:00
file_dialog_mac.mm Rewrite dialog API with our simpler blocking dialog implementations. 2013-05-20 21:50:54 +08:00
message_box.h dialog.showMessageBox doesn't require window as parameter any more. 2013-05-18 10:47:06 +08:00
message_box_mac.mm dialog.showMessageBox doesn't require window as parameter any more. 2013-05-18 10:47:06 +08:00
native_window.cc Add BrowserWindow.focusOnWebView and blurWebView. 2013-05-24 17:51:15 +08:00
native_window.h Add BrowserWindow.focusOnWebView and blurWebView. 2013-05-24 17:51:15 +08:00
native_window_mac.h Add BrowserWindow.focusOnWebView and blurWebView. 2013-05-24 17:51:15 +08:00
native_window_mac.mm Focusing on window should also focus on application. 2013-05-25 15:08:58 +08:00
native_window_observer.h Add BrowserWindow.focusOnWebView and blurWebView. 2013-05-24 17:51:15 +08:00
window_list.cc Add Browser class to controll when the application should quit. 2013-05-02 23:43:23 +08:00
window_list.h Add Browser class to controll when the application should quit. 2013-05-02 23:43:23 +08:00
window_list_observer.h Add 'quit' and 'window-all-closed' events for app module. 2013-05-03 10:53:54 +08:00