Projects tagged ‘chrome’


[132 total ]

7010 Users
   

The award-winning Web browser is now faster, more secure, and fully customizable to your online life. With more than 15,000 improvements, Firefox 3 is faster, safer and smarter than ever before. If ... [More] you stack this project, you should also stack the Mozilla Core. [Less]
Created over 3 years ago.

391 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.

74 Users
   

The core libraries shared by mozilla applications.
Created over 3 years ago.

66 Users
   

The Camino Project has worked to create a browser that is as functional and elegant as the computers it runs on. The Camino web browser is powerful, secure, and ready to meet the needs of all users while remaining simple and elegant in its design.
Created over 3 years ago.

40 Users
   

XULRunner is a Mozilla runtime package that can be used to bootstrap XUL+XPCOM applications that are as rich as Firefox and Thunderbird. It will provide mechanisms for installing, upgrading, and ... [More] uninstalling these applications. XULRunner will also provide libxul, a solution which allows the embedding of Mozilla technologies in other projects and products. [Less]
Created over 2 years ago.

24 Users

Chrome is the user interface parts of the application window that are outside of a window's content area. Toolbars, menu bars, progress bars, and window title bars are all examples of elements that are typically part of the chrome.
Created over 3 years ago.

4 Users
 

Watir automates web browsers. It allows you to write tests that are easy to read and easy to maintain. It is optimized for simplicity and flexibility. Watir drives browsers the same way people do. ... [More] It clicks links, fills in forms, presses buttons. Watir also checks results, such as whether expected text appears on the page. Watir works with IE, Firefox and Safari. [Less]
Created over 3 years ago.

3 Users
 

Chrome Privacy Guard is a small tool that automatically deletes the unique Client ID before each run of Google Chrome. This tool scans the "Local State" file inside the Chrome directory, removes all ... [More] Client ID related info and automatically starts Chrome. [Less]
Created about 1 year ago.

2 Users

TwitKit is a Twitter client in the form of a sidebar for Firefox. It supports many different themes, URL shortening, tweet favoriting, hashtags, and so much more.
Created about 1 year ago.

2 Users

ChromeWatir is an implementation of Watir API for Google Chrome browser. The scripting is simple and is similar to Watir. The following is a sample code in ChromeWatir require "chrome_watir" ... [More] browser = ChromeWatir::Browser.new browser.goto 'http://www.google.com' browser.link(:text, "Advanced Search").click browser.text_field(:id, "as_oq0").set "watir" browser.text_field(:id, "as_oq1").set "ruby" browser.text_field(:id, "as_oq2").set "testing" browser.radio(:id, "ss").set browser.button(:value, "Advanced Search").clickChromeWatir works well but it is in alpha (May be pre alpha) stage and not production ready yet. We are in the process of making it better by stabilizing it as well adding more functionality. Your help is also needed in making this happen. If you need more info, please see t [Less]
Created 11 months ago.