Chrome 49

  1. Note: Google Chrome stopped release 32-bit builds for linux since Chrome 49. If you are still using 32-bit linux and would like to be protected with the latest security patches as well, you can use Slimjet Web Browser, which is based the Chromium open source project and continues to support 32-bit linux.
  2. I've been working on an HTML5 game for close to a year now, and the newest version of Chrome (49) has completely wrecked its performance. The game that was easily running at 60FPS now struggles to get over 5-10 after updating Chrome.
  3. Google Chrome 49.0 Free. One of the most popular Internet browsers created from the Chromium source code. 4.2 (33,197 votes) 90.0.4430.

Today Google released Chrome browser version 49. We just deployed to our cloud. You can start cross browser testing your webapps in this new browser.

Jerdon J2020C 8.3-Inch Two-Sided Swivel Wall Mount Mirror with 5x Magnification, 30-Inch Extension, Chrome and White Finish 4.5 out of 5 stars 3,044 $25.49 - $57.04. Chrome 49 Update Fills Your Toolbar With Your Extensions. You can still hide your extensions' icons, but that'll only dump them into Chrome's menu.

Try Chrome 49 in Browserling now!

Short Summary of Chrome 49 Updates

  • Chrome 49 is the last version available for Windows XP and Vista, and Mac OS 10.6-10.8.
  • Extension icons now appear near search tab.
  • Changes in bookmark bar appearances.
  • Changes in incognito mode window.
  • Changes in scrollbar movement.
  • Changes in downloads page appearance/design.

All Chrome 49 Developer Updates

  • Security: 'noopener' link relation - The 'noreferrer' link relation currently governs both referrer policy for a navigation, as well as the 'opener' attribute of any newly created browsing context. The 'noopener' link relation gives devlopers the ability to control the latter without opting into the former.
  • Multimedia: Audio Output Devices API - This feature will incorporate a set of JavaScript APIs that let a Web application direct the audio output of a media element to authorized devices other than the system or user agent default.
  • Misc: Background Sync API - An API that extends Service Workers with an onsync event.
  • Security: CHACHA20_POLY1305 cipher suites for TLS - Chrome 31 deployed a new TLS cipher suite based on Prof. Dan Bernstein's ChaCha20 and Poly1305 algorithms. They run three times faster than AES-GCM on devices that don't have AES hardware acceleration, including most Android phones. These have now made their way through the standardization process. We'll be deploying the standardized variant in Chrome 49.
  • CSP: Insecure source expressions match secure URLs - In the wake of Sniffly, it seems pretty reasonable to prevent folks from locking themselves into insecurity. To that end, Insecure schemes in source expressions now match their secure variants. That is, http: is equivalent to http: https:, and http://a.com to http://a.com https://a.com.
  • CSS Custom Properties (CSS Variables) - Introduces cascading variables as a new primitive value type that is accepted by all CSS properties, and custom properties for defining them.
  • CSS Case-insensitive Attribute Selector Matching - An additional modifier ('i') for attribute selectors, that allows an author to match an attribute (ASCII) case-insensitively.
  • Security: Cookie Prefixes - This feature adds a set of restrictions upon the names which may be used for cookies with specific properties. These restrictions enable user agents to smuggle cookie state to the server within the confines of the existing 'Cookie' request header syntax, and limits the ways in which cookies may be abused. In a nutshell: __Secure-* cookies have to have the Secure flag, and __Host-* cookies have to have Path=/, can't have Domain, and might require Secure (depending on the setter).
  • JavaScript: Default parameters (ES6) - Allows formal parameters to be initialized with default values if no value (or 'undefined') is passed.
  • User input: Deprecate and Remove webkitMovementX/Y - Remove prefixed version of MouseEvent.webkitMovementX/Y leaving Pointer Lock specification version: MouseEvent.movementX/Y.
  • JavaScript: Destructuring (ES6) - Destructuring assignment allows extracting data from arrays or objects using a syntax that mirrors array and object literals.
  • Network/Connectivity: Fetch API: New value 'navigate' for Request.mode - Introduce a new value 'navigate' for Request.mode of the Fetch API. 'navigate' mode is intended to be used only for navigation.
  • Network/Connectivity: FetchEvent.clientId attribute - A read-only attribute that indicates the id of the Client object that initiated this fetch request. For a navigation request and worker (dedicated worker and shared worker) script fetch, this attribute returns null.
  • Multimedia: HTMLMediaElement.disableRemotePlayback - This attribute allows websites to tell the UA that they do not wish for a media element to be played remotely. The UA will prevent the element from being played remotely and will not show any UI advertising remote playback.
  • Network/Connectivity: HTTP Client Hints: Save-Data - The 'Save-Data' header field is a boolean that, in requests, indicates client's explicit opt-in for reduced data usage, due to high transfer costs, slow connection speeds, or other reasons. When communicated to origins, it allows them to deliver alternate content honoring such preference - e.g. smaller image and video resources, alternate 'light mode' markup, etc.
  • DOM: High Resolution Time Stamp for Events - Change Event.timeStamp to be a DOMHighResTimeStamp which is a high resolution monotonic time with microseconds resolution instead DOMTimeStamp which is an epoch time with millisecond resolution. For input events, the timestamp value will represent the underlying OS timestamp for the event. High resolution monotonic timestamp for input events enables new functionality such as accurate measurement of pointer velocity, simple input latency measurements, and etc.
  • Network/Connectivity: Intervention: WebFonts use adaptive timeouts to take fallback fonts - Originally, Blink use fallback fonts if the font loading isn't finished in 3 seconds. But this timeout value wasn't defined in any spec. Blink changes this timeout adaptively to improve performance on slow connections. If font-display feature is enabled, this change happens only if 'auto' is specified to follow the font-display spec. Otherwise, it happens always. The definition of slow connection would be changed in the field trial.
  • Multimedia: MediaRecorder - Encode audio and video streams in the browser.
  • DOM: Remove Navigator.getStorageUpdates() - The getStorageUpdates() method for Navigator is no longer in the spec, and is a no-op.
  • DOM: Promise rejection tracking events - Introduces a pair of events on the global objects, unhandledrejection and rejectionhandled, for tracking promise rejections.
  • JavaScript: Proxies (ES6) - Proxies are objects for which the programmer has to define the semantics in JavaScript.
  • JavaScript: Reflect (ES6) - Improved imperative methods for invoking, examining or modifying values at runtime.
  • CSS: Deprecate and remove non-standard getComputedStyle(e).css behaviour - getComputedStyle(e).css (except for .cssFloat) is non-standard behaviour that only Blink and WebKit support. In all cases it is aliased by getComputedStyle(e).*. Chrome team is proposing to deprecate and remove this functionality in an upcoming release.
  • JavaScript: Sloppy mode block bindings (let, class, const, function) (ES6) - Enable ES6-style block-scoped bindings including let and class in sloppy mode, and modify semantics of const and function to operate according to ES6 in sloppy mode.
  • JavaScript: Symbol.toStringTag (ES6) - Using Symbol.toStringTag, user-defined types can return customized output when passed to Object.prototype.toString (either directly or as a result of string coercion) by storing a descriptive string in a Symbol.toStringTag-keyed property.
  • DOM: URLSearchParams - The URLSearchParams interface allows developers to (shock!) manipulate the search params of a URL. It also provides a mechanism to POST data via fetch() with a urlencoded body vs. the multipart body that FormData produces.
  • Multimedia: WebAudio: Add IIRFilterNode - Add a new node, IIRFilterNode, that implements a general IIR filter. The coefficients are fixed at creation and not changeable with no automation functions allowed.
  • Multimedia: WebAudio: OfflineAudioContext.suspend() and resume() - Adds suspend() and resume() feature in OfflineAudioContext to support the synchronous graph manipulation with the render block precision (k-rate) in the non-realtime audio rendering.
  • Multimedia: WebAudio: decodeAudioData returns a Promise - AudioContext.decodeAudioData returns a Promise that is resolved when decoding the audio data is finished. This is in addition to the existing callbacks, which are now optional.
  • Offline/Storage: WindowClient.navigate() for Service Worker - The method can instruct a controlled window client to navigate to a different url.
  • DOM: addEventListener/removeEventListener EventListenerOptions API - Add an additional API to addEventListener/removeEventListener which takes EventListenerOptions dictionary. void [add|remove]EventListener(DOMString type, EventListener listener, EventListenerOptions options); Currently other platforms (Gecko) add additional booleans to the argument list to modify the behavior of the added event listeners. We'd like to turn this into a dictionary (EventListenerOptions) so that is a more flexible API for future work.
  • DOM: addEventListener/removeEventListener non-optional arguments - For a very long time, the first two arguments (type and listener) of addEventListener and removeEventListener have been optional, where they are non-optional in the spec and other browsers. This will change, so that calling these methods with zero or one argument will start to throw exceptions.

Chrome 49 Security Fixes

Chrome

There were twenty six security updates in Chrome 49 release. Here are the most important browser security fixes:

  • CVE-2016-1630: Same-origin bypass in Blink. Credit to Mariusz Mlynski.
  • CVE-2016-1631: Same-origin bypass in Pepper Plugin. Credit to Mariusz Mlynski.
  • CVE-2016-1632: Bad cast in Extensions. Credit to anonymous.
  • CVE-2016-1633: Use-after-free in Blink. Credit to cloudfuzzer.
  • CVE-2016-1634: Use-after-free in Blink. Credit to cloudfuzzer.
  • CVE-2016-1635: Use-after-free in Blink. Credit to Rob Wu.
  • CVE-2016-1636: SRI Validation Bypass. Credit to Ryan Lester and Bryant Zadegan.
  • CVE-2015-8126: Out-of-bounds access in libpng. Credit to joerg.bornemann.
  • CVE-2016-1637: Information Leak in Skia. Credit to Keve Nagy.
  • CVE-2016-1638: WebAPI Bypass. Credit to Rob Wu.
  • CVE-2016-1639: Use-after-free in WebRTC. Credit to Khalil Zhani.
  • CVE-2016-1640: Origin confusion in Extensions UI. Credit to Luan Herrera.
  • CVE-2016-1641: Use-after-free in Favicon. Credit to Atte Kettunen of OUSPG.

Happy cross browser testing in Chrome 49!

Download

Related searches

  • » google chrome 49.0.2623.75
  • » google chrome 49.0.2623.75 x32
  • » google chrome 49.0.2623.75 exe
  • » chrome 49.0.2623.75
  • » chrome standalone 49.0.2623.75
  • » chrome windows xp 49.0.2623.75 scarica
  • » chrome 49.0.2623.75 離線安裝 下載
  • » downoad chrome 49.0.2623.75
  • » 49.0.2623.75 chrome
  • » download chrome 49.0.2623.75 for mac

google chrome version 49.0.2623.75

at UpdateStar

Chrome 49+

Chrome 49

Chrome Download For Windows 10

  • More

    Google Chrome 90.0.4430.212

    Chrome is a web browser developed by Google. It is characterized by its speed and many innovative features. more info...
  • More

    Google Toolbar for Internet Explorer 7.5.8231.2252

    Google Toolbar is a toolbar that helps you to find information on the internet. Google Toolbar enhances Internet Explorer with a Google search box and other useful tools like a pop-up blocker, web form filler, and spellchecker. more info...
  • More

    Google Earth Pro 7.3.3.7786

    Increase employee productivity, communicate visually, and share geographic information with Google Earth Pro. With the same easy-to-use features and imagery of Google Earth and additional capabilities designed specifically for business … more info...
  • More

    Google Picasa 3.9.141.259

    Encrypting files is easy, but is it convenient enough for everyday use? If you have a collection of digital photos, storing them in an encrypted archive surely cuts down on unauthorized access. more info...
  • More

    Google Earth 7.3.3.7721

    Google Earth is a virtual globe, map and geographic information program that was originally called Earth Viewer, and was created by Keyhole, Inc, a company acquired by Google in 2004. more info...
  • More

    Google Drive 3.36.6886.5911

    Google Drive is everywhere you are—on the web, in your home, at the office and on the go. So wherever you are, your stuff is just...there. Ready to go, ready to share. Get started with 5 GB free. more info...
  • More

    Google SketchUp 18.0.16975

    Google SketchUp is software that you can use to create, modify and share 3D models. It's easier to learn than other 3D modeling programs, which is why so many people are already using it. more info...
  • More

    Google Earth Plug-in 7.1.5.1557

    Google Earth Plugin - A 3D globe in your browser. The Google Earth Plugin is a web browser plugin that lets you navigate and explore geographic data on a 3D globe across a variety of web sites. more info...
  • More

    HP Google Drive Plugin 49.1.321

  • More

    Backup and Sync 3.55.3625.9414

    Backup and Sync is a simpler, speedier and extra reliable method to shield the information and pictures that imply basically the most to you. more info...

google chrome version 49.0.2623.75

search results
Descriptions containing

google chrome version 49.0.2623.75

  • More

    Google Chrome 90.0.4430.212

    Chrome is a web browser developed by Google. It is characterized by its speed and many innovative features. more info...
  • More

    Adobe Flash Player ActiveX 34.0.0.105

    Adobe Flash Player ActiveX enables the display of multimedia and interactive content within the Internet Explorer web browser. more info...
  • More

    Google Toolbar for Internet Explorer 7.5.8231.2252

    Google Toolbar is a toolbar that helps you to find information on the internet. Google Toolbar enhances Internet Explorer with a Google search box and other useful tools like a pop-up blocker, web form filler, and spellchecker. more info...
  • More

    Adobe Flash Player Plugin 20.0.0.286

    Adobe Flash Player Plugin enables the display of multimedia and interactive content within web browsers. more info...
  • More

    UpdateStar Premium Edition 12.0.1923

    UpdateStar 10 offers you a time-saving, one-stop information place for your software setup and makes your computer experience more secure and productive. more info...
  • More

    Google Earth Pro 7.3.3.7786

    Increase employee productivity, communicate visually, and share geographic information with Google Earth Pro. With the same easy-to-use features and imagery of Google Earth and additional capabilities designed specifically for business … more info...
  • More

    Bonjour 3.1.0.1

    Bonjour, also known as zero-configuration networking, enables automatic discovery of computers, devices, and services on IP networks. more info...
  • More

    Realtek High Definition Audio Driver 6.0.9088.1

    REALTEK Semiconductor Corp. - 168.6MB - Freeware -
    Audio chipsets from Realtek are used in motherboards from many different manufacturers. If you have such a motherboard, you can use the drivers provided by Realtek. more info...
  • More

    WinRAR 6.01

    WinRAR is a 32-bit/64-bit Windows version of RAR Archiver, the powerful archiver and archive manager. WinRARs main features are very strong general and multimedia compression, solid compression, archive protection from damage, processing … more info...
  • More

    Microsoft .NET Framework 5.0.3

    The Microsoft .NET Framework 4 Client Profile redistributable package installs the .NET Framework runtime and associated files that are required to run most client applications.The .NET Framework is Microsoft's comprehensive and consistent … more info...
Additional titles containing

google chrome version 49.0.2623.75

  • More

    Google Chrome 90.0.4430.212

    Chrome is a web browser developed by Google. It is characterized by its speed and many innovative features. more info...
  • More

    Google Toolbar for Internet Explorer 7.5.8231.2252

    Google Toolbar is a toolbar that helps you to find information on the internet. Google Toolbar enhances Internet Explorer with a Google search box and other useful tools like a pop-up blocker, web form filler, and spellchecker. more info...
  • More

    Google Earth Pro 7.3.3.7786

    Increase employee productivity, communicate visually, and share geographic information with Google Earth Pro. With the same easy-to-use features and imagery of Google Earth and additional capabilities designed specifically for business … more info...
  • More

    Google Picasa 3.9.141.259

    Encrypting files is easy, but is it convenient enough for everyday use? If you have a collection of digital photos, storing them in an encrypted archive surely cuts down on unauthorized access. more info...
  • More

    HP Google Drive Plugin 49.1.321

Google

Most recent searches

  • » descargar escaner para canon
  • » 350 iii driver
  • » free cam 8 download
  • » cockwork industries
  • » anydesk 2.2.3 skacat
  • » starsector descargar pc
  • » operamini latest version downlod
  • » tu contable familiar
  • » epson event manager download xp-2100
  • » download camera raw 12 terbaru
  • » krunker descargar
  • » download raw 12
  • » driver tooklit
  • » petz 5 windows 10
  • » pobiesz mobo market 1
  • » cdm download
  • » download istripper.exe
  • » epson scan 2 download windows 7
  • » submarine titans soundtrack download
  • » szcaler herunterladen

Comments are closed.