From owner-freebsd-chromium@FreeBSD.ORG Tue Jul 1 22:04:37 2014 Return-Path: Delivered-To: freebsd-chromium@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 44CA3AF7 for ; Tue, 1 Jul 2014 22:04:37 +0000 (UTC) Received: from mail-ob0-x22e.google.com (mail-ob0-x22e.google.com [IPv6:2607:f8b0:4003:c01::22e]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E9B612412 for ; Tue, 1 Jul 2014 22:04:36 +0000 (UTC) Received: by mail-ob0-f174.google.com with SMTP id va2so11170113obc.5 for ; Tue, 01 Jul 2014 15:04:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type:content-transfer-encoding; bh=rK1aYv3NnLxAbl3puxChfcZnPvN4gIjboqHW54l6Bxc=; b=VtOXYTnIH4bJZnflU/3h9Uc/JenxmKngqgIkgA5BX5Bwl3iz62YdegKy4qnHF+up6v PDNkWYeTJfgr9uJoqyvNw7wQNW34nJzF5a3PRS7+xSajJORokgbFcGTCeDvJ0h7uQBlU 6curI5TezaWZ23zs6yNBzR0toLGxWNK41eE6bZRUYKqlxZIcuP0xTpfAEPrQw+gO/TAF 4RP7TfJq8EpWPPvYZNXi/CoZNWvAQKRMJLs8Ei2C3zSv4C3uYITQV+ONVEsR7mzw+jfy V0LGTZptWnRVyTlEUBZ45gnAz6nxVPwcswFjNgKcwXiIT1VGUuviVCA7jifKp7zP+5Yi VXpQ== MIME-Version: 1.0 X-Received: by 10.60.56.98 with SMTP id z2mr19550468oep.62.1404252276202; Tue, 01 Jul 2014 15:04:36 -0700 (PDT) Sender: tomek.cedro@gmail.com Received: by 10.202.5.193 with HTTP; Tue, 1 Jul 2014 15:04:36 -0700 (PDT) In-Reply-To: References: Date: Wed, 2 Jul 2014 00:04:36 +0200 X-Google-Sender-Auth: 0fRymqTpUWx5li4fisDdoBLP3gA Message-ID: Subject: Re: Version 35.0.1916.114 (270117) breaks html5 video From: CeDeROM To: Mark Atkinson Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: freebsd-chromium@freebsd.org X-BeenThere: freebsd-chromium@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Chromium issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jul 2014 22:04:37 -0000 The same here, video html5 problems on chromium binary package from pkg repository. Video freezes on first frames, audio works fine. Please note that #ignore-gpu-blacklist is already disabled.. Default Intel graphics driver (VESA) on Dell Latitude E4310. Details below.= . % uname -a FreeBSD mercury.rd.tp.pl 10.0-RELEASE-p6 FreeBSD 10.0-RELEASE-p6 #0: Tue Jun 24 07:47:37 UTC 2014 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 % cat /etc/X11/xorg.conf Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" Option "AutoAddDevices" "Off" EndSection Section "Files" ModulePath "/usr/local/lib/xorg/modules" FontPath "/usr/local/lib/X11/fonts/misc/" FontPath "/usr/local/lib/X11/fonts/TTF/" FontPath "/usr/local/lib/X11/fonts/OTF" FontPath "/usr/local/lib/X11/fonts/Type1/" FontPath "/usr/local/lib/X11/fonts/100dpi/" FontPath "/usr/local/lib/X11/fonts/75dpi/" FontPath "/usr/local/lib/X11/fonts/Droid/" FontPath "/usr/local/lib/X11/fonts/Caladea/" FontPath "/usr/local/lib/X11/fonts/Carlito/" EndSection Section "Module" Load "dbe" Load "dri" Load "dri2" Load "extmod" Load "record" Load "glx" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/sysmouse" Option "ZAxisMapping" "4 5 6 7" EndSection Section "Monitor" Identifier "Monitor0" VendorName "Monitor Vendor" ModelName "Monitor Model" EndSection Section "Device" ### Available Driver options are:- ### Values: : integer, : float, : "True"/"False", ### : "String", : " Hz/kHz/MHz" ### [arg]: arg optional #Option "ShadowFB" # [] #Option "DefaultRefresh" # [] #Option "ModeSetClearScreen" # [] Identifier "Card0" Driver "vesa" VendorName "Intel Corporation" BoardName "Core Processor Integrated Graphics Controller" BusID "PCI:0:2:0" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" SubSection "Display" Viewport 0 0 Depth 1 EndSubSection SubSection "Display" Viewport 0 0 Depth 4 EndSubSection SubSection "Display" Viewport 0 0 Depth 8 EndSubSection SubSection "Display" Viewport 0 0 Depth 15 EndSubSection SubSection "Display" Viewport 0 0 Depth 16 EndSubSection SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection chrome://flags ExperimentsReset all to default Override software rendering list Mac, Windows, Linux, Chrome OS, Android Overrides the built-in software rendering list and enables GPU-acceleration on unsupported system configurations. #ignore-gpu-blacklist Enable GPU compositing on all pages Linux Uses GPU accelerated compositing on all pages, not just those that include GPU-accelerated layers. #force-compositing-mode-2 Threaded compositing Linux Uses a secondary thread to perform web page compositing. This allows smooth scrolling, even when the main thread is unresponsive. #threaded-compositing-mode Accelerated overflow scroll Mac, Windows, Linux, Chrome OS, Android When possible, puts the scrolling contents of an overflow scrolling element onto a composited layer for faster scrolling. #force-accelerated-composited-scrolling Universal accelerated overflow scroll Mac, Windows, Linux, Chrome OS, Andro= id Puts scrolling content in composited layers, even in those cases where promoting the overflow scrolling element to a stacking context and a containing block would have broken stacking or clipping. #force-universal-accelerated-composited-scrolling Enable experimental canvas features Mac, Windows, Linux, Chrome OS, Android Enables the use of experimental canvas features which are still in development. #enable-experimental-canvas-features Enable Disable accelerated 2D canvas Mac, Windows, Linux, Chrome OS, Android Disables the use of the GPU to perform 2d canvas rendering and instead uses software rendering. #disable-accelerated-2d-canvas Enable Composited render layer borders Mac, Windows, Linux, Chrome OS, Android Renders a border around composited Render Layers to help debug and study layer compositing. #composited-layer-borders Enable FPS counter Mac, Windows, Linux, Chrome OS, Android Shows a page's actual frame rate, in frames per second, when hardware acceleration is active. #show-fps-counter Enable Disable WebGL Mac, Windows, Linux, Chrome OS, Android Enabling this option prevents web applications from accessing the WebGL API. #disable-webgl Enable Disable WebRTC device enumeration. Mac, Windows, Linux, Chrome OS, Android Disable support for MediaStreamTrack.getSources(). #disable-device-enumerat= ion Enable Fixed position elements create stacking contexts. Mac, Windows, Linux, Chrome OS, Android Enabling this option makes all fixed position elements create new CSS stacking contexts. #fixed-position-creates-stacking-context Compositing for fixed position elements. Mac, Windows, Linux, Chrome OS, An= droid Enabling this option will make fixed position elements have their own composited layers. Note that fixed position elements must also create stacking contexts for this to work. #enable-compositing-for-fixed-position Compositing for RenderLayers with transitions. Mac, Windows, Linux, Chrome OS, Android Enabling this option will make RenderLayers with a transition on opacity, transform, or filter have their own composited layer. #enable-compositing-for-transition Compositing for fixed root backgrounds. Mac, Windows, Linux, Chrome OS, And= roid If this option is enabled, and if the body is styled with background-attachment:fixed, the background will have its own compositied layer. #enable-accelerated-fixed-root-background Native Client Mac, Windows, Linux, Chrome OS Enable Native Client for all web applications, even those that were not installed from the Chrome Web Store. #enable-nacl Enable Native Client GDB-based debugging Mac, Windows, Linux, Chrome OS Enable GDB debug stub. This will stop a Native Client application on startup and wait for nacl-gdb (from the NaCl SDK) to attach to it. #enable-nacl-debug Enable Disable Portable Native Client. Mac, Windows, Linux, Chrome OS Disable support for Portable Native Client (PNaCl). #disable-pnacl Enable Restrict Native Client GDB-based debugging by pattern Mac, Windows, Linux, Chrome OS Restricts Native Client application GDB-based debugging by URL of manifest file. Native Client GDB-based debugging must be enabled for this option to work. #nacl-debug-mask Experimental Extension APIs Mac, Windows, Linux, Chrome OS Enables experimental extension APIs. Note that the extension gallery doesn't allow you to upload extensions that use experimental APIs. #extension-apis Enable Extensions on chrome:// URLs Mac, Windows, Linux, Chrome OS, Android Enables running extensions on chrome:// URLs, where extensions explicitly request this permission. #extensions-on-chrome-urls Enable Enable fast tab/window close Mac, Windows, Linux, Chrome OS, Android Enables fast tab/window closing - runs a tab's onunload js handler independently of the GUI. #enable-fast-unload Enable Enable 'adview' element Mac, Windows, Linux, Chrome OS Enables using 'adview' HTML elements in packaged apps. #enable-adview Enable Enable 'window-controls' element Mac, Windows, Linux, Chrome OS Enables using 'window-controls' HTML elements in packaged apps. #enable-app-window-controls Enable New Apps Install Bubble Mac, Windows, Linux, Chrome OS When installing an app, always show a bubble pointing at the new tab page button on the tabstrip instead of opening a new tab page. #apps-new-install-bubble Enable Disable hyperlink auditing Mac, Windows, Linux, Chrome OS, Android Disable sending hyperlink auditing pings. #disable-hyperlink-auditing Enable Show Autofill predictions Mac, Windows, Linux, Chrome OS, Android Annotates web forms with Autofill field type predictions as placeholder text. #show-autofill-type-predictions Enable Gesture Tap Highlighting Windows, Linux, Chrome OS, Android Enable the experimental gesture tap highlight implementation. #enable-gesture-tap-highlight Smooth Scrolling Linux Enable the experimental smooth scrolling implementation. #enable-smooth-scrolling Enable Enable Panels Mac, Windows, Linux, Chrome OS Enable Panel windows that open outside of the browser frame. Attempts to open a Panel will open a popup instead if not enabled. Panels are always enabled on the dev and canary channels. #enable-panels Enable Save Page as MHTML Mac, Windows, Linux Disables saving pages as HTML-only or HTML Complete; enables saving pages only as MHTML: a single text file containing HTML and all sub-resources. #save-page-as-mhtml Enable Enable auto sign-in Mac, Windows, Linux When enabled, visiting a Google account sign-in page will trigger an infobar allowing easy sign-in with the Google account connected to the profile. Auto sign-in is always disabled if the profile is not connected to an account, regardless of this flag. #enable-autologin Enable Experimental QUIC protocol. Mac, Windows, Linux, Chrome OS, Android Enable experimental QUIC protocol support. #enable-quic HTTPS over experimental QUIC protocol. Mac, Windows, Linux, Chrome OS, Andr= oid Enables QUIC over an Authenticated Encrypted channel (can replace HTTPS transactions). Without this flag, only HTTP requests are supported over QUIC. This only has an effect if QUIC protocol is enabled. #enable-quic-https Enable SPDY/4 alpha 2 Mac, Windows, Linux, Chrome OS, Android Enable experimental SPDY/4 alpha 2. #enable-spdy4a2 Enable Enable HTTP/2 draft 04. Mac, Windows, Linux, Chrome OS, Android Enable experimental HTTP/2 draft 04. #enable-http2-draft-04 Enable Built-in Asynchronous DNS Mac, Windows, Linux, Chrome OS Enable experimental asynchronous DNS client. #enable-async-dns Disable prefixed Media Source API. Mac, Windows, Linux, Chrome OS, Android Disable the experimental WebKitMediaSource object. This object allows JavaScript to send media data directly to a video element. #disable-webkit-media-source Enable Disable unprefixed Media Source API. Mac, Windows, Linux, Chrome OS, Androi= d Disable the unprefixed MediaSource object. This object allows JavaScript to send media data directly to a video element. #disable-unprefixed-media-source Enable Enable Encrypted Media Extensions. Mac, Windows, Linux, Chrome OS, Android Enable Encrypted Media Extensions on video and audio elements. This enables the latest version of the Encrypted Media Extensions. #enable-encrypted-media Enable Disable prefixed Encrypted Media Extensions. Mac, Windows, Linux, Chrome OS, Android Disable the experimental version of Encrypted Media Extensions on video and audio elements. #disable-prefixed-encrypted-media Enable Enable Experimental JavaScript Mac, Windows, Linux, Chrome OS, Android Enable web pages to use experimental JavaScript features. #enable-javascript-harmony Enable Enable experimental Web Platform features. Mac, Windows, Linux, Chrome OS, Android Enable experimental Web Platform features that are in development. #enable-experimental-web-platform-features Enable Disable NTP 'Other devices' menu. Mac, Windows, Linux, Chrome OS Disable the new tab page menu for accessing tabs on other devices. #disable-ntp-other-sessions-menu Enable Enable Developer Tools experiments. Mac, Windows, Linux, Chrome OS Enable Developer Tools experiments. Use Settings panel in Developer Tools to toggle individual experiments. #enable-devtools-experiments Enable Enable Silent Debugging. Mac, Windows, Linux, Chrome OS Do not show the infobar when an extension attaches to a page via chrome.debugger API. This flag is required to debug extension background pages. #silent-debugger-extension-api Enable Enable Automatic Spelling Correction Windows, Linux, Chrome OS Turn on autocorrection of text while typing. Synchronous spellchecking is not compatible with this feature. #spellcheck-autocorrect Enable Enable scroll prediction Mac, Windows, Linux, Chrome OS Predicts the finger's future position during scrolls allowing time to render the frame before the finger is there. #enable-scroll-prediction Enable Enable touch events Mac, Windows, Linux, Chrome OS Force touchscreen support to always be enabled or disabled, or to be enabled when a touchscreen is detected on startup (Automatic, the default). #touch-events Disable touch adjustment. Windows, Linux, Chrome OS Disables touch adjustment support. Touch adjustment is the process of refining the position of a touch gesture in order to compensate for touches having poor resolution compared to a mouse. #disable-touch-adjustment Enable Enable Download Resumption Mac, Windows, Linux, Chrome OS Allow downloads that have been interrupted to be continued or restarted, using the Resume context menu item. #enable-download-resumption Enable NaCl Socket API. Mac, Windows, Linux, Chrome OS Allows applications to use NaCl Socket API. Use only to test NaCl plugins. #allow-nacl-socket-api Enable Enable viewport meta tag. Mac, Windows, Linux, Chrome OS Enables handling of the viewport meta tag to allow pages to set the layout width and user zoom properties. #enable-viewport-meta Enable Enable debugging for packed apps. Mac, Windows, Linux, Chrome OS Enables debugging context menu options such as Inspect Element for packed applications. #debug-packed-apps Enable Enable password generation. Mac, Windows, Linux, Chrome OS Allow the user to have Chrome generate passwords when it detects account creation pages. #enable-password-generation Enable deferred image decoding. Mac, Linux, Chrome OS Defer image decoding operations in WebKit until painting. #enable-deferred-image-decoding Enable Enable performance monitoring Mac, Windows, Linux, Chrome OS, Android Enable passive gathering of performance-related metrics and events and provide the option to view this data in a graphical fashion. To view data, visit chrome://performance. #performance-monitor-gathering Enable Enable Synced Notifications Mac, Windows, Linux, Chrome OS Enable experimental Synchronized Notifications. #enable-sync-synced-notifications Enable screen capture support in getUserMedia(). Mac, Windows, Linux, Chrom= e OS Allow web pages to request access to the screen contents via the getUserMedia() API. #enable-usermedia-screen-capture Enable Impl-side painting Mac, Windows, Linux, Chrome OS, Android If enabled, painting is done on a separate thread instead of the main thread. #impl-side-painting LCD text antialiasing Mac, Windows, Linux, Chrome OS If disabled, text is rendered with grayscale antialiasing instead of LCD (subpixel) when doing accelerated compositing. #lcd-text-aa Enable experimental WebSocket implementation Mac, Windows, Linux, Chrome OS, Android Use the explemental WebSocket implementation. #enable-websocket-experimental-implementation Enable Maximum tiles for interest area Mac, Windows, Linux, Chrome OS, Android Specify the maximum tiles for interest area. #max-tiles-for-interest-area Enable Offline Cache Mode Mac, Windows, Linux, Chrome OS, Android Reads from web resources when the source is unavailable will be satisfied from available stale cache entries. #enable-offline-mode Enable Enable Offline Auto-Reload Mode Mac, Windows, Linux, Chrome OS, Android Pages that fail to load while the browser is offline will be auto-reloaded when the browser is online again. #enable-offline-auto-reload Enable Default tile width Mac, Windows, Linux, Chrome OS, Android Specify the default tile width. #default-tile-width Default tile height Mac, Windows, Linux, Chrome OS, Android Specify the default tile height. #default-tile-height Google Now Mac, Windows, Linux, Chrome OS Enable Google Now notifications support. #enable-google-now Simple Cache for HTTP. Mac, Windows, Linux, Chrome OS The Simple Cache for HTTP is a new cache. It relies on the filesystem for disk space allocation. #enable-simple-cache-backend Enable TCP Fast Open Linux, Chrome OS, Android Enable the option to send extra authentication information in the initial SYN packet for a previously connected client, allowing faster data send start. #enable-tcp-fast-open Enable Enable Syncfs directory operation. Mac, Windows, Linux, Chrome OS, Android Enables directory support for sync filesystem. #enable-syncfs-directory-operation Enable Spelling Feedback Field Trial. Mac, Windows, Linux, Chrome OS, Android Enable the field trial for sending user feedback to spelling service. #enable-spelling-feedback-field-trial Enable Enable WebGL Draft Extensions Mac, Windows, Linux, Chrome OS, Android Enabling this option allows web applications to access the WebGL Extensions that are still in draft status. #enable-webgl-draft-extensions Enable Enable HTML Imports Mac, Windows, Linux, Chrome OS, Android Enabling this option allows web applications to load HTML Imports. #enable-html-imports Enable Enable Web MIDI API Mac, Windows, Linux, Chrome OS, Android Enable Web MIDI API experimental support. #enable-web-midi Enable Enable new profile management system Mac, Windows, Linux Enables the new profile management system, including profile sign-out and the new avatar menu UI. #enable-new-profile-management Enable Enable fast user switching in the avatar menu Mac, Windows, Linux Enables fast switching between users in the avatar menu. #enable-fast-user-switching Enable Enable pure web-based sign-in flows Mac, Windows, Linux When enabled, will use a pure web-based sign-in flow on first run/NTP/wrench menu/settings page. Otherwise use a native flow with embedded webview. #enable-web-based-signin Enable Enable Google profile name and icon Mac, Windows, Linux Enables using Google information to populate the profile name and icon in the avatar menu. #enable-google-profile-info Enable Reset the App Launcher install state on every restart. Mac, Windows, Linux Reset the App Launcher install state on every restart. While this flag is set, Chrome will forget the launcher has been installed each time it starts. This is used for testing the App Launcher install flow. #reset-app-list-install-state Enable Map-image rasterizer (AKA Zero-copy) Mac, Windows, Linux, Chrome OS, Androi= d If enabled, raster threads write directly to GPU memory. #map-image Disable compositor touch hit testing. Mac, Windows, Linux, Chrome OS, Andro= id Disables an optimization intended to improve touch scrolling responsiveness. Forces all touch events to go to the blink main thread to look for handlers, instead of potentially short-circuiting from the compositor thread. #disable-compositor-touch-hit-testing Enable Enable experimental streamlined hosted apps. Windows, Linux, Chrome OS Enables an experimental, more streamlined hosted app experience. #enable-streamlined-hosted-apps Enable Enable experimental ephemeral apps. Windows, Linux, Chrome OS Enables experimentation with ephemeral apps, which are launched without installing in Chrome. #enable-ephemeral-apps Enable Enable experimental linkable ephemeral apps. Windows, Linux, Chrome OS Enables experimentation with launching ephemeral apps from hyperlinks. For example, links to Chrome Web Store app detail pages in Google search results will launch the app rather than navigate to the detail page. #enable-linkable-ephemeral-apps Enable Enable support for ServiceWorker. Mac, Windows, Linux, Chrome OS, Android ServiceWorker is a new kind of web worker that can intercept resource requests. See https://github.com/slightlyoff/ServiceWorker for more information. #enable-service-worker Enable Enable show-on-first-paint for apps. Mac, Windows, Linux, Chrome OS Show apps windows after the first paint. Windows will be shown significantly later for heavy apps loading resources synchronously but it will be insignificant for apps that load most of their resources asynchronously. #enable-apps-show-on-first-paint Enable Number of raster threads Mac, Windows, Linux, Chrome OS, Android Specify the number of raster threads. #num-raster-threads Disable ignore autocomplete=3D'off' Mac, Windows, Linux, Chrome OS, Android Disable ignore autocomplete=3D'off' for password forms in the password manager. #disable-ignore-autocomplete-off Enable Enable out of process PDF. Mac, Windows, Linux, Chrome OS Enable the out of process PDF plugin. #out-of-process-pdf Enable Prefetch search results Mac, Windows, Linux, Chrome OS If enabled, prefetch search results for the typed omnibox query and reuse prerendered search base page to commit any search query (not just prefetch query). #prefetch-search-results Enable Touch scrolling mode. Windows, Linux, Chrome OS, Android Change the touch event behavior while scrolling. "touchcancel" is what chrome has historically used, and "absorb-touchmove" is the new preferred mode. #touch-scrolling-mode Show settings in a window Mac, Windows, Linux, Chrome OS If enabled, Settings will be shown in a dedicated window instead of as a browser tab. #enable-settings-window Enable Unavailable Experiments Check for known conflicts with 3rd party modules. Windows Enables a background check that warns you when a software incompatibility is detected (ie. 3rd party modules that crash the browser). #conflicting-modules-check Sorry, this experiment is not available on your platform. Enable D3D11 Windows Enabling this option allows the use of Direct3D 11 on configurations that support it. #enable-d3d11 Sorry, this experiment is not available on your platform. Disable WebRTC Android Enabling this option prevents web applications from accessing the WebRTC API. #disable-webrtc Sorry, this experiment is not available on your platform. Disable support for WebRTC hardware video decoding. Chrome OS, Android This option disables support in WebRTC for decoding video streams using platform hardware. #disable-webrtc-hw-decoding Sorry, this experiment is not available on your platform. Disable support for WebRTC hardware video encoding. Chrome OS, Android This option disables support in WebRTC for encoding video streams using platform hardware. #disable-webrtc-hw-encoding Sorry, this experiment is not available on your platform. Disable 3D software rasterizer Don't fall back to a 3D software rasterizer when the GPU cannot be used. #disable-software-rasterizer Sorry, this experiment is not available on your platform. Enable GPU rasterization. Android Use GPU to rasterize web content. Requires impl-side painting. #enable-gpu-rasterization Sorry, this experiment is not available on your platform. Touch Optimized UI Windows Enables experimental layout refinements to improve user experience with touch screens. #touch-optimized-ui Sorry, this experiment is not available on your platform. Stacked Tabs Windows Tabs never shrink, instead they stack on top of each other when there is not enough space. #stacked-tab-strip Sorry, this experiment is not available on your platform. Force high DPI mode Chrome OS Overrides the device display density to force the use of high DPI mode and assets. #force-device-scale-factor Sorry, this experiment is not available on your platform. Disable hardware-accelerated video decode. Windows, Chrome OS Disables hardware-accelerated video decode where available. #disable-accelerated-video-decode Sorry, this experiment is not available on your platform. Disable Password Manager Reauthentication Mac, Windows Disable prompting the user for their OS password before revealing passwords on the passwords page. #password-manager-reauthentication Sorry, this experiment is not available on your platform. Use Wallet sandbox servers Mac, Windows, Chrome OS For developers: use the sandbox service for Wallet API calls for requestAutocomplete(). #wallet-service-use-sandbox Sorry, this experiment is not available on your platform. Enable interactive autocomplete Mac, Windows, Chrome OS, Android Enable an interactive autocomplete UI that can be invoked by calling HTMLFormElement#requestAutocomplete. #enable-interactive-autocomplete Sorry, this experiment is not available on your platform. Scroll end effect Chrome OS Experimental scroll end effect in response to vertical overscroll. #scroll-end-effect Sorry, this experiment is not available on your platform. Enable touch initiated drag and drop Windows, Chrome OS Touch drag and drop can be initiated through long press on a draggable element. #enable-touch-drag-drop Sorry, this experiment is not available on your platform. Enable touch based text editing Chrome OS Touch editing can be initiated by tapping on a textfield or a selected text. #enable-touch-editing Sorry, this experiment is not available on your platform. Delegated Renderer (AKA =C3=9Cbercompositor). Chrome OS, Android If enabled, the renderer delegates compositing to the browser, merging both compositing passes. #delegated-renderer Sorry, this experiment is not available on your platform. Native style window frames for packaged apps Mac Use native-style window decorations for packaged app windows. #apps-use-native-frame Sorry, this experiment is not available on your platform. Enable origin chip Windows, Chrome OS Moves the URL out of the Omnibox and shows the hostname in the origin chip in the toolbar. #origin-chip Sorry, this experiment is not available on your platform. Enable origin chip in Omnibox Mac, Windows, Chrome OS Moves the URL out of the Omnibox and shows the hostname in the origin chip in the Omnibox. #origin-chip-in-omnibox Sorry, this experiment is not available on your platform. Enable search button in Omnibox Mac, Windows, Chrome OS Places a search button in the Omnibox. #search-button-in-omnibox Sorry, this experiment is not available on your platform. Notification Center behavior Mac Alters the behavior of the system level icon for the notification center. #notification-center-tray-behavior Sorry, this experiment is not available on your platform. Bleeding Edge Renderer Paths - LIKELY TO CRASH YOUR BROWSER Android Use bleeding-edge code to make Chrome draw content faster. The changes behind this path are very likely to break lots of content. #bleeding-edge-renderer-mode Sorry, this experiment is not available on your platform. --=20 CeDeROM, SQ7MHZ, http://www.tomek.cedro.info