Cheng Zhao
|
f5f3278ffa
|
Bump v0.31.2
|
2015-09-02 11:12:01 +08:00 |
|
Cheng Zhao
|
4e7f56846f
|
Merge pull request #2650 from deepak1556/webcontents_download_event_patch
app: add will-download event to defaultSession
|
2015-09-01 20:10:43 +08:00 |
|
Robo
|
4062ca5f68
|
implement wrapSession
|
2015-09-01 16:50:42 +05:30 |
|
Robo
|
af52eda0eb
|
process: api to set file descriptor soft limit
|
2015-08-31 13:00:04 +05:30 |
|
Cheng Zhao
|
37244c3b08
|
Remove extra output
|
2015-08-27 20:35:04 +08:00 |
|
Cheng Zhao
|
63eb4b72e2
|
IDWeakMap is not used anly more in JS
|
2015-08-27 19:55:16 +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 |
|
Cheng Zhao
|
bd64f5ced2
|
Use V8's new SetWeak method
|
2015-08-27 16:41:51 +08:00 |
|
Cheng Zhao
|
f7c75d36ba
|
Do not create remote object for simple return values of APIs
|
2015-08-27 16:14:53 +08:00 |
|
Cheng Zhao
|
e432638b7d
|
Update node: Remove unneeded exports
|
2015-08-27 13:51:46 +08:00 |
|
Cheng Zhao
|
573c959a75
|
Use our debugger implementation in Node
|
2015-08-27 13:16:19 +08:00 |
|
Cheng Zhao
|
a1a6ea6fe1
|
Revert "Remove our own debugger implementation"
This reverts commit 1d148fe2fb .
|
2015-08-27 12:25:28 +08:00 |
|
Robo
|
be18a114e2
|
nativemate: increase recursion depth
|
2015-08-26 15:52:28 +05:30 |
|
Cheng Zhao
|
68a98d5dc2
|
Bump v0.31.0
|
2015-08-21 19:51:56 +08:00 |
|
Cheng Zhao
|
9212a1db8e
|
Merge branch 'master' into chrome44
|
2015-08-21 19:29:34 +08:00 |
|
Cheng Zhao
|
e016100860
|
Bump v0.30.5
|
2015-08-21 12:08:32 +08:00 |
|
Cheng Zhao
|
82fc98848a
|
win: Move the ICO reading code into a separate function
|
2015-08-21 12:06:38 +08:00 |
|
Cheng Zhao
|
ec18c2f354
|
Merge pull request #2453 from etiktin/nativeimage_ico_support_windows
Add support for using .ico icon files on Windows
|
2015-08-21 11:45:12 +08:00 |
|
Matt Mastracci
|
e628c7b37d
|
Fix for issue 1968: use uv_backend_timeout to determine timeout to match other platforms
|
2015-08-20 20:13:04 -06:00 |
|
Eran Tiktin
|
f386342a7c
|
Fix memory leak and confirming to style guide
Fixed according to @hokein 's suggestions.
|
2015-08-20 19:26:20 +03:00 |
|
Eran Tiktin
|
2bc087b5d5
|
Merge branch 'master' into nativeimage_ico_support_windows
|
2015-08-20 17:11:52 +03:00 |
|
Cheng Zhao
|
ebb1ddc0df
|
Support converting Buffer to Value
|
2015-08-12 15:39:33 +08:00 |
|
Cheng Zhao
|
e43c63ae08
|
Update chrome_version.h
|
2015-08-11 10:40:41 +08:00 |
|
Haojian Wu
|
11ffb9dfb6
|
Fix node::Buffer API changes.
|
2015-08-11 09:48:29 +08:00 |
|
Haojian Wu
|
fc4031ec26
|
Now the value in ScopedPtrHashMap is required to be scoped_ptr.
|
2015-08-11 09:48:29 +08:00 |
|
Haojian Wu
|
8fda175264
|
Update base::Value::CreateNullValue API changes.
|
2015-08-11 09:48:29 +08:00 |
|
Cheng Zhao
|
b4e836bf2e
|
Bump v0.30.4
|
2015-08-10 16:50:48 +08:00 |
|
Eran Tiktin
|
850edd546c
|
Added support for reading .ico from asar
If the file path is to an asar archive, we extract the file to temp, so
LoadImage can load it
|
2015-08-08 21:57:29 +03:00 |
|
Eran Tiktin
|
ab1b4c46b2
|
Converted tabs to spaces
|
2015-08-08 18:31:12 +03:00 |
|
Eran Tiktin
|
bec7a399cb
|
Add support for using .ico icon files on Windows
NativeImage::CreateFromPath now supports loading .ico icon files on
Windows.
|
2015-08-08 17:58:05 +03:00 |
|
Cheng Zhao
|
0bf5effe58
|
Bump v0.30.3
|
2015-08-07 22:04:59 +08:00 |
|
Cheng Zhao
|
c51f349dfa
|
Run microtask before handling pending process.nextTick tasks
This follows the behavior of Node.js.
|
2015-08-07 21:26:24 +08:00 |
|
Cheng Zhao
|
1bb0dde360
|
Use WebScopedRunV8Script in converted C++ functions
|
2015-08-07 19:37:17 +08:00 |
|
Cheng Zhao
|
5c18d89453
|
Reimplement callback.h with C++11
|
2015-08-07 19:35:35 +08:00 |
|
Cheng Zhao
|
2ff104d012
|
Move callback converter from native mate to electron
|
2015-08-07 19:35:35 +08:00 |
|
Cheng Zhao
|
74fa2c809d
|
Make every JS function call is wrapped with V8RecursionScope
|
2015-08-07 19:35:35 +08:00 |
|
Cheng Zhao
|
ab44edd294
|
Perform microtask checkpoint after diving into libuv
|
2015-08-07 19:35:35 +08:00 |
|
Cheng Zhao
|
2f04f76e69
|
ImageSkiaRep doesn't release memory
|
2015-08-05 15:49:37 +08:00 |
|
Cheng Zhao
|
c872b1a770
|
Use different name for window class name
|
2015-08-04 19:35:46 +08:00 |
|
Cheng Zhao
|
db58048077
|
Use different name for wait events for different apps
|
2015-08-04 19:30:35 +08:00 |
|
Cheng Zhao
|
14803e4cf8
|
Close handle when waiting is end
|
2015-08-04 19:18:12 +08:00 |
|
Robo
|
239d535cac
|
render: executejavascript with option to simulate usergesture
|
2015-07-30 15:38:46 +05:30 |
|
Cheng Zhao
|
2ab079dc7d
|
Bump v0.30.2
|
2015-07-30 14:17:43 +08:00 |
|
Cheng Zhao
|
2d5c0ac9ee
|
Coffeescript declares variable before assigning it
|
2015-07-30 10:31:49 +08:00 |
|
Cheng Zhao
|
8d09f13bad
|
Fix running callback when global.global is deleted
Close #2366.
|
2015-07-30 10:28:24 +08:00 |
|
Cheng Zhao
|
9afa94f4b8
|
win: Implement double-clicked event
|
2015-07-29 12:36:01 +08:00 |
|
Cheng Zhao
|
2c97cd64cf
|
Minor style fix for #2352
|
2015-07-29 11:48:40 +08:00 |
|
Nishanth Shanmugham
|
9211109088
|
Add NativeImage.IsTemplateImage method
* Rename internal function that determines template image filename patterns
* Add the new IsTemplateMethod
|
2015-07-26 21:58:48 -07:00 |
|
Cheng Zhao
|
7ceca9f426
|
Bump v0.30.1
|
2015-07-24 16:59:18 +08:00 |
|
Cheng Zhao
|
eb92e9cdd8
|
Use node::MakeCallback to emit events in C++
Fix #2165
|
2015-07-23 13:48:34 +08:00 |
|