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
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]
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
2020-03-19 08:31:11 -07: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
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
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
2020-03-16 08:31:53 -07:00
Electron Bot
2bc7aaf2ef
Bump v9.0.0-beta.8
2020-03-12 08:32:27 -07: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
Alexey Kuzmin
1883edd869
build: fix build without built-in spellchecker ( #22610 )
...
(cherry picked from commit 385d778a8b4e97c1cffa8f31efcf9748e82e3d94)
2020-03-10 16:59:39 +09: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
2020-03-09 08:31:47 -07: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
Samuel Maddock
231f5af1a1
feat(extensions): add chrome.i18n API ( #22570 )
...
Co-authored-by: Jeremy Apthorp <nornagon@nornagon.net >
Co-authored-by: Samuel Maddock <samuel.maddock@gmail.com >
Co-authored-by: John Kleinschmidt <jkleinsc@github.com >
Co-authored-by: Jeremy Apthorp <nornagon@nornagon.net >
2020-03-06 19:03:38 +09:00
Samuel Attard
539ca773de
feat: programmatically modify traffic light positioning ( #22533 ) ( #22566 )
...
* setter
* getter
* specs and docs
* fixup
Co-authored-by: Samuel Attard <samuel.r.attard@gmail.com >
Co-authored-by: Samuel Attard <samuel.r.attard@gmail.com >
2020-03-05 16:59:00 -08:00
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