开发者

Is there other web browser implementations other then webkit,mozila?

开发者 https://www.devze.com 2023-01-31 05:18 出处:网络
im looking to embed web browser in my application , (static linking none lgpl/gpl). are there any other web browsers that allow static linking开发者_如何学JAVA without gpl/lgpl license restrictions?

im looking to embed web browser in my application , (static linking none lgpl/gpl). are there any other web browsers that allow static linking开发者_如何学JAVA without gpl/lgpl license restrictions? i need it to be cross platform.


Gecko, the rendering engine used by Mozilla Firefox, is embeddable under the MPL, not the GPL/LGPL. The MPL can be combined with proprietary code.

See this FAQ entry: What are the license terms for embedding Gecko

Also, from a technical standpoint, this article should contain everything you need to know about embedding Gecko.

0

精彩评论

暂无评论...
验证码 换一张
取 消