Cheng Zhao
f96485f950
linux: Fix error when generating symbols.
...
Somehow strip would return 1 when a directory is passed, so we have to
wrap it in a script to avoid the error.
2014-08-11 11:08:29 +00:00
Cheng Zhao
79dfb2d2f3
Bump v0.15.5.
2014-08-11 17:44:16 +08:00
Cheng Zhao
de7ff0f944
Merge pull request #573 from atom/resource-dispatcher-delegate
...
Enable removing the X-Frame-Options header for frames
2014-08-11 16:31:35 +08:00
Cheng Zhao
80c77ef3a8
Fix cpplint warning.
2014-08-11 15:56:23 +08:00
Cheng Zhao
cad9580796
docs: Move security info from browser-window to web-security.
2014-08-11 15:37:44 +08:00
Cheng Zhao
253789353f
docs: Add document on overriding X-Frame-Options.
2014-08-11 15:25:26 +08:00
Cheng Zhao
73262be2c2
Filter out x-frame-options header on user's request.
2014-08-11 15:03:57 +08:00
Cheng Zhao
0ad4c3ca93
Add custom ResourceDispatcherHostDelegate.
2014-08-11 14:08:23 +08:00
Cheng Zhao
b26e3a9629
Merge pull request #572 from atom/window-larger-than-screen
...
Enable window to be resized larger than screen
2014-08-11 12:17:48 +08:00
Cheng Zhao
c55f6d82d8
Update brightray for devtools experiments.
2014-08-11 10:52:54 +08:00
Cheng Zhao
37fcbba516
Merge pull request #67 from brightray/devtools-experiments
...
Enable devtools experiments.
2014-08-11 10:52:04 +08:00
Cheng Zhao
eafa888757
Enable devtools experiments.
2014-08-11 10:42:50 +08:00
Cheng Zhao
4b90c02420
mac: Override system's default on resizing window no larger than screen.
2014-08-11 10:24:36 +08:00
Cheng Zhao
d4fb1c1f8c
Add spec for resizing window larger than screen.
2014-08-11 10:22:56 +08:00
Cheng Zhao
445fe158cc
Store window icon as ImageSkia.
2014-08-11 10:06:46 +08:00
Cheng Zhao
a696f06a23
Restructure headers of native_window.
2014-08-11 10:01:05 +08:00
Cheng Zhao
c019f13e8c
docs: Update prerequisities in Windows build instructions.
2014-08-11 09:39:03 +08:00
Cheng Zhao
b4f00f3b40
Update with new ScopedPersistent interface.
2014-08-10 21:19:07 +08:00
Cheng Zhao
f60d8066f8
Use the function converter from native_mate.
2014-08-10 19:14:20 +08:00
Cheng Zhao
b8d5aa586e
Merge pull request #567 from atom/linux-ci
...
Add Linux CI
2014-08-09 10:24:18 +08:00
Cheng Zhao
eeff20f1bc
linux: Start xvfb in CI.
2014-08-09 09:59:06 +08:00
Cheng Zhao
760f7ed24f
Fix "warning: field 'widget_' is uninitialized when used here".
2014-08-09 09:34:06 +08:00
Cheng Zhao
9035ffff55
linux: Don't set CXX to clang when building node modules.
2014-08-09 09:24:17 +08:00
Cheng Zhao
ca522f06d3
linux: Do "apt-get update" in CI.
2014-08-08 23:53:58 +08:00
Cheng Zhao
7f534652a6
linux: Install all necessary deps on CI.
2014-08-08 23:41:11 +08:00
Cheng Zhao
b93564894c
Make script quit when error happens in child processes.
2014-08-08 23:23:56 +08:00
Cheng Zhao
54b8a62920
linux: Install libgnome-keyring-dev on travis CI.
2014-08-08 23:10:20 +08:00
Cheng Zhao
bcfba96d29
Set compiler to gcc.
2014-08-08 22:38:35 +08:00
Cheng Zhao
8e21530550
Use travis-ci's multi-os feature.
2014-08-08 22:12:24 +08:00
Cheng Zhao
a4f59bc04e
Merge pull request #565 from atom/deepak1556-appveyor_setup
...
Appveyor setup
2014-08-08 22:06:55 +08:00
Cheng Zhao
a378a719e9
Don't run tests.
2014-08-08 21:31:51 +08:00
Cheng Zhao
441ee0d978
Update brightray.
2014-08-08 20:41:24 +08:00
Cheng Zhao
8d7a59161a
win: Don't call pylint in CI.
2014-08-08 17:38:22 +08:00
Cheng Zhao
d175a99811
Fix pylint warning.
2014-08-08 17:32:00 +08:00
Cheng Zhao
724b29d6d4
win: Fix calling lint scripts with win32 python.
2014-08-08 16:41:10 +08:00
Cheng Zhao
336908eba0
win: Use absolute path for ATL.
2014-08-08 15:45:24 +08:00
Cheng Zhao
0f5d929c09
win: Build with downloaded ATL instead of the ATL shipped by WDK.
2014-08-08 14:56:48 +08:00
Cheng Zhao
c4b0170a0a
views: Only toggle menu bar when auto-hide-menu-bar is turned on.
2014-08-08 14:30:43 +08:00
Cheng Zhao
936860edd5
Merge pull request #564 from sryze/patch-1
...
Open output file in binary mode in download()
2014-08-08 14:27:26 +08:00
Cheng Zhao
1cadc9221a
win: Download ATL binaries.
2014-08-08 14:18:09 +08:00
Sergey Zolotarev
4890eebd3a
Open output file in binary mode in download()
...
This fixes #553 .
2014-08-08 13:08:01 +07:00
Cheng Zhao
488f7d168b
Merge pull request #66 from brightray/crash-closing-devtools
...
mac: Close devtools when web contents is destroyed.
2014-08-08 12:51:20 +08:00
Cheng Zhao
4ed7934567
mac: Close devtools when web contents is destroyed.
...
After the BRYInspectableWebContentsView is added as subview to other
NSWindow owned by users, the view_ would not be dealloc when the web
contents got destroyed, which made the devtools window a ghost.
2014-08-08 12:45:26 +08:00
Cheng Zhao
3a65942b97
Make node version switching faster.
2014-08-08 11:35:08 +08:00
Cheng Zhao
e06c558a86
Add lint scripts.
2014-08-08 10:58:26 +08:00
Cheng Zhao
0a0a408bf8
Upgrade to apm@0.89.0
2014-08-08 09:52:57 +08:00
Cheng Zhao
c9702b56e2
Build only Debug version.
2014-08-08 08:39:37 +08:00
Cheng Zhao
279eb23b38
No need of project_id in appveyor.yml.
2014-08-07 23:52:08 +08:00
Cheng Zhao
8eb650ce03
Merge branch 'appveyor_setup' of https://github.com/deepak1556/atom-shell into deepak1556-appveyor_setup
...
Conflicts:
script/lib/util.py
2014-08-07 22:31:48 +08:00
Cheng Zhao
7f9ac88c31
Bump v0.15.4.
2014-08-07 19:42:08 +08:00