Skip to content
This repository has been archived by the owner on Aug 10, 2022. It is now read-only.

Commit

Permalink
[devtools] fix #5578
Browse files Browse the repository at this point in the history
  • Loading branch information
Kayce Basques committed Jun 21, 2018
1 parent 024c682 commit 94f835c
Showing 1 changed file with 19 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ project_path: /web/tools/_project.yaml
book_path: /web/tools/_book.yaml
description: A comprehensive reference of Chrome DevTools Network panel features.

{# wf_updated_on: 2018-03-02 #}
{# wf_updated_on: 2018-06-21 #}
{# wf_published_on: 2015-04-13 #}
{# wf_blink_components: Platform>DevTools #}

Expand Down Expand Up @@ -812,35 +812,40 @@ Click **Filter** ![Filter][filter]{: .devtools-inline } to hide it.

### Use large request rows {: #request-rows }

By default, DevTools uses small rows in the [Requests pane](#requests).
Click **Use large request rows** ![Use large request
rows][large]{:.devtools-inline} to use large rows, instead.
Use large rows when you want more whitespace in your network
requests table, or if you need to see the uncompressed and compressed
sizes of a file.

<figure>
<img src="imgs/large-request-rows.svg" alt="The Large Request Rows button">
<img src="imgs/large-request-rows.png"
alt="An example of large request rows in the Requests pane.">
<figcaption>
<b>Figure 36</b>. Large Request Rows, outlined in blue
<b>Figure 36</b>. An example of large request rows in the Requests pane
</figcaption>
</figure>

Click **Use large request rows** ![Use large request
rows][large]{:.devtools-inline} to enable large rows.

<figure>
<img src="imgs/small-request-rows.png"
alt="An example of small request rows in the Requests pane.">
<img src="imgs/large-request-rows.svg" alt="The Large Request Rows button">
<figcaption>
<b>Figure 37</b>. An example of small request rows in the Requests pane
<b>Figure 37</b>. Large Request Rows, outlined in blue
</figcaption>
</figure>

[large]: imgs/large-resource-rows-button.png

By default, DevTools uses small rows in the [Requests pane](#requests).

<figure>
<img src="imgs/large-request-rows.png"
alt="An example of large request rows in the Requests pane.">
<img src="imgs/small-request-rows.png"
alt="An example of small request rows in the Requests pane.">
<figcaption>
<b>Figure 38</b>. An example of large request rows in the Requests pane
<b>Figure 38</b>. An example of small request rows in the Requests pane
</figcaption>
</figure>

[large]: imgs/large-resource-rows-button.png

### Hide the Overview pane {: #hide-overview }

By default, DevTools shows the [Overview pane](#overview).
Expand Down

0 comments on commit 94f835c

Please sign in to comment.