electron/browser
2013-05-14 21:37:59 +08:00
..
api Set accelerator for menu item by string in delegate. 2013-05-14 21:37:59 +08:00
atom Improve error reporting in RPC by printing stack trace. 2013-05-14 20:00:44 +08:00
default_app Rename atom module to atom_delegate to avoid conflicts with Atom. 2013-05-07 20:33:50 +08:00
mac Use Atom's icon. 2013-05-14 15:50:33 +08:00
accelerator_util.cc Add StringToAccelerator to parse a string as an accelerator. 2013-05-14 21:12:27 +08:00
accelerator_util.h Add StringToAccelerator to parse a string as an accelerator. 2013-05-14 21:12:27 +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 Add _mac suffix for obj-c files. 2013-05-02 23:03:14 +08:00
atom_application_mac.h Add _mac suffix for obj-c files. 2013-05-02 23:03:14 +08:00
atom_application_mac.mm Add Browser class to controll when the application should quit. 2013-05-02 23:43:23 +08:00
atom_browser_client.cc Set our WebKit preferences. 2013-04-12 20:48:02 +08:00
atom_browser_client.h 💄 2013-04-12 23:20:09 +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 Add Browser class to controll when the application should quit. 2013-05-02 23:43:23 +08:00
atom_browser_main_parts.h Add Browser class to controll when the application should quit. 2013-05-02 23:43:23 +08:00
atom_browser_main_parts_mac.mm Add _mac suffix for obj-c files. 2013-05-02 23:03:14 +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
browser.cc Add 'quit' and 'window-all-closed' events for app module. 2013-05-03 10:53:54 +08:00
browser.h Add 'quit' and 'window-all-closed' events for app module. 2013-05-03 10:53:54 +08:00
browser_mac.mm Add Browser class to controll when the application should quit. 2013-05-02 23:43:23 +08:00
browser_observer.h Add 'quit' and 'window-all-closed' events for app module. 2013-05-03 10:53:54 +08:00
message_box.h Add the generialized showMessageBox API. 2013-05-03 21:03:26 +08:00
message_box_mac.mm Add the generialized showMessageBox API. 2013-05-03 21:03:26 +08:00
native_window.cc Modify Window API to be more consistent. 2013-05-10 20:34:05 +08:00
native_window.h Modify Window API to be more consistent. 2013-05-10 20:34:05 +08:00
native_window_mac.h Modify Window API to be more consistent. 2013-05-10 20:34:05 +08:00
native_window_mac.mm 💄 2013-05-10 20:54:55 +08:00
native_window_observer.h Add window closing related methods for window observer. 2013-05-01 16:33:19 +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