Cheng Zhao
555e06573a
Fix pylint warnings
2015-04-08 19:19:40 +08:00
Cheng Zhao
1b3b2cd402
linux: Don't dynamically load libgio
...
It conflicts with statically linked libgio.
2015-04-08 19:15:48 +08:00
deepak1556
efd294d69d
nativeImage: adding setTemplateImage method
2015-04-08 14:39:14 +05:30
Cheng Zhao
f9b5156c2c
linux: Fix static linking
2015-04-08 16:46:05 +08:00
Cheng Zhao
5467476173
Don't verbose output in ci
2015-04-08 16:37:12 +08:00
Cheng Zhao
891856f3af
linux: Fix linking with system libraries
2015-04-08 08:22:55 +00:00
Cheng Zhao
c5f8e4360c
Link with static_library version of libgtk2ui
2015-04-08 04:08:21 +00:00
Cheng Zhao
a7f7834be9
linux: Link with libboringssl.so
2015-04-08 02:42:19 +00:00
Cheng Zhao
d8fbfe6885
Fix typo
2015-04-08 10:05:06 +08:00
Cheng Zhao
4ce3b407ab
Merge pull request #1363 from deepak1556/native_window_mac_patch
...
nativeWindowMac: check for web_contents before clipping
2015-04-08 09:04:16 +08:00
Kevin Sawicki
d763984b77
Merge pull request #1377 from tommoor/patch-1
...
Add 'error' event to auto-updater module documentation
2015-04-07 09:40:43 -07:00
Tom Moor
8bd711ea66
Add 'error' event to auto-updater documentation
2015-04-07 09:21:29 -07:00
Cheng Zhao
1a36770286
Only build static_library version of libchromiumcontent in CI
2015-04-07 23:41:42 +08:00
Cheng Zhao
feeb1da5ca
Don't call download twice
2015-04-07 23:39:08 +08:00
Jesse Grosjean
c8a3c14a8c
Add position attribute for menu items
...
This commit adds a position attribute for menu items defined in menu
templates. When the final menu is built the position attribute is used
to determine menu item positions in a similar design to how Eclipse
positions menu items.
2015-04-07 11:14:28 -04:00
Cheng Zhao
105aec4ea9
Upgrade libchromiumcontent
2015-04-07 15:12:20 +00:00
Cheng Zhao
0cc36377a5
win: Ignore duplicate symbols between BoringSSL and OpenSSL
2015-04-07 22:56:21 +08:00
Cheng Zhao
d1fb13b260
Fix path to boringssl.dll
2015-04-07 20:18:09 +08:00
Cheng Zhao
9a458785b6
Simplify how we build node.lib
2015-04-07 18:37:05 +08:00
Cheng Zhao
21014614fc
Link boringssl as shared_library
2015-04-07 18:26:56 +08:00
Cheng Zhao
b9ddf0eb31
Still link with shared_library of boringssl
2015-04-07 17:25:13 +08:00
Cheng Zhao
0890ea716f
win: Fix a compiler warning in Node
2015-04-07 14:03:16 +08:00
Cheng Zhao
2351c11da4
No more need to ship vc runtime
...
The release version now static links with vc runtime
2015-04-07 13:51:40 +08:00
Cheng Zhao
0f97bf03fa
win: Fix Debug build
2015-04-07 13:50:58 +08:00
Cheng Zhao
92ce000bb2
win: Link with DLL version of vcrt in component build
2015-04-07 13:48:09 +08:00
Cheng Zhao
2f5090d667
Fix minor typo
2015-04-07 12:36:16 +08:00
Cheng Zhao
f169772031
Link boringssl and node together in one binary
2015-04-07 12:28:57 +08:00
Cheng Zhao
938182a3eb
mac: Fix linking with boringssl
2015-04-07 11:28:56 +08:00
Cheng Zhao
fb00c28026
Merge pull request #1356 from deepak1556/web_view_patch
...
webview: adding page-title-set event
2015-04-07 10:54:07 +08:00
Cheng Zhao
54bb072ae0
Merge pull request #1353 from deepak1556/args_patch
...
atomMain: initialise uv_setup_args
2015-04-07 09:59:10 +08:00
Cheng Zhao
54f2b3248d
Merge pull request #1350 from joshuabenuck/patch-1
...
Update build-instructions-windows.md
2015-04-07 09:52:38 +08:00
Cheng Zhao
e95ab2ddb8
Merge pull request #1337 from deepak1556/api_devtools_window_patch
...
browserWindow: adding devtools-focused event
2015-04-07 09:50:31 +08:00
Kevin Sawicki
3ae604ca4e
Merge pull request #1358 from LMGTech/master
...
add `to` in sentence for grammar
2015-04-06 09:04:30 -07:00
Cheng Zhao
512deae254
Fix generating configs on OS X and Linux
2015-04-06 21:41:36 +08:00
deepak1556
1d97c2c8f2
nativeWindowMac: check for web_contents before clipping
2015-04-06 15:22:26 +05:30
Cheng Zhao
e334e6e822
win: Upgrade brightray for linking problem
2015-04-06 16:28:52 +08:00
Cheng Zhao
9934985974
win: Link with libraries from other places
2015-04-06 16:01:31 +08:00
Cheng Zhao
d522443c75
win: Import system libraries in content_common.gypi
2015-04-06 15:20:27 +08:00
Cheng Zhao
f1a508f643
win: Link with boringssl.dll
2015-04-06 15:14:57 +08:00
Cheng Zhao
3b5edb461a
win: Fix linking with libyuv
2015-04-06 15:04:07 +08:00
Cheng Zhao
4c36b747e0
win: Fix linking with ffmepg
2015-04-06 15:03:53 +08:00
Cheng Zhao
0dffa0f4bb
win: Copy necessary shared libraries
2015-04-06 14:26:06 +08:00
Cheng Zhao
938069a389
win: Fix linking
2015-04-06 14:21:21 +08:00
Cheng Zhao
7b7a94140d
win: Fix defines under component build
2015-04-06 14:19:28 +08:00
Cheng Zhao
ed5660909b
win: Link with sandbox and base_static under component build
2015-04-06 12:03:22 +08:00
TJ Krusinski
c98774b3df
add to
in sentence for grammar
...
Simply a small grammar improvement.
2015-04-05 16:18:20 -04:00
Cheng Zhao
9fd0f7e78e
win: Add configurations for x64 build
2015-04-05 23:03:34 +08:00
Cheng Zhao
f9f891bd03
win: Fix libchromiumcontent_src_dir not defined
2015-04-05 22:51:38 +08:00
Cheng Zhao
e64101e31f
Upgrade libchromiumcontent to use the static_library build
2015-04-05 22:30:03 +08:00
Cheng Zhao
5ffa22812f
Download static_library build of libchromiumcontent
2015-04-05 22:28:51 +08:00