Cheng Zhao
e1e5cb5ba4
Add notes on remote buffer.
2013-12-30 23:15:15 +08:00
Cheng Zhao
8d124c7157
Revise the docs of remote module.
2013-12-30 22:06:33 +08:00
Cheng Zhao
67ed72294b
Bump v0.8.1.
2013-12-29 23:09:19 +08:00
Cheng Zhao
1bb5481071
Fix circulate require.
2013-12-29 22:33:53 +08:00
Cheng Zhao
876063b1ba
Fix console.log under Windows.
...
The process.log is not added until the next iteration of uv loop.
2013-12-29 22:32:26 +08:00
Cheng Zhao
7d193033f5
💄 Fix wrong order of parameter when killing process.
2013-12-29 22:11:54 +08:00
Cheng Zhao
074ea374e0
We are now on v0.8.0 release.
2013-12-27 16:22:34 +08:00
Cheng Zhao
f6c3a69595
Merge pull request #146 from atom/window-open
...
Implement window.open in pure js
2013-12-26 23:54:19 -08:00
Cheng Zhao
f28881e203
Fix crash caused by BrowserWindow.destroy().
2013-12-27 15:41:00 +08:00
Cheng Zhao
6312c1108a
Add spec for window.open.
2013-12-27 14:58:13 +08:00
Cheng Zhao
0de40febab
Add basic support for window.open's features.
2013-12-27 14:57:53 +08:00
Cheng Zhao
1701f572e2
Fix crash when calling method of destroyed object.
2013-12-27 14:47:50 +08:00
Cheng Zhao
15a9be6b93
Implement a simple window.open with pure js.
2013-12-27 14:39:23 +08:00
Cheng Zhao
a60be1563f
Do not implement window.open.
2013-12-27 14:32:24 +08:00
Cheng Zhao
a2522efb25
Build for x64 architecture on OS X, fixes #132 .
2013-12-27 14:17:35 +08:00
Cheng Zhao
7c3f22a333
Bump v0.8.0.
2013-12-27 14:09:10 +08:00
Cheng Zhao
2945e1b50a
Merge pull request #140 from atom/chrome31
...
Update to Chrome 31
2013-12-26 22:07:17 -08:00
Cheng Zhao
aedacd39d2
Rename 'finish-launching' event to 'ready',
...
'finish-launching' is more like a OS X message name, and in atom-shell
it means initialization has done, so 'ready' seems to be a better name
and more easy to remember.
The 'will-finish-launching' event just represents the corresponding
message on OS X and is the same with 'ready' on other platforms, so we
keep its name to indicate that it's only useful for OS X specified
code.
2013-12-27 11:08:26 +08:00
Cheng Zhao
d3f33152d0
Get rid of the ugly ATOM_BROWSER_INTERNAL_NEW message.
2013-12-26 18:41:21 +08:00
Cheng Zhao
cfca12d4a5
Use the gyp vendored by brightray.
2013-12-25 18:47:19 +08:00
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
Patrick Reynolds
37679214d1
Merge pull request #46 from brightray/linux-notifications
...
Linux notifications
2013-12-19 14:01:47 -08:00
Patrick Reynolds
967e8170f5
brevity and style
2013-12-19 16:01:01 -06:00
Adam Roben
076183c181
Merge pull request #47 from brightray/longer-lines
...
allow 100-character lines
2013-12-19 11:48:14 -08:00
Patrick Reynolds
8d2b392f07
undo some ugly line wrapping
2013-12-19 13:39:37 -06:00
Patrick Reynolds
df190caefd
Merge branch 'longer-lines' into linux-notifications
2013-12-19 13:20:55 -06:00
Patrick Reynolds
46ec999b13
allow 100-character lines
2013-12-19 13:19:12 -06:00
Patrick Reynolds
4e31c0011d
keep cpplint happy, mostly about line length
2013-12-19 13:06:05 -06:00
Adam Roben
de07839bb6
Update to latest libchromiumcontent
...
* vendor/libchromiumcontent ee2e80a...2cd1a60 (1):
> Merge pull request #35 from brightray/content-test-suite
2013-12-19 09:08:21 -05:00
Patrick Reynolds
ef6d5dbf4e
authorship
2013-12-18 23:20:00 -06:00
Patrick Reynolds
c6424672f5
comments and cleanup
2013-12-18 23:14:36 -06:00
Patrick Reynolds
04d5ed25d8
call PostClose when notification closed by click
2013-12-18 23:14:36 -06:00
Patrick Reynolds
272b3c30d3
free notifications properly
2013-12-18 23:14:36 -06:00
Patrick Reynolds
a82e9f30ed
use libnotify to pop up notifications on Linux
2013-12-18 23:14:36 -06: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