欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
WebKit
来自开放百科 - 灰狐
(版本间的差异)
小 (→Code) |
|||
(未显示1个用户的13个中间版本) | |||
第1行: | 第1行: | ||
+ | {{top news}} | ||
+ | {{SeeWikipedia}} | ||
[[Image:70px-Webkit_Logo.png|right]] | [[Image:70px-Webkit_Logo.png|right]] | ||
+ | |||
WebKit is an open source web browser engine. WebKit is also the name of the Mac OS X system framework version of the engine that's used by Safari, Dashboard, Mail, and many other OS X applications. WebKit's HTML and JavaScript code began as a branch of the KHTML and KJS libraries from KDE. | WebKit is an open source web browser engine. WebKit is also the name of the Mac OS X system framework version of the engine that's used by Safari, Dashboard, Mail, and many other OS X applications. WebKit's HTML and JavaScript code began as a branch of the KHTML and KJS libraries from KDE. | ||
第6行: | 第9行: | ||
Apple Safari Windows edition use WebKit. | Apple Safari Windows edition use WebKit. | ||
==Code== | ==Code== | ||
− | svn checkout http://svn.webkit.org/repository/webkit/trunk WebKit | + | Git |
+ | git clone git://git.webkit.org/WebKit.git // 约 1.2GB .git | ||
+ | cd Webkit | ||
+ | Tools/Scripts/build-webkit --qt // --debug for "Debug" mode | ||
+ | Tools/Scripts/run-launcher --qt | ||
+ | Subversion | ||
+ | svn checkout http://svn.webkit.org/repository/webkit/trunk WebKit | ||
+ | |||
+ | 也可使用 Qt发行包中的WebKit | ||
+ | C:\Qt\2009.05\qt\src\3rdparty\webkit | ||
+ | Qt port of WebKit | ||
+ | git://gitorious.org/qtwebkit/qtwebkit.git | ||
+ | qtwebkit/qtwebkit-4.6 branch/tag | ||
+ | |||
+ | [[Image:webkit-load-page.png|right|thumb|How WebKit Loads a Web Page]] | ||
+ | [http://webkit.org/blog/1188/how-webkit-loads-a-web-page/ How WebKit Loads a Web Page] | ||
+ | |||
+ | ==Sub-Projects== | ||
+ | *[[SquirrelFish]] | ||
+ | ===vs2008=== | ||
+ | 打开 WebKit.sln | ||
+ | |||
+ | *[http://webkit.org/coding/coding-style.html WebKit Coding Style Guidelines] | ||
+ | *[http://niuwa.org/2009/06/23/how-to-build-webkit-with-vs2005-on-windows/ How to build webkit with vs2005 on windows] | ||
+ | |||
==Nightly Builds== | ==Nightly Builds== | ||
*http://nightly.webkit.org/ | *http://nightly.webkit.org/ | ||
第17行: | 第44行: | ||
==Links== | ==Links== | ||
*http://webkit.org/ | *http://webkit.org/ | ||
+ | *http://lists.webkit.org/mailman/listinfo | ||
*http://developer.apple.com/opensource/internet/webkit.html | *http://developer.apple.com/opensource/internet/webkit.html | ||
*[http://developer.apple.com/documentation/Cocoa/Conceptual/DisplayWebContent/DisplayWebContent.html Introduction to WebKit Objective-C Programming Guide] | *[http://developer.apple.com/documentation/Cocoa/Conceptual/DisplayWebContent/DisplayWebContent.html Introduction to WebKit Objective-C Programming Guide] | ||
*http://download.huihoo.com/webkit/ | *http://download.huihoo.com/webkit/ | ||
*http://docs.huihoo.com/webkit/ | *http://docs.huihoo.com/webkit/ | ||
+ | |||
+ | {{Comment}} | ||
+ | |||
+ | [[Category:WebKit]] | ||
+ | [[Category:Browser]] |
2011年5月28日 (六) 13:24的最后版本
您可以在Wikipedia上了解到此条目的英文信息 WebKit Thanks, Wikipedia. |
WebKit is an open source web browser engine. WebKit is also the name of the Mac OS X system framework version of the engine that's used by Safari, Dashboard, Mail, and many other OS X applications. WebKit's HTML and JavaScript code began as a branch of the KHTML and KJS libraries from KDE.
WebKit is licensed under the GNU LGPL and BSD licenses.
Apple Safari Windows edition use WebKit.
目录 |
[编辑] Code
Git
git clone git://git.webkit.org/WebKit.git // 约 1.2GB .git cd Webkit Tools/Scripts/build-webkit --qt // --debug for "Debug" mode Tools/Scripts/run-launcher --qt
Subversion
svn checkout http://svn.webkit.org/repository/webkit/trunk WebKit
也可使用 Qt发行包中的WebKit
C:\Qt\2009.05\qt\src\3rdparty\webkit
Qt port of WebKit
git://gitorious.org/qtwebkit/qtwebkit.git qtwebkit/qtwebkit-4.6 branch/tag
[编辑] Sub-Projects
[编辑] vs2008
打开 WebKit.sln
[编辑] Nightly Builds
[编辑] Projects
[编辑] Links
- http://webkit.org/
- http://lists.webkit.org/mailman/listinfo
- http://developer.apple.com/opensource/internet/webkit.html
- Introduction to WebKit Objective-C Programming Guide
- http://download.huihoo.com/webkit/
- http://docs.huihoo.com/webkit/
<discussion>characters_max=300</discussion>
分享您的观点