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
(60)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: chrome/browser/resources/copresence.css
Issue
734243003
:
Adding the chrome://copresence page (Closed)
Base URL: https://chromium.googlesource.com/chromium/src.git@state
Patch Set:
Created 6 years 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/app/generated_resources.grd
chrome/browser/browser_resources.grd
chrome/browser/resources/copresence.css
chrome/browser/resources/copresence.html
chrome/browser/resources/copresence.js
chrome/browser/ui/BUILD.gn
chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc
chrome/browser/ui/webui/copresence_ui.h
chrome/browser/ui/webui/copresence_ui.cc
chrome/browser/ui/webui/copresence_ui_handler.h
chrome/browser/ui/webui/copresence_ui_handler.cc
chrome/chrome_browser_ui.gypi
chrome/common/url_constants.h
chrome/common/url_constants.cc
View unified diff
|
Download patch
« no previous file with comments
|
« chrome/browser/browser_resources.grd
('k') |
chrome/browser/resources/copresence.html »
('j') |
chrome/browser/ui/BUILD.gn »
('J')
Toggle Intra-line Diffs
('i') |
Expand Comments
('e') |
Collapse Comments
('c') |
Show Comments
Hide Comments
('s')
OLD
NEW
(Empty)
1
/* Copyright 2014 The Chromium Authors. All rights reserved.
2
* Use of this source code is governed by a BSD-style license that can be
3
* found in the LICENSE file. */
4
5
body {
6
color: black;
7
font-family: Helvetica,Arial,sans-serif;
8
font-size: 10pt;
9
margin: 10px 20px;
10
}
11
12
section {
13
margin-top: 50px;
14
}
15
16
table {
17
border: 1px solid gray;
18
border-spacing: 0;
19
width: 600px;
20
}
21
22
thead {
23
background-color: rgb(220, 240, 255);
24
font-weight: bold;
25
}
26
27
tbody {
28
border-top: 1px solid gray;
29
height: 200px;
30
overflow-x: hidden;
31
overflow-y: scroll;
32
}
33
34
td {
35
padding: 5px;
36
text-align: left;
37
}
38
39
td::first-letter {
40
text-transform: capitalize;
41
}
42
43
.confirmed,
44
.valid {
45
color: green;
46
}
47
48
.done {
49
color: darkGray;
50
}
51
52
.invalid {
53
color: red;
54
}
55
56
.directive-table td {
57
width: 190px;
58
}
59
60
.token-table td {
61
width: 140px;
62
}
63
64
table td.spacer {
65
width: 5px;
66
}
67
68
tbody,
69
thead > tr {
70
display: block;
71
}
OLD
NEW
« no previous file with comments
|
« chrome/browser/browser_resources.grd
('k') |
chrome/browser/resources/copresence.html »
('j') |
chrome/browser/ui/BUILD.gn »
('J')
Issue 734243003: Adding the chrome://copresence page (Closed)
Created 6 years ago by Charlie
Modified 6 years ago
Reviewers: rkc, xiyuan, sky, Dan Beam
Base URL: https://chromium.googlesource.com/chromium/src.git@state
Comments: 104
This is Rietveld
408576698