<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Web News Archives - Atyx Inc.</title>
	<atom:link href="https://atyxinc.com/blog/category/web-news/feed/" rel="self" type="application/rss+xml" />
	<link>https://atyxinc.com/blog/category/web-news/</link>
	<description>Website Design &#38; Consulting</description>
	<lastBuildDate>Fri, 19 Apr 2019 18:01:08 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.9</generator>

<image>
	<url>https://atyxinc.com/wp-content/uploads/2018/11/cropped-monster-32x32.png</url>
	<title>Web News Archives - Atyx Inc.</title>
	<link>https://atyxinc.com/blog/category/web-news/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>What&#8217;s new in Chrome 75 DevTools</title>
		<link>https://atyxinc.com/blog/whats-new-chrome-75-devtools/</link>
		
		<dc:creator><![CDATA[Chicago Web Experts]]></dc:creator>
		<pubDate>Fri, 19 Apr 2019 17:21:56 +0000</pubDate>
				<category><![CDATA[Web News]]></category>
		<guid isPermaLink="false">https://atyxinc.com/?p=274</guid>

					<description><![CDATA[<p>Hello! Here&#8217;s what&#8217;s new in&#160;Chrome DevTools&#160;in Chrome 75. Meaningful preset values when autocompleting CSS functions Some CSS properties, like&#160;filter, take functions for values. For example,&#160;filter: blur(1px)&#160;adds a 1-pixel blur to a node. When autocompleting properties like&#160;filter, DevTools now populates the property with a meaningful value so that you can preview what kind of change the [&#8230;]</p>
<p>The post <a href="https://atyxinc.com/blog/whats-new-chrome-75-devtools/">What&#8217;s new in Chrome 75 DevTools</a> appeared first on <a href="https://atyxinc.com">Atyx Inc.</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Hello! Here&#8217;s what&#8217;s new in&nbsp;<a href="https://developers.google.com/web/tools/chrome-devtools/">Chrome DevTools</a>&nbsp;in Chrome 75.</p>



<h2 class="wp-block-heading" id="presets">Meaningful preset values when autocompleting CSS functions</h2>



<p>Some CSS properties, like&nbsp;<a href="https://developer.mozilla.org/en-US/docs/Web/CSS/filter"><code>filter</code></a>, take functions for values. For example,&nbsp;<code>filter: blur(1px)</code>&nbsp;adds a 1-pixel blur to a node. When autocompleting properties like&nbsp;<code>filter</code>, DevTools now populates the property with a meaningful value so that you can preview what kind of change the value will have on the node.</p>



<figure class="wp-block-image"><img decoding="async" src="https://developers.google.com/web/updates/images/2019/04/blur1.png" alt="The old autocomplete behavior."/><figcaption><strong>Figure 1</strong>. The old autocomplete behavior. DevTools is autocompleting to&nbsp;<code>filter: blur</code>&nbsp;and no change is visible in the viewport.</figcaption></figure>



<figure class="wp-block-image"><img decoding="async" src="https://developers.google.com/web/updates/images/2019/04/blur2.png" alt="The new autocomplete behavior."/><figcaption><strong>Figure 2</strong>. The new autocomplete behavior. DevTools is autocompleting to&nbsp;<code>filter: blur(1px)</code>&nbsp;and the change is visible in the viewport.</figcaption></figure>



<p>Relevant Chromium issue:&nbsp;<a href="https://crbug.com/931145">#931145</a></p>



<h2 class="wp-block-heading" id="clear">Clear site data from the Command Menu</h2>



<p>Press&nbsp;Control+Shift+P&nbsp;or&nbsp;Command+Shift+P&nbsp;(Mac) to open the Command Menu and then run the&nbsp;<strong>Clear Site Data</strong>command to clear all data related to the page, including:&nbsp;<a href="https://developers.google.com/web/ilt/pwa/introduction-to-service-worker">Service workers</a>,&nbsp;<a href="https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage"><code>localStorage</code></a>,&nbsp;<a href="https://developer.mozilla.org/en-US/docs/Web/API/Window/sessionStorage"><code>sessionStorage</code></a>,<a href="https://developer.mozilla.org/en-US/docs/Web/API/IndexedDB_API">IndexedDB</a>,&nbsp;<a href="https://www.w3.org/TR/webdatabase/">Web SQL</a>,&nbsp;<a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Cookies">Cookies</a>,&nbsp;<a href="https://developer.mozilla.org/en-US/docs/Web/API/Cache">Cache</a>, and&nbsp;<a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Using_the_application_cache">Application Cache</a>.</p>



<figure class="wp-block-image"><img decoding="async" src="https://developers.google.com/web/updates/images/2019/04/clearsitedata.png" alt="The Clear Site Data command."/><figcaption><strong>Figure 3</strong>. The&nbsp;<strong>Clear Site Data</strong>&nbsp;command.</figcaption></figure>



<p>Clearing site data has been available from&nbsp;<strong>Application</strong>&nbsp;&gt;&nbsp;<strong>Clear Storage</strong>&nbsp;for a while. The new feature in Chrome 75 is being able to run the command from the Command Menu.</p>



<p>If you don&#8217;t want to delete&nbsp;<em>all</em>&nbsp;site data, you can control what data gets deleted from&nbsp;<strong>Application</strong>&nbsp;&gt;&nbsp;<strong>Clear Storage</strong>.</p>



<figure class="wp-block-image"><img decoding="async" src="https://developers.google.com/web/updates/images/2019/04/clearstoragepane.png" alt="Application > Clear Storage.&#8221;/><figcaption><strong>Figure 4</strong>.&nbsp;<strong>Application</strong>&nbsp;&gt;&nbsp;<strong>Clear Storage</strong>.</figcaption></figure>



<p>Relevant Chromium issue:&nbsp;<a href="https://crbug.com/942503">#942503</a></p>



<h2 class="wp-block-heading" id="indexeddb">View all IndexedDB databases</h2>



<p>Previously&nbsp;<strong>Application</strong>&nbsp;&gt;&nbsp;<strong>IndexedDB</strong>&nbsp;only allowed you to inspect IndexedDB databases from the main origin. For example, if you had an&nbsp;<code>&lt;iframe&gt;</code>&nbsp;on your page, and that&nbsp;<code>&lt;iframe&gt;</code>&nbsp;was using IndexedDB, you wouldn&#8217;t be able to see its database(s). As of Chrome 75, DevTools shows IndexedDB databases for all origins.</p>



<figure class="wp-block-image"><img decoding="async" src="https://developers.google.com/web/updates/images/2019/04/idb1.png" alt="The old behavior. The page is embedding a demo that uses IndexedDB, but no databases are visible."/><figcaption><strong>Figure 5</strong>. The old behavior. The page is embedding a demo that uses IndexedDB, but no databases are visible.</figcaption></figure>



<figure class="wp-block-image"><img decoding="async" src="https://developers.google.com/web/updates/images/2019/04/idb2.png" alt="The new behavior. The demo's databases are visible."/><figcaption><strong>Figure 6</strong>. The new behavior. The demo&#8217;s databases are visible.</figcaption></figure>



<p>Relevant Chromium issue:&nbsp;<a href="https://crbug.com/943770">#943770</a></p>



<h2 class="wp-block-heading" id="uncompressed">View a resource&#8217;s uncompressed size on hover</h2>



<p>Suppose that you&#8217;re&nbsp;<a href="https://developers.google.com/web/tools/chrome-devtools/network/">inspecting network activity</a>. Your site uses&nbsp;<a href="https://developers.google.com/web/tools/lighthouse/audits/text-compression">text compression</a>&nbsp;to reduce the transfer size of resources. You want to see how large the page&#8217;s resources are after the browser uncompresses them. Previously this information was only available when using&nbsp;<a href="https://developers.google.com/web/tools/chrome-devtools/network/reference#uncompressed">large request rows</a>. Now you can access this information by hovering over the&nbsp;<strong>Size</strong>column.</p>



<figure class="wp-block-image"><img decoding="async" src="https://developers.google.com/web/updates/images/2019/04/hover.png" alt="Hovering over the Size column to view a resource's uncompressed size."/><figcaption><strong>Figure 7</strong>. Hovering over the Size column to view a resource&#8217;s uncompressed size.</figcaption></figure>



<p>Relevant Chromium issue:&nbsp;<a href="https://crbug.com/805429">#805429</a></p>



<h2 class="wp-block-heading" id="inline">Inline breakpoints in the breakpoint pane</h2>



<p>Suppose that you add a&nbsp;<a href="https://developers.google.com/web/tools/chrome-devtools/javascript/breakpoints#loc">line-of-code breakpoint</a>&nbsp;to the following line of code:</p>



<pre class="wp-block-code"><code>document.querySelector('#dante').addEventListener('click', logWarning);</code></pre>



<p>For a while now DevTools has enabled you to specify when exactly it should pause on a breakpoint like this: at the beginning of the line, before&nbsp;<code>document.querySelector('#dante')</code>&nbsp;is called, or before&nbsp;<code>addEventListener('click', logWarning)</code>&nbsp;is called. If you enable all 3, you&#8217;re essentially creating 3 breakpoints. Previously the&nbsp;<strong>Breakpoints</strong>&nbsp;pane did not give you the ability to manage these 3 breakpoints individually. As of Chrome 75 each inline breakpoint gets its own entry in the&nbsp;<strong>Breakpoints</strong>&nbsp;pane.</p>



<figure class="wp-block-image"><img decoding="async" src="https://developers.google.com/web/updates/images/2019/04/breakpoints1.png" alt="The old behavior. There's only one entry in the Breakpoints pane."/><figcaption><strong>Figure 8</strong>. The old behavior. There&#8217;s only 1 entry in the&nbsp;<strong>Breakpoints</strong>&nbsp;pane.</figcaption></figure>



<figure class="wp-block-image"><img decoding="async" src="https://developers.google.com/web/updates/images/2019/04/breakpoints2.png" alt="The new behavior. There's 3 entries in the Breakpoints pane."/><figcaption><strong>Figure 9</strong>. The new behavior. There&#8217;s 3 entries in the&nbsp;<strong>Breakpoints</strong>&nbsp;pane.</figcaption></figure>



<p>Relevant Chromium issue:&nbsp;<a href="https://crbug.com/927961">#927961</a></p>



<h2 class="wp-block-heading" id="counts">IndexedDB and Cache resource counts</h2>



<p>The&nbsp;<strong>IndexedDB</strong>&nbsp;and&nbsp;<strong>Cache</strong>&nbsp;panes now indicate the total number of resources in a database or cache.</p>



<figure class="wp-block-image"><img decoding="async" src="https://developers.google.com/web/updates/images/2019/04/totalentries.png" alt="Total entries in an IndexedDB database."/><figcaption><strong>Figure 10</strong>. Total entries in an IndexedDB database.</figcaption></figure>



<p>Relevant Chromium issues:&nbsp;<a href="https://crbug.com/941197">#941197</a>,&nbsp;<a href="https://crbug.com/930773">#930773</a>,&nbsp;<a href="https://crbug.com/930865">#930865</a></p>



<h2 class="wp-block-heading" id="inspect">Setting for disabling the detailed inspect tooltip</h2>



<p>Chrome 73 introduced&nbsp;<a href="https://developers.google.com/web/updates/2019/01/devtools#inspect">detailed tooltips when in Inspect mode</a>.</p>



<figure class="wp-block-image"><img decoding="async" src="https://developers.google.com/web/updates/images/2019/04/inspect1.png" alt="A detailed tooltip."/><figcaption><strong>Figure 11</strong>. A detailed tooltip showing color, font, margin, and contrast.</figcaption></figure>



<p>You can now disable these detailed tooltips from&nbsp;<a href="https://developers.google.com/web/tools/chrome-devtools/ui#settings"><strong>Settings</strong></a>&nbsp;&gt;&nbsp;<strong>Preferences</strong>&nbsp;&gt;&nbsp;<strong>Elements</strong>&nbsp;&gt;&nbsp;<strong>Show Detailed Inspect Tooltip</strong>.</p>



<figure class="wp-block-image"><img decoding="async" src="https://developers.google.com/web/updates/images/2019/04/inspect2.png" alt="A minimal tooltip."/><figcaption><strong>Figure 12</strong>. A minimal tooltip showing only width and height.</figcaption></figure>



<p>Relevant Chromium issue:&nbsp;<a href="https://crbug.com/948417">#948417</a></p>



<h2 class="wp-block-heading" id="tab">Setting for toggling tab indentation in the Sources panel editor</h2>



<p>Accessibility testing revealed that there was a tab trap in the&nbsp;<a href="https://developers.google.com/web/tools/chrome-devtools/sources#edit"><strong>Editor</strong></a>. Once a keyboard user tabbed into the&nbsp;<strong>Editor</strong>, they had no way to tab out of it because the&nbsp;Tab&nbsp;key was used for indentation. To override the default behavior and use&nbsp;Tab&nbsp;to move focus, enable&nbsp;<a href="https://developers.google.com/web/tools/chrome-devtools/ui#settings"><strong>Settings</strong></a>&nbsp;&gt;&nbsp;<strong>Preferences</strong>&nbsp;&gt;&nbsp;<strong>Sources</strong>&nbsp;&gt;&nbsp;<strong>Enable Tab Moves Focus</strong>.</p>



<p>This article was originally uploaded to <a href="https://developers.google.com/web/updates/2019/04/devtools?utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=updates_feed">Developers.Google.com</a></p>



<p>Atyx Inc. is a Chicago based Web Development company focusing on WordPress and Web-related projects. </p>



<p>Be sure to check out some of our services: <a href="https://atyxinc.com/cpanel-management/">cPanel Management</a>, <a href="https://atyxinc.com/managed-wordpress-solutions/">Managed WordPress Solutions</a>, <a href="https://atyxinc.com/web-development-services/">Web Development Services</a></p>



<p></p>
<p>The post <a href="https://atyxinc.com/blog/whats-new-chrome-75-devtools/">What&#8217;s new in Chrome 75 DevTools</a> appeared first on <a href="https://atyxinc.com">Atyx Inc.</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
