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:
committed by
Facebook Github Bot
parent
c8ebb7caaf
commit
3b24e41258
@@ -50,7 +50,8 @@
|
|||||||
16
|
16
|
||||||
],
|
],
|
||||||
"caution-octagon": [
|
"caution-octagon": [
|
||||||
16
|
16,
|
||||||
|
20
|
||||||
],
|
],
|
||||||
"caution-triangle": [
|
"caution-triangle": [
|
||||||
12,
|
12,
|
||||||
@@ -184,7 +185,8 @@
|
|||||||
16
|
16
|
||||||
],
|
],
|
||||||
"question-circle": [
|
"question-circle": [
|
||||||
12
|
12,
|
||||||
|
20
|
||||||
],
|
],
|
||||||
"question": [
|
"question": [
|
||||||
16
|
16
|
||||||
@@ -321,5 +323,8 @@
|
|||||||
],
|
],
|
||||||
"pencil-outline": [
|
"pencil-outline": [
|
||||||
16
|
16
|
||||||
|
],
|
||||||
|
"code": [
|
||||||
|
12
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user