Cobinja
55e9c211f8
backport: fix:menubar item fgcolor (3-1-x) ( #16222 )
2019-01-09 21:43:42 -08:00
Roller Bot
8db09e26b1
chore: bump libcc (3-1-x) ( #16331 )
...
* chore: bump libcc submodule to 01b1896f3f91266d757eb4b1d42464bbee3058f7
* chore: bump libcc in DEPS to 01b1896f3f91266d757eb4b1d42464bbee3058f7
2019-01-09 21:42:00 -08:00
trop[bot]
17c00954bd
fix: properly determine if WebContents is offscreen in WebContentsDelegate (backport: 3-1-x) ( #16341 )
2019-01-09 15:14:40 -08:00
trop[bot]
034ea3cdfb
Add instructions to get Notifications working on Win 10 Update ( #16324 )
...
Fails silently and was frustratingly hard to know why. Hope this save a lot of people some time.
2019-01-08 16:42:21 -05:00
Electron Bot
4913fc81d1
Bump v3.1.0
2019-01-07 09:57:52 -08:00
trop[bot]
846b43d7bd
chore: add additional logging for release upload failures (3-1-x) ( #16277 )
2019-01-04 12:47:18 -08:00
trop[bot]
d644eb4164
docs: Update reference to xcode 8.3.3 (backport: 3-1-x) ( #16271 )
...
* Update reference to xcode
* Update to reflect use of 10.12 SDK
2019-01-04 15:42:37 -05:00
Electron Bot
dc4057bb48
Bump v3.1.0-beta.5
2019-01-04 11:55:02 -08:00
Michelle Tilley
c3867ba6d5
Revert "Bump v3.1.0-beta.5"
...
This reverts commit aa57be70a0
.
2019-01-04 11:52:30 -08:00
Electron Bot
aa57be70a0
Bump v3.1.0-beta.5
2019-01-04 11:08:14 -08:00
Michelle Tilley
9d24d28816
Revert "Bump v3.1.0-beta.5"
...
This reverts commit 75a21678d7
.
2019-01-04 11:04:09 -08:00
Electron Bot
75a21678d7
Bump v3.1.0-beta.5
2019-01-04 10:32:49 -08:00
Jeremy Apthorp
7f0056f683
Merge pull request #16140 from electron/http_auth_prefs_3_1_x
...
fix: UAF with http auth preferences (3-1-x)
2018-12-20 15:56:28 -08:00
Jeremy Apthorp
02eeef4dc0
fix: ensure that file descriptors 0/1/2 are opened at startup (backport: 3-0-x) (backport: 3-1-x) ( #16167 )
...
This fixes an issue where the gpu subprocess was writing messages to a
random pipe or socket. The standard file desciptors are closed in
chromium's subprocesses because of an unfortunate interaction with
libuv's tty handling code leaving them with the FD_CLOEXEC flag.
2018-12-20 15:47:35 -08:00
Andrzej Szombierski
7d8c59deda
style: fix lint warnings
2018-12-20 23:00:41 +00:00
Andrzej Szombierski
1e9a75d9f2
fix: ensure that file descriptors 0/1/2 are opened at startup
...
This fixes an issue where the gpu subprocess was writing messages to a
random pipe or socket. The standard file desciptors are closed in
chromium's subprocesses because of an unfortunate interaction with
libuv's tty handling code leaving them with the FD_CLOEXEC flag.
2018-12-20 23:00:41 +00:00
deepak1556
e7688723f9
fix: UAF with http auth preferences (3-1-x)
2018-12-21 02:40:49 +05:30
trop[bot]
6fb569cc6c
fix: extending tracing startRecording API to take a full tracing config ( #16159 )
...
This allows memory-infra to be traced correctly.
Fixes #12506 .
2018-12-20 08:27:47 -07:00
trop[bot]
349f10d779
chore: release.id => release.data.id ( #16134 )
2018-12-18 19:53:43 -07:00
Electron Bot
9f6bee704f
Bump v3.1.0-beta.4
2018-12-17 12:08:13 -08:00
Michelle Tilley
e6668f60c8
Revert "Bump v3.1.0-beta.4"
...
This reverts commit 409b58525a
.
2018-12-17 12:04:16 -08:00
Electron Bot
409b58525a
Bump v3.1.0-beta.4
2018-12-17 11:14:36 -08:00
Shelley Vohr
ea83871cf6
chore: correctly capitalize releaseID ( #16107 )
2018-12-17 11:08:42 -08:00
Michelle Tilley
53ace2e099
Revert "Bump v3.1.0-beta.4"
...
This reverts commit 38fc10f068
.
2018-12-17 11:06:47 -08:00
Electron Bot
38fc10f068
Bump v3.1.0-beta.4
2018-12-17 10:28:11 -08:00
Roller Bot
03b9f0db58
chore: bump libcc (3-1-x) ( #16076 )
...
* chore: bump libcc submodule to 29e02cd4c37777734f97d00b5a538d7c7acfa67a
* chore: bump libcc in DEPS to 29e02cd4c37777734f97d00b5a538d7c7acfa67a
2018-12-17 10:00:52 -05:00
Electron Bot
aea44b9227
Bump v3.1.0-beta.3
2018-12-14 13:08:19 -08:00
Robo
eb9e468bcc
fix: remove event monitor before destroying window ( #16056 )
2018-12-13 15:05:19 -08:00
Roller Bot
936d088210
chore: bump libcc (3-1-x) ( #16033 )
...
* chore: bump libcc submodule to e856446abf81a7eaa3e2f7884f0ef837228234fc
* chore: bump libcc in DEPS to e856446abf81a7eaa3e2f7884f0ef837228234fc
2018-12-13 02:04:43 +05:30
trop[bot]
9490a9f9ba
fix: allow 2 threads for CreateIoCompletionPort on single-core to prevent busy looping (backport: 3-1-x) ( #16011 )
...
* allow 2 threads for CreateIoCompletionPort on single-core
* use base::SysInfo::NumberOfProcessors instead of env var
* CHECK that uv_loop_ has not been used before replacing its iocp
2018-12-11 16:11:47 +09:00
trop[bot]
3c4cd3f662
fix: do not print an error for an expected condition ( #15991 ) ( #15998 )
2018-12-10 13:17:28 -08:00
Shelley Vohr
15f8d15b1b
fix: incorrect view ordering for customButtonsOnHover ( #15997 )
2018-12-10 12:27:38 -08:00
Shelley Vohr
9f472acf80
chore: expose release id for use in cleanup ( #15904 )
2018-12-04 08:04:18 -08:00
Electron Bot
0043acf70a
Bump v3.1.0-beta.2
2018-12-03 18:35:22 -08:00
Roller Bot
e25f8c1a08
chore: bump libcc (3-1-x) ( #15937 )
...
* chore: bump libcc submodule to dfad80d80b265e508c4e583dda3f2860b20128b7
* chore: bump libcc in DEPS to dfad80d80b265e508c4e583dda3f2860b20128b7
2018-12-04 13:30:31 +11:00
Electron Bot
e2be247579
Bump v3.1.0-beta.1
2018-12-02 09:56:52 -08:00
Roller Bot
9de5965bb7
chore: bump libcc (3-1-x) ( #15913 )
...
* chore: bump libcc submodule to 99d8f691c3d64704304020f68d46113a1993e281
* chore: bump libcc in DEPS to 99d8f691c3d64704304020f68d46113a1993e281
2018-12-02 09:54:14 -08:00
Shelley Vohr
67af030df7
Revert "Bump v3.1.0-beta.1"
...
This reverts commit f0b47b2541
.
2018-11-30 14:33:27 -08:00
Electron Bot
f0b47b2541
Bump v3.1.0-beta.1
2018-11-30 12:17:44 -08:00
Shelley Vohr
97ffaf058f
roll libcc deps for 3-1-x
2018-11-30 12:12:44 -08:00
Shelley Vohr
a4a0eff1e7
Revert "Bump v3.1.0-beta.1"
...
This reverts commit 1ad67754c0
.
2018-11-30 12:11:43 -08:00
Electron Bot
1ad67754c0
Bump v3.1.0-beta.1
2018-11-30 11:54:17 -08:00
Shelley Vohr
8408136082
chore: don't generate full release notes for beta.1
2018-11-30 11:49:58 -08:00
Shelley Vohr
56f7359ed3
update package.json version from beta.0 to stable
2018-11-30 11:43:35 -08:00
trop[bot]
5dc15fc5d9
chore: allow bumping stable => beta ( #15907 )
2018-11-30 11:17:02 -08:00
Shelley Vohr
17481882d0
Revert "Bump v3.1.0-beta.1"
...
This reverts commit b23b72f9c3
.
2018-11-30 09:46:09 -08:00
Electron Bot
b23b72f9c3
Bump v3.1.0-beta.1
2018-11-29 19:38:53 -08:00
John Kleinschmidt
957ac493e6
ci: clean git before building ( #15887 )
2018-11-29 10:52:05 -08:00
Shelley Vohr
5ddc2fb6e7
Revert "Bump v3.1.0-beta.1"
...
This reverts commit 5d05f1c72a
.
2018-11-28 16:05:18 -08:00
Shelley Vohr
31d5e9bbe1
Revert "chore: bump libcc (3-1-x) ( #15858 )"
...
This reverts commit 386e356ed6
.
2018-11-28 15:59:48 -08:00