Cheng Zhao
|
02ce727ff6
|
Bump v1.3.5
|
2016-09-02 13:59:28 +09:00 |
|
Kevin Sawicki
|
8a9776b227
|
Move IsExternal check to FromV8ValueImpl
|
2016-08-30 08:51:22 -07:00 |
|
Kevin Sawicki
|
58fc1b7933
|
Ignore external values when serializing
|
2016-08-29 10:38:16 -07:00 |
|
Kevin Sawicki
|
4579ec6094
|
Don't convert values with internal fields
|
2016-08-29 10:38:16 -07:00 |
|
Cheng Zhao
|
4e800e7fef
|
Merge pull request #7002 from electron/include-alpha
Enable alphabetical include order cpplint rule
|
2016-08-29 15:19:05 +09:00 |
|
Kevin Sawicki
|
3dd5628ded
|
Include windows.h first
|
2016-08-26 16:00:05 -07:00 |
|
Kevin Sawicki
|
6285500cdc
|
Sort includes alphabetically
|
2016-08-26 15:30:02 -07:00 |
|
Kevin Sawicki
|
7dd1a7e6f4
|
Only set _debugWaitConnect in main process
|
2016-08-26 12:30:27 -07:00 |
|
Kevin Sawicki
|
056e5b951b
|
Set process._debugWaitConnect with --debug-brk is specified
|
2016-08-26 12:06:15 -07:00 |
|
Kevin Sawicki
|
50e2e26e4f
|
Improve cycle detection in V8ValueConverter
|
2016-08-25 09:26:07 -07:00 |
|
Cheng Zhao
|
88979a9844
|
Bump v1.3.4
|
2016-08-23 17:03:07 +09:00 |
|
Cheng Zhao
|
103fea5cdf
|
Use scoped policy for micro tasks
|
2016-08-22 19:34:59 +09:00 |
|
Cheng Zhao
|
47c37d6f51
|
Merge pull request #6814 from brave/net-converter-fix
don't convert a string to an array buffer
|
2016-08-17 20:44:13 +09:00 |
|
bridiver
|
94c60379d1
|
don't convert a string to an array buffer
|
2016-08-13 13:35:23 -07:00 |
|
Andy Dill
|
704561b255
|
use MSG_ROUTING_NONE to initialize routing_id_ rather than 0
|
2016-08-12 13:03:31 -07:00 |
|
Andy Dill
|
a3bd54a41a
|
👕 fix lint line length error in remote_object_freer
|
2016-08-12 09:38:49 -07:00 |
|
Andy Dill
|
067aa3dbef
|
cache routing_id so we can look up the render_view in RunDestructor with no v8 calls
|
2016-08-12 09:16:10 -07:00 |
|
deepak1556
|
ee298ea0e3
|
webContents: fix value of contextMenu hasImageContents property
|
2016-08-12 00:55:20 +05:30 |
|
Cheng Zhao
|
912c7716b3
|
Bump v1.3.3
|
2016-08-10 16:00:24 +09:00 |
|
Kevin Sawicki
|
42a1136c88
|
Remove HasRealNamedCallbackProperty check
|
2016-08-08 09:35:40 -07:00 |
|
Kevin Sawicki
|
fdc666708f
|
Use ATOM_COMMON_ATOM_VERSION_H_ as ifdef guar
|
2016-08-05 10:52:56 -07:00 |
|
Cheng Zhao
|
1be253e1aa
|
Cleanup the code of getBitmap
|
2016-08-05 18:05:44 +09:00 |
|
Heilig Benedek
|
37f5ef5712
|
add getBitmap to NativeImage
|
2016-08-05 17:40:42 +09:00 |
|
Saúl Ibarra Corretgé
|
d6ff804b9a
|
Remove unneeded flag check
stop_flag is only set if uv_stop was called, which is never the case, so
skipping the test should be harmless.
|
2016-08-03 12:52:17 +01:00 |
|
Saúl Ibarra Corretgé
|
0da72be8a9
|
Remove unneeded libuv callback
|
2016-08-03 12:48:58 +01:00 |
|
Cheng Zhao
|
1445ea8baf
|
Revert Node's call of SetAutorunMicrotasks(false)
|
2016-08-03 17:57:10 +09:00 |
|
Cheng Zhao
|
5dabc47440
|
Remove the view-painted event
|
2016-08-03 16:20:55 +09:00 |
|
Cheng Zhao
|
59076711cb
|
Bump v1.3.2
|
2016-08-03 07:18:31 +09:00 |
|
Cheng Zhao
|
8c3232dc56
|
Every native class now gets a name
|
2016-08-02 19:28:12 +09:00 |
|
Cheng Zhao
|
cb19efe49c
|
Pass FunctionTemplate in BuildPrototype
|
2016-08-02 18:08:12 +09:00 |
|
Cheng Zhao
|
8cd4612fe0
|
Get rid of Constructor class
|
2016-08-02 17:02:04 +09:00 |
|
Cheng Zhao
|
e1152ae96c
|
Remove usages of linked_ptr
It is no longer needed since we now have move semantic.
|
2016-08-01 20:26:06 +09:00 |
|
Heilig Benedek
|
7a471e1ab7
|
fix UTF character sending as suggested by @zcbenz
|
2016-08-01 02:14:11 +02:00 |
|
Heilig Benedek
|
bc7c5c567c
|
fix toBUFFER naming issue and cursor-changed parameter order
|
2016-08-01 02:13:31 +02:00 |
|
Heilig Benedek
|
21962be60e
|
Adds option to get raw data from NativeImage
|
2016-07-31 05:24:44 +02:00 |
|
Heilig Benedek
|
af80b9a7df
|
Fixes not being able to send UTF8 characters anymore
|
2016-07-31 05:24:28 +02:00 |
|
Cheng Zhao
|
242ce4f818
|
Fix building on non-Windows
|
2016-07-27 19:55:05 +09:00 |
|
Cheng Zhao
|
ff5b8047a1
|
Throw exception when ReadShortcutLink failed
|
2016-07-27 16:32:32 +09:00 |
|
Cheng Zhao
|
25538fe7fb
|
All fields are always returned
|
2016-07-27 16:23:35 +09:00 |
|
Cheng Zhao
|
60ba2d624e
|
Initialize COM before using the API
|
2016-07-27 16:20:53 +09:00 |
|
Cheng Zhao
|
7f3443b138
|
Add shell.writeShortcutLink/readShortcutLink
|
2016-07-27 16:16:21 +09:00 |
|
Cheng Zhao
|
367f94aa76
|
Bump v1.3.1
|
2016-07-27 13:21:17 +09:00 |
|
Kevin Sawicki
|
7a1b796dd0
|
Change registered flag from InitBreakpad
|
2016-07-26 10:54:30 -07:00 |
|
Kevin Sawicki
|
8956388804
|
Only register code range once
|
2016-07-26 10:40:11 -07:00 |
|
Cheng Zhao
|
c497765dea
|
Merge pull request #6524 from liusy182/painted-event-6426
add "view-painted" event to WebContent.
|
2016-07-25 16:02:50 +09:00 |
|
Cheng Zhao
|
c0f81d14e4
|
Bump v1.3.0
|
2016-07-25 12:57:10 +09:00 |
|
Cheng Zhao
|
d22dc6c7d3
|
Update to Chrome 52.0.2743.82
|
2016-07-21 06:07:05 -06:00 |
|
Cheng Zhao
|
b57665330c
|
Merge branch 'master' into chrome52
|
2016-07-21 05:34:36 -06:00 |
|
Cheng Zhao
|
39bd2bee8e
|
Avoid using CHECK in files using node headesr
Node has its own CHECK macro which requires linking with node::Assert.
|
2016-07-21 16:56:48 +09:00 |
|
Cheng Zhao
|
7d42797c1f
|
Update node headers including
|
2016-07-21 00:57:34 -06:00 |
|