trop[bot]
2dfd69ea90
fix: edge case in app.isInApplicationsFolder() ( #35729 )
2022-09-21 10:54:23 +02:00
trop[bot]
51d097662e
chore: add missing .eslintrc.json files to limit imports properly ( #35745 )
...
Co-authored-by: Milan Burda <milan.burda@gmail.com >
2022-09-20 22:04:48 -05:00
trop[bot]
08c02d2013
test: disable flaky transparent window test ( #35708 )
...
Co-authored-by: Jeremy Rose <japthorp@slack-corp.com >
2022-09-19 09:26:54 -04:00
trop[bot]
58f7ab8a5c
chore: cherry-pick 47968ed from chromium ( #35701 )
2022-09-16 20:37:59 +02:00
trop[bot]
770a38e21c
fix: uv_os_gethostname failing on Windows 7 (libuv patch regression) ( #35703 )
...
Co-authored-by: Milan Burda <miburda@microsoft.com >
2022-09-16 08:15:15 -07:00
trop[bot]
1289823c67
build: fix building with enable_basic_printing false ( #35690 )
...
Co-authored-by: Milan Burda <miburda@microsoft.com >
2022-09-16 04:49:54 +02:00
trop[bot]
3ade6e1b08
build: make check-symlinks.js aware of BRANDING.json changes ( #35668 )
...
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 13:13:59 -07:00
Milan Burda
c2d73ae79c
feat: webFrameMain.origin ( #35624 )
...
feat: webFrameMain.origin (#35438 )
Co-authored-by: Jeremy Rose <jeremya@chromium.org >
2022-09-15 10:27:20 -07:00
Pedro Pontes
14c64ed2e0
chore: cherry-pick 51daffbf5cd8 from chromium ( #35548 )
...
* chore: [19-x-y] cherry-pick 51daffbf5cd8 from chromium
* chore: update patches
Co-authored-by: PatchUp <73610968+patchup[bot]@users.noreply.github.com>
Co-authored-by: Electron Bot <electron@github.com >
Co-authored-by: Charles Kerr <charles@charleskerr.com >
2022-09-15 19:25:48 +02:00
Raymond Zhao
0e0b638e5f
fix: allow maximizing when window enters tablet mode with WCO ( #35677 )
2022-09-14 15:12:19 -07:00
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