Fix hermes chrome debugger for Flipper

Summary: When Flipper upgraded Electron it broke the iframe sandboxing for devtools, the fix is to use a webview (which requires some CSS fixes to render full screen).

Reviewed By: ArchDev

Differential Revision: D19446243

fbshipit-source-id: 7fd0b0fc922aa6c05c24efc20adce1cb61f24c99
This commit is contained in:
Rick Hanlon
2020-01-17 06:29:11 -08:00
committed by Facebook Github Bot
parent c8ebb7caaf
commit 3b24e41258

View File

@@ -50,7 +50,8 @@
16
],
"caution-octagon": [
16
16,
20
],
"caution-triangle": [
12,
@@ -184,7 +185,8 @@
16
],
"question-circle": [
12
12,
20
],
"question": [
16
@@ -321,5 +323,8 @@
],
"pencil-outline": [
16
],
"code": [
12
]
}
}