Тема: Opera*
Показать сообщение отдельно
Старый 12.04.2011, 11:56      #527
zhigalov
Пользователь
 
Аватар для zhigalov
По умолчанию

Состоялся финальный релиз Opera 11.10 Barracuda. Основные отличия от версии 11.01:
Спойлер
New and improved features
Code name
Opera 11.10 beta uses "Barracuda" as its code name.
Opera Presto 2.8 rendering engine
Opera 11.10 beta uses the new Opera Presto 2.8 rendering engine as identified in its user agent string.
Opera/9.80 (Windows NT 5.1; U; en) Presto/2.8.131 Version/11.10
Plugin installation wizard
Enables easy installation of, for example, the Flash plug-in if it is missing from the system.
URL Filter API for Opera extensions

The URL Filter API for Opera extensions defines a DOM interface that allows extensions to add temporary rules to Opera's native content blocker. Rules added through this API are associated with an extension and apply as long as an extension is enabled. Once an extension is disabled or the browser is shut down, the temporary rules are discarded.
It defines the API that is applied to an extension browsing context.
An extension browsing context is a browsing context that implements the Opera extension interface (opera.extension).
See: URL Filter API for Opera extensions
WebP

Opera adds support for the Google WebP image format.
This enhances Opera Turbo's compression performance with images.
WebP is a new image format that provides lossy compression for photographic images.
A WebP file consists of VP8 image data, and a container based on the Resource Interchange File Format (RIFF).
See: WebP: A new image format for the Web
See: RIFF Container
Feature improvements
Declarative UI
Written in YAML:
A human friendly data serialization standard for all programming languages
A tool for visual layout development of YAML based CSS layouts
Improves:
Adaptation to different string sizes for different languages
Changes in layout for a specific platform to get closer to platform guidelines
Dialogs with variable contents
Feature discoverability
Subtle animations and messages have been added to improve discoverability of Opera features.
Opera Dragonfly beta 1

Opera has improved its Dragonfly debugging tool with the release of Opera Dragonfly beta 1. Opera Dragonfly covers the full debugging workflow, from inspecting network access and downloaded resources, to correcting JavaScript issues and seeing how CSS rules apply to the DOM. It supports all the newest web technologies, including SVG and HTML5 APIs such as Web Storage.
JavaScript debugger
Enables stepping through your code line by line, setting break points along the way.
Monitor the exact expression or specific variable in your JavaScript code.
Use the Break points panel to see exactly what caused a JavaScript fail.
Added new types of break points and more granular control.
CSS inspector
Check out what CSS rules apply to which element, and what rules are inherited or set by browser defaults.
Overridden rules are highlighted showing what styles are, or are not applied.
Use the CSS editing feature to edit existing properties and values.
Use the auto-complete feature to make editing faster and more convenient.
DOM inspector
Allows inspection of the updated DOM and all of its properties.
The DOM can be edited to experiment with changes directly in the browser.
Network inspector
Allows inspection of the HTTP request and response headers.
A summary of each request is shown, with the method type, response status and the time taken to be retrieved.
Drill down to see full details of each requests header.
Find latency, see how resources download and in what order, and even view cached resources.
Resource inspector
See all site resources such as images, scripts, fonts, HTML files and videos at a glance.
Storage inspector
Cookies and Web Storage can be dynamically updated, tested, inspected, and manipulated.
Error console
Allows you to see, filter and log any errors in your scripts, pointing to the exact position where the error occurred.
Use the Error console in combination with the other tools to hunt down and fix your site's bugs.
Debug your phone or TV
Debug pages whether they are on your computer or a supported device, such as a phone running Opera Mobile 10 for Windows Mobile.
You can connect to any device running Opera Presto 2.1 or above and debug using your computer's screen and keyboard. There is no need to struggle inputting test data with your phone's keypad again.
Opera Widgets can also be debugged via remote debugging.
Design utilities
A color picker and a screen magnifier allow you to pick out colors from a website or widget.
The average color of an area can be selected to make it easier to pick out colors from bitmap images.
Chosen colors can be stored in a palette for later access.
Open source
Built using the open web standards you know and love, Opera Dragonfly's source is available to view.
Not only that, but it is released on a Apache 2.0 license, meaning it is free as in freedom, as well as in beer.
Join in the project, or just check out the source code at the Opera Dragonfly repository.
Mail
Added support for phrase searching.
Improved CJK searches.
Improvements made to the panel, including a setting to disable automatic toggling.
Improved support when using the Opera Mail client with a Gmail IMAP account.
Opera now recognizes the special IMAP folders "Sent items", "Spam", "Trash" and treats them as equivalents of the native Sent, Spam and Trash views in Opera Mail. This also works for other IMAP servers that support the XLIST or SPECIAL-USE extensions for the IMAP specification, including the Fastmail IMAP service.
Opera now recognizes the special way in which Gmail duplicates messages that appear in the "All Mail" IMAP folder and the various folders created by Gmail's own "labels" (including Inbox). To make the best use of this, it is recommended that you subscribe to the all the Gmail IMAP folders (this is a change from earlier advice to suggested users to unsubscribe from the [Gmail]\* folders).
Opera Mail will then make sure that messages do not show up twice in its "Unread" and "Recieved" views. As for other views like "Mailing lists", "Contacts", "Labels", and "Attachments", duplication can still occur there. You can improve on this for now by unchecking "Show hidden" for such views (use the "View" button in the mail view, then "Show > Show hidden").
Search
Search hijacking protection: Opera now prevents third party applications from hijacking searches and other customizations in Opera.
Added a Search field to error pages, where the browser will make a search request over the net for suggestions and display them.
Speed Dial
Added Speed Dial animation to help when reordering (dragging and dropping) existing Speed Dial cells, using smooth visual cues.
Added a new "logo finder" which keys in on the main title of a page; diabled when "Reload every" is applied.
Improvements have been made to the Speed Dial flow layout.
Added the ability to set the number of Speed Dial columns (automatic by default).
Added a new dialog when adding/editing Speed Dials
It is now possible to add a custom title to Speed Dials, through the new add/edit dialog.
Sites can now reload Speed Dials automatically using one of two methods:
HTTP header: Preview-refresh: seconds
HTML code: <meta http-equiv="preview-refresh" content="seconds">
The Speed Dial thumbnail/icon is now determined using these criteria (in order):
Send a http header to tell the server it is a Speed Dial request
Detect big icons: <link rel=icon,apple-touch-icon ...> and display them instead of a thumbnail
Find the important part of the page (logo), and zoom in closer
Apply CSS view-mode: minimized when generating the thumbnail
Updated graphics for Speed Dial and callout dialogs
Speed Dial now has automatic zooming
Speed Dial options are instantly applied
User JavaScript
Added support for the BeforeCSS and AfterCSS events.
See: User JavaScript: Available methods, events, and properties
Web specifications support

For your guide, Opera web specification support references are located at:
Web specifications support in Opera Presto 2.8
Web specifications support in Opera products: an overview
CSS
Gradients
Added partial support for the gradients section of the W3C CSS3 Image Values/Replaced Content module.
Using the Opera -o- vendor prefix, Opera supports:
-o-linear-gradient()
-o-repeating-linear-gradient()
<color-stop> is supported.
<gradient> is only supported in background and background-image.
<gradient> is not supported in list-style-image and border-image.
See: CSS3 Image Values/Replaced Content support in Opera Presto 2.8
See: W3C CSS Image Values and Replaced Content Module Level 3
W3C CSS Multi-column Layout Module
Added support for the W3C CSS Multi-column Layout Module.
See: CSS Multi-column Layout Module support in Opera Presto 2.8
See: W3C CSS Multi-column Layout Module
W3C CSS Device Adaptation (viewport) specification support
Added support for W3C CSS Device Adaptation (viewport) specification.
See: W3C CSS Device Adaptation
See: CSS Device Adaptation (viewport) support in Opera Presto 2.8
W3C CSS cursor property values support
Added support for CSS cursor property values:
"zoom-in"
"zoom-out"
See: CSS Properties support in Opera Presto 2.8
See: W3C CSS cursor property values.
Encodings
Removed support for UTS22: 1.4 charset alias matching.
See: Charset Alias Matching
See: Legacy Encodings support in Opera Presto 2.8
HTML
W3C HTML5 data-* global attributes
Added support for HTML5 data-* global attributes.
See: HTML5 elements, attributes, and APIs support in Opera Presto 2.8
See: W3C Section 3.2.3.8 Embedding custom non-visible data with the data-* attributes
W3C HTML5 Session history and navigation
Added support for the history interface.
See: HTML5 Session History and Navigation support in Opera Presto 2.8
See: W3C HTML5 Section 5.4: Session history and navigation
W3C HTML5 Elements
Made section, article, nav, etc., elements block elements by default and added the style rules.
See: HTML5 elements, attributes, and APIs support in Opera Presto 2.8
See: HTML5 Forms support in Opera Presto 2.8
See: W3C HTML5: A vocabulary and associated APIs for HTML and XHTML
W3C HTML5 HTMLElement
Moved the accesskey attribute to HTMLElement (HTML5).
See: W3C HTML5 Section 7.4.2: The accesskey attribute
SOCKS Proxy
Added support for the SOCKS Protocol Version 5.
Must be configured via opera:config
SOCKS server must be entered as an IP address
Uses local DNS information
As stated, this can be adjusted in the Opera Preferences Editor located at: opera:config > Proxy.
See: RFC 1928 - SOCKS Protocol Version 5
W3C File API
Added partial support for the W3C File API:
Blob interface
Blob.slice()
File interface
FileError
FileException (WebWorkers)
FileReader
FileReaderSync (WebWorkers)
files in HTMLInputElement
See: W3C File API support in Opera Presto 2.8
See: W3C File API
WOFF
Added support for the W3C Web Open Font Format (WOFF).
See: W3C WOFF File Format 1.0 support in Opera Presto 2.8
See: W3C Web Open Font Format (WOFF)

Узнать больше о возможностях Opera можно на официальной странице
http://www.opera.com/browser/features/
От себя хочу отметить, значительно улучшенную экспресс-панель, с появившейся в одном из последних релиз кандидатов функцией logotip finder. Теперь миниатюры точно отображают нужную часть страницы с логотипом сайта. Также есть возможность изменять количество колонок, фон экспресс панели, задавать собственное имя для каждой миниатюры.
Скачать:
Скрытый текст
Вы должны войти под своим логином или зарегистрироваться и иметь 25 сообщение(ий)
Правила форума | Регистрация на форуме
Предупреждение: увидев этот блок скрытого текста, не стоит сразу бросаться набивать бессмысленные сообщения. Освойтесь на форуме, проникнитесь его атмосферой и пишите, если Вам действительно есть, что сказать. Если Модератор решит, что Вы набиваете сообщения, он удалит их все, а Вам выдаст либо предупреждение, либо сразу заблокирует Ваш аккаунт.
Изображения
Тип файла: jpg opera.jpg (386.0 Кб, 31 просмотров)
zhigalov вне форума   Ответить с цитированием Вверх
Благодарности: 1
Wolverine89 (12.04.2011)