Cheng Zhao
|
754cd88cc2
|
Update brightray: Fix building on Windows.
|
2013-12-24 16:05:50 +08:00 |
|
Cheng Zhao
|
031426d54e
|
Use our fork of V8ValueConverter for all cases.
|
2013-12-23 22:42:21 +08:00 |
|
Cheng Zhao
|
980e8ca4dc
|
Free the node environment when releasing context.
|
2013-12-23 22:19:51 +08:00 |
|
Cheng Zhao
|
df0094b6cb
|
Move node integration from RenderViewObserver to RendererClient.
|
2013-12-23 22:08:45 +08:00 |
|
Cheng Zhao
|
02d94c8b2e
|
Print pid when logging.
|
2013-12-23 22:04:49 +08:00 |
|
Cheng Zhao
|
902be9bab5
|
Update node: Removed two unused patches.
|
2013-12-20 14:20:24 +08:00 |
|
Cheng Zhao
|
f646d2dda8
|
Enable high DPI support.
|
2013-12-20 14:14:07 +08:00 |
|
Cheng Zhao
|
92b19f89d9
|
Remove the unzip spec completely.
|
2013-12-17 23:21:40 +08:00 |
|
Cheng Zhao
|
d8eb465eb9
|
Fix protocol spec on Windows.
|
2013-12-17 23:03:36 +08:00 |
|
Cheng Zhao
|
c04a9933cc
|
Fix __filename on Windows.
|
2013-12-17 22:16:15 +08:00 |
|
Cheng Zhao
|
5b12f80d01
|
Discard the require('atom-delegate') API.
|
2013-12-17 22:08:45 +08:00 |
|
Cheng Zhao
|
75c44ca057
|
Fix initializing V8 on Windows.
|
2013-12-17 21:55:56 +08:00 |
|
Cheng Zhao
|
56f709ff1f
|
Continue fixing compilation erros on Windows.
|
2013-12-17 18:34:45 +08:00 |
|
Cheng Zhao
|
0215c2fbee
|
Make all the windows code compile for Chrome 31.
|
2013-12-17 17:52:57 +08:00 |
|
Cheng Zhao
|
6e079d8bc4
|
Also search C:/Program Files (x86) for node binary.
|
2013-12-17 13:14:54 +08:00 |
|
Cheng Zhao
|
a4715f936b
|
Merge branch 'master' into chrome31
Conflicts:
common/atom_version.h
|
2013-12-17 12:58:25 +08:00 |
|
Cheng Zhao
|
1d88b31edd
|
Use node-runas for testing native modules.
|
2013-12-17 12:00:21 +08:00 |
|
Cheng Zhao
|
e07e26ca76
|
Fix third party module specs.
|
2013-12-16 22:46:16 +08:00 |
|
Cheng Zhao
|
c82e73a4ec
|
Update apm: Fix installing for node v0.11.x.
|
2013-12-16 22:37:43 +08:00 |
|
Cheng Zhao
|
eda4249bf8
|
Add deps/npm and deps/mdb_v8 in node headers.
|
2013-12-16 22:37:17 +08:00 |
|
Cheng Zhao
|
09201e3e65
|
Update brightray: Remove webkit hacks.
|
2013-12-16 21:19:12 +08:00 |
|
Cheng Zhao
|
2ca2d37e93
|
Clean out node_modules in cibuild.
|
2013-12-16 15:15:33 +08:00 |
|
Cheng Zhao
|
d3416e2873
|
Bump node version to v0.11.9.
|
2013-12-16 14:52:15 +08:00 |
|
Cheng Zhao
|
4e4e316005
|
Include Environment declarations in node_common.h.
|
2013-12-16 14:46:05 +08:00 |
|
Cheng Zhao
|
8fc1e055bf
|
Update apm for node version and architecture change.
|
2013-12-16 14:40:03 +08:00 |
|
Cheng Zhao
|
d51ea21afa
|
Use singular form of spec names.
|
2013-12-16 00:31:40 +08:00 |
|
Cheng Zhao
|
abf982e4e5
|
Remove the on_watcher_queue_updated hack.
|
2013-12-15 19:50:43 +08:00 |
|
Cheng Zhao
|
998e9792fb
|
Make setImmediate have the same side effect with upstream node.
|
2013-12-15 19:09:00 +08:00 |
|
Cheng Zhao
|
c87b21148c
|
Supress the unzip module spec.
The unzip module is not compatible with node v0.11.x, so we do not need
to test it anymore.
|
2013-12-15 19:08:10 +08:00 |
|
Cheng Zhao
|
7e67f7632d
|
💄 Fix cpplint warnings.
|
2013-12-15 17:09:35 +08:00 |
|
Cheng Zhao
|
cd68396bd5
|
Disable use of deprecated functions in specs.
|
2013-12-15 17:02:43 +08:00 |
|
Cheng Zhao
|
474e1fcd3b
|
Fix protocol module specs.
|
2013-12-15 16:53:07 +08:00 |
|
Cheng Zhao
|
cfeeec37eb
|
Fix capturePage() spec.
|
2013-12-15 16:32:49 +08:00 |
|
Cheng Zhao
|
0a84c30d3b
|
Redirect window.onerror to uncaughtException.
|
2013-12-15 16:32:41 +08:00 |
|
Cheng Zhao
|
7ba03ce23d
|
Add setImmediate function in renderer.
|
2013-12-15 16:21:23 +08:00 |
|
Cheng Zhao
|
cc5db4dab9
|
Suppress the EventEmitter's warning for ObjectsRegistry.
It's possible that many objects subscribed to it.
|
2013-12-15 16:15:18 +08:00 |
|
Cheng Zhao
|
aa3e8385df
|
Set __filename to the html file in renderer.
|
2013-12-15 16:11:00 +08:00 |
|
Cheng Zhao
|
886ebdb002
|
Use node's Environment feature to add "require" in renderer.
|
2013-12-15 14:20:28 +08:00 |
|
Kevin Sawicki
|
ea2f87683a
|
Merge pull request #144 from shama/typo
Fix a couple minor typos in docs
|
2013-12-13 08:44:06 -08:00 |
|
Kyle Robinson Young
|
c116f6b35c
|
Fix a couple minor typos in docs
|
2013-12-12 22:31:19 -08:00 |
|
Cheng Zhao
|
2413eebd7b
|
Disable accelerated compositing to fix everything.
|
2013-12-13 00:57:08 +08:00 |
|
Cheng Zhao
|
7708e7a8c4
|
Update node for renderer node integration fixes.
|
2013-12-12 16:49:56 +08:00 |
|
Cheng Zhao
|
1c0b391419
|
Fix the black devtools view.
Without using UnderlayOpenGLHostingWindow the devtools view would just
be black.
|
2013-12-12 15:49:08 +08:00 |
|
Cheng Zhao
|
28f5d184b3
|
Do not depend on node to set include_dirs.
Part of atom/node#2.
|
2013-12-12 14:07:00 +08:00 |
|
Cheng Zhao
|
fc00da9732
|
Update brightray, which contains all our patches in master.
|
2013-12-12 10:43:50 +08:00 |
|
Cheng Zhao
|
9ea75b7519
|
We are now at v0.8.0-pre.
|
2013-12-12 10:43:34 +08:00 |
|
Cheng Zhao
|
61c63a6af9
|
Fix crashes about persistent v8 functions.
|
2013-12-12 00:10:09 +08:00 |
|
Cheng Zhao
|
e4bfa373de
|
Fix node integration to browser after updated to Chrome31.
|
2013-12-11 23:59:03 +08:00 |
|
Cheng Zhao
|
d53915c6ab
|
Fix recursive calling of handle().
|
2013-12-11 23:57:37 +08:00 |
|
Cheng Zhao
|
409a431892
|
Huge commit to use new V8 and Content APIs.
Still got a lots of linking errors!
|
2013-12-11 15:48:19 +08:00 |
|