Cheng Zhao
|
225321b580
|
Make the completion callback optional
|
2015-08-12 21:32:52 +08:00 |
|
Cheng Zhao
|
96d53d279e
|
Initial implementation of new protocol API
|
2015-08-12 13:30:19 +08:00 |
|
Cheng Zhao
|
0f990d40cc
|
Use blink's allocator in Node's Buffer
|
2015-08-11 12:31:41 +08:00 |
|
Cheng Zhao
|
bc06195409
|
Link with a few more static libraries on Linux and OS X
|
2015-08-11 10:45:40 +08:00 |
|
Cheng Zhao
|
e43c63ae08
|
Update chrome_version.h
|
2015-08-11 10:40:41 +08:00 |
|
Cheng Zhao
|
7423c89968
|
Fix compilation warnings caused by chrome44 update
|
2015-08-11 10:08:34 +08:00 |
|
Cheng Zhao
|
5c57f92ba5
|
Update io.js to v3.0.0
|
2015-08-11 09:58:36 +08:00 |
|
Cheng Zhao
|
c5e540823b
|
Update to Chrome 44
|
2015-08-11 09:50:19 +08:00 |
|
Cheng Zhao
|
1bb0dde360
|
Use WebScopedRunV8Script in converted C++ functions
|
2015-08-07 19:37:17 +08:00 |
|
Cheng Zhao
|
2ff104d012
|
Move callback converter from native mate to electron
|
2015-08-07 19:35:35 +08:00 |
|
Cheng Zhao
|
6b65a66119
|
Update brightray for #2263
|
2015-08-04 22:53:03 +08:00 |
|
Cheng Zhao
|
69b20d25ee
|
Update brightray for #2294
|
2015-08-04 16:48:10 +08:00 |
|
Cheng Zhao
|
b311969f0e
|
Update brightray for #2327
|
2015-07-29 17:16:23 +08:00 |
|
Cheng Zhao
|
b786772819
|
Update brightray for #2324
|
2015-07-29 14:50:56 +08:00 |
|
Cheng Zhao
|
1578d2fda9
|
Allow the C++ JS binding function to accept arbitrary long arguments
|
2015-07-23 15:00:42 +08:00 |
|
Cheng Zhao
|
f6263f8c6b
|
Update brightray for #2238
|
2015-07-20 18:27:49 +08:00 |
|
Cheng Zhao
|
88ab23def9
|
Update brightray for #1852
|
2015-07-16 06:36:10 -07:00 |
|
Cheng Zhao
|
940db1d1dd
|
Provide default user agent in BrowserContext
|
2015-07-14 11:40:15 -07:00 |
|
Cheng Zhao
|
f8df377631
|
Update brightray, refs #1599
|
2015-07-13 15:14:28 -07:00 |
|
Cheng Zhao
|
5e7f1ce383
|
linux: Link with nss
|
2015-07-07 14:16:31 +08:00 |
|
Cheng Zhao
|
85a4ff83da
|
Some methods can be accessed after object is destroyed
|
2015-07-06 21:26:50 +08:00 |
|
Cheng Zhao
|
9cf09b8850
|
Update native_mate to have ability to check object's live
|
2015-07-06 18:20:39 +08:00 |
|
Cheng Zhao
|
f5a1ffcbd4
|
win: Build with cursors from Chromium
|
2015-07-06 15:19:28 +08:00 |
|
Cheng Zhao
|
1979b42ee7
|
OpenSSL is still used on Windows and Mac
|
2015-07-06 12:07:19 +08:00 |
|
Cheng Zhao
|
68155e5fb7
|
Don't use OpenSSL for networking
|
2015-07-06 10:53:00 +08:00 |
|
Cheng Zhao
|
70987a9029
|
Checkout boto in our repo
|
2015-07-03 23:33:49 +08:00 |
|
Cheng Zhao
|
5c85c2e5d5
|
Update node
|
2015-07-03 22:12:19 +08:00 |
|
Cheng Zhao
|
89b22db618
|
Build the python requests library
|
2015-07-03 14:23:42 +08:00 |
|
Cheng Zhao
|
c76d87719d
|
Build dump_syms for host arch
|
2015-07-02 07:10:05 +00:00 |
|
Cheng Zhao
|
b1db947def
|
Fix compilation errors due to compiler change
|
2015-07-01 07:56:29 +00:00 |
|
Cheng Zhao
|
3d88d56965
|
Support cross-compiling
|
2015-07-01 07:47:21 +00:00 |
|
Cheng Zhao
|
fdf7452ba9
|
Use downloaded clang for building
|
2015-07-01 14:44:45 +08:00 |
|
Cheng Zhao
|
04de1aa51d
|
Update to io.js v2.3.1
|
2015-06-29 12:18:50 +08:00 |
|
Antonin Hildebrand
|
a8d58ea448
|
Missing overrides
ninja compilation failed for me under OS X 10.11
|
2015-06-26 11:43:39 +02:00 |
|
Cheng Zhao
|
aa20f75335
|
Clean up ResolveProxyHelper
Since the ResolveProxyHelper is deleted after the callback is called,
there is no need to use weak reference.
|
2015-06-26 11:04:12 +08:00 |
|
Cheng Zhao
|
afa9f30aac
|
Add InspectableWebContentsViewDelegate
|
2015-06-25 12:30:04 +08:00 |
|
Cheng Zhao
|
5e62b5975b
|
Move "id" and "fromId" to C++
|
2015-06-24 16:37:48 +08:00 |
|
Cheng Zhao
|
197a9b4165
|
Remove calls to v8::Isolate::GetCurrent
It is generally a bad thing to do since we might have multiple Isolates.
|
2015-06-23 17:22:14 +08:00 |
|
Cheng Zhao
|
f76b60f295
|
Update brightray
|
2015-06-18 12:42:02 +08:00 |
|
Cheng Zhao
|
ad59393641
|
Update brightray, close #1025
|
2015-06-17 12:38:36 +08:00 |
|
Cheng Zhao
|
b03f44df10
|
Update brightray for #1960
|
2015-06-16 16:04:03 +08:00 |
|
Cheng Zhao
|
8181e9a0ef
|
Update brightray for #1941
|
2015-06-16 13:38:21 +08:00 |
|
Cheng Zhao
|
71598e15bf
|
Update node to fix crash caused by malloc
|
2015-06-10 21:08:54 +08:00 |
|
Cheng Zhao
|
cd3c061448
|
win: Fix compilation error
|
2015-06-10 19:34:30 +08:00 |
|
Cheng Zhao
|
b76642bd10
|
Update brightray
|
2015-06-10 19:16:45 +08:00 |
|
Cheng Zhao
|
731773765e
|
Update iojs to fix linking on Linux
|
2015-06-10 16:40:35 +08:00 |
|
Cheng Zhao
|
36f0ef703a
|
Update io.js to v2.2.1
|
2015-06-10 16:19:19 +08:00 |
|
Cheng Zhao
|
f8c6056eec
|
Upgrade brightray, fix #1901
|
2015-06-09 11:10:15 +08:00 |
|
Cheng Zhao
|
47cb06e201
|
Update brightray for --log-net-log
|
2015-06-09 09:52:11 +08:00 |
|
Cheng Zhao
|
05468cc3fa
|
Remove devtools APIs from NativeWindow
|
2015-06-05 17:01:17 +08:00 |
|