electron/browser
Cheng Zhao d723173bc7 Initial RPC API implementation.
Basic usage is:
remote = require 'remote'
Window = remote.require 'window'
w = new Window { width: 800, height: 600 }

Still need to do:
* Beter support for Array type.
* Remote objects should cheat devtools.
* Support cross-process callbacks.
2013-04-24 16:43:01 +08:00
..
api Initial RPC API implementation. 2013-04-24 16:43:01 +08:00
atom Initial RPC API implementation. 2013-04-24 16:43:01 +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 Renderer can now use process.send to send messages to browser. 2013-04-22 21:32:48 +08:00
atom_browser_context.h Renderer can now use process.send to send messages to browser. 2013-04-22 21:32:48 +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 Add ipc.sendSync in renderer. 2013-04-23 21:52:19 +08:00
native_window.h Add ipc.sendSync in renderer. 2013-04-23 21:52:19 +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