Cheng Zhao
|
55034be104
|
Add power-monitor module, fixes #45.
|
2013-08-03 16:03:56 +08:00 |
|
Cheng Zhao
|
008b8d404d
|
Don't separate node bindings into renderer and browser part.
Since we are going to use embeding thread to implement message
integration on all platforms, we do not need to separate renderer and
browser anymore.
|
2013-07-22 16:05:35 +08:00 |
|
Cheng Zhao
|
8bdf06131b
|
Separate the creation function of NodeBindings for renderer and browser.
On Windows the message loop integration would need two different
implementations.
|
2013-07-04 19:47:48 +08:00 |
|
Cheng Zhao
|
bf409efc46
|
Add 'will-finish-launching' event for app.
|
2013-06-03 15:31:46 +08:00 |
|
Cheng Zhao
|
4133fc28d9
|
Emit 'finish-launching' event when the application has finished launching.
|
2013-05-30 19:12:14 +08:00 |
|
Cheng Zhao
|
d151d494bd
|
Add Browser class to controll when the application should quit.
|
2013-05-02 23:43:23 +08:00 |
|
Cheng Zhao
|
43d42ca57f
|
Quiting the application is now equivalent to close all windows.
|
2013-05-02 20:09:19 +08:00 |
|
Cheng Zhao
|
c22d927b6f
|
Messages from renderer will be emitted to the process object in browser.
|
2013-04-22 22:24:02 +08:00 |
|
Cheng Zhao
|
66a0abe799
|
Renderer can now use process.send to send messages to browser.
|
2013-04-22 21:32:48 +08:00 |
|
Cheng Zhao
|
5948bff23f
|
Share same native bindings code on both renderer and browser.
|
2013-04-21 14:53:26 +08:00 |
|
Cheng Zhao
|
d3e4db7ba3
|
Emit 'page-title-updated' as javascript event for window.
|
2013-04-18 23:50:47 +08:00 |
|
Cheng Zhao
|
60528e53ee
|
Use JavaScript to open the main window.
|
2013-04-17 20:05:43 +08:00 |
|
Cheng Zhao
|
7da34e65f7
|
Initial empty window javascript binding.
|
2013-04-16 00:25:08 +08:00 |
|
Cheng Zhao
|
0f6ece2d27
|
Add our own built-in native module system.
|
2013-04-14 15:36:48 +08:00 |
|
Cheng Zhao
|
409228207c
|
Integrate libuv with browser's message loop.
|
2013-04-13 23:05:13 +08:00 |
|
Cheng Zhao
|
40307126d7
|
Load atom.js on startup.
|
2013-04-13 21:10:41 +08:00 |
|
Cheng Zhao
|
f853fc3df5
|
Initialize node in browser process.
|
2013-04-13 18:39:09 +08:00 |
|
Cheng Zhao
|
f5e74e1b65
|
AtomBrowserMainParts is platform-independent now.
|
2013-04-12 15:57:17 +08:00 |
|
Cheng Zhao
|
a915cf2e81
|
Initial empty browser.
|
2013-04-12 10:14:23 +08:00 |
|