electron/browser
Cheng Zhao bcf6cd9f1b Drop support for cross-process callbacks.
Now it's forbidden for browser to store reference to objects (including
functions) in renderer, because when the renderer is destroyed, it's
extremely hard to clean all of corresponding objects in browser
correctly, which would cause very bad resources leak.
2013-04-30 22:37:54 +08:00
..
api Avoid using destoryed native objects in js API. 2013-04-29 19:38:18 +08:00
atom Drop support for cross-process callbacks. 2013-04-30 22:37:54 +08:00
default_app Initial RPC API implementation. 2013-04-24 16:43:01 +08:00
mac Initial empty browser. 2013-04-12 10:14: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 Messages from renderer will be emitted to the process object in browser. 2013-04-22 22:24:02 +08:00
atom_browser_main_parts.h Renderer can now use process.send to send messages to browser. 2013-04-22 21:32:48 +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
native_window.cc Enable getting window from routing id and process id. 2013-04-30 20:32:23 +08:00
native_window.h Enable getting window from routing id and process id. 2013-04-30 20:32:23 +08:00
native_window_mac.h Enable creating window with existing web contents. 2013-04-20 13:42:39 +08:00
native_window_mac.mm Enable creating window with existing web contents. 2013-04-20 13:42:39 +08:00
native_window_observer.h Emit 'page-title-updated' as javascript event for window. 2013-04-18 23:50:47 +08:00