deepak1556
e5100cd103
Remove grit submodule
2017-03-14 00:26:27 +05:30
deepak1556
e4b97a3c93
update submodules to latest
2017-03-14 00:26:27 +05:30
deepak1556
ed89a603f3
update pdf_viewer to chrome 56.0.2924.87
2017-03-14 00:26:27 +05:30
deepak1556
6e241c5e0d
update submodule
2017-03-14 00:26:27 +05:30
deepak1556
56c0eb74ff
update submodule
2017-03-14 00:26:27 +05:30
deepak1556
ddc2e0df71
code cleanup
2017-03-14 00:25:59 +05:30
deepak1556
008497500b
update pdf_viewer submodule to use stream url
2017-03-14 00:25:59 +05:30
deepak1556
c4dd2f4f56
add pdf webui as submodule
2017-03-14 00:25:59 +05:30
deepak1556
a7ed7068f6
remove grit
2017-03-14 00:25:59 +05:30
Thiago de Arruda
d78f3cae7b
Expose builtin v8 modules to AtomSandboxedRendererClient
...
- Adapt node.cc code that implements `process.binding` to create a similar
object in AtomSandboxedRendererClient.
- Replace the ipc binding object passed to `lib/sandboxed_renderer/init.js` by
the new binding object.
- Refactor the initialization script to use this new object to fetch the ipc
binding and store as a hidden value using the `v8_util` module.
This change also required applying a patch to node.js, so the submodule commit
was updated.
2017-03-09 20:39:14 -03:00
Kevin Sawicki
ad03ba73a4
Upgrade node for Buffer wrapper fix
2017-02-24 09:57:32 -08:00
Kevin Sawicki
e60601898d
Upgrade native_mate
2017-02-17 10:25:20 -08:00
Kevin Sawicki
8e09fcd2a9
Upgrade node for require wrapper Buffer change
2017-02-14 08:42:34 -08:00
Kevin Sawicki
1f0bc7fe86
Upgrade brigthray for context crash fix
2017-02-14 08:25:27 -08:00
Cheng Zhao
16382162f8
Update brightray for electron/brightray#275 .
2017-02-13 19:27:21 +09:00
Kevin Sawicki
090255c3f4
Upgrade node for require wrapper this
fix
2017-02-08 09:00:14 -08:00
Kevin Sawicki
dbb81e34e8
Upgrade node for modules version bump
2017-02-06 10:34:30 -08:00
Cheng Zhao
ec650b3773
Update to Chrome 56.0.2924.87
2017-02-06 10:34:30 -08:00
Cheng Zhao
c69626336d
Link with xcb on Linux
2017-02-06 10:34:29 -08:00
Cheng Zhao
82d796ded4
Fix missing of symbols issue on Release build
2017-02-06 10:34:29 -08:00
Cheng Zhao
be29ea4dad
libgtk2ui => libgtkui
2017-02-06 10:34:29 -08:00
Cheng Zhao
55d4d44f02
Fix Debug building on Windows
2017-02-06 10:34:29 -08:00
Cheng Zhao
c72438f09f
WebInspector has been split up
2017-02-06 10:34:29 -08:00
Cheng Zhao
0a7c51b9aa
Fix linking on Mac
2017-02-06 10:34:29 -08:00
Cheng Zhao
fa4b8cff45
Fix error due to search for openssl headers
2017-02-06 10:34:29 -08:00
Cheng Zhao
7a7b72ce04
SimpleMenuModel::MenuClosed renamed to MenuWillClose
2017-02-06 10:34:28 -08:00
Cheng Zhao
406224edff
enable_pepper_cdms is now a feature flag
...
So we should not define it anymore.
2017-02-06 10:34:28 -08:00
Cheng Zhao
c1df762656
Update crashpad to 556c4e4
2017-02-06 10:34:28 -08:00
James Ide
0430380de1
Update the Node submodule to use the new module wrapper
...
See the fixed issue for the context. This pulls in a vendored copy of Node that includes the described patch.
Fixes #8358
Test Plan: Built Electron and verified it loaded the sample app correctly and that the module wrapper is the new one by viewing Node's source code in the Blink Inspector.
Added specs and tested with `npm test -- --grep "global variables"`
2017-01-30 09:37:14 -08:00
Kevin Sawicki
ff718b19db
Upgrade node for new 7.4 patches and changes
2017-01-26 14:46:50 -08:00
Birunthan Mohanathas
a560df3327
Update node to pick up Windows compilation fix
2017-01-19 09:05:59 +02:00
Kevin Sawicki
54e2c480cb
Upgrade to node 7.4
2017-01-19 09:05:59 +02:00
Kevin Sawicki
43067e01e9
Upgrade to latest libcc
2017-01-19 09:05:59 +02:00
Ales Pergl
a52d780e7a
Update brightray
and crashpad
2017-01-19 09:05:59 +02:00
Cheng Zhao
bdc334d797
Update brightray and libchromiumcontent to Chrome 54
2017-01-19 09:05:59 +02:00
Kevin Sawicki
f92f851f11
Upgrade brightray for dev tools fix
2017-01-13 09:19:17 -08:00
Kevin Sawicki
24b5abcc39
Upgrade brightray for network emulation fix
2017-01-09 10:42:48 -08:00
Kevin Sawicki
25ac23ab17
Upgrade brightray
2016-12-13 15:54:13 -08:00
Kevin Sawicki
cae601a682
Upgrade brightray for media device salt fix
2016-12-12 13:31:08 -08:00
Kevin Sawicki
709dd0bf18
Upgrade to Chrome 53.0.2785.143
2016-11-09 11:03:44 -08:00
Kevin Sawicki
53ff706cd2
Upgrade brigthray for notification crash fix
2016-10-31 09:02:18 -07:00
Kevin Sawicki
078c924760
Upgrade brightray for notification crash fix
2016-10-31 08:54:57 -07:00
Kevin Sawicki
31b4f61815
Merge pull request #7651 from deepak1556/session_cert_verifier_patch
...
session: exclude hosts from CT verification if they are handled by custom cert verifiers
2016-10-24 16:53:04 +09:00
Kevin Sawicki
83f47bc980
Upgrade brighray for RequireCTDelegate
2016-10-24 15:44:21 +09:00
Kevin Sawicki
0417a3e51e
Upgrade node for process logging fix patch
2016-10-12 13:48:48 -07:00
Zeke Sikelianos
3e4a0705e9
standardize docs
2016-10-11 22:37:32 -07:00
Kevin Sawicki
66f825beb1
Upgrade brightray for devtools dock state preference fix
2016-10-11 08:45:42 -07:00
Cheng Zhao
e24267d060
Update brightray for #7503
2016-10-10 11:35:59 +09:00
Cheng Zhao
051e5c27b3
Update brightray for #7332
2016-10-06 14:42:14 +09:00
Kevin Sawicki
0e1290fc10
Upgrade brightray for merged cookie delegate support
2016-09-29 09:18:21 -07:00
Kevin Sawicki
5d23d165a9
Upgrade brigthray for cookie monster delegate
2016-09-29 09:16:29 -07:00
Kevin Sawicki
3cff64001d
Upgrade brightray for CT crash fix
2016-09-28 16:02:48 -07:00
Kevin Sawicki
696e5e73bc
Upgrade Brigthray for CT log verifier fix
2016-09-21 11:29:09 -07:00
Cheng Zhao
07a08077a2
Revert electron/brightray#246
2016-09-19 16:31:00 +09:00
Cheng Zhao
d1274bb79f
Update brightray for #7073
2016-09-16 21:28:24 +09:00
Cheng Zhao
5be8104104
Update to Chrome 53.0.2785.113
2016-09-15 14:27:56 +09:00
Cheng Zhao
dc2ced14b8
Node module version should be 50
2016-09-14 17:08:13 +09:00
Cheng Zhao
1de2b77ee4
Update to Node 6.5.0
2016-09-14 16:23:00 +09:00
Cheng Zhao
937ae7ef8f
Fix crash caused by new network parameters
2016-09-14 16:23:00 +09:00
Cheng Zhao
6d8f900916
Fix building on Windows
2016-09-14 16:22:43 +09:00
Cheng Zhao
2e0a1a8a64
Upgrade to Chrome 53
2016-09-14 16:22:41 +09:00
Cheng Zhao
31e947a9f7
Update brightray submodule
2016-09-01 19:12:44 +09:00
Cheng Zhao
c41183302b
Update brightray for #6755
2016-08-12 17:37:38 +09:00
Cheng Zhao
b285b22b07
Update native_mate
2016-08-11 17:23:03 +09:00
Cheng Zhao
3dd57d1171
Update brightray and libchromiumcontent to latest for #6769
2016-08-08 20:17:41 +09:00
Cheng Zhao
ce5bdaf46f
Update brightray for #6708
2016-08-05 16:23:59 +09:00
Cheng Zhao
c0c7b81aed
Fix building on Linux
2016-08-04 16:43:30 +09:00
Cheng Zhao
31d8e1b9c9
Also show the text on Windows and Linux
2016-08-04 16:36:01 +09:00
Cheng Zhao
c68e9cb595
Use electron/brightray
2016-08-03 10:10:58 +09:00
gellert
8eed91d87a
Merge remote-tracking branch 'upstream/master' into speedup-gpu
2016-08-02 14:59:03 +02: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
8f62e79243
GetConstructor now returns FunctionTemplate
2016-08-02 17:20:58 +09:00
Cheng Zhao
8cd4612fe0
Get rid of Constructor class
2016-08-02 17:02:04 +09:00
Cheng Zhao
846ec5ba49
AttachAsUserData now can assume the existence of wrapper
2016-08-02 15:28:32 +09:00
Cheng Zhao
1505a46ed0
Do not rely on Constructor to call Init
...
This makes it deterministic when the JavaScript is initialized, which
can make our logic more clear.
2016-08-02 15:15:40 +09:00
Heilig Benedek
a4a2579423
brightray commit update
2016-08-01 13:22:16 +02:00
gellert
439ad94afe
Merge remote-tracking branch 'upstream/master' into speedup-gpu
2016-08-01 12:00:34 +02:00
Cheng Zhao
5643feabc3
Load 200 DPI resources on Linux
2016-07-29 10:51:31 +09:00
Heilig Benedek
fdff60132c
update brightray commit
2016-07-29 01:48:29 +02:00
Heilig Benedek
7b61c5c9d0
removed some junk and added offscreen webcontents type
2016-07-28 12:10:56 +02:00
Cheng Zhao
0bfd31e7cb
Update brightray for #6613
2016-07-27 08:53:55 +09:00
Cheng Zhao
fb251ac09b
Update brightray for #6156
2016-07-25 16:08:38 +09:00
Cheng Zhao
221f53ab08
Load a few more pak files
2016-07-25 11:10:53 +09:00
Cheng Zhao
e8c03f2555
Do not export symbols of OpenSSL on Windows
2016-07-24 21:56:16 +09:00
Cheng Zhao
0fa4e58557
Bump node module version
2016-07-21 06:32:29 -06:00
Cheng Zhao
f6f7b41f0a
Fix compilation error after merge
2016-07-21 06:03:38 -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
334f03fc42
Fix compilation errors on Windows
2016-07-21 16:36:50 +09:00
Cheng Zhao
8f5bd4afaf
Update to Node 6.3.0
2016-07-21 00:57:34 -06:00
Kevin Sawicki
e24885b160
Mention how to reset thumbnail to entire window
2016-07-15 10:38:11 -07:00
Kevin Sawicki
e15d7a1fd3
Upgrade brightray for undocked devtools focus fix
2016-07-15 09:21:08 -07:00
Cheng Zhao
00804e5f98
Move the ability to create BrowserContext to embedder
2016-07-13 12:23:14 +09:00
Cheng Zhao
c58bddffe3
Update brightray for #2565
2016-07-11 15:10:43 +09:00
Cheng Zhao
c644353726
Update brightray for #6423
2016-07-11 09:04:34 +09:00
Cheng Zhao
de502d8012
Initialize MaterialDesignController
2016-07-05 09:41:23 +09:00
Cheng Zhao
ea5c5d2680
Fix building on Linux
2016-07-04 16:41:18 +09:00
Cheng Zhao
0a6bb9c36a
Fix crash when creating protocol module
2016-07-04 15:32:43 +09:00
Cheng Zhao
1ba3907038
Update to API changes of Chrome 52
2016-07-04 15:32:43 +09:00
Cheng Zhao
eb378bef3a
Upgrade to Chrome 52
2016-07-04 15:32:43 +09:00
Cheng Zhao
14c4be50c1
Avoid calling GetWebContentsFromProcessID for twice
2016-07-02 16:54:12 +09:00
Cheng Zhao
cd38e5c85e
Update to Chrome 51.0.2704.106
2016-07-02 13:54:34 +09:00
Cheng Zhao
ee28f4fc32
Handle v8::MicrotasksScope in the main process
2016-06-24 14:45:31 +09:00
Cheng Zhao
7fa4a7889b
Update brightray for #6178
2016-06-23 12:05:10 +09:00
Cheng Zhao
01bc8305f8
Add ses.getUserAgent()/setUserAgent(...) APIs
2016-06-22 15:57:51 +09:00
Cheng Zhao
b0f04de50c
Do not force creating default session in C++
2016-06-22 15:41:56 +09:00
Cheng Zhao
9993aab5b1
Update brightray for electron/brightray#228
2016-06-21 12:24:25 +09:00
Cheng Zhao
ce2199d96a
Update to Chrome 51.0.2704.103
2016-06-19 21:09:29 +09:00
Kevin Sawicki
c9fdd52f7e
Upgrade brightray
2016-06-17 11:38:39 -07:00
Kevin Sawicki
0e65977a3c
Use EventDispatchingWindow from brightray
2016-06-17 11:11:50 -07:00
Kevin Sawicki
3bc4f188ef
Handle redispatch in devtools undocked windows
2016-06-17 10:27:53 -07:00
Cheng Zhao
659384383e
Avoid storing JobFactory in BrowserContext
...
JobFactory should always be created and accessed in IO thread.
2016-06-16 11:09:51 +09:00
Cheng Zhao
f4c10060af
Update brightray for #4261
2016-06-14 13:40:37 +09:00
Cheng Zhao
e2442fb052
Move converter for std::map to native_mate
2016-06-13 09:27:13 +09:00
Cheng Zhao
77dc08f2f9
Update to Chrome 51.0.2704.84
2016-06-08 11:08:24 +09:00
Cheng Zhao
adec511891
Update to Chrome 51.0.2704.79
2016-06-06 15:59:07 +09:00
Cheng Zhao
523e8c2e1c
Update libchromiumcontent and brightray for #5781
2016-06-01 14:53:05 +09:00
Cheng Zhao
eb8284e285
Update to Chrome 51.0.2704.63
2016-05-26 18:06:55 +09:00
Cheng Zhao
b1226a908b
Update node: remove ATOM_SHELL_INTERNAL_RUN_AS_NODE
2016-05-25 10:55:02 +09:00
Kevin Sawicki
89538b19ee
Upgrade node for ELECTRON_RUN_AS_NODE change
2016-05-24 10:42:09 -07:00
Cheng Zhao
37a4267450
Update brightray: fix Windows linking problem
2016-05-23 23:24:43 +09:00
Cheng Zhao
2208b8bd6e
Update symbol names of icu
2016-05-23 22:53:50 +09:00
Cheng Zhao
2edf559571
Update brightray: fix OS X linking problem
2016-05-23 22:05:26 +09:00
Cheng Zhao
badecb49f3
Update brightray: fix Linux linking problem
2016-05-23 19:50:05 +09:00
Cheng Zhao
208acd1b9c
Update brightray: Manage NetLog in BrowserClient
2016-05-23 19:02:40 +09:00
Cheng Zhao
de1fc9d432
Fix building on Linux
2016-05-23 15:27:01 +09:00
Cheng Zhao
899cdb48d7
Fix using invalid pointer as SiteInstance
2016-05-23 12:46:14 +09:00
Cheng Zhao
a2bd55dd3c
Adapt to changes of Chrome 51 API changes (Part 2)
2016-05-23 12:29:14 +09:00
Cheng Zhao
7ba391da7c
Update to API changes of Chrome 51
2016-05-23 10:59:39 +09:00
Cheng Zhao
05c2999651
Update to Chrome 51.0.2704.54
2016-05-23 10:11:19 +09:00
Cheng Zhao
4c531e909b
Update breakpad to lastest master
2016-05-22 22:06:12 +09:00
Cheng Zhao
48b161f210
Update crashpad to 35da3b6
2016-05-22 21:00:16 +09:00
Cheng Zhao
adfd99f5f0
Convert to mate::Handle<NativeImage> instead of gfx::Image
2016-05-20 16:14:40 +09:00
Cheng Zhao
195e0e64d0
Update brightray for #5578
2016-05-19 19:22:32 +09:00
Cheng Zhao
d8c05ecc0d
Link with Vs2015 runtime statically for Release build
2016-05-19 15:06:47 +09:00
Cheng Zhao
7bd11c14f6
Update brightray to fix linking problem on Linux
2016-05-18 09:42:38 +09:00
Cheng Zhao
fb6f5320e7
Update brightray for #5348
2016-05-17 20:33:44 +09:00
Cheng Zhao
10f144069d
Allow using __weak keyword
2016-05-13 13:49:53 +09:00
Cheng Zhao
906ae043f9
Fix crash when creating external buffer
2016-05-13 11:12:01 +09:00
Cheng Zhao
73223fe5c3
Upgrade to Node v6
2016-05-13 11:12:01 +09:00
Cheng Zhao
525e3ee9c6
Update crashpad with AppKit patch
2016-05-13 11:11:50 +09:00
Brian R. Bondy
a9652052c4
Update Brightray and libchromiumcontent v50 ref (Electron maintainer use
...
your refs)
2016-05-13 11:11:50 +09:00
Brian R. Bondy
f418ac5b5d
Update to brave crashpad dep (Electron maintainer rebase this to use
...
your ref)
2016-05-13 11:07:17 +09:00
Cheng Zhao
ceea7adf98
Update brightray for electron/brightray#219
2016-05-13 09:19:46 +09:00
Cheng Zhao
01dcee6449
Update brightray for #5503
2016-05-12 18:01:03 +09:00
Cheng Zhao
3014e61792
Update native_mate: close #5392
2016-05-10 16:10:02 +09:00
Cheng Zhao
e6f4dd0f85
Update brightray for #5431
2016-05-07 10:54:34 +09:00
Cheng Zhao
098d72b741
Convert --clang_dir and --disable_clang to --defines
2016-05-02 21:19:16 +09:00
Cheng Zhao
26c0ad1c2f
Add --build_libchromiumcontent option
2016-05-02 16:17:38 +09:00
Cheng Zhao
2ae52d0ff4
Make Wrappable a template class
2016-04-25 10:17:54 +09:00
Cheng Zhao
a3e8591a41
Update brightray for #5208
2016-04-20 13:34:30 +09:00
Cheng Zhao
0bf1e56156
Update brightray for electron/brightray#212
2016-04-18 13:59:15 +09:00
Cheng Zhao
059ca01767
Update brightray for printing fix
2016-04-15 16:47:17 +09:00
Cheng Zhao
38f0088844
Update brightray for #4973
2016-04-15 16:35:51 +09:00
Cheng Zhao
7d4e0629d6
Fix the link error
2016-04-14 18:22:29 +09:00
Cheng Zhao
b9ad09db91
Update libchromiumcontent with necessary headers and libs
2016-04-14 17:14:45 +09:00
Cheng Zhao
c3ac92b500
Update brightray for the linux notification improvements
2016-04-13 20:13:45 +09:00
Cheng Zhao
2fbe06a2a5
Handle the Page.reload command coming from devtools
2016-04-12 16:36:12 +09:00
Cheng Zhao
056aaa2a62
Update brightray for #4931
2016-04-11 19:30:59 +09:00
Cheng Zhao
fb299c7fcb
Update node: bring CI back to green
2016-04-07 14:58:14 +09:00
Cheng Zhao
7796dbb7ce
Update node: rebase on v5.10.0 tag instead of master branch
2016-04-05 19:34:13 +09:00
Cheng Zhao
39a20ea4fb
Upgrade Node to v5.10.0
2016-04-03 15:05:47 +09:00
Cheng Zhao
afb82fcc1f
Update native-mate for #4892
2016-03-31 10:21:21 +09:00
Cheng Zhao
a4d2dd9b4d
Export symbols of node::Environment
2016-03-27 20:36:39 +09:00
Cheng Zhao
f23729acdb
Upgrade to node v5.9.1
2016-03-27 19:13:44 +09:00
Cheng Zhao
75ec7a057a
Update brightray for #4681
2016-03-17 21:45:13 +09:00
Cheng Zhao
dbb8a6bf52
Update brightray for atom/brightray#204
2016-03-15 21:08:43 +09:00
Cheng Zhao
92a9c49a77
Update brightray for atom/brightray#203
2016-03-14 10:41:32 +09:00
Cheng Zhao
78c66da9e8
Update brightray: dealy loading powrprof.dll
2016-03-13 10:11:15 +09:00
Cheng Zhao
83809cef09
Update to master branch of brightray and libchromiumcontent
2016-03-11 10:47:15 +09:00
Cheng Zhao
60f40a6704
Fix linking error for Release build on Linux
2016-03-10 21:01:45 +09:00
Cheng Zhao
cadd1969d9
Fix compilation errors on Windows
2016-03-10 17:06:23 +09:00
Cheng Zhao
89f17e0baf
Create complete URLRequestContextGetter for URLRequestFetchJob
...
The trivial one is causing crashes.
2016-03-10 17:06:23 +09:00
Cheng Zhao
6de9c4332f
Fix passing Promise with remote
...
Somehow using value.then.bind(value) would result in infinite loop,
could be bug of Chromium.
2016-03-10 17:06:22 +09:00
Cheng Zhao
5fae63a2f5
Fix compilation errors on OS X
2016-03-10 17:06:21 +09:00
Cheng Zhao
3600645575
Fix the compilation errors from brightray and crashpad
2016-03-10 17:06:21 +09:00
Cheng Zhao
30643cf118
Update crashpad to lastest branch
2016-03-10 17:06:21 +09:00
Cheng Zhao
9bc9a1a2bd
Upgrade to Chrome 49
2016-03-10 17:06:20 +09:00
Cheng Zhao
651264d098
spec: Fix failing tests on Windows
2016-02-18 11:39:35 +08:00
Cheng Zhao
7fece7e9b3
Link with ffmpeg
2016-02-17 22:21:14 +08:00
Cheng Zhao
12d311fd29
Gracefully destroy downloadItem
2016-02-02 19:52:09 +08:00
Cheng Zhao
1a3c01efca
Update native-mate for #4307
2016-02-02 10:11:04 +08:00
Cheng Zhao
7d68ca21c8
No need of DefaultWebContentsDelegate
2016-02-01 21:09:12 +08:00
Cheng Zhao
c4df96df67
Update brightray to fix compilation error
2016-01-27 23:19:22 +08:00
Cheng Zhao
3ca941a949
Update brightray for #4223
2016-01-27 21:03:23 +08:00
Cheng Zhao
205b2455f2
Update node
2016-01-26 20:23:32 +08:00
Cheng Zhao
4cf5982e92
Update brightray for #4169
2016-01-21 14:08:10 -07:00
Cheng Zhao
b132c0dde8
Update brightray, close #4124
2016-01-16 11:43:46 +08:00
Cheng Zhao
adcdf123af
Change brightray's PATH_START to 11000
2016-01-11 10:40:45 +08:00
Cheng Zhao
ec4c5e58ff
Initialize resource bundle on browser process separately
2016-01-08 12:06:06 +08:00
Cheng Zhao
48451032e3
Update brightray to fix menu not loading resources
2016-01-05 10:22:42 +08:00
Cheng Zhao
cf09e7cb51
Update libchromiumcontent for #3958
2016-01-04 10:59:52 +08:00
Cheng Zhao
b3832629a2
Update libchromiumcontent: component_updater is not needed
2015-12-30 16:14:50 +08:00
Cheng Zhao
c5238bb8f0
Update brightray and libchromiumcontent with widevine support
2015-12-30 11:45:39 +08:00
Cheng Zhao
c47aebaeb4
Do not ship widevine plugin
2015-12-29 21:38:01 +08:00
Cheng Zhao
8ca1bea58b
Do not link with unnecessary libraries
2015-12-29 15:45:34 +08:00
Cheng Zhao
19ab68abfb
Update libchromiumcontent to include widevine libraries
2015-12-29 14:51:00 +08:00
Cheng Zhao
26f9f83cfd
Upgrade brightray for atom/brightray#188
2015-12-25 11:57:35 +08:00
Cheng Zhao
673c6e6917
Upgrade brightray for #3866
2015-12-24 20:08:16 +08:00
Cheng Zhao
046839cb56
Update brightray for #2294
2015-12-24 11:16:46 +08:00
Cheng Zhao
3b3c5a0edb
Update brightray for #3831
2015-12-21 10:09:20 +08:00
Cheng Zhao
cefce45ffa
Update node: Use phantom callback in CallbackInfo
2015-12-18 12:00:10 +08:00
Cheng Zhao
177cfd9958
Revert "Upgrade node to fix crash in Buffer"
...
This reverts commit fe9c09ef64
.
2015-12-18 09:19:13 +08:00
Cheng Zhao
fe9c09ef64
Upgrade node to fix crash in Buffer
2015-12-17 13:07:41 +08:00
Cheng Zhao
6347f0e321
Upgrade node, fix #3786
2015-12-15 16:25:44 +08:00
Cheng Zhao
2fa7088fd1
Upgrade brightray for atom/brightray#184
2015-12-14 18:11:01 +08:00
Cheng Zhao
67886cf513
Parse filters in API code
2015-12-11 21:14:13 +08:00
Cheng Zhao
f7b7b3407c
Update brightray for #3720
2015-12-09 12:34:10 +08:00
Cheng Zhao
505193e239
Link with libyuv_neon.a on ARM
2015-12-08 18:15:01 +08:00
Cheng Zhao
9548a3801b
Update brightray: Link a few more X libraries
2015-12-08 17:03:10 +08:00
Cheng Zhao
640b4c3c66
Update brightray for various linking problems
2015-12-08 16:56:20 +08:00
Cheng Zhao
98169032fd
Update libchromiumcontent and brightray
2015-12-08 14:49:13 +08:00
Cheng Zhao
785bc2986b
Update brightray and libchromium for desktopCapturer
2015-12-08 12:47:07 +08:00
Cheng Zhao
407e88cbad
Update brightray
2015-12-08 12:08:33 +08:00
Cheng Zhao
4af2190890
Upgrade to Node v5.1.1
2015-12-08 11:14:30 +08:00
Cheng Zhao
d0be6c7411
Fix cppling warning
2015-12-07 22:44:35 +08:00
Cheng Zhao
95e7c796ec
V8 now checks strictly when callin Neuter()
2015-12-07 20:48:39 +08:00
Cheng Zhao
73e7773d84
Update to API changes of Chrome 47
2015-12-07 19:56:23 +08:00
Cheng Zhao
d14f15c33a
Update native_mate: isDestroy => isDestroyed
2015-12-04 19:23:30 +08:00
Cheng Zhao
6795bd1d96
Do not manually manage native resources
...
We should rely on the destructor to cleanup everything, instead of
putting them in the Destroy method.
2015-12-03 15:38:43 +08:00
Cheng Zhao
5ee9e61445
Update brightray for #1369
2015-11-26 19:10:43 +08:00
Cheng Zhao
24e892dd17
Update brightray for #3550
2015-11-24 18:39:16 +08:00
Cheng Zhao
a4a14a5f0e
Update brightray for #3458
2015-11-24 15:14:48 +08:00
Cheng Zhao
153c751fd7
Update brightray for #3493
2015-11-20 13:33:42 +08:00
Cheng Zhao
3b826ed1a5
Update brightray: fix #3458
2015-11-17 11:22:14 +08:00
Cheng Zhao
728a5db3b4
Update brightray: fix building on Windows
2015-11-16 16:47:51 +08:00
Cheng Zhao
3f0f1a2ce9
Update brightray
2015-11-16 16:18:57 +08:00
Cheng Zhao
ce0167756e
Update node for atom/node#13
2015-11-12 16:27:28 +08:00
Cheng Zhao
ca49ddc95d
Update brightray
2015-11-12 09:49:15 +08:00
Cheng Zhao
960d325a58
Be compatible with old BrowserWindow options
2015-11-11 10:37:34 +08:00
Cheng Zhao
f6a0e5ad31
Update brightray for atom/brightray#167
2015-11-10 20:32:16 +08:00
Cheng Zhao
1f01a4535a
Fix compilation error of brightray
2015-11-10 18:04:59 +08:00
Cheng Zhao
d582ddf790
Update brightray for win7 crash of using notification
2015-11-10 17:44:14 +08:00
Cheng Zhao
5d1f7ed029
Update brightray for atom/brightray#161
2015-11-09 22:56:12 +08:00
Cheng Zhao
a23ffd7a1b
Rely on "download" script for argument verification
2015-11-09 18:24:32 +08:00
Cheng Zhao
13b917dd95
Update brightray for atom/electron#3310
2015-11-09 16:38:51 +08:00
Cheng Zhao
3465095c49
Update brightray for #3357
2015-11-07 12:12:17 +08:00
Cheng Zhao
4804d6b79b
Update native-mate
2015-11-02 21:08:29 +08:00
Cheng Zhao
2d410ede48
Initialize things in the same sequence with main process
2015-10-21 16:24:54 +08:00
Cheng Zhao
14e2bbe4c7
Update brightray for #3120
2015-10-20 13:50:19 +08:00
Cheng Zhao
5a46147e9b
Update brightray for atom/brightray#158
2015-10-20 10:34:33 +08:00
Cheng Zhao
b47076231c
mas: Do not link with QTKit for mas build
2015-10-14 11:57:01 +08:00
Cheng Zhao
644af0800c
Update brightray for atom/brightray#156
2015-10-14 09:47:46 +08:00
Cheng Zhao
b9b25180f8
Update brightray for #2903
2015-10-13 09:04:10 +08:00
Cheng Zhao
215ca78c7f
Update brightray for #3048
2015-10-09 21:08:00 +08:00
Cheng Zhao
8b7d2b5ce3
Update brightray and crashpad for XCode 7 fixes
2015-10-08 16:09:22 +08:00
Cheng Zhao
5bdc077b48
Update brightray for #2855
2015-10-06 22:45:00 +08:00
Cheng Zhao
c916baa939
Update brightray, fix #2315
2015-10-06 21:40:08 +08:00
Cheng Zhao
ca6f688013
Update brightray for #877
2015-10-04 22:19:44 +08:00