統計: 30,053 バージョン の 1,966 プログラム
ソフトのタイトルを選ぶ... あなたが愛するバージョンへのダウングレード!
Opera 11.10
8,210 ダウンロード
Opera 11.10 ログを変更
New and improved features
Code name
- Opera 11.10 uses "Barracuda" as its code name.
Opera Presto 2.8 rendering engine
- Opera 11.10 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.
- 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
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 11.10 スクリーンショット
Opera 11 ビルド
- Opera 9.64
- Opera 9.63
- Opera 9.62
- Opera 9.61
- Opera 9.60 Beta 1
- Opera 9.60 Beta (Build 10439)
- Opera 9.60 Beta (Build 10427)
- Opera 9.60 Beta (Build 10408)
- Opera 9.60
- Opera 9.52
- Opera 9.51 RC2
- Opera 9.51 RC1
- Opera 9.51 Beta (Build 10071)
- Opera 9.51
- Opera 9.50 Beta 2
- Opera 9.50 Beta 1
- Opera 9.50
- Opera 9.27
- Opera 9.26
- Opera 9.25
- Opera 9.24
- Opera 9.23 Beta (Build 8807)
- Opera 9.23 Beta (Build 8805)
- Opera 9.23
- Opera 9.22 Beta (Build 8800)
- Opera 9.22 Beta (Build 8796)
- Opera 9.22
- Opera 9.21 Beta (Build 8776)
- Opera 9.21
- Opera 9.20 Beta (Build 8769)
- Opera 9.20 Beta (Build 8767)
- Opera 9.20 Beta (Build 8762)
- Opera 9.20 Beta (Build 8758)
- Opera 9.20 Beta (Build 8746)
- Opera 9.20 Beta (Build 8732)
- Opera 9.20 Beta (Build 8713)
- Opera 9.20
- Opera 9.12 Beta (Build 8701)
- Opera 9.10 Beta (Build 8692)
- Opera 9.10 Beta (Build 8678)
- Opera 9.10 Beta (Build 8666)
- Opera 9.10 Beta (Build 8660)
- Opera 9.10 Beta (Build 8653)
- Opera 9.10 Beta (Build 8649)
- Opera 9.10 Beta (Build 8643)
- Opera 9.10 Beta (Build 8629)
- Opera 9.10
- Opera 9.02 Beta (Build 8573)
- Opera 9.02
- Opera 9.01 Beta (Build 8543)
- Opera 9.01 Beta (Build 8542)
- Opera 9.01 Beta (Build 8533)
- Opera 9.01 Beta (Build 8518)
- Opera 9.01
- Opera 9.00 (Build 8501)
- Opera 9.0 Preview 2
- Opera 9.0 Preview 1
- Opera 9.0 Beta 8406
- Opera 9.0 Beta 8393
- Opera 9.0 Beta 8333
- Opera 9.0 Beta 8303
- Opera 9.0 Beta 8246
- Opera 9.0 Beta 8225
- Opera 9.0 Beta 8219
- Opera 9.0 Beta 2 (Build 8432)
- Opera 9.0 Beta 2 (Build 8414)
- Opera 9.0 Beta 1 (Build 8367)
- Opera 9.0
- Opera 8.54
- Opera 8.53
- Opera 8.52
- Opera 8.51
- Opera 8.50
- Opera 8.10 Preview 2
- Opera 8.02tp1
- Opera 8.02 Tech Preview 1
- Opera 8.02
- Opera 8.01 (Build 7642)
- Opera 8.01
- Opera 8.00
- Opera 8.0
- Opera 7.54u2
- Opera 7.54u1
- Opera 7.54
- Opera 7.53
- Opera 7.52
- Opera 7.51
- Opera 7.50
- Opera 7.23
- Opera 7.22
- Opera 7.21
- Opera 7.20
- Opera 7.11
- Opera 7.10
- Opera 7.03
- Opera 7.02
- Opera 7.01
- Opera 7.00
- Opera 6.06
- Opera 6.05
- Opera 6.04
- Opera 6.03
- Opera 6.02
- Opera 6.01
- Opera 6.00
- Opera 5.12
- Opera 5.11
- Opera 5.10
- Opera 5.02 (Build 855)
- Opera 5.02
- Opera 5.01
- Opera 5.00
- Opera 4.02
- Opera 4.01
- Opera 4.00
- Opera 3.62
- Opera 3.61
- Opera 3.60
- Opera 3.6
- Opera 3.51
- Opera 3.50
- Opera 3.21
- Opera 3.20
- Opera 3.10
- Opera 3.1
- Opera 3.00
- Opera 3.0
- Opera 2.12
- Opera 2.10
- Opera 2.00
- Opera 12.14
- Opera 12.13
- Opera 12.12
- Opera 12.11
- Opera 12.10 Beta 1 (Build 1615)
- Opera 12.10 (Beta 1)
- Opera 12.10
- Opera 12.02
- Opera 12.01
- Opera 12.00 Build 1387 Snapshot
- Opera 12.00 Build 1383 Snapshot
- Opera 12.00 Build 1372 Snapshot
- Opera 12.00 Build 1360 Snapshot
- Opera 12.00 Build 1351 Snapshot
- Opera 12.00 Build 1306
- Opera 12.00 Beta 1 (Build 1387)
- Opera 12.00 (Beta 1) (x64)
- Opera 12.00 (Beta 1)
- Opera 12.00
- Opera 11.64
- Opera 11.62
- Opera 11.61
- Opera 11.60 Beta 1 (Build 1147)
- Opera 11.60 (Beta)
- Opera 11.60
- Opera 11.52
- Opera 11.51
- Opera 11.50 Beta 1 (Build 1027)
- Opera 11.50 (Beta)
- Opera 11.50
- Opera 11.11
- Opera 11.10 Beta 1 (Build 2048)
- Opera 11.10 (Beta)
- Opera 11.01
- Opera 11.00 Beta (Build 1145)
- Opera 11.00
- Opera 11.0 Beta 1 (Build 1111)
- Opera 11 (Beta 1)
- Opera 11
- Opera 10.63
- Opera 10.62
- Opera 10.61
- Opera 10.60 Beta 1 (Build 3422)
- Opera 10.60
- Opera 10.54
- Opera 10.53
- Opera 10.52
- Opera 10.51
- Opera 10.50 Beta 2 (Build 3273)
- Opera 10.50 Beta 1 (Build 3247)
- Opera 10.50 (Beta 2)
- Opera 10.50 (Beta 1)
- Opera 10.50
- Opera 10.10 Beta 1 (Build 1833)
- Opera 10.10
- Opera 10.01
- Opera 10.00
- Opera 10.0 RC (Build 1733)
- Opera 10.0 Beta 3 (Build 1699)
- Opera 10.0 Beta 2 (Build 1642)
- Opera 10.0 Beta (Build 1551)
- Opera 10.0
Opera 注釈