Matt Bierner
3104a4e68c
Remove uses of `X-UA-Compatible` meta tag ( #177739 )
...
* Remove uses of `X-UA-Compatible` meta tag
We no longer support IE
Mainly removing this from the webview html but figured we should remove the other references to it as well
* Update tests
* Fix test
2023-04-04 13:02:01 -07:00
deepak1556
1044556d8b
chore: bump electron@18.0.0-beta.4
2022-05-31 08:25:29 +09:00
Matt Bierner
f0d1c07417
Add type annotations in browser-main
2022-02-28 15:38:35 -08:00
Matt Bierner
d6d2122c50
Enable type checking in more js build files
2022-02-28 14:41:26 -08:00
Benjamin Pasero
d0df79be50
webview - remove more traces ( #128128 )
...
* webview - remove more traces
* more removal
2021-07-07 18:28:53 +02:00
deepak1556
3fb483e7ff
chore: bump electron@12.0.4
2021-04-16 09:14:14 -07:00
deepak1556
f95b7e935f
Revert "chore: bump electron@12.0.2"
...
This reverts commit 79a429d92d
.
2021-04-09 14:17:02 -07:00
deepak1556
79a429d92d
chore: bump electron@12.0.2
2021-04-09 03:20:20 -07:00
João Moreno
e776f87e14
fix --builtin
2021-01-13 10:48:04 +01:00
Benjamin Pasero
7f49ef52e3
sandbox - configure nativeWindowOpen:true
...
This matches the behaviour of sandboxed Electron renderers.
2020-06-16 18:52:34 +02:00
deepak1556
113fd1b7bc
chore: bump electron@7.3.0
2020-05-27 12:47:39 -07:00
deepak1556
876f2e70f9
Revert "chore: bump electron@8.3.0 ( #98266 )"
...
This reverts commit 820fd4048f
.
2020-05-26 21:46:03 -07:00
Robo
820fd4048f
chore: bump electron@8.3.0 ( #98266 )
2020-05-20 13:32:02 -07:00
João Moreno
54442c1c7b
move built-in extensions to product.json
2020-04-06 13:36:07 +02:00
João Moreno
0074066c39
Revert "extensions: allow built-in extensions on different qualities ( #89199 )"
...
This reverts commit 7ad58a9bd7
.
2020-04-06 12:49:47 +02:00
Matt Bierner
273a4a389d
Convert most ts-ignore-calls to ts-expect-error ( #93617 )
...
Changes over to use ts-expect-error: https://devblogs.microsoft.com/typescript/announcing-typescript-3-9-beta/#ts-expect-error-comments
This revealed a number of places where we no longer need to supress errors
2020-03-30 17:31:37 -07:00
Connor Peet
7ad58a9bd7
extensions: allow built-in extensions on different qualities ( #89199 )
...
Adds a new optional `forQualities` property to built-in extensions,
and filters that as appropriate for different builds.
2020-01-24 07:39:34 -08:00
Benjamin Pasero
df5b5cecfe
debt - port over some electron6 changes
2019-07-08 08:43:11 +02:00
Joao Moreno
838f4024b3
fixes #43973
2018-02-27 15:41:46 +01:00
Erich Gamma
95982533bc
more ts-ignore
2018-02-01 16:16:41 +01:00
Erich Gamma
5e41d2aafb
enable checkJS
2018-02-01 14:39:12 +01:00
Joao Moreno
2ebd2a7dd2
builtin: manage extensions
2018-01-30 09:04:39 +01:00