Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
frama-c
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pub
frama-c
Commits
7f86508f
Commit
7f86508f
authored
3 years ago
by
David Bühler
Browse files
Options
Downloads
Patches
Plain Diff
[ivette] Minimal fixes for electron 13.
parent
ab0a92d9
No related branches found
No related tags found
No related merge requests found
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
ivette/package.json
+1
-1
1 addition, 1 deletion
ivette/package.json
ivette/src/dome/main/dome.ts
+2
-0
2 additions, 0 deletions
ivette/src/dome/main/dome.ts
ivette/yarn.lock
+3171
-2756
3171 additions, 2756 deletions
ivette/yarn.lock
with
3174 additions
and
2757 deletions
ivette/package.json
+
1
−
1
View file @
7f86508f
...
@@ -32,7 +32,7 @@
...
@@ -32,7 +32,7 @@
"@typescript-eslint/parser"
:
"^2.28.0"
,
"@typescript-eslint/parser"
:
"^2.28.0"
,
"babel-loader"
:
"^8.0.6"
,
"babel-loader"
:
"^8.0.6"
,
"css-loader"
:
"^3.4.0"
,
"css-loader"
:
"^3.4.0"
,
"electron"
:
"^
7
"
,
"electron"
:
"^
13
"
,
"electron-builder"
:
"^22.4.1"
,
"electron-builder"
:
"^22.4.1"
,
"electron-devtools-installer"
:
"^3.0.0"
,
"electron-devtools-installer"
:
"^3.0.0"
,
"electron-webpack"
:
"^2.8.2"
,
"electron-webpack"
:
"^2.8.2"
,
...
...
This diff is collapsed.
Click to expand it.
ivette/src/dome/main/dome.ts
+
2
−
0
View file @
7f86508f
...
@@ -328,6 +328,8 @@ function createBrowserWindow(
...
@@ -328,6 +328,8 @@ function createBrowserWindow(
backgroundColor
:
'
#f0f0f0
'
,
backgroundColor
:
'
#f0f0f0
'
,
webPreferences
:
{
webPreferences
:
{
nodeIntegration
:
true
,
nodeIntegration
:
true
,
enableRemoteModule
:
true
,
contextIsolation
:
false
,
additionalArguments
:
[
browserArguments
],
additionalArguments
:
[
browserArguments
],
},
},
...
config
,
...
config
,
...
...
This diff is collapsed.
Click to expand it.
ivette/yarn.lock
+
3171
−
2756
View file @
7f86508f
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment