Electron Bot
e06880a90e
Bump v9.0.0-beta.11
v9.0.0-beta.11
2020-03-26 08:32:00 -07:00
trop[bot]
0600420bac
fix: don't allow window to go behind menu bar on mac ( #22828 )
...
Co-authored-by: Cezary Kulakowski <cezary@openfin.co >
2020-03-25 10:45:32 -05:00
trop[bot]
a6ff42c190
fix: workaround for hang when preventDefault-ing nativeWindowOpen ( #22750 )
...
* fix: enable workaround for nativeWindowOpen hang
* add test
* test: ensure window doesn't leak into other test
* update to use new webcontents delegate methods
Co-authored-by: Andy Locascio <andy@slack-corp.com >
2020-03-25 10:40:12 +09:00
trop[bot]
969579070f
refactor: migrate base::ThreadPool() as trait to base::ThreadPool:: API ( #22607 )
2020-03-24 15:09:28 -07:00
trop[bot]
9ee656f856
build: fix missing pdf dep in chromium_src ( #22814 )
...
Co-authored-by: Jeremy Apthorp <nornagon@nornagon.net >
2020-03-24 09:00:51 -04:00
Samuel Attard
7e4475cf51
Revert "fix: better window hierarchy checks"
...
This reverts commit 792fe833d1 .
2020-03-23 19:35:21 -07:00
Samuel Attard
79d9bd3a29
Revert "Bump v9.0.0-beta.11"
...
This reverts commit 50debf8595 .
2020-03-23 19:35:12 -07:00
Electron Bot
50debf8595
Bump v9.0.0-beta.11
2020-03-23 15:30:19 -07:00
Electron Bot
2d68a4d2ee
Revert "Bump v9.0.0-beta.11"
...
This reverts commit 6ce0062c0e .
2020-03-23 15:25:54 -07:00
Electron Bot
6ce0062c0e
Bump v9.0.0-beta.11
2020-03-23 14:27:00 -07:00
Samuel Attard
86aa0dfc45
build: fix beta version bumper logic for betas beyond 10
2020-03-23 14:25:54 -07:00
Samuel Attard
792fe833d1
fix: better window hierarchy checks
2020-03-23 14:13:00 -07:00
Samuel Attard
9b14ae770d
feat: add support for net requests to use the session cookie store ( #22806 )
...
* chore: refactor all the net specs to be async with better error handling (#22731 )
* chore: fix net specs when rerunning locally (#22745 )
* feat: add support for net requests to use the session cookie store (#22704 )
* fix: allow net requests to use Same-Site cookies (#22788 )
2020-03-23 10:53:40 -07:00
Samuel Attard
5a34ad4e21
build: enable JS semicolons ( #22785 )
2020-03-23 09:18:28 -07:00
Eryk Rakowski
edd7e97dd9
feat(extensions): add more properties to extension object ( #22595 )
2020-03-21 10:28:05 +09:00
Electron Bot
b92734d912
chore: bump chromium to 82.0.4085.14 (9-x-y) ( #22743 )
2020-03-20 15:58:36 -07:00
Shelley Vohr
dc25ad2ef0
chore: update app module property support ( #22747 )
2020-03-20 16:09:47 +09:00
Charles Kerr
54a8258c1c
refactor: omit duplicates from app's x11 icon list ( #22736 )
2020-03-19 14:12:07 -07:00
trop[bot]
02eff88e1b
chore: revert deprecated WebContents properties ( #22682 )
2020-03-19 14:11:41 -07:00
trop[bot]
09ca564bf4
fix: prevent crash in ListValue v8 converter when conversion fails ( #22759 )
2020-03-19 14:02:31 -07:00
trop[bot]
54e31956f8
chore: more modules to dual prop/fn support ( #22734 )
2020-03-19 09:27:39 -07:00
Electron Bot
c6539f0d01
Bump v9.0.0-beta.10
v9.0.0-beta.10
2020-03-19 08:31:11 -07:00
trop[bot]
bef8448393
build: auto-generate the codesigning cert used for macOS CI testing runs ( #22762 )
...
* build: auto-generate the codesigning cert used for macOS CI testing runs
* build: give the cert ALL the trust values
* chore: also import public key
* idek
Co-authored-by: Samuel Attard <sattard@slack-corp.com >
Co-authored-by: Samuel Attard <samuel.r.attard@gmail.com >
2020-03-19 16:34:57 +09:00
trop[bot]
27619e8ab0
test: no need to loadURL in menu test ( #22765 )
...
Co-authored-by: Cheng Zhao <zcbenz@gmail.com >
2020-03-19 16:33:57 +09:00
trop[bot]
89c23f313f
fix: crash when destroying WebContentsView during GC ( #22764 )
...
Co-authored-by: Jeremy Apthorp <nornagon@nornagon.net >
2020-03-19 16:33:22 +09:00
Cheng Zhao
a9b9016b99
fix: avoid double-free in TrackableObject ( #22768 )
2020-03-19 16:32:46 +09:00
trop[bot]
f1c1542958
chore: support props/fns for BrowserWindow ( #22733 )
2020-03-18 19:53:11 -07:00
Сковорода Никита Андреевич
cb90ef47bb
feat: add disableDialogs option to WebPreferences ( #22664 )
...
Allows to disable dialogs completely in a similar way of how safeDialogs option can be used. Overrides safeDialogs option.
2020-03-18 20:02:29 -04:00
trop[bot]
a345fe2b4f
fix: persist maximizable state through theme change ( #22724 )
...
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2020-03-18 09:39:00 +09:00
trop[bot]
0cf02dd78b
fix: remove bad usages of for-in and guard against it ( #22727 )
...
* fix: remove bad usages of for-in and guard against it
* Apply suggestions from code review
Co-Authored-By: Samuel Maddock <samuel.maddock@gmail.com >
* Apply suggestions from code review
Co-Authored-By: Jeremy Apthorp <jeremya@chromium.org >
* Update remote.js
Co-authored-by: Samuel Attard <samuel.r.attard@gmail.com >
Co-authored-by: Samuel Attard <sattard@slack-corp.com >
Co-authored-by: Samuel Maddock <samuel.maddock@gmail.com >
Co-authored-by: Jeremy Apthorp <jeremya@chromium.org >
2020-03-18 09:38:26 +09:00
Electron Bot
3d941fc464
chore: bump chromium to 82.0.4085.10 (9-x-y) ( #22506 )
...
* chore: bump chromium in DEPS to 82.0.4076.1
* update patches
* chore: bump chromium in DEPS to 82.0.4077.1
* update v8 patches
* Remove deprecated wasm module type check
https://chromium-review.googlesource.com/c/v8/v8/+/2033170
* chore: bump chromium in DEPS to 82.0.4078.0
* chore: bump chromium in DEPS to 82.0.4079.0
* chore: bump chromium in DEPS to 82.0.4080.0
* chore: bump chromium in DEPS to 82.0.4080.1
* chore: bump chromium in DEPS to 82.0.4081.2
* Update patches
* chore: bump chromium in DEPS to 82.0.4082.1
* Remove cursor_types.h in favor of cursor_type.mojom
https://chromium-review.googlesource.com/c/chromium/src/+/2052103
(cherry picked from commit 3b6e4d4a1a )
* Refactor extensions report in management disclosure page
https://chromium-review.googlesource.com/c/chromium/src/+/2038774
(cherry picked from commit b2ae06307d )
* Rename an old referrer policy value
https://chromium-review.googlesource.com/c/chromium/src/+/2082856
(cherry picked from commit 3cb8af2515 )
* Fixup compiler errors
* Move GLHelper to gpu::
https://chromium-review.googlesource.com/c/chromium/src/+/2023282
(cherry picked from commit ea8e347088 )
* [api] Remove deprecated wasm module type check
https://chromium-review.googlesource.com/c/v8/v8/+/2033170
(cherry picked from commit 937988e6ce )
* Replace blink::WebCursorInfo with ui::Cursor
https://chromium-review.googlesource.com/c/chromium/src/+/1997138
(cherry picked from commit 3e348c4d59 )
* DownloadURLParameters: Remove NetworkIsolationKey parameter.
https://chromium-review.googlesource.com/c/chromium/src/+/2050987
(cherry picked from commit 9b4aae745e )
* Convert FrameHostMsg_UpdateFaviconURL to mojo
https://chromium-review.googlesource.com/c/chromium/src/+/2043181
(cherry picked from commit 11b9c27eee )
* Merge ui::ContextFactoryPrivate with ui::ContextFactory
https://chromium-review.googlesource.com/c/chromium/src/+/2047728
(cherry picked from commit 176876f243 )
* fix pdf viewer tests by binding more mojo things
(cherry picked from commit 74def418df )
* chore: bump chromium in DEPS to 82.0.4083.1
* Update electron_swiftshader_binaries deps
https://chromium-review.googlesource.com/c/chromium/src/+/2056931
(cherry picked from commit 312f11129f )
* Update patches
* Use Promise with RequestPointerLock calls
https://chromium-review.googlesource.com/c/chromium/src/+/2069199
(cherry picked from commit 34350db4bd )
* chore: bump chromium in DEPS to 82.0.4084.1
* Replace content::CursorInfo with ui::Cursor
https://chromium-review.googlesource.com/c/chromium/src/+/1999201
(cherry picked from commit 6b3b850692 )
* Convert MaterialDesignController to a true singleton.
https://chromium-review.googlesource.com/c/chromium/src/+/2090877
(cherry picked from commit 21ced9206d )
* Drop WebContentsView::RenderViewCreated hook
https://chromium-review.googlesource.com/c/chromium/src/+/2093535
(cherry picked from commit 9ff4e65053 )
* Update patches
* Splitting context_menu_params.h into separate browser VS common parts.
https://chromium-review.googlesource.com/c/chromium/src/+/2097468
* Fix DCHECK on OnThemeChanged()
https://chromium-review.googlesource.com/c/chromium/src/+/2090713
(cherry picked from commit fcec5f74d1 )
* chore: bump chromium in DEPS to 82.0.4085.1
* chore: bump chromium in DEPS to 82.0.4085.5
* chore: bump chromium in DEPS to 82.0.4085.7
* chore: bump chromium in DEPS to 82.0.4085.9
* Add debugging for TAB tests
* update patches
* fix: add patch to fix linux arm build (#22523 )
(cherry picked from commit 479354e721 )
* chore: bump chromium in DEPS to 82.0.4085.10
* Check PointerLock requests for new options and update accordingly
https://chromium-review.googlesource.com/c/chromium/src/+/2071788
* Update for changes from master roller review
* FIXME: skip Menu.setApplicationMenu(null) test
(cherry picked from commit 305f167889 )
* Revert "Add debugging for TAB tests"
This reverts commit af393c1b0b .
Co-authored-by: Jeremy Apthorp <jeremya@chromium.org >
Co-authored-by: John Kleinschmidt <jkleinsc@github.com >
Co-authored-by: deepak1556 <hop2deep@gmail.com >
Co-authored-by: Jeremy Apthorp <nornagon@nornagon.net >
Co-authored-by: Cheng Zhao <zcbenz@gmail.com >
2020-03-17 16:56:25 -04:00
Erick Zhao
d32e1f8d97
fix: prevent in-memory sessions from writing to custom spellchecker dictionary ( #22157 ) ( #22683 )
...
* fix: prevent in-memory sessions from writing to custom dictionary
* docs
* spec
2020-03-17 10:50:00 -05:00
Shelley Vohr
b798e1ff54
fix: crash on invalid zoomFactor ( #22708 )
2020-03-17 10:43:06 -05:00
Electron Bot
bcb1d529ff
Bump v9.0.0-beta.9
v9.0.0-beta.9
2020-03-16 08:31:53 -07:00
trop[bot]
e217a9416a
fix: when building with enable_pepper_flash = false ( #22692 )
...
Co-authored-by: Milan Burda <milan.burda@gmail.com >
2020-03-15 11:59:34 -07:00
Erick Zhao
4be52b8f78
test: add specs for custom dictionary API ( #22681 )
2020-03-13 14:53:37 -04:00
Electron Bot
2bc7aaf2ef
Bump v9.0.0-beta.8
v9.0.0-beta.8
2020-03-12 08:32:27 -07:00
Erick Zhao
1114954cbf
fix: guard against duplicate TouchBarItem IDs ( #22644 )
2020-03-12 10:48:17 +09:00
trop[bot]
a76ea622b9
build: fix broken Views build ( #22642 )
...
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2020-03-11 16:00:55 +09:00
trop[bot]
7ee7890fd8
test: test setPath for errors thrown ( #22639 )
...
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2020-03-10 10:03:36 -07:00
trop[bot]
851ed7a6e7
fix: when building with enable_pdf_viewer = false ( #22631 )
...
Co-authored-by: Milan Burda <milan.burda@gmail.com >
2020-03-10 10:54:07 -04:00
loc
16c4d6e487
fix: port CL that fixes ARIA tree impl for macOS ( #22421 )
2020-03-10 19:53:39 +09:00
trop[bot]
56c0ba138b
chore: don't delete nightly tag after draft ( #22624 )
...
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2020-03-10 17:04:34 +09:00
Alexey Kuzmin
1883edd869
build: fix build without built-in spellchecker ( #22610 )
...
(cherry picked from commit 385d778a8b4e97c1cffa8f31efcf9748e82e3d94)
2020-03-10 16:59:39 +09:00
trop[bot]
9b5f2159a2
build: upload sentry src bundles to symbol S3 bucket ( #22617 )
...
Co-authored-by: Samuel Attard <sattard@slack-corp.com >
2020-03-09 16:24:44 -07:00
Samuel Maddock
60f16eaf95
fix: disallow loading extensions in temp sessions ( #22090 ) ( #22571 )
...
Co-authored-by: Jeremy Apthorp <jeremya@chromium.org >
Co-authored-by: John Kleinschmidt <jkleinsc@github.com >
2020-03-09 11:33:23 -07:00
Electron Bot
0f08c6c874
Bump v9.0.0-beta.7
v9.0.0-beta.7
2020-03-09 08:31:47 -07:00
trop[bot]
e227578ae0
optional typically sync callback for WebFrame#executeJavaScript* ( #22501 )
...
Co-authored-by: bughit <bughit@users.noreply.github.com >
2020-03-06 19:07:46 +09:00
trop[bot]
f413cda758
feat(extensions): add chrome.tabs.connect API ( #22549 )
...
* feat(extensions): add chrome.tabs.connect API
* test(extensions): verify that chrome.tabs.connect port communication works
Co-authored-by: samuelmaddock <samuel.maddock@gmail.com >
2020-03-06 19:06:40 +09:00
trop[bot]
c41b543842
feat: add events for spellcheck dictionary downloads ( #22556 )
...
Co-authored-by: Samuel Attard <sattard@slack-corp.com >
2020-03-06 19:04:52 +09:00