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
(9)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: test/inspector/runtime/console-time-end-format-expected.txt
Issue
2631553003
:
[inspector] console.timeEnd formats ms in the same way as JS formats double (Closed)
Patch Set: fixed protocol-works-with-different-locale test
Created 3 years, 11 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:
src/inspector/v8-console.cc
test/inspector/inspector-impl.h
test/inspector/inspector-impl.cc
test/inspector/inspector-test.cc
test/inspector/runtime/console-time-end-format.js
test/inspector/runtime/console-time-end-format-expected.txt
test/inspector/runtime/protocol-works-with-different-locale.js
test/inspector/runtime/protocol-works-with-different-locale-expected.txt
View unified diff
|
Download patch
« no previous file with comments
|
« test/inspector/runtime/console-time-end-format.js
('k') |
test/inspector/runtime/protocol-works-with-different-locale.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
(Empty)
1
Checks format of console.timeEnd output
2
3
Running test: zero
4
js: 0ms
5
timeEnd: 0ms
6
7
Running test: verySmall
8
js: 1e-15ms
9
timeEnd: 1e-15ms
10
11
Running test: small
12
js: 0.001ms
13
timeEnd: 0.001ms
14
15
Running test: regular
16
js: 1.2345ms
17
timeEnd: 1.2345ms
18
19
Running test: big
20
js: 10000.2345ms
21
timeEnd: 10000.2345ms
22
23
Running test: veryBig
24
js: 1000000000000000.2ms
25
timeEnd: 1000000000000000.2ms
26
27
Running test: huge
28
js: 1e+42ms
29
timeEnd: 1e+42ms
OLD
NEW
« no previous file with comments
|
« test/inspector/runtime/console-time-end-format.js
('k') |
test/inspector/runtime/protocol-works-with-different-locale.js »
('j') |
no next file with comments »
Issue 2631553003: [inspector] console.timeEnd formats ms in the same way as JS formats double (Closed)
Created 3 years, 11 months ago by kozy
Modified 3 years, 11 months ago
Reviewers: dgozman, pfeldman, alph
Base URL:
Comments: 0
This is Rietveld
408576698