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
(88)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: tools/telemetry/unittest_data/dom_counter_sample.html
Issue
12800004
:
[Telemetry] Add tab API function GetJavascriptStats(). (Closed)
Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed second round of review comments.
Created 7 years, 9 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:
tools/telemetry/telemetry/core/chrome/inspector_backend.py
tools/telemetry/telemetry/core/chrome/inspector_memory.py
tools/telemetry/telemetry/core/chrome/inspector_memory_unittest.py
tools/telemetry/telemetry/core/tab.py
tools/telemetry/unittest_data/dom_counter_sample.html
View unified diff
|
Download patch
|
Annotate
|
Revision Log
« no previous file with comments
|
« tools/telemetry/telemetry/core/tab.py
('k') |
no next file »
|
no next file with comments »
Toggle Intra-line Diffs
('i') |
Expand Comments
('e') |
Collapse Comments
('c') |
Show Comments
Hide Comments
('s')
OLD
NEW
(Empty)
1
<html>
2
<title>DOM counter unit test page</title>
3
<body>
4
<h1 onclick="">Webpage to be used for DOM counter unit testing.</h1>
5
<p onclick="">
6
This webpage is meant to be used by a unit test that checks DOM element
7
counters. The test expects there to be exactly 1 document, 14 nodes,
8
and 2 event listeners. Beware, modifying the HTML of this page may
9
change the element count, causing the unit test to fail!
10
</p>
11
</body>
12
</html>
OLD
NEW
« no previous file with comments
|
« tools/telemetry/telemetry/core/tab.py
('k') |
no next file »
|
no next file with comments »
Issue 12800004: [Telemetry] Add tab API function GetJavascriptStats(). (Closed)
Created 7 years, 9 months ago by dennis_jeffrey
Modified 7 years, 9 months ago
Reviewers: dtu, nduca
Base URL: svn://svn.chromium.org/chrome/trunk/src
Comments: 8
This is Rietveld
408576698