Commit graph

19829 commits

Author SHA1 Message Date
Samuel Attard
b8267e698a
chore: disable get/setLoginItemSettings specs (#16839) 2019-02-08 12:53:33 -08:00
trop[bot]
021d856006 build: ensure index.json is actually valid JSON before uploading (backport: 3-0-x) (#16749)
* build: ensure index.json is actually valid JSON before uploading

* chore: fix py linting for validation of index.json
2019-02-05 15:00:49 -08:00
Electron Bot
60596b47f5 Bump v3.0.15 2019-01-31 08:27:01 -08:00
trop[bot]
f40f9b06f8 fix: move open handling to web-contents.js (#16637) 2019-01-30 19:48:54 -08:00
trop[bot]
d89d8f51b9 chore: backport cleanup changes to 3-0-x (#16419)
* chore: backport cleanup changes to 3-1-x

* whoops

* minimize diff

* address review comments
2019-01-17 10:11:32 -08:00
trop[bot]
cdc310ed94 fix: don't register some shortcuts without accessibility (#16378) 2019-01-14 11:48:41 -08:00
trop[bot]
5e1d6435a0 chore: fix tag cleanup (#16355) 2019-01-10 14:11:21 -08:00
trop[bot]
ae67beee2f Add instructions to get Notifications working on Win 10 Update (#16325)
Fails silently and was frustratingly hard to know why. Hope this save a lot of people some time.
2019-01-08 16:43:58 -05:00
Electron Bot
f1f8fda78a Bump v3.0.14 2019-01-04 14:16:37 -08:00
Michelle Tilley
6b890d2a44
Revert "Bump v3.0.14"
This reverts commit a287b086d0.
2019-01-04 14:06:14 -08:00
Electron Bot
a287b086d0 Bump v3.0.14 2019-01-04 12:50:43 -08:00
trop[bot]
16cbd94b27 chore: add additional logging for release upload failures (3-0-x) (#16278) 2019-01-04 12:46:50 -08:00
trop[bot]
9ba95e2018 docs: Update reference to xcode 8.3.3 (backport: 3-0-x) (#16270)
* Update reference to xcode

* Update to reflect use of 10.12 SDK
2019-01-04 15:41:46 -05:00
Cobinja
7ba432113f backport: fix:menubar item fgcolor (3-0-x) (#16221) 2019-01-03 10:01:57 -08:00
Roller Bot
48fe0649cb chore: bump libcc (3-0-x) (#16245)
* chore: bump libcc submodule to 1b74a92a80c2077fb0848d81b58ee6f0e4db752d

* chore: bump libcc in DEPS to 1b74a92a80c2077fb0848d81b58ee6f0e4db752d
2019-01-03 10:01:28 -08:00
trop[bot]
d9afe43cee fix: extending tracing startRecording API to take a full tracing config (#16157)
This allows memory-infra to be traced correctly.
Fixes #12506.
2018-12-20 08:29:20 -07:00
trop[bot]
c74d7b3c33 chore: release.id => release.data.id (#16133) 2018-12-18 19:53:34 -07:00
Electron Bot
f26dcaeaf3 Bump v3.0.13 2018-12-17 11:14:38 -08:00
Shelley Vohr
d08f47510d chore: correctly capitalize releaseID (#16108) 2018-12-17 11:09:05 -08:00
Michelle Tilley
3928b7cba8
Revert "Bump v3.0.13"
This reverts commit 48a279cbb5.
2018-12-17 11:04:58 -08:00
Electron Bot
48a279cbb5 Bump v3.0.13 2018-12-17 10:28:07 -08:00
Roller Bot
266f5a24cd chore: bump libcc (3-0-x) (#16077)
* chore: bump libcc submodule to e38e22ed9f48e6e395f2e9faa93d2d7411f52de4

* chore: bump libcc in DEPS to e38e22ed9f48e6e395f2e9faa93d2d7411f52de4
2018-12-17 10:01:28 -05:00
trop[bot]
79b6e6f1af fix: allow 2 threads for CreateIoCompletionPort on single-core to prevent busy looping (backport: 3-0-x) (#16082) 2018-12-15 14:14:59 -08:00
Electron Bot
3db872e004 Bump v3.0.12 2018-12-14 13:08:13 -08:00
Robo
028c807975 fix: remove event monitor before destroying window (3-0-x) (#16055) 2018-12-13 15:12:15 -08:00
Roller Bot
ce5a440d9f chore: bump libcc (3-0-x) (#16041)
* chore: bump libcc submodule to 39cd2efa4af73897f89c51e43e0c0746f1601c80

* chore: bump libcc in DEPS to 39cd2efa4af73897f89c51e43e0c0746f1601c80
2018-12-13 13:10:49 -05:00
Roller Bot
556e15fcb9 chore: bump libcc (3-0-x) (#16021)
* chore: bump libcc submodule to ddc0c81b3eca9aa35c7520c1c1a24a59c2379ed0

* chore: bump libcc in DEPS to ddc0c81b3eca9aa35c7520c1c1a24a59c2379ed0
2018-12-12 15:37:17 +01:00
Electron Bot
3d4bedda0c Bump v3.0.11 2018-12-10 15:02:35 -08:00
Michelle Tilley
a7f23b862b
Revert "Bump v3.0.11"
This reverts commit 68ae725b47.
2018-12-10 14:55:04 -08:00
Electron Bot
68ae725b47 Bump v3.0.11 2018-12-10 14:25:54 -08:00
trop[bot]
f2c1f255ef fix: do not print an error for an expected condition (#15991) (#15999) 2018-12-10 13:58:28 -08:00
trop[bot]
2046d8052a fix: incorrect view ordering for customButtonsOnHover (#15564) (#16002) 2018-12-10 13:44:59 -08:00
trop[bot]
6de26d3b4a chore: expose release id for use in cleanup (#15845) (#15949)
chore: expose release id for use in cleanup (backport: 3-0-x)
2018-12-05 09:36:35 -08:00
trop[bot]
688b345033 fix: schedule a paint after browserview's background is set (#15798) 2018-11-30 14:44:54 -08:00
trop[bot]
10b642506f ci: clean git before building (#15889) 2018-11-30 12:33:36 -08:00
Roller Bot
b8c8a6f4b9 chore: bump libcc (3-0-x) (#15850)
* chore: bump libcc submodule to 5efc170f1f3194da636f1c2b499d3e46e99cce5e

* chore: bump libcc in DEPS to 5efc170f1f3194da636f1c2b499d3e46e99cce5e
2018-11-28 16:53:47 +09:00
Andrzej Szombierski
ab4fa2a820 fix: ensure that file descriptors 0/1/2 are opened at startup (backport: 3-0-x) (#15781)
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-11-26 10:28:14 -08:00
Shelley Vohr
d5a6bb665b
fix: no longer require submenu for services menuitem (#15672) 2018-11-20 13:18:24 -05:00
Electron Bot
4305657858 Bump v3.0.10 2018-11-19 12:40:54 -08:00
Michelle Tilley
e391b7df69
Revert "Bump v3.0.10"
This reverts commit 82e7bd3f22.
2018-11-19 12:19:50 -08:00
Electron Bot
82e7bd3f22 Bump v3.0.10 2018-11-19 11:04:25 -08:00
trop[bot]
eb30cc2ede docs: limits of nativeWindowOpen (#15754) 2018-11-19 10:36:52 -05:00
John Kleinschmidt
d9efaa946b
build: include needed bin files for v8_context_snapshot_generator (#15713) 2018-11-14 11:19:01 -08:00
Roller Bot
3f99cf4f1d chore: bump libcc (3-0-x) (#15690)
* chore: bump libcc submodule to d9e39391cfae447a84e276a402342cf8b4b5bcba
* chore: bump libcc in DEPS to d9e39391cfae447a84e276a402342cf8b4b5bcba
2018-11-13 14:37:32 +01:00
Electron Bot
a0a9d9d159 Bump v3.0.9 2018-11-12 19:18:08 -08:00
Samuel Attard
7165fb181d Revert "Bump v3.0.9"
This reverts commit 67cf0eb9b0.
2018-11-13 14:14:50 +11:00
Electron Bot
67cf0eb9b0 Bump v3.0.9 2018-11-12 13:34:43 -08:00
trop[bot]
e9823f07be fix: NSWindow crash happening on macos 10.9 (#15669) 2018-11-11 13:44:06 -05:00
Roller Bot
c272f5fc56 chore: bump libcc (3-0-x) (#15659)
* chore: bump libcc submodule to 7361dbe5ac927be4276ec7da1d3548c4f22343a0

* chore: bump libcc in DEPS to 7361dbe5ac927be4276ec7da1d3548c4f22343a0
2018-11-10 14:20:31 -05:00
Nitish Sakhawalkar
48ebebcafe fix: Linux empty menu model handling (#15605)
* fix: Linux empty menu model handling

* Update root_view.cc
2018-11-08 08:11:15 -08:00