changing the <h1> and <title> to be consistent in all docs

This commit is contained in:
deannarubin@gmail.com 2013-11-14 15:45:05 -08:00
Родитель 15cefd5463
Коммит da8ecfde17
26 изменённых файлов: 52 добавлений и 28 удалений

Просмотреть файл

@ -2,7 +2,8 @@
<title>Authoring &amp; development workflow</title>
</head>
<body>
<link rel="stylesheet" type="text/css" href="/chrome-developer-tools/css/local_extensions.css"/>
<h1>Authoring &amp; development workflow</h1>
<p>Developer workflow typically involves a number of steps used to achieve a <strong>goal</strong>.

Просмотреть файл

@ -2,9 +2,10 @@
<title>Blog Posts</title>
</head>
<body>
<h1>Blog Posts</h1>
<link rel="stylesheet" type="text/css" href="/chrome-developer-tools/css/local_extensions.css"/>

Просмотреть файл

@ -2,7 +2,8 @@
<title>Creating A Clean Testing Environment</title>
</head>
<body>
<link rel="stylesheet" type="text/css" href="/chrome-developer-tools/css/local_extensions.css"/>
<h1>Creating A Clean Testing Environment</h1>
<p>A clean testing environment allows you to to easily determine the point of
failure for your site or web application, rather than wondering if it was

Просмотреть файл

@ -2,9 +2,10 @@
<title>Profiling JavaScript performance</title>
</head>
<body>
<h1>Profiling JavaScript performance</h1>
<link rel="stylesheet" type="text/css" href="/chrome-developer-tools/css/local_extensions.css"/>

Просмотреть файл

@ -2,6 +2,8 @@
<title>Working with CSS Preprocessors</title>
</head>
<body>
<h1>Working with CSS Preprocessors</h1>
<p>Many developers generate CSS style sheets using a CSS preprocessor, such as Sass, Less, or Stylus. Because the
CSS files are generated, editing the CSS files directly is not as helpful.</p>

Просмотреть файл

@ -2,9 +2,10 @@
<title>Remote debugging protocol</title>
</head>
<body>
<h1>Remote debugging protocol</h1>
<link rel="stylesheet" type="text/css" href="/chrome-developer-tools/docs/protocol/css/protocol.css"/>

Просмотреть файл

@ -2,10 +2,10 @@
<title>Editing styles</title>
</head>
<body>
<h1>Editing styles</h1>
<link rel="stylesheet" type="text/css" href="/chrome-developer-tools/css/local_extensions.css"/>
<link rel="stylesheet" type="text/css"
href="/chrome-developer-tools/docs/elements-styles-files/tutorial.css"/>
<p>This tutorial covers editing CSS styles using various DevTools aids.</p>

Просмотреть файл

@ -2,9 +2,10 @@
<title>Editing styles & DOM</title>
</head>
<body>
<h1>Editing styles & DOM</h1>
<link rel="stylesheet" type="text/css" href="/chrome-developer-tools/css/local_extensions.css"/>

Просмотреть файл

@ -2,10 +2,11 @@
<title>Verifying Action Cleanness</title>
</head>
<body>
<h1>Verifying Action Cleanness</h1>
<script type="text/javascript" src="/chrome-developer-tools/docs/heap-profiling-comparison-files/script.js"></script>
<link rel="stylesheet" type="text/css" href="/chrome-developer-tools/css/local_extensions.css"/>
<p>This page demonstrates how action cleanness can be verified using

Просмотреть файл

@ -2,13 +2,14 @@
<title>Exploring the Heap Contents</title>
</head>
<body>
<h1>Exploring the Heap Contents</h1>
<script type="text/javascript" src="/chrome-developer-tools/docs/heap-profiling-containment-files/script.js"></script>
<script type="text/javascript">document.body.onload = init;</script>
<div style="float:right;width:70px;height:30px;overflow:hidden;" id="iframe-host"></div>
<link rel="stylesheet" type="text/css" href="/chrome-developer-tools/css/local_extensions.css"/>
<p>This page demonstrates how object contents can be explored using

Просмотреть файл

@ -2,12 +2,13 @@
<title>Uncovering DOM Leaks</title>
</head>
<body>
<h1>Uncovering DOM Leaks</h1>
<script type="text/javascript" src="/chrome-developer-tools/docs/heap-profiling-dom-leaks-files/script.js"></script>
<script type="text/javascript">document.body.onload = start;</script>
<link rel="stylesheet" type="text/css" href="/chrome-developer-tools/css/local_extensions.css"/>
<p>This page demonstrates how leaking of DOM nodes can be uncovered

Просмотреть файл

@ -2,10 +2,11 @@
<title>Finding Accumulation Points</title>
</head>
<body>
<h1>Finding Accumulation Points</h1>
<script type="text/javascript" src="//developers.google.com/chrome-developer-tools/docs/heap-profiling-dominators-files/script.js"></script>
<link rel="stylesheet" type="text/css" href="//developers.google.com/chrome-developer-tools/css/local_extensions.css"/>
<p>This page demonstrates how accumulation points can be detected
using the Heap

Просмотреть файл

@ -2,11 +2,12 @@
<title>Gathering Scattered Objects</title>
</head>
<body>
<h1>Gathering Scattered Objects</h1>
<script src="//developers.google.com/chrome-developer-tools/docs/heap-profiling-summary-files/script.js"></script>
<script type="text/javascript">document.body.onload = init;</script>
<link rel="stylesheet" type="text/css" href="/chrome-developer-tools/css/local_extensions.css"/>
<p>This page demonstrates how an overview of the space occupied by the

Просмотреть файл

@ -2,9 +2,10 @@
<title>Profiling memory performance</title>
</head>
<body>
<h1>Profiling memory performance</h1>
<link rel="stylesheet" type="text/css" href="/chrome-developer-tools/css/local_extensions.css"/>

Просмотреть файл

@ -1,9 +1,9 @@
<head>
<title>Inline install bug</title>
<link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/dpngiggdglpdnjdoaefidgiigpemgage" />
<link rel="stylesheet" type="text/css" href="/chrome-developer-tools/css/local_extensions.css"/>
</head>
<body>
<h1>Inline install bug</h1>
<div style="margin-bottom: 1.5em;">

Просмотреть файл

@ -2,7 +2,8 @@
<title>Debugging JavaScript</title>
</head>
<body>
<link rel="stylesheet" type="text/css" href="/chrome-developer-tools/css/local_extensions.css"/>
<h1>Debugging JavaScript</h1>
<p>As the <strong>complexity</strong> of JavaScript applications increase, developers need
powerful debugging tools to help quickly discover the cause of an issue and fix
it efficiently. The Chrome DevTools include a number of useful tools to help

Просмотреть файл

@ -2,9 +2,10 @@
<title>Memory Analysis 101</title>
</head>
<body>
<h1>Memory Analysis 101</h1>
<link rel="stylesheet" type="text/css" href="/chrome-developer-tools/css/local_extensions.css"/>

Просмотреть файл

@ -2,7 +2,8 @@
<title>Mobile emulation</title>
</head>
<body>
<link rel="stylesheet" type="text/css" href="/chrome-developer-tools/css/local_extensions.css"/>
<h1>Mobile emulation</h1>
<h4><strong>Contents</strong></h4>

Просмотреть файл

@ -2,9 +2,10 @@
<title>Profiles Panel</title>
</head>
<body>
<h1>Profiles Panel</h1>
<link rel="stylesheet" type="text/css" href="/chrome-developer-tools/css/local_extensions.css"/>

Просмотреть файл

@ -1,9 +1,9 @@
<head>
<title>Remote Debugging on Android (Legacy Workflow)</title>
<link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/dpngiggdglpdnjdoaefidgiigpemgage" />
<link rel="stylesheet" type="text/css" href="/chrome-developer-tools/css/local_extensions.css"/>
</head>
<body>
<h1>Remote Debugging on Android (Legacy Workflow)</h1>
This document describes the legacy workflow for remotely debugging Chrome for Android.

Просмотреть файл

@ -1,9 +1,9 @@
<head>
<title>Remote Debugging on Android</title>
<link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/dpngiggdglpdnjdoaefidgiigpemgage" />
<link rel="stylesheet" type="text/css" href="/chrome-developer-tools/css/local_extensions.css"/>
</head>
<body>
<h1>Remote Debugging on Android</h1>
<h4><strong>Contents</strong></h4>

Просмотреть файл

@ -2,9 +2,10 @@
<title>Resources Panel</title>
</head>
<body>
<h1>Resources Panel</h1>
<link rel="stylesheet" type="text/css" href="/chrome-developer-tools/css/local_extensions.css"/>
<p>The <b>Resources</b> panel lets you inspect resources that are loaded
in the inspected page. It lets you interact with HTML 5 Database, Local Storage,

Просмотреть файл

@ -2,7 +2,8 @@
<title>Settings</title>
</head>
<body>
<link rel="stylesheet" type="text/css" href="/chrome-developer-tools/css/local_extensions.css"/>
<h1>Settings</h1>

Просмотреть файл

@ -1,8 +1,9 @@
<head>
<title>Keyboard Shortcuts</title>
<link rel="stylesheet" type="text/css" href="/chrome-developer-tools/css/local_extensions.css">
</head>
<body>
<h1>Keyboard Shortcuts</h1>
<p>
The DevTools has several built-in shortcut keys that developers can use to save time in their day to day workflow. Outlined below is each shortcut and the corresponding key for each on Windows/Linux and Mac. While some shortcuts are globally available across all of the DevTools, others are specific to a single panel, and are broken up based on where it can be used.

Просмотреть файл

@ -1,8 +1,9 @@
<head>
<title>Tips And Tricks</title>
<link rel="stylesheet" type="text/css" href="/chrome-developer-tools/css/local_extensions.css">
</head>
<body>
<h1>Tips And Tricks</h1>

Просмотреть файл

@ -2,6 +2,8 @@
<title>Videos</title>
</head>
<body>
<h1>Videos</h1>