WebKit 或 Gecko - 哪一个更适合嵌入 C++ 应用程序?

发布于 2024-07-19 02:25:42 字数 1431 浏览 7 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

谷夏 2024-07-26 02:25:43

至少存在一个具有类似需求的项目,并且它嵌入了 Gecko。 这是 Aptana 的 Jaxer。 据我所知,他们在这方面取得了很好的成功。 这并不能完全回答你的问题,但它确实表明这对于 Gecko 来说肯定是可行的,并且有可用的 GPL 代码,你可以查看如何做到这一点(Jaxer 是一个开源项目)。

还有一个 提出了类似的问题过去对此。 我不同意所有这些答案,因为其中存在一些错误信息,例如 Firefox 是 Gecko 中发生的事情的独裁者(它肯定会影响,但不是决定因素)。

全面披露:我负责 Mozilla 代码库。

There exists at least one project that has similar requirements and it embeds Gecko. That's Aptana's Jaxer. As far as I know, they have had good success with this. This doesn't quite answer your question, but it does demonstrate that this is certainly doable with Gecko, and there is GPL'd code available that you can look at as to how to do this (Jaxer is an open source project).

There has also been a similar question asked in the past on this. I don't agree with all those answers, as there is some misinformation there such as Firefox being the dictator of what happens in Gecko (it certainly influences, but is not the deciding factor).

Full disclosure: I work on the Mozilla codebase.

画骨成沙 2024-07-26 02:25:43

我有偏见,但我会说 WebKit。 特别是通过使用 QtWebKit,应该很容易拥有一个非可视化 Web 引擎(具有所有花哨的功能,除了绘画)。 如果人们真的关心排除所有与绘画相关的代码,则代码库足够模块化(尤其是平台抽象层),这可以在合理的时间范围内完成。

I am biased, but I would say WebKit. Especially through the use QtWebKit, it should be easy to have a non-visual web engine (with all the bells and whistles, except painting). And if one is really concerned about excluding all the painting related code, the code base is modular enough (especially the platform abstraction layers) that this can be done in a reasonable time frame.

喜爱皱眉﹌ 2024-07-26 02:25:43

请注意,QtWebkit(我认为一般来说是 webkit)将要求您拥有一个活动的 x 服务器 - 即使您没有显示任何 GUI(这是 Qt 核心所必需的,因为 QWebPage 使用 QWidget)。
这可能是 Qt 中的一个设计缺陷 - 我还没有进一步调查他们为什么这样做。

Notice that QtWebkit (and webkit in general i think) will require you to have an active x server - even though you do not show any GUI (It is required in the core of Qt as QWebPage uses QWidget).
This might be a design flaw in Qt - i havent investigated further into why they might have done this.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文