Samuel Attard
1fc197bedb
fix: allow persistent media salts ( #22386 ) ( #22567 )
...
* fix: allow persistent media salts
* chore: add regression test for persistent media device ids across reloads
Co-authored-by: Samuel Attard <samuel.r.attard@gmail.com >
2020-03-05 16:58:39 -08:00
Samuel Attard
926bea232d
fix: reposition traffic lights on theme change ( #22560 )
...
Co-authored-by: Samuel Attard <samuel.r.attard@gmail.com >
2020-03-05 14:02:23 -08:00
Electron Bot
db664f3433
Bump v9.0.0-beta.6
2020-03-05 07:31:44 -08:00
Cheng Zhao
9ec73a3dcf
fix: destroy node platform after destroying wrappers ( #22535 )
...
Co-authored-by: Cheng Zhao <zcbenz@electronjs.org >
2020-03-05 13:07:48 +09:00
trop[bot]
9c931136d0
fix: do not reposition traffic lights when fullscreened ( #22509 )
...
Co-authored-by: Samuel Attard <samuel.r.attard@gmail.com >
2020-03-04 20:08:43 +09:00
trop[bot]
f6b4c39195
fix: bail early if no printers on the network ( #22519 )
...
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2020-03-04 16:19:37 +09:00
Cheng Zhao
578f59532d
chore: remove unneeded header ( #22520 )
2020-03-04 12:31:46 +09:00
John Kleinschmidt
faee8a092d
fix: revive offscreen rendering support ( #22160 ) ( #22425 )
...
(cherry picked from commit 36f982aee2 )
Co-authored-by: Andy Dill <andy@discordapp.com >
2020-03-02 20:17:48 -05:00
Erick Zhao
3d65d84193
feat: add session.removeWordFromSpellCheckerDictionary API ( #22368 )
...
* feat: add session.removeWordFromSpellCheckerDictionary API
* rebase fixup
2020-03-02 14:46:19 -08:00
Jeremy Apthorp
5e05df9f71
chore: update chromium to 82.0.4058.2 ( #22198 )
...
Co-authored-by: John Kleinschmidt <jkleinsc@github.com >
Co-authored-by: Samuel Attard <samuel.r.attard@gmail.com >
Co-authored-by: loc <andy@slack-corp.com >
Co-authored-by: Robo <hop2deep@gmail.com >
2020-03-02 11:21:22 -08:00
Electron Bot
df2d03fe9b
Bump v9.0.0-beta.5
2020-03-02 07:31:48 -08:00
trop[bot]
80967287ad
fix: make webRequest work for CORS preflight requests ( #22468 )
...
* fix: support CORS preflight
* test: webRequest should work for CORS requests
Co-authored-by: Cheng Zhao <zcbenz@electronjs.org >
2020-03-02 20:25:28 +09:00
trop[bot]
2855f1d237
fix: do not call close on sheets themselves ( #22445 )
...
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2020-03-02 16:50:22 +09:00
trop[bot]
5e25649e77
fix: Add ContentsView to AXChildren ( #22469 )
...
Co-authored-by: Felix Rieseberg <felix@felixrieseberg.com >
2020-03-02 16:28:38 +09:00
trop[bot]
3e90e523eb
fix: add patch to set the base download URL rather than override it completely ( #22385 )
...
Co-authored-by: Samuel Attard <samuel.r.attard@gmail.com >
2020-02-28 17:00:44 -08:00
trop[bot]
c702aec1f8
fix: dictionaries download path should be in userdata ( #22447 )
...
Co-authored-by: Samuel Attard <samuel.r.attard@gmail.com >
2020-02-28 17:00:15 -08:00
Electron Bot
ede40f260e
Bump v9.0.0-beta.4
2020-02-27 16:37:59 -08:00
Samuel Attard
7ec9b4e252
feat: set app.enableRendererProcessReuse to true by default ( #22336 ) ( #22401 )
...
* feat: set app.enableRendererProcessReuse to true by default
* chore: add context aware info to breaking changes doc
* spec: fix nodeIntegration in child windows test for rendererprocessreuse
* spec: fix remote listeners in destroyed renderers spec as the error is now async
* Update api-browser-window-spec.ts
* chore: deprecate affinity
* chore: fix docs
* spec: handle tests crashing without an exist code
* spec: update tests for new rendererprocessreuse default
* spec: with renderer process re-use we get to destroy less views
2020-02-27 12:19:31 -08:00
trop[bot]
0d7e13d2a6
feat: add API for receiving logs from service workers ( #22313 )
...
* feat: add API for receiving logs from service workers
* feat: add new serviceWorkerContext APIs
* chore: add missing #include's
* refactor: rename serviceWorkerContext to serviceWorkers
* chore: clean up based on review
* chore: remove native_mate
* chore: add tests for the service worker module
* Update spec-main/api-service-workers-spec.ts
Co-Authored-By: Jeremy Apthorp <jeremya@chromium.org >
* chore: fix linting
* chore: handle renames
Co-authored-by: Samuel Attard <samuel.r.attard@gmail.com >
Co-authored-by: Jeremy Apthorp <nornagon@nornagon.net >
2020-02-27 11:02:31 -08:00
Electron Bot
a5c56684b9
Revert "Bump v9.0.0-beta.4"
...
This reverts commit 68d96459c3 .
2020-02-27 10:01:45 -08:00
Electron Bot
68d96459c3
Bump v9.0.0-beta.4
2020-02-27 09:14:14 -08:00
trop[bot]
6e80d6fba5
fix: pass safeDialogs preference properly ( #22378 )
...
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2020-02-26 13:34:42 -08:00
Electron Bot
7fd2d39f72
Bump v9.0.0-beta.3
2020-02-25 14:03:20 -08:00
trop[bot]
64880c75a3
fix: emit will-navigate for sandboxed contents ( #22327 )
...
* fix: emit will-navigate for sandboxed contents
* uncomment test
* more tests
* use ShouldFork instead of browser_handles_all_top_level_requests
* forward post data in OpenURLFromTab
* align OpenURLFromTab with chrome's version (browser_navigator.cc/LoadURLInContents)
* add tests for navigating from file: and about:blank to http:
Co-authored-by: Jeremy Apthorp <nornagon@nornagon.net >
2020-02-25 11:11:33 +09:00
trop[bot]
2feca9d35a
fix: revert {Atom => Electron}Application rename ( #22325 )
...
Co-authored-by: Jeremy Apthorp <nornagon@nornagon.net >
2020-02-24 12:29:10 +09:00
Jeremy Apthorp
bd669f72ee
feat: [extensions] support extension.getBackgroundPage ( #21951 ) ( #22177 )
2020-02-21 14:33:28 -08:00
Electron Bot
2b9ef75d82
Bump v9.0.0-beta.2
2020-02-15 16:07:17 -08:00
John Kleinschmidt
4dc2b4d55f
Revert "Bump v9.0.0-beta.2"
...
This reverts commit 69f77d309d .
2020-02-14 16:50:33 -05:00
Electron Bot
69f77d309d
Bump v9.0.0-beta.2
2020-02-14 12:39:21 -08:00
John Kleinschmidt
9cd1744a2b
Revert "Bump v9.0.0-beta.2"
...
This reverts commit 8b11adc6f2 .
2020-02-14 15:37:16 -05:00
Electron Bot
8b11adc6f2
Bump v9.0.0-beta.2
2020-02-14 12:29:44 -08:00
trop[bot]
57ec30e459
feat: add session.listWordsFromSpellCheckerDictionary API ( #22128 )
...
* doesn't work yet but compiles.
* works
* fixup
Co-authored-by: Erick Zhao <erick@hotmail.ca >
2020-02-14 15:26:17 -05:00
trop[bot]
c4a836f95a
fix: crash on custom printing margins ( #22185 )
...
Co-authored-by: Shelley Vohr <codebytere@github.com >
2020-02-14 15:40:01 +09:00
Jeremy Apthorp
0e31826043
feat: enable pdf viewer
2020-02-13 10:09:29 -08:00
trop[bot]
7b3c073b3e
fix RTL bug when used with traffic light repositioning ( #22163 )
...
Co-authored-by: tonyfwoo <55114329+tonyfwoo@users.noreply.github.com >
2020-02-12 11:29:03 -06:00
trop[bot]
f41423501a
fix: make webRequest work with WebSocket ( #22133 )
...
* fix: web request support proxying websocket
* fix: make tests work
* chore: do not use api:: code outside api/ folder
* chore: do not create proxy when no listener
* test: use separate session to avoid conflicts
* chore: address review
Co-authored-by: Cheng Zhao <zcbenz@github.com >
2020-02-11 15:56:00 -05:00
trop[bot]
d4c90e80a5
refactor: use NSVisualEffectMaterial* constants directly ( #22148 )
2020-02-11 17:48:44 +00:00
Electron Bot
9d69d4b9ef
Bump v9.0.0-beta.1
2020-02-10 06:50:08 -08:00
Electron Bot
d57d5c544e
Revert "Bump v9.0.0-beta.2"
...
This reverts commit 74d4dab157 .
2020-02-10 06:38:44 -08:00
Electron Bot
74d4dab157
Bump v9.0.0-beta.2
2020-02-10 04:32:41 -08:00
trop[bot]
d4d06660f3
fix: flash plugin ( #22111 )
...
* fix: flash plugin
Fixes https://github.com/electron/electron/issues/20744
* cleanup
* fix linting issue
Co-authored-by: t57ser <seve@live.at >
2020-02-10 10:50:56 +09:00
John Kleinschmidt
89f66bd00c
Revert "Bump v9.0.0-beta.1"
...
This reverts commit 68346fec55 .
2020-02-06 15:19:27 -05:00
Electron Bot
68346fec55
Bump v9.0.0-beta.1
2020-02-05 13:46:21 -08:00
Shelley Vohr
303ca10846
feat: allow macOS apps to set activation policies ( #21983 )
2020-02-05 19:12:25 +00:00
Cheng Zhao
dee324f79a
fix: check WebContents in OnGetDefaultPrinter ( #22041 )
2020-02-05 10:48:51 -05:00
Electron Bot
76d05ce21f
Bump v9.0.0-nightly.20200205
2020-02-05 07:32:08 -08:00
Shelley Vohr
928175bdfe
feat: allow specifying pageSize for print ( #22014 )
2020-02-05 04:25:02 +00:00
Jeremy Apthorp
ba5d712a15
fix: crash on boot with --log-net-log ( #22035 )
2020-02-04 18:04:35 -08:00
Jeremy Apthorp
d9321f4df7
chore: rename atom -> electron ( #21986 )
2020-02-04 12:19:40 -08:00
Shelley Vohr
f14fc4b041
chore: wrap cb with default invocation ( #22013 )
2020-02-04 19:06:03 +00:00