Cheng Zhao
|
7d93b4a48f
|
Fix polluting devtools in some cases.
|
2014-02-24 13:14:01 +08:00 |
|
Cheng Zhao
|
ed34aa6fb3
|
Disable node integration in devtools.
|
2014-02-21 22:42:33 +08:00 |
|
Cheng Zhao
|
192014cc3f
|
Do not use plain string iterals.
|
2014-01-31 10:41:20 +08:00 |
|
Cheng Zhao
|
ec00da416f
|
Rename iframe-security to node-integration.
|
2014-01-30 23:20:12 +08:00 |
|
Cheng Zhao
|
d4929de33c
|
Add iframe-security support.
|
2014-01-30 22:47:21 +08:00 |
|
Cheng Zhao
|
249366c90a
|
Restart renderer process for all navigations and reloads, fixes #157.
|
2014-01-14 16:03:01 +08:00 |
|
Cheng Zhao
|
3747048218
|
💄 get_uv_env() => uv_env().
|
2014-01-10 16:29:38 +08:00 |
|
Cheng Zhao
|
e536d0e7a8
|
Leak the node environment when unloading.
|
2014-01-10 11:04:54 +08:00 |
|
Cheng Zhao
|
fff743053a
|
Store all created environments in renderer.
|
2014-01-09 22:13:06 +08:00 |
|
Cheng Zhao
|
e7b7efeb0a
|
Wrap uv loop with web page context in renderer.
|
2014-01-09 21:35:29 +08:00 |
|
Cheng Zhao
|
980e8ca4dc
|
Free the node environment when releasing context.
|
2013-12-23 22:19:51 +08:00 |
|
Cheng Zhao
|
df0094b6cb
|
Move node integration from RenderViewObserver to RendererClient.
|
2013-12-23 22:08:45 +08:00 |
|
Cheng Zhao
|
886ebdb002
|
Use node's Environment feature to add "require" in renderer.
|
2013-12-15 14:20:28 +08:00 |
|
Cheng Zhao
|
409a431892
|
Huge commit to use new V8 and Content APIs.
Still got a lots of linking errors!
|
2013-12-11 15:48:19 +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
|
f3a8a0741c
|
Use the new way of reporting exception in node context.
More on this can be found at:
3c0fc7ad9f
|
2013-05-23 13:49:13 +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
|
a7c3bdbf5d
|
Separate AtomBindings for renderer.
|
2013-04-22 16:27:52 +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
|
4c0a162963
|
Inject node bindings to renderer's DOM.
|
2013-04-20 11:13:06 +08:00 |
|
Cheng Zhao
|
a915cf2e81
|
Initial empty browser.
|
2013-04-12 10:14:23 +08:00 |
|