{"id":105769,"date":"2022-12-01T03:36:57","date_gmt":"2022-12-01T01:37:00","guid":{"rendered":"https:\/\/prohoster.info\/blog\/novosti-interneta\/reliz-chrome-108"},"modified":"2022-12-01T03:36:57","modified_gmt":"2022-12-01T01:37:00","slug":"reliz-chrome-108","status":"publish","type":"post","link":"https:\/\/prohoster.info\/en\/blog\/news\/reliz-chrome-108","title":{"rendered":"Release of Chrome 108","gt_translate_keys":[{"key":"rendered","format":"text"}]},"content":{"rendered":"<p>Google has released version 108 of the Chrome web browser. At the same time, a stable release of the open-source project Chromium, which serves as the basis for Chrome, is available. The Chrome browser differs from Chromium by using Google logos, having a crash reporting notification system, modules for playing protected video content (DRM), an automatic update installation system, constant Sandbox isolation, providing keys to Google API, and transmitting RLZ parameters during searches. For those who need more time to update, the Extended Stable branch is separately supported, lasting for 8 weeks. The next release, Chrome 109, is scheduled for January 10.     <\/p>\n<p>Key changes in Chrome 108:  <\/p>\n<ul>\n<li class=\"l\"> The layout of the Cookie and site data management dialog has changed (accessed through the Cookie Files link after clicking the lock in the address bar). The dialog has been simplified and now displays information broken down by site.    <center><img decoding=\"async\" alt=\"Release of Chrome 108\" src=\"\/wp-content\/uploads\/2022\/12\/c71a609bffc462605ca00a480b31739e.jpg\" style=\"display:block;margin: 0 auto;\" \/><\/center>\n<li class=\"l\"> Two new browser optimization modes have been introduced \u2014 Memory Saver and Energy Saver, available in the performance settings (Settings &gt; Performance). These modes are currently available only on ChromeOS, Windows, and macOS platforms.\n<li class=\"l\"> In the password manager, the ability to attach notes to each saved password has been added. Like the password, the note is shown on a separate page only after authentication.\n<li class=\"l\"> The Linux version now uses the built-in DNS client by default, which was previously used only in Windows, macOS, Android, and ChromeOS versions.\n<li class=\"l\"> On Windows, when installing Chrome, a shortcut to launch the browser is now automatically pinned to the taskbar.\n<li class=\"l\"> A new feature allows users to track price changes on favorite products in certain online stores (Shopping List). Users will receive notifications or emails (in Gmail) when the price drops. To track a product, simply click the 'Track price' button in the address bar while on the product page. Tracked items are saved along with bookmarks. This feature is available only to users with an active Google account, with synchronization turned on and the 'Web &amp; App Activity' service activated.    <center><img decoding=\"async\" alt=\"Release of Chrome 108\" src=\"\/wp-content\/uploads\/2022\/12\/549e2a498ba5699791de9ad5b516da34.jpg\" style=\"display:block;margin: 0 auto;\" \/><\/center>\n<li class=\"l\"> Users can now view search results in a sidebar while browsing another page (both the page content and search results can be seen simultaneously in one window). After navigating to a site from a Google search results page, an icon with the letter 'G' appears before the address bar, which, when clicked, opens the sidebar with the results of the previous search.    <center><img decoding=\"async\" alt=\"Release of Chrome 108\" src=\"\/wp-content\/uploads\/2022\/12\/5bb97f69603812ac5a8a75db4f238481.jpg\" style=\"display:block;margin: 0 auto;\" \/><\/center>\n<li class=\"l\"> In the File System Access API, which allows web applications to read and write data directly to files and directories on the user's device, the methods getSize(), truncate(), flush(), and close() in the FileSystemSyncAccessHandle object have been switched from an asynchronous to a synchronous execution model, similar to the read() and write() methods. This change allows for a fully synchronous FileSystemSyncAccessHandle API, enhancing the performance of applications based on WebAssembly (WASM).\n<li class=\"l\"> Support has been added for additional viewport sizes \u2014 'small' (s), 'large' (l), and 'dynamic' (d), as well as related measurement units \u2014 '*vi' (vi, svi, lvi, and dvi), '*vb' (vb, svb, lvb, and dvb), '*vh' (svh, lvh, and dvh), '*vw' (svw, lvw, and dvw), '*vmax' (svmax, lvmax, and dvmax), and '*vmin' (svmin, lvmin, and dvmin). These proposed units allow sizes to be bound to the smallest, largest, and dynamic viewport sizes in percentage ratios (the size changes depending on the showing, hiding, and state of the toolbar).     <center><img decoding=\"async\" alt=\"Release of Chrome 108\" src=\"\/wp-content\/uploads\/2022\/12\/dff50f58d46cd1047afc3f11b1949cf7.jpg\" style=\"display:block;margin: 0 auto;\" \/><\/center>\n<li class=\"l\"> Support for variable color vector fonts in the COLRv1 format (a subset of OpenType fonts that includes a layer with color information alongside vector glyphs) has been enabled.\n<li class=\"l\"> To check for color font support in CSS rules, the functions font-tech() and font-format() have been added to @supports, and the function tech() has been added to @font-face.\n<li class=\"l\"> An API for Federated Credential Management (FedCM) has been proposed, allowing the creation of integrated identification services that ensure privacy and operate without cross-site tracking mechanisms, such as third-party cookie processing.\n<li class=\"l\"> The ability to apply the existing CSS property 'overflow' to replaced elements that output beyond the content area has been provided, which can be used in conjunction with the object-view-box property to create images with custom shadows.\n<li class=\"l\"> CSS properties break-before, break-after, and break-inside have been added, allowing you to configure the behavior of breaks when rendering across individual pages, columns, and areas. For example, 'figure { break-inside: avoid;}' will prevent page breaks inside the figure.\n<li class=\"l\"> In the CSS properties align-items, justify-items, align-self, and justify-self, the option to use the value 'last baseline' has been introduced for alignment based on the last baseline in a flex or grid layout.\n<li class=\"l\"> The ContentVisibilityAutoStateChanged event has been added, which is generated for elements with the property 'content-visibility: auto' when the rendering state of the element changes.\n<li class=\"l\"> Access to the Media Source Extensions API is now available in the context of workers, which can be used, for example, to enhance the performance of buffered media playback by creating a MediaSource object in a separate worker and streaming the results to an HTMLMediaElement in the main thread.\n<li class=\"l\"> The Permissions-Policy HTTP header, used for delegating permissions and enabling extended capabilities, now allows the use of masks, such as 'https:\/\/*.bar.foo.com\/'\n<li class=\"l\"> Outdated APIs window.defaultStatus, window.defaultstatus, ImageDecoderInit.premultiplyAlpha, navigateEvent.restoreScroll(), and navigateEvent.transitionWhile() have been removed.\n<li class=\"l\"> Improvements have been made to the tools for web developers. The Styles panel now includes hints for inactive CSS properties. The Recorder panel has implemented automatic detection of XPath and text selectors. The debugger now provides the ability to step through comma-separated expressions. The 'Settings &gt; Ignore List' options have been expanded.      <\/ul>\n<p>In addition to new features and bug fixes, the new version addresses 28 vulnerabilities. Many of the vulnerabilities were identified through automated testing tools like AddressSanitizer, MemorySanitizer, Control Flow Integrity, LibFuzzer, and AFL. No critical issues were found that would allow bypassing all browser security layers and executing code on the system outside of the sandbox environment. As part of the vulnerability reward program for this release, Google has paid out 10 rewards totaling $74,000 (one reward of $15,000, one of $11,000, one of $6,000, five rewards of $5,000, three rewards of $3,000 and $2,000, and two rewards of $1,000). The amount of 6 rewards is yet to be determined.<br \/>\n<br \/>Source: <a content=\"nofollow\" rel=\"nofollow\" href=\"https:\/\/www.opennet.ru\/opennews\/art.shtml?num=58221\">opennet.ru<\/a> <\/p>","protected":false,"gt_translate_keys":[{"key":"rendered","format":"html"}]},"excerpt":{"rendered":"<p>\u041a\u043e\u043c\u043f\u0430\u043d\u0438\u044f Google \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u0438\u043b\u0430 \u0440\u0435\u043b\u0438\u0437 web-\u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0430 Chrome 108. \u041e\u0434\u043d\u043e\u0432\u0440\u0435\u043c\u0435\u043d\u043d\u043e \u0434\u043e\u0441\u0442\u0443\u043f\u0435\u043d \u0441\u0442\u0430\u0431\u0438\u043b\u044c\u043d\u044b\u0439 \u0432\u044b\u043f\u0443\u0441\u043a \u0441\u0432\u043e\u0431\u043e\u0434\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0435\u043a\u0442\u0430 Chromium, \u0432\u044b\u0441\u0442\u0443\u043f\u0430\u044e\u0449\u0435\u0433\u043e \u043e\u0441\u043d\u043e\u0432\u043e\u0439 Chrome. \u0411\u0440\u0430\u0443\u0437\u0435\u0440 Chrome \u043e\u0442\u043b\u0438\u0447\u0430\u0435\u0442\u0441\u044f \u043e\u0442 Chromium \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435\u043c \u043b\u043e\u0433\u043e\u0442\u0438\u043f\u043e\u0432 Google, \u043d\u0430\u043b\u0438\u0447\u0438\u0435\u043c \u0441\u0438\u0441\u0442\u0435\u043c\u044b \u043e\u0442\u043f\u0440\u0430\u0432\u043a\u0438 \u0443\u0432\u0435\u0434\u043e\u043c\u043b\u0435\u043d\u0438\u0439 \u0432 \u0441\u043b\u0443\u0447\u0430\u0435 \u043a\u0440\u0430\u0445\u0430, \u043c\u043e\u0434\u0443\u043b\u044f\u043c\u0438 \u0434\u043b\u044f \u0432\u043e\u0441\u043f\u0440\u043e\u0438\u0437\u0432\u0435\u0434\u0435\u043d\u0438\u044f \u0437\u0430\u0449\u0438\u0449\u0451\u043d\u043d\u043e\u0433\u043e \u043e\u0442 \u043a\u043e\u043f\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f \u0432\u0438\u0434\u0435\u043e\u043a\u043e\u043d\u0442\u0435\u043d\u0442\u0430 (DRM), \u0441\u0438\u0441\u0442\u0435\u043c\u043e\u0439 \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u043e\u0439 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438 \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0439, \u043f\u043e\u0441\u0442\u043e\u044f\u043d\u043d\u044b\u043c \u0432\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0435\u043c Sandbox-\u0438\u0437\u043e\u043b\u044f\u0446\u0438\u0438, \u043f\u043e\u0441\u0442\u0430\u0432\u043a\u043e\u0439 \u043a\u043b\u044e\u0447\u0435\u0439 \u043a Google API \u0438 \u043f\u0435\u0440\u0435\u0434\u0430\u0447\u0435\u0439 \u043f\u0440\u0438 [&hellip;]<\/p>\n","protected":false,"gt_translate_keys":[{"key":"rendered","format":"html"}]},"author":1,"featured_media":105770,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[702],"tags":[],"class_list":["post-105769","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-news"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.1.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"\u041a\u043e\u043c\u043f\u0430\u043d\u0438\u044f Google \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u0438\u043b\u0430 \u0440\u0435\u043b\u0438\u0437 web-\u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0430 Chrome 108. \u041e\u0434\u043d\u043e\u0432\u0440\u0435\u043c\u0435\u043d\u043d\u043e \u0434\u043e\u0441\u0442\u0443\u043f\u0435\u043d \u0441\u0442\u0430\u0431\u0438\u043b\u044c\u043d\u044b\u0439 \u0432\u044b\u043f\u0443\u0441\u043a \u0441\u0432\u043e\u0431\u043e\u0434\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0435\u043a\u0442\u0430 Chromium, \u0432\u044b\u0441\u0442\u0443\u043f\u0430\u044e\u0449\u0435\u0433\u043e \u043e\u0441\u043d\u043e\u0432\u043e\u0439 Chrome.\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Yuri Gagarin\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/prohoster.info\/en\/blog\/news\/reliz-chrome-108\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.1.1\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"ProHoster | \u041a\u0443\u043f\u0438\u0442\u044c \u043d\u0430\u0434\u0435\u0436\u043d\u044b\u0439 \u0445\u043e\u0441\u0442\u0438\u043d\u0433 \u0434\u043b\u044f \u0441\u0430\u0439\u0442\u043e\u0432 \u0441 \u0437\u0430\u0449\u0438\u0442\u043e\u0439 \u043e\u0442 DDoS, VPS VDS \u0441\u0435\u0440\u0432\u0435\u0440\u044b\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"\ud83e\udd47\u0420\u0435\u043b\u0438\u0437 Chrome 108 | ProHoster\" \/>\n\t\t<meta property=\"og:description\" content=\"\u041a\u043e\u043c\u043f\u0430\u043d\u0438\u044f Google \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u0438\u043b\u0430 \u0440\u0435\u043b\u0438\u0437 web-\u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0430 Chrome 108. \u041e\u0434\u043d\u043e\u0432\u0440\u0435\u043c\u0435\u043d\u043d\u043e \u0434\u043e\u0441\u0442\u0443\u043f\u0435\u043d \u0441\u0442\u0430\u0431\u0438\u043b\u044c\u043d\u044b\u0439 \u0432\u044b\u043f\u0443\u0441\u043a \u0441\u0432\u043e\u0431\u043e\u0434\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0435\u043a\u0442\u0430 Chromium, \u0432\u044b\u0441\u0442\u0443\u043f\u0430\u044e\u0449\u0435\u0433\u043e \u043e\u0441\u043d\u043e\u0432\u043e\u0439 Chrome.\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/prohoster.info\/en\/blog\/news\/reliz-chrome-108\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg\" \/>\n\t\t<meta property=\"og:image:width\" content=\"350\" \/>\n\t\t<meta property=\"og:image:height\" content=\"350\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2022-12-01T01:37:00+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2022-12-01T01:37:00+00:00\" \/>\n\t\t<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/prohoster\" \/>\n\t\t<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/prohoster\" \/>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"\ud83e\udd47Chrome 108 Release | ProHoster","description":"Google has released version 108 of the Chrome web browser. At the same time, the stable release of the free Chromium project, which serves as the foundation for Chrome, is also available.","canonical_url":"https:\/\/prohoster.info\/en\/blog\/news\/reliz-chrome-108","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":null,"og:locale":"en_US","og:site_name":"ProHoster | \u041a\u0443\u043f\u0438\u0442\u044c \u043d\u0430\u0434\u0435\u0436\u043d\u044b\u0439 \u0445\u043e\u0441\u0442\u0438\u043d\u0433 \u0434\u043b\u044f \u0441\u0430\u0439\u0442\u043e\u0432 \u0441 \u0437\u0430\u0449\u0438\u0442\u043e\u0439 \u043e\u0442 DDoS, VPS VDS \u0441\u0435\u0440\u0432\u0435\u0440\u044b","og:type":"article","og:title":"\ud83e\udd47\u0420\u0435\u043b\u0438\u0437 Chrome 108 | ProHoster","og:description":"\u041a\u043e\u043c\u043f\u0430\u043d\u0438\u044f Google \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u0438\u043b\u0430 \u0440\u0435\u043b\u0438\u0437 web-\u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0430 Chrome 108. \u041e\u0434\u043d\u043e\u0432\u0440\u0435\u043c\u0435\u043d\u043d\u043e \u0434\u043e\u0441\u0442\u0443\u043f\u0435\u043d \u0441\u0442\u0430\u0431\u0438\u043b\u044c\u043d\u044b\u0439 \u0432\u044b\u043f\u0443\u0441\u043a \u0441\u0432\u043e\u0431\u043e\u0434\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0435\u043a\u0442\u0430 Chromium, \u0432\u044b\u0441\u0442\u0443\u043f\u0430\u044e\u0449\u0435\u0433\u043e \u043e\u0441\u043d\u043e\u0432\u043e\u0439 Chrome.","og:url":"https:\/\/prohoster.info\/en\/blog\/news\/reliz-chrome-108","og:image":"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg","og:image:secure_url":"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg","og:image:width":350,"og:image:height":350,"article:published_time":"2022-12-01T01:37:00+00:00","article:modified_time":"2022-12-01T01:37:00+00:00","article:publisher":"https:\/\/www.facebook.com\/prohoster","article:author":"https:\/\/www.facebook.com\/prohoster"},"aioseo_meta_data":[],"gt_translate_keys":[{"key":"link","format":"url"}],"_links":{"self":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts\/105769","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/comments?post=105769"}],"version-history":[{"count":0,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts\/105769\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/media\/105770"}],"wp:attachment":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/media?parent=105769"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/categories?post=105769"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/tags?post=105769"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}