John Kleinschmidt
0e9727e8d5
ci: enable goma for all testing builds ( #21992 ) ( #22203 )
...
(cherry picked from commit e7982623ec )
2020-02-18 12:03:33 -05:00
trop[bot]
44ee90e5cf
fix: don't include breakpad_symbols dir in dsym.zip ( #22221 )
...
Co-authored-by: John Kleinschmidt <jkleinsc@github.com >
2020-02-18 11:57:33 -05:00
Electron Bot
2b9ef75d82
Bump v9.0.0-beta.2
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
trop[bot]
c6e411173e
build: fix release script to work with sudowoodo ( #22200 )
...
Co-authored-by: John Kleinschmidt <jkleinsc@github.com >
2020-02-14 15:35:10 -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
trop[bot]
9b2de2583e
fix: no-arg console.log is undefined ( #22171 )
...
Co-authored-by: Shelley Vohr <codebytere@github.com >
2020-02-14 15:31:49 +09:00
Samuel Attard
7b2bfb4a0f
chore: update NMV for Electron 9 ( #22189 )
2020-02-13 13:18:22 -08: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]
2dc900b95d
ci: Speed up release ( #22159 )
2020-02-12 07:27:21 +00: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]
07d9728b63
build: fix spellchecker deps ( #22155 )
...
Co-authored-by: Alexey Kuzmin <alex.s.kuzmin@gmail.com >
2020-02-11 15:45:46 -05:00
trop[bot]
d4c90e80a5
refactor: use NSVisualEffectMaterial* constants directly ( #22148 )
2020-02-11 17:48:44 +00:00
trop[bot]
91141028e6
chore: print more logging for failed tests ( #22116 )
...
Co-authored-by: Cheng Zhao <zcbenz@github.com >
2020-02-11 15:07:54 +09:00
Electron Bot
9d69d4b9ef
Bump v9.0.0-beta.1
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]
94246dabe3
ci: fix build failure on doc only changes ( #22089 )
...
* ci: fix build failure on doc only changes
* ci: fix doc-only check when CI fires on branch before PR is created
Co-authored-by: John Kleinschmidt <jkleinsc@github.com >
2020-02-10 17:09:35 +09:00
trop[bot]
4fe91e56ac
chore: remove debugging log ( #22095 )
...
Co-authored-by: Jeremy Apthorp <nornagon@nornagon.net >
2020-02-10 17:05:34 +09:00
trop[bot]
0d7440d676
build: preserve timestamps when stripping files ( #22098 )
...
* build: preserve timestamps when stripping files
Resolves an issue where the binaries in mksnapshot.zip were not getting stripped.
* Add missing comma
* Update script/strip-binaries.py
Co-Authored-By: Jeremy Apthorp <jeremya@chromium.org >
* Don't try to run strip on macOS
Co-authored-by: John Kleinschmidt <jkleinsc@github.com >
Co-authored-by: Jeremy Apthorp <nornagon@nornagon.net >
2020-02-10 17:05:04 +09:00
trop[bot]
60edd2d3b1
build: try using newer version of xcode/macOS sdk ( #22106 )
...
Co-authored-by: John Kleinschmidt <jkleinsc@github.com >
2020-02-10 16:48:51 +09: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
trop[bot]
8d8f15121b
fix: use a WeakPtr so we do not UAF the store in FunctionLifetimeMonitor ( #22113 )
...
Co-authored-by: Samuel Attard <samuel.r.attard@gmail.com >
2020-02-10 10:47:23 +09:00
trop[bot]
1f8cb5144d
build: copy chromedriver to correct location ( #22092 )
...
* build: copy chromedriver to correct location
* build: try to free up disk space for macos releases
* get verbose mode working on strip-binaries
* Only use separate chromedriver build arm/arm64
* fixup circleci config
Co-authored-by: John Kleinschmidt <jkleinsc@github.com >
2020-02-07 16:49:04 -05:00
trop[bot]
667ee359a1
test: get native unit tests running ( #22086 )
...
Co-authored-by: John Kleinschmidt <jkleinsc@github.com >
2020-02-07 10:53:09 -05:00
trop[bot]
4b009159ba
docs: clarify requirements for GOOGLE_API_KEY ( #22071 )
...
* docs: clarify requirements for GOOGLE_API_KEY
* Update docs/api/environment-variables.md
Co-Authored-By: Mark Lee <malept@users.noreply.github.com >
* Update docs/api/environment-variables.md
Co-Authored-By: Mark Lee <malept@users.noreply.github.com >
* Update docs/api/environment-variables.md
Co-Authored-By: Mark Lee <malept@users.noreply.github.com >
* update
Co-authored-by: Erick Zhao <erick@hotmail.ca >
Co-authored-by: Mark Lee <malept@users.noreply.github.com >
2020-02-06 15:25:28 -05:00
John Kleinschmidt
89f66bd00c
Revert "Bump v9.0.0-beta.1"
...
This reverts commit 68346fec55 .
2020-02-06 15:19:27 -05:00
trop[bot]
2d542c6028
build: copy chromedriver to proper directory for release ( #22073 )
...
Co-authored-by: John Kleinschmidt <jkleinsc@github.com >
2020-02-06 15:07:46 -05:00
Electron Bot
68346fec55
Bump v9.0.0-beta.1
2020-02-05 13:46:21 -08:00
Samuel Attard
23f32ca9f3
chore: prepare for 9.0.0-beta.1
2020-02-05 13:44:23 -08:00
Shelley Vohr
303ca10846
feat: allow macOS apps to set activation policies ( #21983 )
2020-02-05 19:12:25 +00:00
Cheng Zhao
3341a2c3b4
fix: delay deletion of Wrappable objects ( #22044 )
2020-02-05 10:50:26 -05: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
v9.0.0-nightly.20200205
2020-02-05 07:32:08 -08:00
John Kleinschmidt
3a9b55c24f
build: don't use component_ffmpeg for chromedriver ( #22033 )
...
* build: don't use component_ffmpeg for chromedriver
* Fixup mac chromedriver build
* Update location of chromedriver.zip
* Fixup macos chromedriver build
* compile to right directory
2020-02-05 16:02:02 +09:00
Shelley Vohr
928175bdfe
feat: allow specifying pageSize for print ( #22014 )
2020-02-05 04:25:02 +00:00
Gabriel Basilio Brito
385388dd6b
notes: Adding Github CI to testing documentation ( #21996 )
...
notes: Adding Github CI to testing documentation
2020-02-05 11:05:07 +09: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
John Kleinschmidt
6f1f4d3f2f
ci: make sure mksnapshot is invoked with proper args. ( #21991 )
...
* build: robustify verify-mksnapshot w.r.t. command-line parameters
Co-authored-by: Jeremy Apthorp <nornagon@nornagon.net >
2020-02-04 13:10:11 -05:00
Sofia Nguy
6273bc9957
docs: update currently supported versions for 8.0.0 release ( #21909 )
2020-02-04 12:21:13 -05:00
Sofia Nguy
9c035c4570
docs: update 9.0 release dates ( #21910 )
2020-02-04 11:51:43 -05:00
Electron Bot
7be1b44cda
Bump v9.0.0-nightly.20200204
v9.0.0-nightly.20200204
2020-02-04 07:31:43 -08:00
Jeremy Apthorp
1dcc9bf46b
ci: fix ELECTRON_OUT_DIR ( #21994 )
2020-02-03 15:43:46 -08:00