Cheng Zhao
|
4acbbd1ad7
|
Discard the idle gc module.
|
2013-07-29 20:34:07 +08:00 |
|
Cheng Zhao
|
1f8fd40195
|
Add auto-updater module.
|
2013-06-03 17:59:34 +08:00 |
|
Cheng Zhao
|
cd42fcceb9
|
Add crash reporter module (based on Quincy).
|
2013-06-01 15:57:37 +08:00 |
|
Cheng Zhao
|
7cc04035c4
|
Add Menu API. (WIP)
|
2013-05-06 20:27:09 +08:00 |
|
Cheng Zhao
|
ec43f740a7
|
Add the generialized showMessageBox API.
|
2013-05-03 21:03:26 +08:00 |
|
Cheng Zhao
|
4aeb5e1388
|
Add dialog API.
Supported APIs:
* openFile
* openMultiFiles
* openFolder
* saveAs
Each API is asynchronous and accepts a callback.
|
2013-05-03 19:31:24 +08:00 |
|
Cheng Zhao
|
66404b5f15
|
Add the 'app' built-in module.
|
2013-05-03 00:05:09 +08:00 |
|
Cheng Zhao
|
7a2734ed71
|
Add Clipboard API.
|
2013-04-30 16:10:25 +08:00 |
|
Cheng Zhao
|
157c978aa8
|
Add Shell API.
Include APIs:
shell.showItemInFolder
shell.openItem
shell.openExternal
shell.moveItemToTrash
|
2013-04-29 21:57:05 +08:00 |
|
Cheng Zhao
|
e91d4c7c99
|
Add WeakMap built-in module.
|
2013-04-25 21:46:04 +08:00 |
|
Cheng Zhao
|
a513daae30
|
Enable idle GC in browser.
|
2013-04-25 19:41:23 +08:00 |
|
Cheng Zhao
|
ddad3e4846
|
Add built-in v8_util module for internal use.
|
2013-04-25 16:30:31 +08:00 |
|
Cheng Zhao
|
ab4015ef51
|
Module names starting with atom_common_ can be loaded by both sides.
|
2013-04-25 15:36:01 +08:00 |
|
Cheng Zhao
|
16244e42e0
|
Use require('ipc').send to communicate between browser and renderer.
|
2013-04-23 12:18:07 +08:00 |
|
Cheng Zhao
|
2ba3ce740c
|
Remove RemoteObject, C++ layer should only have basic bridges.
|
2013-04-22 16:16:55 +08:00 |
|
Cheng Zhao
|
3ae0c99ca9
|
Add the RemoteObject API in renderer. (not implemented yet)
|
2013-04-22 09:13:25 +08:00 |
|
Cheng Zhao
|
5948bff23f
|
Share same native bindings code on both renderer and browser.
|
2013-04-21 14:53:26 +08:00 |
|