Sudowoodo Release Bot
8b6b882487
Bump v21.0.0-beta.7
v21.0.0-beta.7
2022-09-19 06:30:51 -07:00
trop[bot]
99d9537ef7
build: fix building with enable_basic_printing false ( #35693 )
...
Co-authored-by: Milan Burda <miburda@microsoft.com >
2022-09-15 15:20:47 -07:00
trop[bot]
b5cf0ad971
feat: webFrameMain.origin ( #35534 )
...
* feat: webFrameMain.origin
* add tests
* update docs
* fix spec
Co-authored-by: Jeremy Rose <japthorp@slack-corp.com >
Co-authored-by: Milan Burda <milan.burda@gmail.com >
2022-09-15 15:20:20 -07:00
trop[bot]
c5e920e361
build: make check-symlinks.js aware of BRANDING.json changes ( #35669 )
...
Right now the `check-symlinks.js` assumes that the branding product name
is "Electron". If users change `BRANDING.json` on custom builds, the
script will fail.
Signed-off-by: Juan Cruz Viotti <jv@jviotti.com >
Signed-off-by: Juan Cruz Viotti <jv@jviotti.com >
Co-authored-by: Juan Cruz Viotti <jv@jviotti.com >
2022-09-15 14:05:12 -07:00
Sudowoodo Release Bot
cb08a466ac
Bump v21.0.0-beta.6
v21.0.0-beta.6
2022-09-15 13:31:46 -07:00
trop[bot]
afd392b921
docs: add back docs about asar archives ( #35667 )
...
Co-authored-by: Cheng Zhao <zcbenz@gmail.com >
2022-09-15 13:17:39 -07:00
Keeley Hammond
908751b4f1
chore: update filenames.libcxx.gni ( #35689 )
...
Co-authored-by: deepak1556 <hop2deep@gmail.com >
2022-09-15 13:17:05 -07:00
electron-roller[bot]
5e7ff852f3
chore: bump chromium to 106.0.5249.40 (21-x-y) ( #35686 )
...
* chore: bump chromium in DEPS to 106.0.5249.40
* chore: update patches
Co-authored-by: electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com>
Co-authored-by: PatchUp <73610968+patchup[bot]@users.noreply.github.com>
2022-09-15 13:13:25 -07:00
trop[bot]
cbf5843c9a
fix: WCO occlusion of DevTools ( #35688 )
...
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2022-09-15 19:06:18 +02:00
Sudowoodo Release Bot
a2c687fcc3
Revert "Bump v21.0.0-beta.6"
...
This reverts commit b0b8fc2688 .
2022-09-15 09:38:03 -07:00
Sudowoodo Release Bot
b0b8fc2688
Bump v21.0.0-beta.6
2022-09-15 06:30:59 -07:00
trop[bot]
12992b253c
chore: make macOS spellchecker fns formal no-ops ( #35679 )
...
* chore: make macOS spellchecker fns formal no-ops
* docs: correct no-op note
* test: add no-op specs
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2022-09-14 16:53:53 -07:00
trop[bot]
8becf52f11
fix: allow maximizing when window enters tablet mode with WCO ( #35664 )
...
* fix: Backport CL 3753528 for WCO
* Update comment
* Update shell/browser/ui/views/win_caption_button_container.cc
Co-authored-by: Robo <hop2deep@gmail.com >
Co-authored-by: Raymond Zhao <7199958+rzhao271@users.noreply.github.com >
Co-authored-by: Robo <hop2deep@gmail.com >
2022-09-14 02:29:38 -07:00
trop[bot]
fad97e0b06
docs: improve registerFileProtocol example ( #35599 )
...
docs: improve registerFileProtocol example (#35580 )
* improve registerFileProtocol example
* link ProtocolResponse
* kick lint
Co-authored-by: Kishan Bagaria <hi@kishan.info >
2022-09-13 13:51:45 -07:00
trop[bot]
672464d900
docs: fix typescript error in code samples ( #35656 )
...
Fixed typescript error
Co-authored-by: Leon Schwanitz <leon@28minds.com >
2022-09-13 13:36:23 -07:00
electron-roller[bot]
aaf560817b
chore: bump chromium to 106.0.5249.30 (21-x-y) ( #35423 )
2022-09-13 09:36:58 -07:00
trop[bot]
f9b2608f2c
docs: update sandbox renderer defaults for Electron 20 ( #35615 )
...
docs: update sandbox renderer defaults for Electron 20 (#35379 )
* docs: update E20 sandbox rendering defaults
* docs: update tutorial
* simplify paragraph
* dont mention context isolation
Co-authored-by: Erick Zhao <erick@hotmail.ca >
2022-09-13 09:33:40 -07:00
trop[bot]
135c8c34ec
fix: ensure history navigations are sandboxed-iframe-aware ( #35623 )
...
Co-authored-by: Jeremy Spiegel <jeremy.spiegel@frontapp.com >
2022-09-13 08:14:46 -07:00
trop[bot]
fb4990a537
docs: fix misspelling in fuses ( #35620 )
...
Co-authored-by: CanadaHonk <19228318+CanadaHonk@users.noreply.github.com >
2022-09-13 08:12:05 -07:00
trop[bot]
8ce7209b9b
fix: potential "Object has been destroyed" error in BrowserWindow.getFocusedWindow ( #35646 )
...
Co-authored-by: Milan Burda <milan.burda@gmail.com >
2022-09-13 08:06:19 -07:00
trop[bot]
a1e792f48a
docs: Use inline image link in faq.md ( #35648 )
...
* Use absolute URL in faq.md image link
The relative link is rendered relative to the host domain, which works fine when viewing it on Github, but since you also use the same generated HTML in your doc site, the link is broken. See here: https://www.electronjs.org/docs/latest/faq#the-font-looks-blurry-what-is-this-and-what-can-i-do
Using an absolute URL here should fix the issue on the main site.
* Use inline image reference for subpixel rendering example
As suggested by @dsanders11
Co-authored-by: Adrian Petrescu <adrian@apetre.sc >
2022-09-13 08:04:49 -07:00
Sudowoodo Release Bot
91969330dd
Bump v21.0.0-beta.5
v21.0.0-beta.5
2022-09-12 06:31:02 -07:00
trop[bot]
686a554c6a
fix: Set background for WCO container ( #35612 )
...
* fix: Set background for WCO container
* Add background when invalidating as well
Co-authored-by: Raymond Zhao <7199958+rzhao271@users.noreply.github.com >
2022-09-08 09:59:16 -07:00
Sudowoodo Release Bot
62b64e6e60
Bump v21.0.0-beta.4
v21.0.0-beta.4
2022-09-08 06:31:18 -07:00
trop[bot]
a5db8a3d53
fix: session.getBlobData never resolves with blob sizes > 65536 ( #35602 )
...
fix: session.getBlobData never resolves with blob sizes > 65536 (#35277 )
* fix: session.getBlobData never resolves with blob sizes > 65536 (#34398 )
* Add unit test case for session.getBlobData
Co-authored-by: John Kleinschmidt <jkleinsc@electronjs.org >
Co-authored-by: Frank Pian <bianyongfang@vip.qq.com >
Co-authored-by: John Kleinschmidt <jkleinsc@electronjs.org >
2022-09-08 06:46:39 -04:00
trop[bot]
85f93bc5bf
docs: add fuses and asar integrity docs ( #35596 )
...
Co-authored-by: Samuel Attard <samuel.r.attard@gmail.com >
2022-09-07 14:07:58 -04:00
Sudowoodo Release Bot
605ee9e28a
Bump v21.0.0-beta.3
v21.0.0-beta.3
2022-09-06 15:03:08 -07:00
Samuel Attard
e48878ea63
chore: cherry-pick 9b5207569882 from chromium ( #35543 )
...
* chore: cherry-pick 9b5207569882 from chromium
* chore: update patches
Co-authored-by: PatchUp <73610968+patchup[bot]@users.noreply.github.com>
2022-09-06 10:27:46 -07:00
trop[bot]
e78aa6af16
fix: screen.getCursorScreenPoint() crash on Wayland ( #35575 )
...
fix: screen.getCursorScreenPoint() crash on Wayland
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2022-09-06 12:18:03 -04:00
Sudowoodo Release Bot
fb0bbf0100
Bump v21.0.0-beta.2
v21.0.0-beta.2
2022-09-01 06:31:01 -07:00
trop[bot]
5e8b4bd86f
fix: crash when switching origins with emulation settings set ( #35488 )
...
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2022-08-31 11:20:10 +09:00
Sudowoodo Release Bot
da47103ad7
Bump v21.0.0-beta.1
v21.0.0-beta.1
2022-08-30 10:11:56 -07:00
trop[bot]
7b62386296
fix: crash on WebWorker destruction ( #35492 )
...
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2022-08-30 13:58:28 +02:00
trop[bot]
018bc0993e
chore: use nghttp2's config.h on all platforms ( #35487 )
...
https://github.com/nodejs/node/pull/27283
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2022-08-30 10:57:32 +02:00
Sudowoodo Release Bot
f9b02358c6
Bump v21.0.0-alpha.6
v21.0.0-alpha.6
2022-08-29 15:51:14 -07:00
trop[bot]
23aa6e5084
build: update libcxx filenames ( #35497 )
...
* build: update libcxx filenames
* build: change upload_to_storage variable
Co-authored-by: VerteDinde <vertedinde@electronjs.org >
Co-authored-by: Keeley Hammond <khammond@slack-corp.com >
2022-08-29 15:50:06 -07:00
Sudowoodo Release Bot
65a2c18560
Revert "Bump v21.0.0-alpha.6"
...
This reverts commit c8b3e23f31 .
2022-08-29 10:36:52 -07:00
Sudowoodo Release Bot
c8b3e23f31
Bump v21.0.0-alpha.6
2022-08-29 09:19:34 -07:00
trop[bot]
4ab9295e62
chore: delete implicit fallthrough patch ( #35469 )
...
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2022-08-29 15:25:38 +02:00
trop[bot]
0e79733404
docs: update docs description to match sidebar ( #35482 )
...
Update introduction.md
Co-authored-by: Nik K <nk@nikk.ca >
2022-08-29 12:28:21 +02:00
trop[bot]
38d408a26b
fix: pass rfh instances through to the permission helper ( #35467 )
...
* fix: pass rfh instances through to the permission helper
* refactor: use WeakDocumentPtr instead of frame node id
* fix: handle missing initiator document
* fix: dispatch openExternal event for top level webview navs still
Co-authored-by: Samuel Attard <sattard@salesforce.com >
2022-08-29 09:52:53 +02:00
trop[bot]
0ad176fd13
fix: fullscreen crashing with roundedCorners: false ( #35454 )
...
fix: fullscreen crashing with roundedCorners
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2022-08-25 15:52:24 +02:00
trop[bot]
a3cfd1a206
fix: Node.js atob input validation ( #35443 )
...
fix: Node.js atob input validation
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2022-08-25 15:08:20 +02:00
trop[bot]
63fe34c703
build: fix export patches to work when source directory does not exist ( #35437 )
...
Co-authored-by: John Kleinschmidt <jkleinsc@electronjs.org >
2022-08-25 10:18:11 +09:00
trop[bot]
c99a52eab4
chore: bump chromium to 106.0.5216.0 (21-x-y) ( #35363 )
...
* chore: bump chromium to 106.0.5216.0 (main) (#34993 )
* Trigger Build
Co-authored-by: electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com>
Co-authored-by: John Kleinschmidt <jkleinsc@electronjs.org >
2022-08-23 15:22:47 -04:00
trop[bot]
95eb6ea772
fix: undefined details.requestingUrl from session.setPermissionCheckHandler ( #35409 )
...
fix: undefined details.requestingUrl from setPermissionCheckHandler
Co-authored-by: deepak1556 <hop2deep@gmail.com >
2022-08-23 10:27:14 -04:00
trop[bot]
8d6c29ecbc
fix: add restore event for minimized maximization ( #35410 )
...
Co-authored-by: mlaurencin <mlaurencin@electronjs.org >
2022-08-23 14:39:46 +02:00
trop[bot]
637824e086
fix: promise support with webFrameMain.executeJavaScript ( #35359 )
...
* fix: promise support with webFrameMain.executeJavaScript
* chore: reject when result is an error
Co-authored-by: deepak1556 <hop2deep@gmail.com >
2022-08-23 11:39:59 +02:00
trop[bot]
cb6fa8268f
fix: ensure chrome colors are initialized ( #35401 )
...
* fix: ensure chrome colors are initialized
* build: fix linking on windows
* build: fix linking on windows
* build: add needed files to chromium_src/BUILD
Co-authored-by: Samuel Attard <sattard@salesforce.com >
Co-authored-by: VerteDinde <keeleymhammond@gmail.com >
2022-08-23 11:19:32 +02:00
Sudowoodo Release Bot
76e8536ca8
Bump v21.0.0-alpha.5
v21.0.0-alpha.5
2022-08-22 16:25:16 -07:00