Electron Bot
90407259a6
Bump v4.0.3
v4.0.3
2019-01-28 15:40:32 -08:00
Jeremy Apthorp
939e65d262
fix: backport a memory leak fix in webrtc ( #16555 )
2019-01-28 11:47:33 -08:00
Electron Bot
6a797f2199
Revert "Bump v4.0.3"
...
This reverts commit 4b5afb5ccf .
2019-01-25 16:04:49 -08:00
Electron Bot
4b5afb5ccf
Bump v4.0.3
2019-01-25 15:48:02 -08:00
Jeremy Apthorp
cf079f6c43
fix: registerStreamProtocol callback with large chunks (backport: 4-0-x) ( #16540 )
2019-01-25 10:59:08 -08:00
Nitish Sakhawalkar
0659093dfa
fix: correctly destroy spellcheck client ( #16524 )
...
* fix: Destroy spellcheck client
* Address review comments
2019-01-25 10:39:46 -06:00
Lionel RADISSON
fb8bde0094
fix extra closing parenthesis ( #16528 )
2019-01-25 09:43:38 -05:00
Andy Dill
f747a66109
refactor: move text-to-speech out of chromium_src ( #15024 ) ( #16437 )
...
* chore: add tts patch and buildflag, makes tts work again
* chore: add tts patch and buildflag, makes tts work again
* fix: make things compile
* build: add relevant tts files for linux
* fix: update patch and patch description, should now compile on mac
* build: move chrome specific sources under chromium_src:chrome target
* build: enable_extensions again
We are depending on them, check `//electron/chromium_src:chrome` target
for more info.
* fix: update tts.patch to receive notifications about browser context destruction
* fix: extend browser process from chrome layer
The global state g_browser_process is shared between //chrome
and //electron.
* spec: add basic speech synthesis test
* spec: skip speech tests on ci
* build: fix compilation on windows
2019-01-23 13:33:55 -05:00
trop[bot]
67ac6648c4
build: fail a build if some hooks don't succeed ( #16505 )
2019-01-23 11:29:43 -05:00
trop[bot]
84f1dc7f8c
fix: takeHeapSnapshot() using public IPC channel for internal implementation ( #16484 )
2019-01-22 11:07:30 -08:00
trop[bot]
7c55db280b
docs: fix web-request.md listener signatures in electron.d.ts ( #16487 )
2019-01-22 11:07:01 -08:00
Electron Bot
0f02adf614
Bump v4.0.2
v4.0.2
2019-01-22 09:58:50 -08:00
trop[bot]
e7d7cc35e0
fix: prevent double-destroy of window ( #16478 )
2019-01-21 21:17:24 -08:00
trop[bot]
89ea2105a5
chore: always try to nuke tags ( #16453 )
2019-01-18 16:36:17 -08:00
Jeremy Apthorp
8c88d45d4a
chore: remove unused webrtc patches ( #16440 )
...
Closes #16424
2019-01-17 15:50:26 -08:00
Electron Bot
9be7ca0bf0
Revert "Bump v4.0.2"
...
This reverts commit 19b692123f .
2019-01-14 14:35:02 -08:00
Electron Bot
19b692123f
Bump v4.0.2
2019-01-14 14:26:11 -08:00
Electron Bot
d3fbcb8179
Revert "Bump v4.0.2"
...
This reverts commit e050af26b6 .
2019-01-14 10:48:30 -08:00
Electron Bot
e050af26b6
Bump v4.0.2
2019-01-14 10:24:03 -08:00
Shelley Vohr
e3e17c53e4
chore: remove accidental octokit introduction ( #16393 )
2019-01-14 10:19:18 -08:00
trop[bot]
f3bbb5a042
fix: emit IPC event in correct context if isolation and sandbox enabled (backport: 4-0-x) ( #16376 )
...
* fix: emit IPC event in correct context if isolation and sandbox enabled
IPC events were not being delivered to renderer processes when both
`contextIsolation` and `sandbox` were enabled. This is because the
`AtomSandboxedRenderFrameObserver` class was incorrectly using the
`MainWorldScriptContext`, rather than conditionally selecting the
context based on if isolation was enabled.
Fixes #11922
2019-01-12 16:42:44 +01:00
trop[bot]
2e69f0a821
build: fix the build with enable_run_as_node disabled ( #16367 )
2019-01-12 16:29:01 +01:00
trop[bot]
db933fd5c8
security: improve IPC validation in guest-view-manager ( #16283 )
2019-01-11 16:34:30 -08:00
Charles Kerr
8d99172af1
chore: update script/release/notes/*js to master ( #16368 )
...
Manual backport of https://github.com/electron/electron/pull/16343
to 4-0-x.
2019-01-11 15:54:25 -06:00
Electron Bot
e601765c5b
Revert "Bump v4.0.2"
...
This reverts commit da6079e422 .
2019-01-11 12:19:54 -08:00
Electron Bot
da6079e422
Bump v4.0.2
2019-01-11 11:59:11 -08:00
trop[bot]
e05e18197b
fix: beep on Ubuntu ( #16357 )
...
beeps on Linux are made by writing BEL to /dev/console,
which requires elevated permissions on Ubuntu. So if
opening /dev/console fails, fall back to /dev/tty.
2019-01-11 08:14:46 -08:00
trop[bot]
53a35db44f
test: allow retries for flaky mas loginitem specs ( #16359 )
2019-01-11 08:12:18 -08:00
trop[bot]
52eee85e78
chore: fix tag cleanup ( #16356 )
2019-01-10 14:11:11 -08:00
trop[bot]
1089dd36b3
fix: properly determine if WebContents is offscreen in WebContentsDelegate ( #16340 )
2019-01-10 10:35:01 -05:00
trop[bot]
1f411d33d4
Add instructions to get Notifications working on Win 10 Update ( #16326 )
...
Fails silently and was frustratingly hard to know why. Hope this save a lot of people some time.
2019-01-08 16:42:56 -05:00
trop[bot]
0b6cc93896
fix: register accelerator if role has no registerAccelerator (backport: 4-0-x) ( #16314 )
...
* fix: register accelerator if role has no registerAccelerator
* ensure roles[role].registerAccelerator is defined
2019-01-08 13:09:45 -05:00
trop[bot]
bad9ff6571
build: extract external binaries config ( #16316 )
2019-01-08 11:43:42 +01:00
trop[bot]
26adc6f0bf
chore: @electron/nightly => electron-nightly ( #16281 )
2019-01-04 14:56:13 -08:00
trop[bot]
adf5d60f41
chore: result => result.data (4-0-x) ( #16275 )
2019-01-04 13:31:01 -08:00
trop[bot]
ada400514a
chore: add additional logging during asset upload (4-0-x) ( #16280 )
2019-01-04 13:15:52 -08:00
trop[bot]
d9d7c34709
docs: Update reference to xcode 8.3.3 (backport: 4-0-x) ( #16272 )
...
* Update reference to xcode
* Update to reflect use of 10.12 SDK
2019-01-04 15:43:06 -05:00
Electron Bot
db32fc2386
Bump v4.0.1
v4.0.1
2019-01-04 10:31:46 -08:00
trop[bot]
70af1c1b14
fix: error if a11y support changed before ready ( #16268 )
2019-01-04 09:42:46 -08:00
Shelley Vohr
c783c5eb70
fix: don't register some shortcuts without accessibility ( #16262 )
2019-01-04 09:42:19 -08:00
trop[bot]
9fa37bdc13
chore: publish nightlies to electron-nightly (backport: 4-0-x) ( #16234 )
...
* chore: publish nightlies to electron-nightly
* electron-nightly => @electron/nightly
2019-01-03 10:04:53 -08:00
trop[bot]
73e3667b8d
security: don't allow arbitrary methods to be invoked on webContents ( #16123 )
2019-01-03 10:03:24 -08:00
trop[bot]
d50bd803ba
chore: update deprecated LSGetApplicationForURL (backport: 4-0-x) ( #16242 )
...
* chore: update deprecated LSGetApplicationForURL
* wrap with @available
2019-01-02 21:21:04 -08:00
Cobinja
5e82efa6db
backport: fix menubar item fgcolor (4-0-x) ( #16223 )
2019-01-02 10:22:42 -08:00
trop[bot]
a8ccaf1cdb
chore: update @types/node dep ( #16177 )
2018-12-21 13:01:04 -07:00
trop[bot]
0fef224f0f
security: block chrome.tabs.executeScript() for non chrome-extension: URLs ( #16124 )
2018-12-20 18:43:30 -07:00
trop[bot]
c24717a0b7
chore: make nugget quiet by default (backport: 4-0-x) ( #16154 )
...
* chore: make nugget quiet by default
* chore: allow nugget quiet to be passed via cli
2018-12-20 18:43:19 -07:00
trop[bot]
2d0097e081
fix: extending tracing startRecording API to take a full tracing config ( #16158 )
...
This allows memory-infra to be traced correctly.
Fixes #12506 .
2018-12-20 18:43:06 -07:00
Electron Bot
005264ca1f
Bump v4.0.0
v4.0.0
2018-12-20 10:40:08 -08:00
Michelle Tilley
86cbe5bab7
fix: set release notes body to a string ( #16164 )
2018-12-20 10:38:29 -08:00