news

来自「linux下开源浏览器WebKit的源码,市面上的很多商用浏览器都是移植自Web」· 代码 · 共 31 行

TXT
31
字号
================WebKitGTK+ 1.1.1================What's new in WebKitGTK+ 1.1.1?  - ABI compatibility with 1.0.3 was broken, so you will need to    recompile your application against 1.1.1  - Support for the CURL backend was dropped, libsoup is the only HTTP    backend now.  - webkit_get_default_session, to get the SoupSession used internally    by WebKit.  - 'create-web-view' signal, emitted when the creation of a new    window is requested.  - 'navigation-policy-decision-requested' signal, emitted when a    navigation to another page is requested.  - 'mime-type-policy-decision-requested' signal, emitted each time    WebKit is about to show a URI with a given MIME type.  - Support for the Web Inspector    (see http://webkit.org/blog/197/web-inspector-redesign/)  - HTTP authentication support, with optional gnome-keyring storage.  - New load functions: webkit_web_view_open, webkit_web_view_load_uri    and webkit_web_view_load_request. The old    webkit_web_view_load_string and webkit_web_view_load_html_string    are now deprecated.  - webkit_web_view_reload_bypass_cache  - webkit_web_view_{get,set}_custom_encoding, to override the    encoding of the current page.  - Improved stability and lots of bugfixes.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?