Side by Side Diff
Use n/p to move between diff chunks; N/P to move between comments.
Keyboard Shortcuts
File
u
:
up to issue
m
:
publish + mail comments
M
:
edit review message
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
<Enter>
:
respond to / edit current comment
d
:
mark current comment as done
Issue
u
:
up to list of issues
m
:
publish + mail comments
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
#
:
close issue
Comment/message editing
<Ctrl>
+
s
or
<Ctrl>
+
Enter
:
save comment
<Esc>
:
cancel edit
Rietveld
Code Review Tool
Help
|
Bug tracker
|
Discussion group
|
Source code
Issues
All Issues
Side by Side Diff: lib/.eslintrc.json
Issue
29715577
:
Issue 6449 - Switch to Harmony modules (Closed)
Base URL: https://hg.adblockplus.org/adblockpluschrome/
Patch Set: Add lib/.eslintrc.json
Created March 6, 2018, 10:30 a.m.
Left:
Base
Patch Set 1: None
Patch Set 2: Add lib/.eslintrc.json
Right:
Patch Set 1: None
Patch Set 2: Add lib/.eslintrc.json
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
.eslintignore
lib/.eslintrc.json
lib/csp.js
lib/cssInjection.js
lib/devtools.js
lib/filterComposer.js
lib/filterValidation.js
lib/firefoxDataCleanup.js
lib/icon.js
lib/io.js
lib/messaging.js
lib/notificationHelper.js
lib/options.js
lib/popupBlocker.js
lib/prefs.js
lib/requestBlocker.js
lib/stats.js
lib/subscriptionInit.js
lib/tldjs.js
lib/uninstall.js
lib/url.js
lib/utils.js
lib/whitelisting.js
View unified diff
|
Download patch
« no previous file with comments
|
« .eslintignore
('k') |
lib/csp.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
{
2
"parserOptions": {
3
"sourceType": "module"
Manish Jethani
2018/03/06 10:31:20
This tells ESLint to parse the files in this direc
This tells ESLint to parse the files in this directory as "modules"
4
}
5
}
OLD
NEW
« no previous file with comments
|
« .eslintignore
('k') |
lib/csp.js »
('j') |
no next file with comments »
Edit Message
Issue 29715577: Issue 6449 - Switch to Harmony modules (Closed)
Created March 6, 2018, 10:20 a.m. by Manish Jethani
Modified March 18, 2019, 5:14 a.m.
Reviewers:
Base URL: https://hg.adblockplus.org/adblockpluschrome/
Comments: 6
This is Rietveld