-
Notifications
You must be signed in to change notification settings - Fork 0
Known Issues
Huang Yue edited this page Oct 6, 2018
·
2 revisions
- Screenshot is not implemented / 截图没有实现
- Did not look into it yet.
- Developer tools button is not implemented / 开发者工具没有实现
- We enabled
devtools.debugger.remote-enabled. But the remaining work is still nontrivial: https://bitbucket.org/geckofx/geckofx-45.0/issues/78/cant-connect-firefox-remote-debbuger
- We enabled
- Hardware acceleration cannot be properly disabled / 无法正常关闭硬件加速
- We set
gfx.direct2d.disabledandlayers.acceleration.disabled, but it's still using my GPU. Probably there are other items?
- We set
- Stylesheet is only partially applied (there is a 16px-tall white bar at the top) / 样式表只能部分应用 (顶部有 16px 高的白条)
- Our current method is blocked by https://bitbucket.org/geckofx/geckofx-45.0/issues/59/systemargumentexception-with-nested-frames
- Probably need to find some other method :(
- Downstream proxy cannot be customized / 无法自定义下流代理
- Gecko does not support netsh proxy format. We are parsing it ourselves now. Probably we will never be able to fix it.