Cheng Zhao
839a751de5
Add 'activate-with-no-open-windows' event for app.
...
Fixes #194 .
2014-03-05 18:09:44 +08:00
Cheng Zhao
a74d3d210d
Merge pull request #196 from atom/iframe-security
...
Fix iframe security
2014-03-04 14:12:26 +00:00
Cheng Zhao
df86c9dac1
Add spec for sanbox attribute of iframe.
2014-03-04 22:04:41 +08:00
Cheng Zhao
e3d67a304f
📝 Notice on sandbox
attribute.
2014-03-04 21:44:15 +08:00
Cheng Zhao
77253abbd7
📝 Mention the change of default security of node integration.
2014-03-04 21:25:43 +08:00
Cheng Zhao
013a7717b4
Enable web security.
2014-03-04 21:23:18 +08:00
Cheng Zhao
aae4abfa86
Use except-iframe security by default.
2014-03-04 20:12:43 +08:00
Cheng Zhao
abc6e1e289
Merge pull request #195 from atom/undocked-devtools
...
Disable the detachment of devtools
2014-03-04 12:08:26 +00:00
Cheng Zhao
dc154f3907
Disable the detachment of devtools.
2014-03-04 19:59:25 +08:00
Cheng Zhao
9f86fa1893
Correctly free devtools window.
2014-03-04 19:02:48 +08:00
Cheng Zhao
01b42c9e59
Make devtools API aware of devtools window.
2014-03-04 18:45:36 +08:00
Cheng Zhao
6bd0b82b2e
Store the devtools window in weak pointer.
2014-03-04 18:42:37 +08:00
Cheng Zhao
391468ece0
Make DevToolsDelegate respond to messages.
2014-03-04 17:50:57 +08:00
Cheng Zhao
5e05a3045c
Use InspectableWebContentsDelegate.
2014-03-04 17:08:30 +08:00
Cheng Zhao
c2996d4fd1
Take control if devtools is undocked.
2014-03-04 15:46:12 +08:00
Cheng Zhao
d37bf06b5a
Make the DebugDevTools API more generic.
2014-03-04 14:35:35 +08:00
Cheng Zhao
1c07235121
Disable the undocked devtools.
2014-03-04 14:25:15 +08:00
Cheng Zhao
59a2430f1d
Merge pull request #191 from atom/win-ci
...
Try fix Windows CI
2014-03-03 12:47:03 +00:00
Cheng Zhao
87221f8f55
💄 Fix pylint warning.
2014-03-03 20:03:37 +08:00
Cheng Zhao
e3215a1f21
Update to latest apm.
2014-03-03 19:57:08 +08:00
Cheng Zhao
2522bc2298
Fix calling node in coffeelint.
2014-03-03 19:50:32 +08:00
Cheng Zhao
f3103e9b00
Merge pull request #189 from atom/linux-symbols
...
Dump breakpad symbols on Linux
2014-03-03 11:45:45 +00:00
Cheng Zhao
e897377879
win: Disable pylint in cibuildbuild.
2014-03-03 11:31:45 +00:00
Cheng Zhao
6833865ff3
Update libchromiumcontent: Contain linux symbols.
2014-03-03 11:12:22 +00:00
Cheng Zhao
88dde07bf1
Make sure we dump symbols before stripping binary.
2014-03-03 14:17:48 +08:00
Cheng Zhao
51f0090555
Make sure symbol is dumped from unstripped binary.
2014-03-03 14:14:02 +08:00
Cheng Zhao
b8e75df8f0
linux: Add strip binary action.
2014-03-03 12:55:04 +08:00
Cheng Zhao
de21a164ea
Build with -g on Linux.
2014-03-03 12:35:52 +08:00
Cheng Zhao
95e1ea6599
Move the generate_breakpad_symbols to tools/posix.
2014-03-03 10:15:19 +08:00
Cheng Zhao
2d2fbaaa4a
linux: Dump symbols in create-dist.py.
2014-03-03 09:44:16 +08:00
Cheng Zhao
7cfff62037
Bump v0.10.4.
2014-03-01 06:54:22 -08:00
Cheng Zhao
d61daf6f05
Update node: Fix crash from UVException.
2014-03-02 10:38:56 +08:00
Cheng Zhao
eca911a1b1
Update libchromiumcontent: Suppress CFAllocator warning.
2014-03-01 23:00:47 +08:00
Cheng Zhao
0a5a020466
Merge pull request #188 from atom/old-fasioned-dialog
...
Implement alert() and confirm() with dialog API
2014-03-01 13:32:02 +00:00
Cheng Zhao
79802c2919
Explicitly disable prompt().
2014-03-01 20:05:52 +08:00
Cheng Zhao
3f1d540077
Implement the confirm().
2014-03-01 20:03:49 +08:00
Cheng Zhao
ff9027fa95
Use the dialog API to implement alert().
2014-03-01 20:01:04 +08:00
Cheng Zhao
753a1e7aff
Separate overrides from init script.
2014-03-01 20:00:39 +08:00
Cheng Zhao
4c8e483bc1
Make the default alert() do nothing.
2014-03-01 19:53:50 +08:00
Cheng Zhao
8404389a31
Rename no-publish-release to publish-release.
2014-03-01 09:36:48 +08:00
Cheng Zhao
f8d6fab52b
Do not publish release by default.
2014-02-28 20:45:45 +08:00
Cheng Zhao
199e975a11
Remove unused -s option of bootstrap.
2014-02-28 20:44:57 +08:00
Cheng Zhao
32f83d8e4e
Bump v0.10.3.
2014-02-27 00:32:05 -08:00
Cheng Zhao
6ae3402aec
Update node: Fix wrong uv error code.
2014-02-28 00:34:47 +08:00
Cheng Zhao
21ccf80ba5
Bump v0.10.2.
2014-02-24 14:25:29 -08:00
Cheng Zhao
706c56bb30
Update node: Fix crash from node::uv::ErrName.
2014-02-27 14:12:10 +08:00
Cheng Zhao
c98e16b18f
Do not dectect unresponsive eagerly when quitting.
...
Fixes https://github.com/atom/atom/issues/1589 .
2014-02-27 12:47:00 +08:00
Cheng Zhao
b386ec40be
Fix crash caused by Protocol::RegisterProtocol.
...
From crash report this exists on OS X too, previously the fix is only
available on Linux. However we should remove all calls of protocol
things in UI thread in future.
2014-02-27 10:44:45 +08:00
Cheng Zhao
14cec9e20e
Merge pull request #180 from atom/linux-breakpad
...
Make crash reporter work on Linux
2014-02-26 14:16:52 +00:00
Cheng Zhao
120094a81e
Only print when got error for some commands.
2014-02-26 22:08:01 +08:00