Cheng Zhao
|
94e24abb99
|
Use the new style remote module in Electron
|
2015-11-13 22:22:25 +08:00 |
|
Cheng Zhao
|
b925ac0056
|
Send sync message to get list of modules
|
2015-11-13 22:15:16 +08:00 |
|
Cheng Zhao
|
099278855c
|
Simplify how remote.require('electron') is optimized
|
2015-11-13 21:54:56 +08:00 |
|
Cheng Zhao
|
9bf0a8647e
|
Make it easier to use remote
|
2015-11-13 21:52:27 +08:00 |
|
Cheng Zhao
|
fbb8e61958
|
Replace "Url" in API names with "URL"
|
2015-11-13 16:03:40 +08:00 |
|
Cheng Zhao
|
8b2942c279
|
Optimize remote.require('electron')
|
2015-11-12 20:30:40 +08:00 |
|
Cheng Zhao
|
1d1f911b09
|
Use require('electron') in Electron's code
|
2015-11-12 20:29:30 +08:00 |
|
Cheng Zhao
|
c2c09daa23
|
Add "electron" module
|
2015-11-12 16:40:27 +08:00 |
|
Cheng Zhao
|
6515a445a0
|
Use ipcRenderer in Electron's code
|
2015-11-10 15:29:43 +08:00 |
|
Cheng Zhao
|
828d911ed1
|
Deprecate ipc module for ipcRenderer
|
2015-11-10 15:12:07 +08:00 |
|
Cheng Zhao
|
91c4ed26fc
|
Print warnings for deprecated APIs
|
2015-11-09 21:51:30 +08:00 |
|
Cheng Zhao
|
647a0c4e2b
|
Code cleanup for remote module
|
2015-11-02 20:28:01 +08:00 |
|
Max Claus Nunes
|
bbb5aef5d2
|
Improve error handling from remote
This way copy all properties available in the error object and keep the real stack trace
|
2015-10-31 21:20:54 -02:00 |
|
Robo
|
eae7c840b7
|
use idweakmap for holding callbacks in browser
|
2015-10-29 17:51:56 +05:30 |
|
Cheng Zhao
|
a3f62da615
|
Fix passing Date object in remote
Close #2017.
|
2015-10-23 14:51:41 +08:00 |
|
Cheng Zhao
|
d5c964c68c
|
Fix passing Error object in remote
Closes #3089
|
2015-10-23 14:37:28 +08:00 |
|
Cheng Zhao
|
1045bbc861
|
Do not enumerate windows in remote.getCurrentWindow
|
2015-10-01 14:08:33 +08:00 |
|
Cheng Zhao
|
42515c6f41
|
No more need of manually setting process as local variable
|
2015-09-22 14:30:54 +08:00 |
|
Cheng Zhao
|
64e8ce0c07
|
Don't rely on IDWeakMap for bookkeeping remote objects
It frees us from using C++ to track JS objects, thus improves the
performance of collecting memory.
|
2015-08-27 19:01:34 +08:00 |
|
Ryohei Ikegami
|
c8a794ac34
|
Use constructor name to check if Promise
|
2015-08-01 12:20:16 +09:00 |
|
Ryohei Ikegami
|
92af275f98
|
Support remote Promise in browser
|
2015-07-31 14:52:48 +09:00 |
|
Ryohei Ikegami
|
ddf2cfd48d
|
Support remote Promise in renderer
|
2015-07-31 14:52:37 +09:00 |
|
deepak1556
|
193f95a888
|
remote: handle circular reference in wrapArgs
|
2015-06-16 13:43:30 +05:30 |
|
Cheng Zhao
|
4b12a95d37
|
Transfer Buffer through "remote"
|
2015-06-10 11:58:15 +08:00 |
|
Cheng Zhao
|
4c10925694
|
Add remote.getCurrentWebContents API
|
2015-05-11 14:05:20 +08:00 |
|
deepak1556
|
8395745cc1
|
using Object.defineProperty instead of __defineMethods__
|
2015-03-11 04:18:11 +05:30 |
|
Cheng Zhao
|
20431f4f2f
|
No need to route via ATOM_INTERNAL_MESSAGE
|
2015-01-27 10:47:11 -08:00 |
|
Cheng Zhao
|
a10782cdea
|
Don't rely on the global process object for message dispatching
|
2015-01-26 18:42:43 -08:00 |
|
Cheng Zhao
|
809c995c0b
|
Make "screen" module a browser module
|
2015-01-16 11:01:38 -08:00 |
|
Cheng Zhao
|
a8f5a4e2d4
|
Add sendToHost method
|
2014-12-17 11:09:11 -08:00 |
|
Cheng Zhao
|
d46300587a
|
Remove uses of deprecated APIs in remote module
|
2014-12-17 11:00:41 -08:00 |
|
Cheng Zhao
|
404e08c0e7
|
Make remote.getCurrentWindow() work in <webview>
|
2014-10-26 19:30:53 +08:00 |
|
Cheng Zhao
|
e95c1256a0
|
Add remote.getGuestWebContents
|
2014-10-24 19:57:29 +08:00 |
|
Cheng Zhao
|
4ccb0cccf3
|
Rename web-view module to web-frame
|
2014-10-24 18:45:03 +08:00 |
|
Cheng Zhao
|
accfabf569
|
Add web-view module.
|
2014-06-16 14:27:57 +08:00 |
|
Cheng Zhao
|
c0875864dc
|
Handle IPC messages in webContents instead of BrowserWindow.
|
2014-04-25 16:13:16 +08:00 |
|
Cheng Zhao
|
516d46444d
|
Move all sources under atom/.
|
2014-03-16 08:30:26 +08:00 |
|