Sudowoodo Release Bot
0e6da36264
Bump v19.0.17
v19.0.17
2022-09-14 08:31:46 -07:00
Samuel Attard
3160e0d7fd
chore: cherry-pick 9b5207569882 from chromium ( #35545 )
...
* chore: cherry-pick 9b5207569882 from chromium
* chore: update patches
Co-authored-by: PatchUp <73610968+patchup[bot]@users.noreply.github.com>
2022-09-14 00:40:00 -07:00
trop[bot]
d0293c81c0
fix: remove extra dot in extension ( #35660 )
...
* fix: remove extra period of extension
* update comment
Co-authored-by: mlaurencin <mlaurencin@electronjs.org >
2022-09-13 14:11:28 -07:00
trop[bot]
178db41204
docs: fix typescript error in code samples ( #35654 )
...
Fixed typescript error
Co-authored-by: Leon Schwanitz <leon@28minds.com >
2022-09-13 13:37:07 -07:00
trop[bot]
d3976e68c8
fix: potential "Object has been destroyed" error in BrowserWindow.getFocusedWindow ( #35643 )
...
Co-authored-by: Milan Burda <milan.burda@gmail.com >
2022-09-13 08:06:55 -07:00
trop[bot]
9e3039775e
docs: Use inline image link in faq.md ( #35647 )
...
* 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:02:35 -07:00
trop[bot]
820e0ca3b5
fix: ensure history navigations are sandboxed-iframe-aware ( #35621 )
...
Co-authored-by: Jeremy Spiegel <jeremy.spiegel@frontapp.com >
2022-09-12 03:03:38 -07:00
trop[bot]
397a5c6194
fix: Set background for WCO container ( #35610 )
...
* 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 13:46:37 -07:00
trop[bot]
4d62f9648f
fix: session.getBlobData never resolves with blob sizes > 65536 ( #35600 )
...
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 10:30:07 +02:00
Sudowoodo Release Bot
778fa44a0f
Bump v19.0.16
v19.0.16
2022-09-07 14:18:18 -07:00
Sudowoodo Release Bot
d97604f8f9
Revert "Bump v19.0.16"
...
This reverts commit efc6f0fd0a .
2022-09-07 10:16:21 -07:00
Sudowoodo Release Bot
efc6f0fd0a
Bump v19.0.16
2022-09-07 08:31:52 -07:00
Pedro Pontes
cfcab30cf4
chore: cherry-pick 2083e894852c from chromium ( #35552 )
...
* chore: [19-x-y] cherry-pick 2083e894852c from chromium
* chore: update patches
Co-authored-by: PatchUp <73610968+patchup[bot]@users.noreply.github.com>
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2022-09-07 15:34:01 +02:00
Pedro Pontes
d9c36bfb1d
chore: cherry-pick 079105b7ebba from chromium ( #35555 )
...
* chore: cherry-pick 079105b7ebba from chromium
* chore: update patches
Co-authored-by: PatchUp <73610968+patchup[bot]@users.noreply.github.com>
2022-09-07 11:45:34 +02:00
Pedro Pontes
a7c47eb695
chore: cherry-pick fd34e75b0a from sqlite ( #35558 )
...
* chore: cherry-pick fd34e75b0a from sqlite
* chore: update patches
Co-authored-by: PatchUp <73610968+patchup[bot]@users.noreply.github.com>
2022-09-06 10:37:47 +02:00
Sudowoodo Release Bot
09a01ccc52
Bump v19.0.15
v19.0.15
2022-08-31 08:31:43 -07:00
trop[bot]
2fc4a87d56
fix: compensate for title bar height when setting bounds on BrowserView ( #35495 )
...
fix: compensate for title bar height when setting bounds
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2022-08-31 10:49:11 +02:00
trop[bot]
73b2b750e5
fix: crash on WebWorker destruction ( #35490 )
...
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2022-08-30 12:01:36 -04:00
trop[bot]
07f54a4474
fix: fullscreen crashing with roundedCorners: false ( #35456 )
...
fix: fullscreen crashing with roundedCorners
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2022-08-29 17:10:19 +09:00
Pedro Pontes
7fc35f0de2
chore: cherry-pick 4a65a669e11b from angle ( #35427 )
...
* chore: [19-x-y] cherry-pick 4a65a669e11b from angle
* chore: update patches
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
Co-authored-by: PatchUp <73610968+patchup[bot]@users.noreply.github.com>
2022-08-25 15:55:15 +02:00
trop[bot]
6be66eaf9b
fix: Frameless window shows frame while opening ( #35351 )
...
* fix: Frameless window shows frame while opening
* Clarify comments
* Inline setter
* Edit comment
* Update .patches
* chore: update patches
Co-authored-by: Raymond Zhao <7199958+rzhao271@users.noreply.github.com >
Co-authored-by: Samuel Attard <sam@electronjs.org >
Co-authored-by: PatchUp <73610968+patchup[bot]@users.noreply.github.com>
2022-08-25 15:57:14 +09:00
Pedro Pontes
0d207d2ecf
chore: cherry-pick 1121a459f094 from angle ( #35425 )
...
chore: [19-x-y] cherry-pick 1121a459f094 from angle
2022-08-25 15:43:34 +09:00
Sudowoodo Release Bot
53f115849b
Bump v19.0.14
v19.0.14
2022-08-24 09:48:48 -07:00
Sudowoodo Release Bot
676eef4b87
Revert "Bump v19.0.14"
...
This reverts commit 2bbec7481f .
2022-08-24 09:46:45 -07:00
Sudowoodo Release Bot
2bbec7481f
Bump v19.0.14
2022-08-24 08:32:39 -07:00
trop[bot]
6b97beb489
fix: add restore event for minimized maximization ( #35411 )
...
Co-authored-by: mlaurencin <mlaurencin@electronjs.org >
2022-08-23 11:50:59 +02:00
trop[bot]
81854a488b
fix: ensure chrome colors are initialized ( #35400 )
...
* 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:36 +02:00
trop[bot]
22ad2d33bf
fix: don't bypass redirect checks ( #35369 )
...
Co-authored-by: Jeremy Rose <japthorp@slack-corp.com >
2022-08-18 10:09:03 -07:00
Sudowoodo Release Bot
eb824db537
Bump v19.0.13
v19.0.13
2022-08-17 08:33:41 -07:00
Devin Foley
9769dc1a5c
fix: Make the disable_color_correct_rendering flag work with textured images ( #35348 )
...
Make the disable_color_correct_rendering flag work with textured images.
2022-08-16 17:25:41 -04:00
Pedro Pontes
e8fa8fd834
chore: cherry-pick 54e32332750c from chromium ( #35273 )
...
* chore: cherry-pick 54e32332750c from chromium
* chore: update patches
Co-authored-by: PatchUp <73610968+patchup[bot]@users.noreply.github.com>
Co-authored-by: Electron Bot <electron@github.com >
2022-08-16 17:03:45 -04:00
trop[bot]
987d7858da
fix: add uv_loop_close when object release to fix crash ( #35337 )
...
Co-authored-by: yangzuohui <yangzuohui@bytedance.com >
2022-08-16 17:03:01 +09:00
Pedro Pontes
0a3ba9b87a
chore: cherry-pick 60d8559e150a from chromium ( #35269 )
...
* chore: cherry-pick 60d8559e150a from chromium
* chore: update patches
Co-authored-by: PatchUp <73610968+patchup[bot]@users.noreply.github.com>
Co-authored-by: Electron Bot <electron@github.com >
2022-08-16 11:24:53 +09:00
Raymond Zhao
4f214d5319
fix: WCO restore button is off-center ( #35314 )
...
fix: update Windows caption buttons to match Win11 style (#34790 )
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2022-08-15 11:45:21 -04:00
trop[bot]
9ffebd1c53
fix: WCO occlusion of DevTools ( #35308 )
...
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2022-08-15 10:30:46 +09:00
Pedro Pontes
e9d3e9995d
chore: cherry-pick 54a7927b19f9 from chromium ( #35267 )
...
* chore: cherry-pick 54a7927b19f9 from chromium
* chore: update patches
Co-authored-by: PatchUp <73610968+patchup[bot]@users.noreply.github.com>
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
Co-authored-by: Electron Bot <electron@github.com >
2022-08-15 09:58:26 +09:00
Sudowoodo Release Bot
b05ccd812e
Bump v19.0.12
v19.0.12
2022-08-10 08:31:56 -07:00
trop[bot]
1bce5860e8
docs: fix getStoragePath return type ( #35293 )
...
Fixes #35255
Co-authored-by: Samuel Attard <sam@electronjs.org >
2022-08-10 09:45:42 +02:00
trop[bot]
f93dc38e84
fix(docs): fix a typo in section on debugging with VSCode ( #35284 )
...
fix(docs): fix a typo
Co-authored-by: Trang Le <trang.thule@zoho.com >
2022-08-09 15:30:48 -07:00
Pedro Pontes
bf7741ab53
chore: cherry-pick bd9724c9fe63 from chromium ( #35275 )
...
* chore: cherry-pick bd9724c9fe63 from chromium
* chore: update patches
Co-authored-by: PatchUp <73610968+patchup[bot]@users.noreply.github.com>
Co-authored-by: Electron Bot <electron@github.com >
2022-08-09 14:33:53 -04:00
Pedro Pontes
a0ea6795ca
chore: cherry-pick c643d18a078d from chromium ( #35271 )
...
* chore: cherry-pick c643d18a078d from chromium
* chore: update patches
Co-authored-by: PatchUp <73610968+patchup[bot]@users.noreply.github.com>
2022-08-09 12:06:33 +02:00
Jeremy Rose
c48905aee6
chore: cherry-pick 06aea31d10f8 from webrtc ( #35239 )
...
* chore: cherry-pick 06aea31d10f8 from webrtc
* chore: update patches
Co-authored-by: PatchUp <73610968+patchup[bot]@users.noreply.github.com>
2022-08-09 09:38:52 +02:00
trop[bot]
4edf23f86d
fix: app.relaunch loses args when execPath specified ( #35252 )
...
fix: app.relaunch loses args when execPath specified (#35108 )
Co-authored-by: Aaron Meriwether <me@ameriwether.com >
2022-08-09 08:55:52 +09:00
trop[bot]
eeb3f505e6
fix: merge crash annotations instead of overwriting ( #35262 )
...
ElectronCrashReporterClient::GetProcessSimpleAnnotations() merges
annotations provided as argument with global_annotations_,
preserving useful information.
Co-authored-by: Alexander Petrov <zowers+github@zowers.net >
2022-08-08 21:57:40 +02:00
Milan Burda
3b683c1181
build: fix building with enable_plugins = false ( #35260 )
2022-08-08 11:45:32 -04:00
trop[bot]
db6c2274d9
docs: update tray docs with info for mac menubar icons ( #35220 )
...
Co-authored-by: Brad Carter <16466430+carterbs@users.noreply.github.com >
2022-08-08 10:01:30 +02:00
Jeremy Rose
fb6de2d52b
chore: cherry-pick 94a8bdafc8c6 from chromium ( #35237 )
...
* chore: cherry-pick 94a8bdafc8c6 from chromium
* chore: update patches
Co-authored-by: PatchUp <73610968+patchup[bot]@users.noreply.github.com>
2022-08-08 09:57:42 +02:00
msizanoen1
4b483799cb
fix: Wayland general CSD fixes ( #35207 )
...
* fix: broken wayland window decorations due to botched chromium update
The `GetTitlebarBounds().height()` is obviously intended to be placed in
the `top` parameter, which used to be the second one before upstream
removed multi-parameter `gfx::Rect::Inset`, but it's the first parameter
for `gfx::Insets::TLBR`, which was intended to replace the removed
`Inset` function. However, whoever updated Chromium kept the parameter
unchanged, causing the title bar height to be passed to the `left`
parameter, causing the window title bar to be unclickable.
* fix: wayland window top bar buttons unclickable
Use NonClientFrameView::TargetForRect for the ClientFrameViewLinux
implementation because the default inherited from FramelessView blocks
any non-HTCLIENT events.
* fix: add maximized parameter to LinuxUI::GetWindowFrameProvider
* fix: pass frame_->IsMaximized() to GetWindowFrameProvider
This ensures that the toolkit renders the window decorations in maximized mode
while the window is maximized to ensure that there is no empty space around the window.
2022-08-04 12:57:24 +02:00
Sudowoodo Release Bot
a5cafd174d
Bump v19.0.11
v19.0.11
2022-08-03 08:31:58 -07:00
trop[bot]
d52ce309dc
docs: update categories to match sidebar ( #35201 )
...
This page describes each of the categories available in the sidebar, but some of the category titles didn't match.
Co-authored-by: Maya Nedeljković Batić <maya.nedeljko@gmail.com >
2022-08-03 10:16:23 -04:00