Error » Web Related Error!! » Mozilla firefox error » Firefox 3 features

Mozilla firefox error all error and bug related to Mozilla firefox

Post New Thread Reply
  Firefox 3 features
LinkBack Thread Tools Display Modes
Old 21-Mar-2008, 05:52 AM   #1 (permalink)
Administrator
 
Admin's Avatar

Posts: 875
Join Date: Oct 2005
Rep Power: 10 Admin has disabled reputation

IM:
Default Firefox 3 features

New developer features in Firefox 3
For web site and application developers
Updating web applications for Firefox 3
Provides information about changes you may need to make to your web site or web application to take advantage of new features in Firefox 3.
Online and offline events
Firefox 3 supports WHATWG online and offline events, which let applications and extensions detect whether or not there's an active Internet connection, as well as to detect when the connection goes up and down.
Cross-Site XMLHttpRequest
Firefox 3 supports the W3C Access Control working draft which gives you the ability to do XMLHttpRequests to other web sites, retrieving and manipulating their data; giving you the ability to create impressive browser-based mashups.
Alternative style sheets
Firefox 3 supports the CSS object model alternative style sheet API.
Web-based protocol handlers
You can now register web applications as protocol handlers using the navigator.registerProtocolHandler() method.
Drawing text using a canvas
You can now draw text in a canvas using a non-standardized API supported by Firefox 3.
Transform support for canvas
Firefox now supports the transform() and setTransform() methods on canvases.
Using microformats
Firefox now has APIs for working with microformats.
Drag and drop events
Firefox 3 supports new events that are sent to the source node for a drag operation when the drag begins and ends.
Focus management in HTML
The new HTML 5 activeElement and hasFocus attributes are supported.
Offline resources in Firefox
Firefox now lets web applications request that resources be cached to allow the application to be used while offline.
CSS improvements in Firefox 3
Firefox 3 features a number of improvements in its CSS support.
DOM improvements in Firefox 3
Firefox 3 offers a number of new features in Firefox 3's DOM implementation, including support for several Internet Explorer extensions to the DOM.
JavaScript 1.8 support
Firefox 3 offers JavaScript 1.8.
EXSLT support
Firefox 3 provides support for a substantial subset of the EXSLT extensions to XSLT.
SVG improvements in Firefox 3
SVG support in Firefox 3 has been upgraded significantly, with support for over two dozen new filters, several new elements and attributes, and other improvements.
Animated PNG graphics
Firefox 3 supports the animated PNG (APNG) image format.
For XUL and extension developers
Notable changes and improvements
Updating extensions for Firefox 3
Provides a guide to the things you'll need to do to update your extension to work with Firefox 3.
XUL improvements in Firefox 3
Firefox 3 offers a number of new XUL elements, including new sliding scales, the date and time pickers, and spin buttons.
Templates in Firefox 3
Templates have been significantly improved in Firefox 3. The key improvement allows the use of custom query processors to allow data sources other than RDF to be used.
Securing updates
In order to provide a more secure add-on upgrade path for users, add-ons are now required to provide a secure method for obtaining updates before they can be installed. Add-ons hosted at AMO automatically provide this. Any add-ons installed that do not provide a secure update method when the user upgrades to Firefox 3 will be automatically disabled. Firefox will however continue to check for updates to the extension over the insecure path and attempt to install any update offered (installation will fail if the update also fails to provide a secure update method).
Places migration guide
An article about how to update an existing extension to use the Places API.
Download Manager improvements in Firefox 3
The Firefox 3 Download Manager features new and improved APIs, including support for multiple progress listeners.
Using nsILoginManager
The Password Manager has been replaced by the new Login Manager.
Embedding XBL bindings
You can now use the data: URL scheme to embed XBL bindings directly instead of having them in separate XML files.
Localizing extension descriptions
Firefox 3 offers a new method for localizing add-on metadata. This lets the localized details be available as soon as the add-on has been downloaded, as well as when the add-on is disabled.
New components and functionality
FUEL Library
FUEL is about making it easier for extension developers to be productive, by minimizing some of the XPCOM formality and adding some "modern" JavaScript ideas.
Idle service
Firefox 3 offers the new nsIIdleService interface, which lets extensions determine how long it's been since the user last pressed a key or moved their mouse.
ZIP writer
The new nsIZipWriter interface lets extensions create ZIP archives.
Full page zoom
Firefox 3 improves the user experience by offering full page zoom in addition to text-only zoom.
Interfacing with the XPCOM cycle collector
XPCOM code can now take advantage of the cycle collector, which helps ensure that unused memory gets released instead of leaking.
The Thread Manager
Firefox 3 provides the new nsIThreadManager interface, along with new interfaces for threads and thread events, which provides a convenient way to create and manage threads in your code.
JavaScript modules
Firefox 3 now offers a new shared code module mechanism that lets you easily create modules in JavaScript that can be loaded by extensions and applications for use, much like shared libraries.
The nsIJSON interface
Firefox 3 offers the new nsIJSON interface, which offers high-performance encoding and decoding of JSON strings.
Places
The history and bookmarks APIs have been completely replaced by the new Places API.
Using content preferences
Firefox 3 includes a new service for getting and setting arbitrary site-specific preferences that extensions as well as core code can use to keep track of their users' preferences for individual sites.
Fixed bugs
Notable bugs fixed in Firefox 3
This article provides information about bugs that have been fixed in Firefox 3.
New features for end users
User experience
• Easier password management. An information bar at the top of the browser window now appears to allow you to save passwords after a successful login.
• Simplified add-on installation. You can now install extensions from third-party download sites in fewer clicks, thanks to the removal of the add-on download site whitelist.
• New Download Manager. The download manager makes it easier to locate your downloaded files.
• Resumable downloads. You can now resume downloads after restarting the browser or resetting your network connection.
• Full page zoom. From the View menu and using keyboard shortcuts, you can now zoom in and out on the content of entire pages -- this scales not just the text but the layout and images as well.
• Tab scrolling and quickmenu. Tabs are easier to locate with the new tab scrolling and tab quickmenu features.
• Save what you were doing. Firefox 3 prompts you to see if you'd like to save your current tabs when you exit Firefox.
• Optimized Open in Tabs behavior. Opening a folder of bookmarks in tabs now appends the new tabs instead of replacing the existing ones.
• Easier to resize location and search bars. You can now easily resize the location and search bars using a simple resize handle between them.
• Text selection improvements. You can now select multiple ranges of text using the Control (Command on Macintosh) key. Double-clicking and dragging now selects in "word-by-word" mode. Triple-clicking selects an entire paragraph.
• Find toolbar. The Find toolbar now opens with the current selection.
• Plugin management. Users can now disable individual plugins in the Add-on Manager.
• Integration with Windows Vista. Firefox's menus now display using Vista's native theme.
• Integration with Mac OS X. Firefox now uses the Mac OS X spell checker and supports Growl for notifications of completed downloads and available updates.
• Star button. The new star button in the location bar lets you quickly add a new bookmark with a single click. A second click lets you file and tag your new bookmark.
• Tags. You can now associate keywords with your bookmarks to easily sort them by topic.
• Location bar and auto-complete. Type the title or tag of a page in the location bar to quickly find the site you were looking for in your history and bookmarks. Favicons, bookmark, and tag indicators help you see where the results are coming from.
• Smart Bookmarks folder. Firefox's new Smart Bookmarks folder offers quick access to your recently bookmarked and tagged places, as well as pages you visit frequently.
• Bookmarks and History Organizer. The new unified bookmarks and history organizer lets you easily search your history and bookmarks with multiple views and smart folders for saving your frequent searches.
• Web-based protocol handlers. Web applications, such as your favorite web mail provider, can now be used instead of desktop applications for handling mailto: links from other sites. Similar support is provided for other protocols as well. (Note that web applications do have to register themselves with Firefox before this will work.)
• Easy to use Download Actions. A new Applications preferences pane provides an improved user interface for configuring handlers for various file types and protocol schemes.
• Improved look and feel. Graphics and font handling have been improved to make web sites look better on your screen, including sharper text rendering and better support for fonts with ligatures and complex scripts. In addition, Mac and Linux (Gnome) users will find that Firefox feels more like a native application for their platform than ever, with a new, native, look and feel.
• Color management support. By setting the gfx.color_management.enabled preference in [about:config], you can ask Firefox to use the color profiles embedded in images to adjust the colors to match your computer's display.
• Offline support. Web applications can take advantage of new features to support being used even when you don't have an Internet connection.
Security and privacy
• One-click site information. Want to know more about the site you're visiting? Click the site's icon in the location bar to see who owns it. Identify information is prominently displayed and easier than ever to understand.
• Malware protection. Firefox 3 warns you if you arrive at a web site that is known to install viruses, spyware, trojans, or other dangerous software (known as malware). You can see what the warning looks like by clicking here.
• Web forgery protection enhanced. Now when you visit a page that's suspected of being a forgery, you're shown a special page instead of the contents of the page with a warning. Click here to see what it looks like.
• Easier to understand SSL errors. The errors presented when an invalid SSL certificate is encountered have been clarified to make it easier to understand what the problem is.
• Out-of-date add-on protection. Firefox 3 now automatically checks add-on and plugin versions and disables older, insecure versions.
• Secure add-on updates. Add-on update security has been improved by disallowing add-ons that use an insecure update mechanism.
• Anti-virus integration. Firefox 3 now informs anti-virus software when executable files are downloaded.
• Windows Vista parental controls support. Firefox 3 supports the Vista system-wide parental control setting for disabling file downloads.
Performance
• Reliability. Firefox 3 now stores bookmarks, history, cookies, and preferences in a transactionally secure database format. This means your data is protected against loss even if your system crashes.
• Speed. Firefox 3 has gotten a performance boost by completely replacing the part of the software that handles drawing to your screen, as well as to how page layout work is handled.
• Memory use reduced. Firefox 3 is more memory efficient than ever, with over 300 memory "leak" bugs fixed and new features to help automatically locate and dispose of leaked memory blocks.
Admin is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Reply With Quote
   


   
Post New Thread Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT -8. The time now is 10:35 AM.

Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0

DMCA Policy

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227