Joshua Anderson
|
56b40ae6d2
|
Update nodejs requirement for building on linux
|
2016-09-13 19:41:53 -07:00 |
|
Cheng Zhao
|
b13bab6fae
|
Merge pull request #7182 from electron/shell-return-values
Return booleans from more shell APIs
|
2016-09-13 16:46:05 +09:00 |
|
Cheng Zhao
|
4eba8094d4
|
Merge pull request #7096 from minggo/add-option-to-disable-devtools
add option to disable devtools
|
2016-09-13 16:01:56 +09:00 |
|
Cheng Zhao
|
df3f0a4516
|
Merge pull request #7175 from bsuh/fix-twitch-navigation
Fix navigation controller
|
2016-09-13 16:01:00 +09:00 |
|
Cheng Zhao
|
036a35ab64
|
Merge pull request #7160 from PierBover/patch-1
added clarification for common Windows pitfalls
|
2016-09-13 15:09:04 +09:00 |
|
Kevin Sawicki
|
07304e5950
|
Add missing return value
|
2016-09-12 14:33:22 -07:00 |
|
Kevin Sawicki
|
00d0887cab
|
Document shell.moveItemToTrash return value
|
2016-09-12 14:30:01 -07:00 |
|
Kevin Sawicki
|
55eab8e385
|
Return boolean from shell.openItem
|
2016-09-12 14:29:06 -07:00 |
|
Kevin Sawicki
|
72558654ef
|
Return boolean from shell.showItemInFolder
|
2016-09-12 14:22:29 -07:00 |
|
Kevin Sawicki
|
05043432dd
|
Merge pull request #7162 from electron/network-entitlements
Document com.apple.security.network entitlements
|
2016-09-12 09:31:11 -07:00 |
|
Cheng Zhao
|
9a56959647
|
Merge pull request #7140 from liusy182/url-fix
fix a bug in navigation-controller where string is used as object
|
2016-09-12 14:46:05 +09:00 |
|
Brian Suh
|
5fc1f57fb5
|
Fix navigation controller
In-page navigation has not actually started if the current entry is
being replaced. Do not set inPageIndex if replaceEntry is true.
|
2016-09-11 14:46:17 -07:00 |
|
Kevin Sawicki
|
b128264ae4
|
Document com.apple.security.network entitlements
|
2016-09-09 13:55:32 -07:00 |
|
Pier Bover
|
70c1d194ef
|
added clarification for common Windows pitfalls
|
2016-09-09 13:51:42 -05:00 |
|
Kevin Sawicki
|
01fa9827b4
|
Merge pull request #7153 from VarunAgw/patch-1
SSL issue in links
|
2016-09-09 08:05:38 -07:00 |
|
Phil Haack
|
cadbd7beb1
|
Merge pull request #7145 from electron/device-scale-factor-failures
Get specs passing on displays using certain device scale factors
|
2016-09-09 07:38:23 -07:00 |
|
Cheng Zhao
|
e189132176
|
Merge pull request #7123 from deepak1556/asar_range_patch
protocol: respect range header when reading from asar
|
2016-09-09 20:59:12 +09:00 |
|
Varun Agrawal
|
95206682a0
|
SSL issue in links
|
2016-09-09 17:27:27 +05:30 |
|
Cheng Zhao
|
7ed33dfbee
|
Merge pull request #7077 from miniak/title-bar-style
Add support for titleBarStyle: 'hidden-inset' on OS X 10.9
|
2016-09-09 20:27:26 +09:00 |
|
Cheng Zhao
|
b6079ff90b
|
Merge pull request #7053 from electron/launch-from-notification
Send notification info to app.ready, on macOS
|
2016-09-09 20:01:39 +09:00 |
|
Cheng Zhao
|
693ba1375b
|
Merge pull request #7146 from electron/resolve-empty-url-values
Tweak how empty URLs are resolved
|
2016-09-09 19:58:41 +09:00 |
|
Cheng Zhao
|
932b6dc0cf
|
Merge pull request #7142 from electron/require-buffer
Require Buffer explicitly instead of relying on global
|
2016-09-09 19:52:53 +09:00 |
|
Kevin Sawicki
|
64d436682c
|
Verify resolving URL via console-message event
|
2016-09-08 17:38:40 -07:00 |
|
Kevin Sawicki
|
7c26fe46b8
|
=== -> !==
|
2016-09-08 17:12:53 -07:00 |
|
Kevin Sawicki
|
daf1eec5ec
|
Use === for string comparison
|
2016-09-08 17:11:10 -07:00 |
|
Kevin Sawicki
|
7d24df34fc
|
Place resolve specs in correct outer block
|
2016-09-08 17:08:49 -07:00 |
|
Kevin Sawicki
|
bfd48fe2ad
|
Add specs for resolving attribute URLs
|
2016-09-08 16:56:29 -07:00 |
|
Kevin Sawicki
|
1dbaf4987e
|
Don't resolve empty src/preload attribute values
|
2016-09-08 16:48:30 -07:00 |
|
Kevin Sawicki
|
ea069805d1
|
Add failing specs for empty preload/src attribute
|
2016-09-08 16:40:31 -07:00 |
|
Kevin Sawicki
|
68c67b64c5
|
Use delta when scale factor is above 2 and odd
|
2016-09-08 16:24:11 -07:00 |
|
Charlie Hess
|
32e0e8a151
|
Use smart pointers in a couple places.
|
2016-09-08 16:23:55 -07:00 |
|
Kevin Sawicki
|
59a49f6f96
|
Use bounds helper in failing specs
|
2016-09-08 16:20:46 -07:00 |
|
Kevin Sawicki
|
7494e286d9
|
Put actual value first
|
2016-09-08 16:20:45 -07:00 |
|
Kevin Sawicki
|
d88f70caa2
|
Use single assert bounds helper
|
2016-09-08 16:20:45 -07:00 |
|
Kevin Sawicki
|
71fac07a93
|
Add scale factor assert helpers
|
2016-09-08 16:20:45 -07:00 |
|
Kevin Sawicki
|
de6f405d98
|
Merge pull request #7143 from electron/windows-spec-failures
Fix windows spec failures
|
2016-09-08 16:13:16 -07:00 |
|
Kevin Sawicki
|
9829baed46
|
Open about:blank when window.open is called with no URL
|
2016-09-08 16:10:21 -07:00 |
|
Kevin Sawicki
|
e4e4e8b2eb
|
Add missing {}
|
2016-09-08 13:12:00 -07:00 |
|
Kevin Sawicki
|
4d20c4f3fd
|
Update productName default in docs
|
2016-09-08 11:52:29 -07:00 |
|
Kevin Sawicki
|
d407eab0ff
|
Set crashReporter productName in specs
|
2016-09-08 11:52:29 -07:00 |
|
Kevin Sawicki
|
63e9bc4804
|
Assert isTTY is undefined on Windows
|
2016-09-08 11:52:29 -07:00 |
|
Kevin Sawicki
|
638c96345d
|
Merge pull request #7133 from electron/update-travis-node-versions
Upgrade Travis node version
|
2016-09-08 11:13:00 -07:00 |
|
Kevin Sawicki
|
74bb4bacd7
|
Add section about Buffer global
|
2016-09-08 10:42:43 -07:00 |
|
Kevin Sawicki
|
aaf2bb2751
|
Add spec for deleting Buffer global in preload
|
2016-09-08 10:34:09 -07:00 |
|
Kevin Sawicki
|
d476227e16
|
Remove unneeded return
|
2016-09-08 10:20:39 -07:00 |
|
Kevin Sawicki
|
902bd0564e
|
Require Buffer explicitly instead of relying on global
|
2016-09-08 10:17:06 -07:00 |
|
Kevin Sawicki
|
24da3d181f
|
Merge pull request #7129 from adamkidder/override_libchromium
Allow LIBCHROMIUMCONTENT_COMMIT to be overridden from the environment
|
2016-09-08 09:37:05 -07:00 |
|
Kevin Sawicki
|
e8fcdebf6d
|
Update Travis config to build on node 4.5.0
|
2016-09-08 09:24:59 -07:00 |
|
Kevin Sawicki
|
803943bff8
|
Merge pull request #7128 from electron/api-breakage-list
Document what APIs will break in Electron 2.0
|
2016-09-08 09:21:26 -07:00 |
|
Kevin Sawicki
|
ae933140af
|
Add variables to options example
|
2016-09-08 09:15:05 -07:00 |
|