Side by Side Diff
Use n/p to move between diff chunks; N/P to move between comments.
Draft comments are only viewable by you.
Keyboard Shortcuts
File
u
:
up to issue
j
/
k
:
jump to file after / before current file
J
/
K
:
jump to next file with a comment after / before current file
Side-by-side diff
i
:
toggle intra-line diffs
e
:
expand all comments
c
:
collapse all comments
s
:
toggle showing all comments
n
/
p
:
next / previous diff chunk or comment
N
/
P
:
next / previous comment
<Up>
/
<Down>
:
next / previous line
Issue
u
:
up to list of issues
j
/
k
:
jump to patch after / before current patch
o
/
<Enter>
:
open current patch in side-by-side view
i
:
open current patch in unified diff view
Issue List
j
/
k
:
jump to issue after / before current issue
o
/
<Enter>
:
open current issue
Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr)
|
Please choose your nickname with
Settings
|
Help
|
Chromium Project
|
Gerrit Changes
|
Sign out
(1)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: chrome/browser/resources/chromeos/diagnostics/main.html
Issue
10827148
:
diagnostics: Add connectivity section to chrome://diagnostics (Closed)
Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase to revision 150108.
Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Draft comments are only viewable by you.
Context:
3 lines
10 lines
25 lines
50 lines
75 lines
100 lines
Whole file
Column Width:
Tab Spaces:
Jump to:
chrome/browser/browser_resources.grd
chrome/browser/resources/chromeos/diagnostics/main.css
chrome/browser/resources/chromeos/diagnostics/main.html
chrome/browser/resources/chromeos/diagnostics/main.js
chrome/browser/ui/webui/chromeos/diagnostics/diagnostics_ui.cc
View unified diff
|
Download patch
|
Annotate
|
Revision Log
« no previous file with comments
|
« chrome/browser/resources/chromeos/diagnostics/main.css
('k') |
chrome/browser/resources/chromeos/diagnostics/main.js »
('j') |
no next file with comments »
Toggle Intra-line Diffs
('i') |
Expand Comments
('e') |
Collapse Comments
('c') |
Show Comments
Hide Comments
('s')
OLD
NEW
1 <!DOCTYPE HTML>
1 <!DOCTYPE HTML>
2 <html>
2 <html>
3 <head>
3 <head>
4 <title>diagnostics</title>
4 <title>diagnostics</title>
5 <meta charset="utf-8">
5 <meta charset="utf-8">
6
<link rel="stylesheet" href="chrome://resources/css/chrome_shared.css">
7
<link rel="stylesheet" href="main.css">
6 <script src="chrome://resources/js/util.js"></script>
8 <script src="chrome://resources/js/util.js"></script>
9
<script src="chrome://diagnostics/main.js"></script>
7 </head>
10 </head>
8 <body>
11 <body>
9
<h1>Diagnostics</h1>
12
<div class="page">
10
<p>To be implemented. crbug.com/139442</p>
13
<header>
14
<h1>Connectivity</h1>
15
</header>
16
<div id='connectivity-status'></div>
17
</div>
11 </body>
18 </body>
12 </html>
19 </html>
OLD
NEW
« no previous file with comments
|
« chrome/browser/resources/chromeos/diagnostics/main.css
('k') |
chrome/browser/resources/chromeos/diagnostics/main.js »
('j') |
no next file with comments »
Issue 10827148: diagnostics: Add connectivity section to chrome://diagnostics (Closed)
Created 8 years, 4 months ago by hshi1
Modified 8 years, 4 months ago
Reviewers: James Hawkins
Base URL: svn://svn.chromium.org/chrome/trunk/src
Comments: 12
This is Rietveld
408576698