Welcome to CroWarez.Org
User Login:
English French German Italian Dutch Spanish Portuguese Korean Chinese Simplified Japanese Greek Arabic Russian

FileShoppe.NetProdaja hostinga i izrada web stranica po povoljnim cjenama!

Autor Tema: Mozilla Firefox  (Posjeta: 250 )

13-10-2010, 12:23:42
  • Member
  • *
  • Postova: 105
  • Thank You: 7
  • Spol: Muški


Mozilla Firefox v4.0 Beta 4 Multilingual (Portable)   |   10.31 Mb
info-
Mozilla Firefox is one of the most popular browsers built on Gecko platform, which means it is safer and easier to use. This browser features malware and phishing protection which protects you from viruses, worms, trojans and spyware.

Mozilla Firefox is focused on improved memory handling, performance, and stability, improved XUL, and new core components such as application data stored in SQLite. Mozilla Firefox could break a few existing extensions and applications built on top of Firefox, and it will definitely include new optimizations if you like to build on the popular browser. Mozilla Firefox should have additional javascript and SVG features if you're into that sort of thing.

Features of Mozilla Firefox v4.0 :

Library

Make your browser as efficient as you can imagine. Your browsing history (all the websites you’ve seen) and your bookmarks (all the websites you’ve saved) are archived in the Library, where they can be easily searched and organized. You can also save your frequent searches in dynamic smart folders that automatically update as your bookmark list and history grow.

Smart Location Bar

A quick way to get to the sites you love—even the ones with addresses you only vaguely remember. The new Firefox 3 location bar learns as you use it—it’s so highly evolved that we like to call it the “Awesome Bar”. Over time, it adapts to your preferences and offers better fitting matches. Type in a term and the autocomplete function includes possible matching sites from your browsing history, as well as sites you’ve bookmarked and tagged in a drop down. For example, you could enter the tag: “investments” .Matched terms are highlighted, making the list of results easy to scan.

One-Click Bookmarking

Manage your bookmarks a lot or a little. One click on the star icon at the end of the location bar bookmarks a site. Two clicks and you can choose where to save it and whether to tag it. File bookmarked sites in easy-to-access folders and organize according to theme (like “job search” or “favorite shopping”). Find your bookmarked sites in a flash by entering the tag, page or bookmark name into the location bar. The more you use your tags and bookmark names in the location bar, the more the system will adapt to your preferences.

Smart Bookmark Folders

These dynamic folders give you easy access to your favorite sites and can be placed in your Bookmarks menu or Bookmarks toolbar. We’ve included some for you as defaults, including one that shows you the sites you visit most frequently (create your own by saving your searches in the Library).
download-


Kod:
Only registered users can see contents. Please click here to Register or Login.

Samo Registrirani korisnici mogu vidjet skriveni sadrzaj.



[/code]">
Kod:
Only registered users can see contents. Please click here to Register or Login.

Samo Registrirani korisnici mogu vidjet skriveni sadrzaj.

Link(s) Checked-(17.10.2010.-20:33)-CroPirat
 

27-12-2011, 05:49:38
Odgovori #1
  • Super Moderator
  • *
  • Postova: 2011
  • Country: hr
  • Thank You: 733
  • Spol: Muški
Mozilla firefox 9.0.1 [/color]Croatian


 info-
Mozilla Firefox is a free and open source Web browser descended from the Mozilla Application Suite and managed by Mozilla Corporation. Firefox is the second most widely used browser.
Firefox 9 final version has been released on December 20, 2011.
The latest version of Firefox 9.0 has the following changes:
 
  • Added Type Inference, significantly improving JavaScript performance
  • Improved theme integration for Mac OS X Lion
  • Added two finger swipe navigation for Mac OS X Lion
  • Added support for querying Do Not Track status via JavaScript
  • Added support for font-stretch
  • Improved support for text-overflow
  • Improved standards support for HTML5, MathML, and CSS
  • Fixed several stability issues
  • download-

    Kod:
    Only registered users can see contents. Please click here to Register or Login.

    Samo Registrirani korisnici mogu vidjet skriveni sadrzaj.
     

    05-02-2012, 14:44:39
    Odgovori #2
    • Super Moderator
    • *
    • Postova: 2011
    • Country: hr
    • Thank You: 733
    • Spol: Muški
    Mozilla firefox 10

     info-
    Firefox 10 shipped on January 31, 2012. This article provides information about the new features and key bugs fixed in this release, as well as links to more detailed documentation for both web developers and add-on developers.
    Changes for Web developers HTML
  • The new HTML5 <bdi> element, bi-directional isolation, allowing isolation of parts of text with a different directionality has been implemented. This is especially useful when displaying text with an unknown directionality, coming from a database for example, in the middle of text with a known, and potentially, different one.
  • You may now specify a fragment of "top" for the href attribute to create a link to the top of the page. This used to work, then went away for a while, and now it's back, for compatibility with the HTML5 specification. For example: <a href="#top">Return to top of page[/url].
  • JavaScript
  • The method WeakMap.set() now returns undefined, instead of itself.
  • A bug was introduced in regular expression handling in Firefox 7; this has been fixed. See bug 683838 if you want the gory details.
  • You can no longer use E4X syntax while in ECMAScript 5 strict mode (that is, after "use strict;").
  • DOM DOM3 Events
  • The DOM Event method event.stopImmediatePropagation has been implemented.
  • The mouse events mouseenter and mouseleave have been implemented.
  • DOM4
  • The attribute document.xmlVersion (which was only gettable and not settable) has been removed as it has been deprecated in the DOM4 specification. The article for document.xmlVersion now suggests a way to detect whether the document is HTML or XML without using that property.
  • The attribute document.xmlStandalone has been removed as it has been deprecated in the DOM4 specification.
  • The attribute document.xmlEncoding has been removed as it has been deprecated in the DOM4 specification.
  • The attribute text.isElementContentWhiteSpace has been removed as it has been deprecated in the DOM4 specification.
  • The method text.replaceWholeText has been removed as it has been deprecated in the DOM4 specification.
  • The method node.isSameNode has been removed as it has been deprecated in the DOM4 specification. Instead of node1.isSameNode(node2), you can simply use the === operator, like this: node1 === node2.
  • Page Visibility API
  • The Page Visibility API has been implemented (prefixed): document.mozHidden, document.mozVisibilityState are available and the event mozvisibilitychanged is sent when the state is modified.
  • Full Screen API
  • Support for document.mozFullScreenEnabled has been added.
  • The new :-moz-full-screen-ancestor property has been added. This lets you match against elements that are ancestors of an element in full screen mode.
  • Battery API
  • Experimental support for window.navigator.mozBattery has been added (can be enabled setting the preference dom.battery.enabled to true and will be enabled by default starting with Firefox 11).
  • Canvas
  • The createPattern() method now throws an exception if a zero-sized source canvas is specified.
  • If you use a non-finite value for any of the numeric parameters to putImageData(), the call is now silently ignored instead of throwing an exception, in keeping with the specification.
  • WebGL
  • Firefox 10 now supports the OES_standard_derivatives extension.
  • New preferences have been added to help test WebGL code for compatibility with minimally-capable devices on your full development platform.
  • Web Workers
  • The attribute XMLHttpRequest.responseType and XMLHttpRequest.response are now available from inside Workers.
  • The Worker() constructor now accepts data URIs.
  • IndexedDB Great progress has been made to update IndexedDB to the latest draft specification. This effort will continue in Firefox 11.
     
  • The IDBIndex.count() and IDBObjectStore.count() methods have been added.
  • The IDBCursor.advance() method has been added.
  • When encountering an unknown optional parameter in IDBObjectStore.createIndex() or IDBDatabase.createObjectStore(), Gecko will not fire an exception anymore, but simply ignore it.
  • When IDBTransaction.abort() is called, all pending IDBRequest have their errorCode set to ABORT_ERROR.
  • The methods IDBObjectStore.delete() and IDBCursor.delete() now set the result attribute of the returned IDBRequest to undefined.
  • The method IDBDatabase.setVersion() has been removed as it was removed from the latest spec. The version of the database is given through the IDBFactory.open() method which has been updated and the onupgradeneeded callback allows the schema of the database to be upgraded. The version itself has been changed from a DOMString to an unsigned long long. The IDBVersionChangeRequest interface has been removed and replaced by the new IDBOpenDBRequest interface.
  • The method IDBFactory.deleteDatabase() method has been added.
  • Other
  • When the proper MIME types is passed, text/svg+xml, the DOMParser now creates a SVGDocument when given a string with SVG.
  • In the past, when element.setAttribute() parsed integers, it would report an error if the integer included any non-numeric characters (for example "42foo"). Now it correctly truncates this as the number 42, in accordance with the specification.
  • The ESC key no longer incorrectly results in the window.oninput handler incorrectly getting called.
  • The NameList interface is no longer implemented; it previously had an implementation with no way to actually get access to one.
  • The document.createProcessingInstruction() method now works on HTML documents as well as XML documents. ProcessingInstruction nodes are still only supported on XML documents, but since nodes can be moved among documents, it's helpful to be able to create them on HTML documents as well.
  • CSS
  • CSS 3D Transforms are now supported. This includes support for the transform-style , perspective , perspective-origin and backface-visibility properties, as well as for 3D transform functions in the transform and transform-function properties. See Using CSS transforms for details.
  • Two new values for the CSS property unicode-bidi have been added: -moz-isolation and -moz-plaintext. The -moz-isolation value isolates, from a directionality point of view, the element from its environment, letting it have a different directionality. An element with unicode-bidi:-moz-isolation behaves like a <bdi> element. The -moz-plaintext indicates the browser to use the Unicode browser heuristic to determine directionality and not the CSS direction property.
  • The CSS linear-gradient and repeating-linear-gradient properties have been updated to support the new to syntax and the magic corner algorithm. This allows to give a precise color on the corner of a gradient-filled box.
  • The text-overflow property's handling of cases in which the box overflows on both sides while the text-overflow property is set to overflow on only one has been corrected.
  • Handling of the position property on elements inside positioned <table> elements has been fixed. This change will affect layout of pages; however, we now comply with the CSS specification and with other browsers, so this should be easy to fix.
  • Margin collapsing around <table> elements has been fixed to match the CSS specification. Previously, table elements' margins would not be collapsed along with other adjacent elements, leading to incorrect layout. This change will affect layout of pages; however, we now comply with the CSS specification and with other browsers, so this should be easy to fix.
  • SVG
  • The <mask> element has been updated to support both sRGB and linearRGB, and now defaults to sRGB, in compliance with the latest revision of the SVG 1.1 specification.
  • Developer tools
  • The console object has two new methods,  console.time() and console.timeEnd() , which can be used to set timers on a page.
  • The new Page Inspector has been added, providing an excellent way to examine and manipulate the HTML and CSS behind your content.
  • Changes for Mozilla and add-on developers For an overview of likely issues that may arise when updating your add-ons to support Firefox 10, see Updating add-ons for Firefox 10.
     Note: The old PRBool data type has been retired! Anywhere in the documentation that refers to it now uses the standard C++ bool type instead. Documentation will be updated in the future, but for now, just keep this in mind. Manifests
  • Support for <em:strictCompatibility> has been added to the install manifest. It allows add-ons authors to opt in to checking the maximum version of their extension. If set to true the add-on will be disabled if the application version is greater than <em:maxVersion>. Firefox 10 defaults to add-ons being compatible, regardless of their specified maximum version. This flag overrides that preference. You should set this if your add-on does things that are likely to be broken by Firefox updates, but not if your add-on has a binary component, since such add-ons always get strictly checked (remember that binary components must always be recompiled for each major Firefox release).
  • If you wish to revert to the old behavior -- that is, to strict compatibility checking for all add-ons, regardless of the value of the strictCompatibility flag in their manifests, you can set the extensions.strictCompatibility preference to true.
  • XUL
  • Bootstrapped add-ons using a chrome.manifest file now have the manifest file registered automatically. See the section Adding user interface with a chrome.manifest for details.
  • XPConnect
  • Several new properties and methods have been added to Components.utils, granting access to assorted debugging-related information.
  • Interface changes
  • The mozISpellCheckingEngine and nsIEditorSpellCheck interfaces have been updated to allow restartless add-ons to add dictionaries to the spell checker. XXX need to update docs on how to actually do this.
  • The nsIBrowserHistory.lastPageVisited attribute has been removed.
  • The nsIDocumentViewer interface has been merged into nsIContentViewer .
  • The nsIURIFixup interface has a new flag, FIXUP_FLAG_USE_UTF8, which lets you tell it to use UTF-8 instead of the platform character set, when doing conversions.
  • Build system changes
  • The --disable-rdf build option, which actually made it impossible to successfully build, has been removed. Work is ongoing on being able to actually remove RDF support entirely, but at present XUL still requires it to function. See bug 559505 for progress on removing the last vestiges of RDF being required.
  • The --disable-smil build option has been removed.
  • download-
  • Kod:
    Only registered users can see contents. Please click here to Register or Login.

    Samo Registrirani korisnici mogu vidjet skriveni sadrzaj.

     


     

    Svaki korisnik ovog sajta je odgovoran za sadržaj svoje poruke koju objavi na sajtu. Sajt se odriče svake odgovornosti za sadržaj tih poruka. Postavljanjem vaše poruke ili vašeg autorskog djela na ovaj sajt, suglasni ste da ovaj sajt postaje distributer vašeg djela i odrićete se mogučnosti njegovog povlačenja ili brisanja, bez suglasnosti uprave sajta. Distribucija sadržaja sa ovog sajta je dozvoljena samo u nekomercijalne svrhe, uz obaveznu napomenu da je sadržaj preuzet sa ovog sajta i uz obavezno navođenje adrese CroWarez.org sajta. Kako je sajt ovih dimenzija nemoguče u potpunosti kontrolirati ukoliko primjetite materijal nad kojim vi ili neko drugi već ima autorska prava, odmah nam se obratite i materijal će biti uklonjen. Za sve ostale vidove distribucije obavezni ste da prethodno zatražite odobrenje od vlasnika CroWarez.org sajta. Ukoliko želite kontaktirati s nama pošaljite nam poruka na mail:
    admin@crowarez.org

    Optimized for: Firefox:: Chrome :: 1024x768 pixels (minimal screen resolution)
    Copyright 2009 - 2012 Www.CroWarez.Org

    Bosna United United Warez Balkan Forum Rapid-Croatia
    Cro Warez Cro Warez Vaš Link Vaš Link