d3e96f5755
Inject custom workflow
2025-03-11 04:04:56 +00:00
Electron Bot
e964d346c5
Bump v3.1.7
2019-03-21 13:05:34 -07:00
Roller Bot
400f0548e5
chore: bump libcc (3-1-x) ( #17503 )
...
* chore: bump libcc submodule to bdb1c8e9d2f184ebeb75a25824aca0be27aa879b
* chore: bump libcc in DEPS to bdb1c8e9d2f184ebeb75a25824aca0be27aa879b
2019-03-21 13:02:26 -07:00
Samuel Attard
59b06a0d04
Revert "Bump v3.1.7"
...
This reverts commit 078d8c1451
.
2019-03-21 12:27:33 -07:00
Electron Bot
078d8c1451
Bump v3.1.7
2019-03-20 15:28:15 -07:00
Electron Bot
0541526104
Revert "Bump v3.1.7"
...
This reverts commit c242974f4a
.
2019-03-20 15:26:03 -07:00
Electron Bot
c242974f4a
Bump v3.1.7
2019-03-20 14:32:50 -07:00
Electron Bot
1ba66805e8
Revert "Bump v3.1.7"
...
This reverts commit b34c6425f7
.
2019-03-20 14:26:26 -07:00
Electron Bot
b34c6425f7
Bump v3.1.7
2019-03-20 14:19:14 -07:00
Electron Bot
ab1e5fd476
Revert "Bump v3.1.7"
...
This reverts commit d048024876
.
2019-03-20 14:13:17 -07:00
Electron Bot
d048024876
Bump v3.1.7
2019-03-20 13:50:24 -07:00
trop[bot]
fd60283dbc
fix: use a more unique identifier for NSUserNotification instances ( #17482 )
...
So although apple has it documented that notifications with duplicate identifiers in the same session won't be presented. They apparently forgot to mention that macOS also non-deterministically and without any errors, logs or warnings will also not present some notifications in future sessions if they have a previously used identifier.
As such, we're going to truly randomize these identifiers so they are
unique between apps and sessions. The identifier now consists of a
randomly generated UUID and the app bundle id.
2019-03-20 11:19:15 -07:00
trop[bot]
02d357619e
fix: don't crash when nativeImage.createFromBuffer() called with invalid buffer ( #17372 )
2019-03-13 18:21:07 -07:00
trop[bot]
e0519dad72
fix: remove label/image from segment if they are mutated to undefined/null ( #17336 )
2019-03-11 17:19:57 -07:00
John Kleinschmidt
93eef7dca0
build: move macos release builds to CircleCI (3-1-x) ( #17277 )
2019-03-11 15:41:20 -04:00
Electron Bot
73158a6419
Bump v3.1.6
2019-03-07 19:15:50 -08:00
Samuel Attard
9e62197713
Revert "Bump v3.1.6"
...
This reverts commit 1d93989d26
.
2019-03-07 19:03:37 -08:00
Electron Bot
1d93989d26
Bump v3.1.6
2019-03-07 16:38:09 -08:00
Roller Bot
94f7cbe1dc
chore: bump libcc (3-1-x) ( #17273 )
...
* chore: bump libcc submodule to 5ff272e25eb552d8c0e7f07f919ed0bad804500b
* chore: bump libcc in DEPS to 5ff272e25eb552d8c0e7f07f919ed0bad804500b
2019-03-07 16:08:38 -08:00
John Kleinschmidt
d29afb5f49
build: Fix windows test hang ( #17271 )
...
* Try to track down test hangs
* Run tests with cmd instead of powershell
* Fix skip condition
* Update libcc to latest
* Turn off verbose logging on tests
* Revert "Update libcc to latest"
This reverts commit 972bbe0f3f7af709246441ff0c97cf6693e7ee5f.
2019-03-07 14:45:20 -08:00
Electron Bot
60d85d03a4
Bump v3.1.5
2019-03-04 15:05:36 -08:00
Electron Bot
4ff0b8d6b5
Revert "Bump v3.1.5"
...
This reverts commit b37884cb5e
.
2019-03-04 14:58:08 -08:00
Electron Bot
b37884cb5e
Bump v3.1.5
2019-03-04 14:53:46 -08:00
trop[bot]
36f7974e18
fix: set cancelId to 1 when defaultId == 0 and no 'cancel' button ( #17149 )
2019-02-27 10:10:18 -08:00
Electron Bot
08d8c16720
Bump v3.1.4
2019-02-15 11:06:36 -08:00
Michelle Tilley
439e9d61d6
Revert "Bump v3.1.4"
...
This reverts commit 0082e8083c
.
2019-02-15 11:02:31 -08:00
Cheng Zhao
dd4b688b5f
Fix memory leak when using webFrame and spell checker (3-1-x) ( #16771 )
...
* fix: do not create native api::WebFrame in webFrame
When reloading a page without restarting renderer process (for example
sandbox mode), the blink::WebFrame is not destroyed, but api::WebFrame
is always recreated for the new page context. This leaves a leak of
api::WebFrame.
* fix: remove spell checker when page context is released
2019-02-15 10:22:41 -08:00
Electron Bot
0082e8083c
Bump v3.1.4
2019-02-14 15:06:46 -08:00
Roller Bot
b398305cdd
chore: bump libcc (3-1-x) ( #16971 )
...
* chore: bump libcc submodule to cd7a2326b0668f24b83d568eccab16ee9ba8dc9a
* chore: bump libcc in DEPS to cd7a2326b0668f24b83d568eccab16ee9ba8dc9a
2019-02-14 14:22:00 -08:00
trop[bot]
94a53cdb30
build: ensure that the uploaded symbol path is correct for our symbol server ( #16914 )
2019-02-13 07:10:54 -10:00
trop[bot]
438a7d8e1e
chore: disable get/setLoginItemSettings specs ( #16843 )
2019-02-08 14:07:29 -08:00
trop[bot]
cdb7eed21d
build: ensure index.json is actually valid JSON before uploading (backport: 3-1-x) ( #16752 )
...
* build: ensure index.json is actually valid JSON before uploading
* chore: fix py linting for validation of index.json
2019-02-05 15:01:20 -08:00
trop[bot]
98d7b61a4a
fix: crash when calling setProgressBar on macOS (backport: 3-1-x) ( #16726 )
...
* fix: correctly check whether dock has progress bar
* fix: do not leak memory when setting dockTile
2019-02-05 08:09:08 -08:00
Electron Bot
72ff292302
Bump v3.1.3
2019-01-31 13:13:54 -08:00
Electron Bot
c0c179fad0
Revert "Bump v3.1.3"
...
This reverts commit b450e51319
.
2019-01-31 10:30:40 -08:00
Electron Bot
b450e51319
Bump v3.1.3
2019-01-31 10:02:53 -08:00
Electron Bot
753683ad22
Revert "Bump v3.1.3"
...
This reverts commit 34a68725a0
.
2019-01-31 08:44:50 -08:00
Electron Bot
34a68725a0
Bump v3.1.3
2019-01-31 08:27:26 -08:00
Cheng Zhao
8ab1309215
fix: return pointer instead of pointer's content ( #16641 )
2019-01-31 20:19:21 +09:00
Charles Kerr
440a3fa6d8
fix: move open handling to web-contents.js ( #16628 )
2019-01-30 17:12:48 -08:00
trop[bot]
3b61384c26
fix: register accelerator if role has no registerAccelerator (backport: 3-1-x) ( #16598 )
...
* fix: register accelerator if role has no registerAccelerator
* ensure roles[role].registerAccelerator is defined
2019-01-29 22:11:47 -08:00
Nitish Sakhawalkar
ce33169b71
fix: correctly destroy spellcheck client ( #16526 )
...
* fix: Destroy spellcheck client
* Address review comments
2019-01-29 15:58:59 -08:00
Heilig Benedek
6d5b225ac5
feat: add registerAccelerator flag to allow menu items to optionally skip accelerator registration (backport: 3-1-x) ( #15892 )
...
* feat: add registerAccelerator flag to allow menu items to skip registration
* docs: add docs for registerAccelerator
2019-01-29 14:58:45 -08:00
Electron Bot
bb28fa8e8e
Bump v3.1.2
2019-01-24 14:46:50 -08:00
trop[bot]
42acbec1c8
fix: prevent double-destroy of window ( #16512 )
2019-01-24 14:56:11 +01:00
Roller Bot
3c97c90621
chore: bump libcc (3-1-x) ( #16516 )
...
* chore: bump libcc submodule to 7ea271f92018b1eeb8e70ec6de8c29f9758a0c05
* chore: bump libcc in DEPS to 7ea271f92018b1eeb8e70ec6de8c29f9758a0c05
2019-01-24 10:42:13 +09:00
trop[bot]
1e27157de2
docs: fix web-request.md listener signatures in electron.d.ts ( #16488 )
2019-01-22 19:50:57 +01:00
trop[bot]
95c73eebb2
chore: always try to nuke tags ( #16452 )
2019-01-18 16:34:48 -08:00
Shelley Vohr
03e051cfbb
chore: backport cleanup changes to 3-1-x ( #16395 )
...
* chore: backport cleanup changes to 3-1-x
* whoops
* minimize diff
* address review comments
2019-01-16 08:01:49 -08:00
Electron Bot
84f3470032
Bump v3.1.1
2019-01-14 14:27:33 -08:00