Projects tagged ‘browser’ and ‘webkit’


Jump to tag:

Projects tagged ‘browser’ and ‘webkit’

Filtered by Project Tags browser webkit

Refine results Project Tags web (14) gtk (9) qt (9) css (7) javascript (7) html (7) python (5) web_browser (5) xhtml (4) http (3) linux (3) gnome (3)

[33 total ]

382 Users
   

Chromium is the open-source project behind Google Chrome. It builds on components from other open source software projects, including WebKit and Mozilla, and is aimed at improving stability, speed and ... [More] security with a simple and efficient user interface. See licensing at http://dev.chromium.org/developers/faq and http://code.google.com/chromium/terms.html [Less]
Created about 1 year ago.

170 Users
   

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. ... [More] WebKit's HTML and JavaScript code began as a branch of the KHTML and KJS libraries from KDE. [Less]
Created over 3 years ago.

133 Users
   

Epiphany is the web browser for the GNOME desktop. Its goal is to be simple and easy to use. Epiphany ties together many GNOME components in order to let you focus on the Web content, instead of the ... [More] browser application. As part of the GNOME project, Epiphany is Free Software. Epiphany is powered by the WebKit engine. In addition, it provides an elegant, responsive and uncomplicated user interface that fits in perfectly with GNOME, and it has been translated to over thirty languages! [Less]
Created over 2 years ago.

20 Users
   

Created 7 months ago.

17 Users
   

Arora is a lightweight cross-platform web browser. It's free (as in free speech and free beer). Arora runs on Linux, embedded Linux, FreeBSD, Mac OS X, Windows and any other platforms supported by the ... [More] Qt toolkit. Arora uses the QtWebKit port of the fully standards-compliant WebKit layout engine. It features fast rendering, powerful JavaScript engine and supports Netscape plugins. Arora began as a demo by Benjamin Meyer to help test the QtWebKit component, but since then it has grown into its own project outside of Qt. Arora has a small, simple code base that is fun to hack on. Join the party in #arora on irc.freenode.org! [Less]
Created about 1 year ago.

16 Users
   

Midori is a lightweight web browser. * Full integration with GTK+2. * Fast rendering with WebKit. * Tabs, windows and session management. * Bookmarks are stored with XBEL. * Searchbox based on ... [More] OpenSearch. * Custom context menu actions. * User scripts and user styles support. * Extensible via Lua scripts. The project is currently in an early alpha state. The features are still being implemented. [Less]
Created about 1 year ago.

8 Users

Project DescriptionPyWebKitGtk provides an API for developers to program WebKit/Gtk using Python. The project share the same goals with WebKit. The purpose of this binding is to bring an ... [More] alternative web engine to Python/GTK+ application developers who might need a web browser engine for their next application or developers wishing to have a better browser engine that they can access to using the Python programming language. Build$ ./autogen.sh --prefix=/pywebkitgtk/install/path $ make $ make installDemoThere is a sample web browser using Python and WebKit/Gtk. To run: $ python demos/webbrowser.pyIf you have installed pywebkitgtk in a non-standard location (i.e. not in /usr or /usr/local), you might want to use the following: $ PYTHONPATH=/pywebkitgtk/install/path python demos we [Less]
Created about 1 year ago.

2 Users

A simple WebKit based browser designed for maemo and written in Vala.
Created 9 months ago.

1 Users

The S60 WebKit Port --------------------------------------- This is a port of WebKit to the S60 platform. For more information, including how to checkout and build ... [More] this port, please see: http://trac.webkit.org/projects/webkit/wiki/S60Webkit Thanks, The S60 WebKit Team. [Less]
Created 9 months ago.

1 Users

Piti8rowser is a small,fast and smart web browser,explorer,viewer what do you want , that could it. .gadget-title { margin-bottom: 2px; } function resizeIframeHandler(opt_height) { var elem ... [More] = document.getElementById(this.f); if (!elem) return; if (!opt_height) { elem.style.height = undefined; } else { opt_height = Math.max(10, opt_height); elem.style.height = opt_height + 'px'; } } gadgets.rpc.register("resize_iframe", resizeIframeHandler); gadgets.rpc.register('set_title', function(title) { var elem = document.getElementById(this.f + '_title'); if (elem) { elem.innerHTML = gadgets.util.escape(title); } }); [Less]
Created 12 months ago.