Cheng Zhao
|
b0c23294fe
|
Also use uv loop fixes in browser process.
|
2014-01-13 13:57:08 +08:00 |
|
Cheng Zhao
|
290dd36bb0
|
Activate uv loop when calling childProcess.fork.
Fixes #156.
|
2014-01-13 11:52:24 +08:00 |
|
Cheng Zhao
|
fe4841a1cd
|
Set module's filename to path of html.
The relative require relies on module.filename to work as expected.
|
2014-01-07 14:30:18 +08:00 |
|
Cheng Zhao
|
0de40febab
|
Add basic support for window.open's features.
|
2013-12-27 14:57:53 +08:00 |
|
Cheng Zhao
|
15a9be6b93
|
Implement a simple window.open with pure js.
|
2013-12-27 14:39:23 +08:00 |
|
Cheng Zhao
|
c04a9933cc
|
Fix __filename on Windows.
|
2013-12-17 22:16:15 +08:00 |
|
Cheng Zhao
|
998e9792fb
|
Make setImmediate have the same side effect with upstream node.
|
2013-12-15 19:09:00 +08:00 |
|
Cheng Zhao
|
0a84c30d3b
|
Redirect window.onerror to uncaughtException.
|
2013-12-15 16:32:41 +08:00 |
|
Cheng Zhao
|
7ba03ce23d
|
Add setImmediate function in renderer.
|
2013-12-15 16:21:23 +08:00 |
|
Cheng Zhao
|
aa3e8385df
|
Set __filename to the html file in renderer.
|
2013-12-15 16:11:00 +08:00 |
|
Cheng Zhao
|
886ebdb002
|
Use node's Environment feature to add "require" in renderer.
|
2013-12-15 14:20:28 +08:00 |
|