summaryrefslogtreecommitdiffstats
path: root/2020/info/34.md
diff options
context:
space:
mode:
authorBhavin Gandhi <bhavin192@geeksocket.in>2020-12-12 00:46:37 +0530
committerBhavin Gandhi <bhavin192@geeksocket.in>2020-12-12 00:46:37 +0530
commitabd15734ca999b24051ccac7bb4f60d5c17e6fde (patch)
treee912ecdee937b934b7f32ee4ceebb09db842f1b7 /2020/info/34.md
parentd2eb0db3918e5b9c491fa8accf3069341fac2a75 (diff)
downloademacsconf-wiki-abd15734ca999b24051ccac7bb4f60d5c17e6fde.tar.xz
emacsconf-wiki-abd15734ca999b24051ccac7bb4f60d5c17e6fde.zip
Formatting, typos - talk 21-35
Diffstat (limited to '2020/info/34.md')
-rw-r--r--2020/info/34.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/2020/info/34.md b/2020/info/34.md
index 00093883..c8aaee9e 100644
--- a/2020/info/34.md
+++ b/2020/info/34.md
@@ -25,6 +25,7 @@ don't think all of them is GPL (though using open source licenses).
PDF-Tools is great, it would be an awesome option if you can't run EAF
on your machine. However EAF PDF Viewer is just **a lot faster and
smoother** as it uses PyMuPDF as its backend.
+
- Oh, thats great actually, I have noticed it being a little choppy at
times, I am excited to try EAF in general because it looks awesome
and if its faster than pdf-tools I will probably also switch to it
@@ -46,6 +47,7 @@ us work on it! :-)
## Q6: What JavaScript engine is the web browser in EAF using? Also, what web browser engine is it using?
QtWebEngine,. (from the Qt Wiki: )
+
- Qt WebEngine uses code from the Chromium project. However, it is not
containing all of Chrome/Chromium;
- Auxiliary services that talk to Google platforms are stripped out
@@ -83,6 +85,7 @@ Foundation: <https://www.openatom.org/#/> (in chinese).
## Q2: Is there anyway to implement EAF without the reparenting behavior from X11?
That's one of the challenges right now to get EAF working on other
platforms. We're always looking for people to help out.
+
- Are there any ideas on this at all? I can try to help out but don't
know what's even been tried (and perhaps has already been ruled out).
- So EAF is currently using `QWindow::setParent`, not Xreparent, so