trop[bot]
172ac25013
chore: bump chromium to 93.0.4530.0 (master) ( #29594 )
...
* chore: bump chromium in DEPS to 92.0.4512.6
* 2887336: [CaptureHandle][#2 ] Propagate CaptureHandleConfig in browser process
https://chromium-review.googlesource.com/c/chromium/src/+/2887336
* refactor: base::Optional -> absl::optional
* chore: fixup patch indices
* chore: bump chromium in DEPS to 92.0.4514.0
* 2899417: Make build work when enable_pdf is set to false.
https://chromium-review.googlesource.com/c/chromium/src/+/2899417
* 2904731: use BrowserContext instead of Profile in PreconnectManager
https://chromium-review.googlesource.com/c/chromium/src/+/2904731
* 2295749: fix: check IsSecureEventInputEnabled in constructor before setting SetPasswordInputEnabled to true
https://chromium-review.googlesource.com/c/chromium/src/+/2295749
* 2893803: Add a GetWebView to RenderFrame.
https://chromium-review.googlesource.com/c/chromium/src/+/2893803
* 2892345: Implement WebContents::ForEachRenderFrameHost
https://chromium-review.googlesource.com/c/chromium/src/+/2892345
* chore: fixup patch indices
* 2892048: Real instance methods for BrowserContext: remaining 5 methods.
https://chromium-review.googlesource.com/c/chromium/src/+/2892048
* 2902821: [mojo] Don't require full header includes for referenced interfaces
https://chromium-review.googlesource.com/c/chromium/src/+/2902821
* 2496500: Remove last deprecated extension Event ctor.
https://chromium-review.googlesource.com/c/chromium/src/+/2496500
* chore: fixup malformed pepper support patch
* chore: bump chromium in DEPS to 92.0.4515.0
* 2908461: Add CreateEmptyPrintPagesParamsPtr() inside print_view_manager_base.cc.
https://chromium-review.googlesource.com/c/chromium/src/+/2908461
* 2880838: viz: add optional HDRMetadata to TransferableResource
https://chromium-review.googlesource.com/c/chromium/src/+/2880838
* chore: fixup patch indices
* chore: bump chromium in DEPS to 92.0.4515.5
* chore: update patches
* chore: bump chromium in DEPS to 92.0.4515.7
* chore: bump chromium in DEPS to 92.0.4515.9
* chore: bump chromium in DEPS to 93.0.4522.0
* chore: bump chromium in DEPS to 93.0.4523.0
* chore: bump chromium in DEPS to 93.0.4524.0
* chore: update patches
* chore: enable_pak_file_integrity_checks was reverted
* chore: update patches
* refactor: base/optional was replaced with absl::optional
Refs: https://chromium-review.googlesource.com/c/chromium/src/+/2910202
* refactor: replace all usages of base::nullopt with absl::nullopt
Refs: https://chromium-review.googlesource.com/c/chromium/src/+/2910202
* chore: add missing base::Contains include
Refs: https://chromium-review.googlesource.com/c/chromium/src/+/2910202
* refactor: replace all usages of base::make_optional with
absl::make_optional
Refs: https://chromium-review.googlesource.com/c/chromium/src/+/2910202
* refactor: replace WorldScriptContext() with GetScriptContextFromWorldId
Refs: https://chromium-review.googlesource.com/c/chromium/src/+/2893213
* chore: clean up left over opening namespace
Refs: 95bfe6d08f
* chore: add missing base::Contains include
Refs: https://chromium-review.googlesource.com/c/chromium/src/+/2910202
* refactor: replace GetCurrentDisplayIterator with the hard checker
GetCurrentDisplay
This code looks suspicious but if the iterator was invalid before it
will also be invalid now.
Refs: https://chromium-review.googlesource.com/c/chromium/src/+/2893191
* refactor: headers are now passed directly in extensions client
Refs: https://chromium-review.googlesource.com/c/chromium/src/+/2918906
* refactor: base::DictionaryValue::empty() has been removed
Refs: https://chromium-review.googlesource.com/c/chromium/src/+/2912424
* chore: add missing includes for network URLLoaderFactory
Refs: unknown, probably a side effect of header changes
* refactor: make convenience wrapper around AppendArg
There is no converter FromV8 for base::StringPiece (apparently its not
possible). So we now take in an std::string and use the construct for
StringPiece to do implicit conversion.
Refs: https://chromium-review.googlesource.com/c/chromium/src/+/2905544
* chore: add patch
* chore: bump chromium in DEPS to 93.0.4525.0
* chore: update patches
* refactor: CanResize has been de-virtualized
Refs: https://chromium-review.googlesource.com/c/chromium/src/+/2485774
* chore: update resource integrity patch
* chore: add character encoding idl patch
* chore: bump chromium in DEPS to 93.0.4526.0
* chore: update patches
* chore: bump chromium in DEPS to 93.0.4527.0
* chore: bump chromium in DEPS to 93.0.4528.0
* chore: update patches
* chore: update idl encoding patch
* chore: bump chromium in DEPS to 93.0.4529.0
* chore: update patches
* chore: bump chromium in DEPS to 93.0.4530.0
* chore: update patches
* fix: only SetCanResize after the widget has been initialized
* chore: add patch for vr on windows gn gen
* spec: fix focus related tests on linux due to delay in focus swap
* chore: remove new usages of base::Optional from main
Co-authored-by: electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com>
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
Co-authored-by: PatchUp <73610968+patchup[bot]@users.noreply.github.com>
Co-authored-by: Samuel Attard <sattard@slack-corp.com >
Co-authored-by: Samuel Attard <samuel.r.attard@gmail.com >
Co-authored-by: electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com>
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
Co-authored-by: PatchUp <73610968+patchup[bot]@users.noreply.github.com>
Co-authored-by: Samuel Attard <sattard@slack-corp.com >
Co-authored-by: Samuel Attard <samuel.r.attard@gmail.com >
2021-06-08 13:19:11 -07:00
trop[bot]
e3a613d103
fix: improper wrapping of fs.promises.readFile ( #29577 )
2021-06-08 10:31:14 +02:00
trop[bot]
73696eadde
fix: make intermediates work with 'select-client-certificate' ( #29570 )
...
Co-authored-by: David Sanders <dsanders11@ucsbalum.com >
2021-06-08 11:40:33 +09:00
Electron Bot
bdbf78dca8
Bump v14.0.0-beta.4
v14.0.0-beta.4
2021-06-07 06:31:35 -07:00
trop[bot]
40dbeb6836
docs: Update notifications (renderer) docs ( #29566 )
...
* remove version information from html
* change format for readability
* clarify which console the message should appear in
* minor changes to renderer.md
* update UI on click instead of developer console
* remove node-integration and fix md
* update content
* chore: remove ****
Co-authored-by: Jeremy Foster <jeremy.foster@live.com >
Co-authored-by: Ethan Arrowood <ethan.arrowood@gmail.com >
Co-authored-by: Cheng Zhao <github@zcbenz.com >
2021-06-07 14:44:26 +09:00
trop[bot]
3ff100521d
docs: Updated "recent documents" fiddle tutorial ( #29562 )
...
* Port recent-documents fiddle to 12-x-y.
* Update recent-documents tutorial.
* update for review comments
Co-authored-by: Kevin Hartman <kevin@hart.mn >
Co-authored-by: Ethan Arrowood <ethan.arrowood@gmail.com >
2021-06-07 14:43:24 +09:00
trop[bot]
f1752a0b6f
chore: return early on promise rejection ( #29539 )
...
Co-authored-by: David Sanders <dsanders11@ucsbalum.com >
2021-06-07 10:17:00 +09:00
trop[bot]
e67b244571
fix: change ASAR archive cache to per-process to fix leak ( #29536 )
...
* fix: change ASAR archive cache to per-process to fix leak (#29292 )
* chore: address code review comments
* chore: tighten up thread-safety
* chore: better address code review comments
* chore: more code review changes
Co-authored-by: David Sanders <dsanders11@ucsbalum.com >
2021-06-04 13:18:58 +09:00
Electron Bot
fef79701e0
Bump v14.0.0-beta.3
v14.0.0-beta.3
2021-06-03 06:31:50 -07:00
trop[bot]
c2877a342c
chore: fix typos in comments ( #29519 )
...
Co-authored-by: David Sanders <dsanders11@ucsbalum.com >
2021-06-03 01:00:01 -07:00
trop[bot]
4e610b1948
build: Improve squirrel.mac BUILD.gn xcrun_action error ( #29514 )
...
Right now, if executing `xcrun` fails, then the error message prints the
second argument to the `xcrun.py` script, which is the first argument to
the tool that `xcrun` is executing, making the whole error message quite
confusing.
Consider the following error:
```
python ../../third_party/squirrel.mac/build/xcrun.py dtrace -h -s /private/tmp/20210531211008-def376dc/src/third_party/squirrel.mac/vendor/ReactiveObjC/ReactiveObjC/RACSignalProvider.d -o /private/tmp/20210531211008-def376dc/src/out/release/gen/third_party/squirrel.mac/dtrace/RACSignalProvider.h
xcrun script '-h' failed with code '71':
xcrun: error: can't exec '/tmp/20210531211008-def376dc/dtrace' (errno=Permission denied)
```
The command that `xcrun` is executing is `dtrace`, but the error just
mentions the `-h` flag.
Notes: none
Signed-off-by: Juan Cruz Viotti <jv@jviotti.com >
Co-authored-by: Juan Cruz Viotti <jv@jviotti.com >
2021-06-03 00:53:46 -07:00
trop[bot]
4d30e7618a
fix: keep shifted character in menu accelerator ( #29481 )
...
* fix: correctly handle shifted char in accelerator
* test: use actual accelerator of NSMenuItem
* chore: simplify KeyboardCodeFromStr
* chore: GetAcceleratorTextAt is testing only
Co-authored-by: Cheng Zhao <zcbenz@gmail.com >
2021-06-03 00:53:09 -07:00
trop[bot]
7381738d85
docs: link to IncomingMessage ( #29517 )
...
Co-authored-by: David Sanders <dsanders11@ucsbalum.com >
2021-06-03 16:20:21 +09:00
trop[bot]
0f2ad3e384
chore: remove unused methods ( #29475 )
...
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2021-06-03 14:47:59 +09:00
trop[bot]
b8812c8942
build: update support.md on stable version bumps ( #29500 )
...
* build: update support.md on stable version bumps
* build: update supported on major stable & nightly bumps
* test: updateSupported tests
* chore: fix syntax
* chore: use fspromise in version-bumper script/spec
Co-authored-by: VerteDinde <khammond@slack-corp.com >
2021-06-03 14:47:30 +09:00
Milan Burda
7a11390b8a
test: add spec for --require filtering in NODE_OPTIONS ( #29508 )
2021-06-03 14:43:28 +09:00
trop[bot]
6ab2684234
feat: support loading debug urls with loadURL() ( #29466 )
...
* feat: support loading debug urls with loadURL()
* use FROM_ADDRESS_BAR
Co-authored-by: Jeremy Rose <nornagon@nornagon.net >
2021-06-02 17:04:08 -07:00
Samuel Attard
80f051d859
feat: add experimental cookie encryption support ( #27524 ) ( #29492 )
...
* feat: add experimental cookie encryption support on macOS
* chore: fix TODO
* update patches
* feat: make cookie encryption work on windows
* chore: update cookie encryption support comments
* fix: only call OSCrypt::Init on windows
* chore: make cookie encryption work on linux
* Update shell/browser/net/system_network_context_manager.cc
Co-authored-by: Jeremy Rose <jeremya@chromium.org >
* chore: fix lint
* chore: update patches
* chore: update patches to upstreamed variants
* chore: use chrome ::switches constants
* chore: remove bad patch
* build: disable cookie encryption by default
* chore: update patches
* fix: provide std::string to NoDestructor
* chore: fix macos, nodestructor syntax
* build: fix macOS build due to mismatch in DEFINE
Co-authored-by: Electron Bot <electron@github.com >
Co-authored-by: Jeremy Rose <jeremya@chromium.org >
Co-authored-by: Electron Bot <electron@github.com >
Co-authored-by: Jeremy Rose <jeremya@chromium.org >
2021-06-02 16:54:35 -07:00
trop[bot]
95e7c6d53a
refactor: point prepare-release at main ( #29498 )
...
Co-authored-by: Jeremy Rose <nornagon@nornagon.net >
2021-06-02 14:05:30 -07:00
trop[bot]
1b4c3428a9
chore: don't use after move ( #29480 )
...
Co-authored-by: David Sanders <dsanders11@ucsbalum.com >
2021-06-02 22:25:31 +09:00
trop[bot]
8edb7b456f
build: Support building Electron on msys2 ( #29476 )
...
Electron already seems to support `cygwin`, so `msys` is a natural
addition. This is the only required change as far as I can see on my
local development environment, as otherwise the build scripts don't
realize that msys = windows.
Notes: none
Signed-off-by: Juan Cruz Viotti <jv@jviotti.com >
Co-authored-by: Juan Cruz Viotti <jv@jviotti.com >
2021-06-02 22:24:37 +09:00
trop[bot]
6362736703
fix: inspector context menu throwing an error ( #29472 )
...
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2021-06-02 16:17:57 +09:00
trop[bot]
670ae438b9
docs: Updated "progress bar" fiddle feature in docs ( #29471 )
...
* improve progress bar fiddle
* add comments to code snippet
* edits to progress-bar tutorial
* remove versions and nodeIntegration
* limit line length to 100
* implement standard linter suggestions
* add indeterminate and clear timers
* update to have reader replace all of main.js
* remove extra button
* loop the progress bar
* add logic to show reset state briefly
* Update docs/tutorial/progress-bar.md
Co-authored-by: Erick Zhao <erick@hotmail.ca >
* chore: fix lint
Co-authored-by: Jeremy Foster <jeremy.foster@live.com >
Co-authored-by: Cheng Zhao <github@zcbenz.com >
Co-authored-by: Erick Zhao <erick@hotmail.ca >
2021-06-02 16:17:35 +09:00
trop[bot]
10c6959c7f
refactor: use main in release-notes ( #29410 )
...
* refactor: use main in release-notes
* fix: use default_branch in release-notes (#29415 )
Co-authored-by: Jeremy Rose <nornagon@nornagon.net >
Co-authored-by: Jeremy Rose <jeremya@chromium.org >
2021-06-01 14:06:56 -07:00
trop[bot]
1066dce975
chore: remove duplicate option get for CustomScheme ( #29455 )
...
Co-authored-by: David Sanders <dsanders11@ucsbalum.com >
2021-06-01 19:12:59 +09:00
trop[bot]
d584afdf5b
fix: Alt+Click should not toggle menu bar ( #29452 )
...
Co-authored-by: Cheng Zhao <zcbenz@gmail.com >
2021-06-01 19:11:54 +09:00
trop[bot]
0d69ba8ca2
fix: add service worker schemes from command line in renderer ( #29440 )
...
Co-authored-by: David Sanders <dsanders11@ucsbalum.com >
2021-06-01 17:51:42 +09:00
trop[bot]
c2ba3ab114
chore: use consistent parameter names ( #29441 )
...
Co-authored-by: David Sanders <dsanders11@ucsbalum.com >
2021-06-01 15:25:46 +09:00
trop[bot]
72a33e79d0
fix: correctly handle Alt+Key shortcuts ( #29444 )
...
Co-authored-by: Cheng Zhao <zcbenz@gmail.com >
2021-06-01 15:25:04 +09:00
trop[bot]
3ee0536b1d
Fixes issue with reference links ( #29429 )
...
Co-authored-by: Vishal <34849822+vthukral94@users.noreply.github.com >
2021-06-01 10:38:12 +09:00
Electron Bot
846a12056d
Bump v14.0.0-beta.2
v14.0.0-beta.2
2021-05-31 06:33:28 -07:00
trop[bot]
e0f6313739
refactor: publish-to-npm respects main ( #29408 )
2021-05-31 10:33:01 +02:00
trop[bot]
8866b312ad
docs: update link to Chromium's coding style guide ( #29398 )
...
Co-authored-by: David Sanders <dsanders11@ucsbalum.com >
2021-05-31 10:19:48 +02:00
trop[bot]
cb8fada7a0
fix: close autoHide menu bar when focus is lost ( #29349 )
...
Co-authored-by: Cheng Zhao <zcbenz@gmail.com >
2021-05-28 19:00:55 +09:00
trop[bot]
b983bda721
Update quick-start.md ( #29371 )
...
In version 13.0.1 preload process should added to webPreferences.
Co-authored-by: aydon <41415004+congjiye@users.noreply.github.com >
2021-05-27 18:52:56 -07:00
trop[bot]
3125ec093d
docs: fix typos in clang-tidy examples ( #29355 )
...
Co-authored-by: David Sanders <dsanders11@ucsbalum.com >
2021-05-27 18:52:44 -07:00
trop[bot]
a27329d9ad
refactor: version-utils respects main ( #29392 )
...
Co-authored-by: Jeremy Rose <nornagon@nornagon.net >
2021-05-27 18:44:59 -07:00
trop[bot]
5362882cf6
refactor: getCurrentBranch respects main ( #29386 )
...
* refactor: getCurrentBranch respects main
* add note about migration
Co-authored-by: Jeremy Rose <nornagon@nornagon.net >
2021-05-27 18:43:44 -07:00
trop[bot]
c58446d9d7
docs: remove freenode channel from support list ( #29383 )
...
Co-authored-by: Jeremy Rose <jeremya@chromium.org >
2021-05-27 17:24:25 -07:00
trop[bot]
1c2ed2ba95
docs: Update notifications (main) docs ( #29357 )
...
* remove version info from index.html page
* remove nodeIntegration
* format code and update readme
* add note to user in index.html
Co-authored-by: Jeremy Foster <jeremy.foster@live.com >
2021-05-27 12:41:33 -07:00
trop[bot]
1c0e496ee2
docs: fix link to docs/fiddle/quick-start ( #29353 )
...
Co-authored-by: Erick Zhao <erick@hotmail.ca >
2021-05-27 12:38:48 -07:00
Electron Bot
0f32b0f1ce
Bump v14.0.0-beta.1
v14.0.0-beta.1
2021-05-26 10:13:55 -07:00
John Kleinschmidt
d0b9a931cc
build: ensure that mksnapshot for Apple Silicon has all of the needed files for snapshot generation ( #29338 )
...
* build: include mksnapshot args in arm64 mksnapshot.zip
* get gen/v8/embedded.S from proper location
2021-05-26 12:08:32 -04:00
David Sanders
ac079f11f3
chore: use base::Time::Now() directly ( #29331 )
2021-05-26 02:24:44 -07:00
Samuel Attard
da35a8af31
build: remove unused build job ( #29299 )
2021-05-25 11:19:28 -07:00
Electron Bot
e3dfe7366a
Bump v14.0.0-nightly.20210524
v14.0.0-nightly.20210524
2021-05-24 09:17:34 -07:00
Sofia Nguy
e69d0802a7
docs: update 14.0.0 stable dates ( #29255 )
...
* docs: update 14.0.0 stable dates
* Update docs/tutorial/electron-timelines.md
Co-authored-by: Keeley Hammond <vertedinde@electronjs.org >
Co-authored-by: Keeley Hammond <vertedinde@electronjs.org >
2021-05-24 08:43:33 -07:00
Michaela Laurencin
8f2765745c
docs: update currently supported versions for 13.0.0 release ( #29295 )
2021-05-24 08:40:26 -07:00
Milan Burda
8fc86517fa
refactor: expose process.contextId directly ( #29236 )
2021-05-24 16:51:54 +09:00
Ethan Arrowood
12aa6d7343
docs: Update online detection doc and fiddle ( #29212 )
...
* rework online detection doc and fiddle
* add footnote
* Update docs/tutorial/online-offline-events.md
Co-authored-by: Erick Zhao <erick@hotmail.ca >
* Update docs/tutorial/online-offline-events.md
Co-authored-by: Erick Zhao <erick@hotmail.ca >
* Update docs/tutorial/online-offline-events.md
* Update docs/tutorial/online-offline-events.md
* Update docs/tutorial/online-offline-events.md
* chore: fix lint error
Co-authored-by: Erick Zhao <erick@hotmail.ca >
Co-authored-by: Cheng Zhao <github@zcbenz.com >
2021-05-24 16:34:00 +09:00