|
@@ -2,7 +2,9 @@
|
|
|
[
|
|
|
"top=5,left=10,resizable=no",
|
|
|
{
|
|
|
- "sender": "[WebContents]"
|
|
|
+ "sender": "[WebContents]",
|
|
|
+ "frameId": 1,
|
|
|
+ "processId": "placeholder-process-id"
|
|
|
},
|
|
|
"about:blank",
|
|
|
"frame-name",
|
|
@@ -18,11 +20,10 @@
|
|
|
"y": 5,
|
|
|
"webPreferences": {
|
|
|
"contextIsolation": true,
|
|
|
- "nativeWindowOpen": true,
|
|
|
"nodeIntegration": false,
|
|
|
"webviewTag": false,
|
|
|
"nodeIntegrationInSubFrames": false,
|
|
|
- "openerId": null
|
|
|
+ "openerId": "placeholder-opener-id"
|
|
|
},
|
|
|
"webContents": "[WebContents]"
|
|
|
},
|
|
@@ -36,7 +37,9 @@
|
|
|
[
|
|
|
"zoomFactor=2,resizable=0,x=0,y=10",
|
|
|
{
|
|
|
- "sender": "[WebContents]"
|
|
|
+ "sender": "[WebContents]",
|
|
|
+ "frameId": 1,
|
|
|
+ "processId": "placeholder-process-id"
|
|
|
},
|
|
|
"about:blank",
|
|
|
"frame-name",
|
|
@@ -51,11 +54,10 @@
|
|
|
"webPreferences": {
|
|
|
"zoomFactor": "2",
|
|
|
"contextIsolation": true,
|
|
|
- "nativeWindowOpen": true,
|
|
|
"nodeIntegration": false,
|
|
|
"webviewTag": false,
|
|
|
"nodeIntegrationInSubFrames": false,
|
|
|
- "openerId": null
|
|
|
+ "openerId": "placeholder-opener-id"
|
|
|
},
|
|
|
"webContents": "[WebContents]"
|
|
|
},
|
|
@@ -69,7 +71,9 @@
|
|
|
[
|
|
|
"backgroundColor=gray,webPreferences=0,x=100,y=100",
|
|
|
{
|
|
|
- "sender": "[WebContents]"
|
|
|
+ "sender": "[WebContents]",
|
|
|
+ "frameId": 1,
|
|
|
+ "processId": "placeholder-process-id"
|
|
|
},
|
|
|
"about:blank",
|
|
|
"frame-name",
|
|
@@ -81,11 +85,10 @@
|
|
|
"backgroundColor": "gray",
|
|
|
"webPreferences": {
|
|
|
"contextIsolation": true,
|
|
|
- "nativeWindowOpen": true,
|
|
|
"nodeIntegration": false,
|
|
|
"webviewTag": false,
|
|
|
"nodeIntegrationInSubFrames": false,
|
|
|
- "openerId": null,
|
|
|
+ "openerId": "placeholder-opener-id",
|
|
|
"backgroundColor": "gray"
|
|
|
},
|
|
|
"x": 100,
|
|
@@ -102,7 +105,9 @@
|
|
|
[
|
|
|
"x=50,y=20,title=sup",
|
|
|
{
|
|
|
- "sender": "[WebContents]"
|
|
|
+ "sender": "[WebContents]",
|
|
|
+ "frameId": 1,
|
|
|
+ "processId": "placeholder-process-id"
|
|
|
},
|
|
|
"about:blank",
|
|
|
"frame-name",
|
|
@@ -116,11 +121,10 @@
|
|
|
"title": "sup",
|
|
|
"webPreferences": {
|
|
|
"contextIsolation": true,
|
|
|
- "nativeWindowOpen": true,
|
|
|
"nodeIntegration": false,
|
|
|
"webviewTag": false,
|
|
|
"nodeIntegrationInSubFrames": false,
|
|
|
- "openerId": null
|
|
|
+ "openerId": "placeholder-opener-id"
|
|
|
},
|
|
|
"webContents": "[WebContents]"
|
|
|
},
|
|
@@ -134,7 +138,9 @@
|
|
|
[
|
|
|
"show=false,top=1,left=1",
|
|
|
{
|
|
|
- "sender": "[WebContents]"
|
|
|
+ "sender": "[WebContents]",
|
|
|
+ "frameId": 1,
|
|
|
+ "processId": "placeholder-process-id"
|
|
|
},
|
|
|
"about:blank",
|
|
|
"frame-name",
|
|
@@ -149,11 +155,10 @@
|
|
|
"y": 1,
|
|
|
"webPreferences": {
|
|
|
"contextIsolation": true,
|
|
|
- "nativeWindowOpen": true,
|
|
|
"nodeIntegration": false,
|
|
|
"webviewTag": false,
|
|
|
"nodeIntegrationInSubFrames": false,
|
|
|
- "openerId": null
|
|
|
+ "openerId": "placeholder-opener-id"
|
|
|
},
|
|
|
"webContents": "[WebContents]"
|
|
|
},
|