mozilla

TwitterFacebook
Get flash to fully experience Pearltrees
Prints the XML source tree of an HTML or XML element. This looks identical to the view that you would see in the HTML tab. You can click on any node to inspect it in the HTML tab. http://getfirebug.com/wiki/index.php/Command_Line_API

Command Line API - FirebugWiki

Free PDF Download Add-On for Firefox, Internet Explorer — Nitro PDF Software

Our PDF Download add-on for Firefox, Flock and Internet Explorer lets you harness the full power of PDF Download, including tools to stop your browser crashing, speed up the display of PDF content, and convert any (unsecured) Web page into a high-quality PDF that's great for archiving, printing and sharing. PDF Download by Nitro PDF Software is the leading web browser add-on for handling, creating and viewing Web-based PDF files and is enjoyed by millions of people every day. View the contents of PDF files faster and eliminate browser problems by instantly converting any Web-based PDF to a browser-friendly HTML Web page. http://www.pdfdownload.org/add_on.html
https://addons.mozilla.org/fr/firefox/addon/fastestfox-browse-faster/

Optimisez votre navigation (FastestFox) :: Modules pour Firefox

Please send all bug reports to yong@smarterfox.com instead of posting it here so that I can follow up with you. I try to respond to all emails within 2 days.
What is Selenium? Selenium automates browsers . That's it. What you do with that power is entirely up to you. Primarily it is for automating web applications for testing purposes, but is certainly not limited to just that.

Selenium web application testing system

http://seleniumhq.org/
http://mozillaservice.org/tell_us/build_mozservice09/fr_FR The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, webmaster@mozilla.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.

« Mozilla à votre service » - Aidez-nous à bâtir « Mozilla à votre service »

SECURITY - Firefox - Content Security Policy Details

http://people.mozilla.org/~bsterne/content-security-policy/details.html Warning : This site documents the original and out-of-date Mozilla proposal for Content Security Policy. The current and official Content Security Policy specification is undergoing standardization at the W3C Web Application Security Working Group and the latest revision of the specification can be found here: Content Security Policy provides granular controls enabling website administrators to restrict the locations from which different types of web content can load.
https://developer.mozilla.org/En/DOM:element.addEventListener Summary addEventListener() registers a single event listener on a single target. The event target may be a single element in a document, the document itself, a window , or an XMLHttpRequest . To register more than one event listener for the target, call addEventListener() for the same target but with different event types or capture parameters.

element.addEventListener - MDC