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
(170)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: Source/devtools/front_end/common/module.json
Issue
685203003
:
DevTools: Get rid of synchronous XHRs in the frontend code (Closed)
Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Address comments
Created 6 years, 1 month 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:
Source/devtools/devtools.gypi
Source/devtools/front_end/Runtime.js
Source/devtools/front_end/audits/AuditRules.js
Source/devtools/front_end/bindings/TempFile.js
Source/devtools/front_end/common/WorkerRuntime.js
Source/devtools/front_end/common/module.json
Source/devtools/front_end/profiler/HeapSnapshotProxy.js
Source/devtools/front_end/sdk/CSSParser.js
Source/devtools/front_end/sdk/CSSStyleModel.js
Source/devtools/front_end/sources/FilteredItemSelectionDialog.js
Source/devtools/front_end/sources/ScriptFormatter.js
Source/devtools/front_end/sources/StyleSheetOutlineDialog.js
Source/devtools/front_end/ui/View.js
View unified diff
|
Download patch
|
Annotate
|
Revision Log
« Source/devtools/front_end/bindings/TempFile.js
('K') |
« Source/devtools/front_end/common/WorkerRuntime.js
('k') |
Source/devtools/front_end/profiler/HeapSnapshotProxy.js »
('j') |
Source/devtools/front_end/sdk/CSSParser.js »
('J')
Toggle Intra-line Diffs
('i') |
Expand Comments
('e') |
Collapse Comments
('c') |
Show Comments
Hide Comments
('s')
OLD
NEW
1 {
1 {
2 "dependencies": [
2 "dependencies": [
3 "platform"
3 "platform"
4 ],
4 ],
5 "scripts": [
5 "scripts": [
6
"WorkerRuntime.js",
6 "WebInspector.js",
7 "WebInspector.js",
7 "Object.js",
8 "Object.js",
8 "NotificationService.js",
9 "NotificationService.js",
9 "Color.js",
10 "Color.js",
10 "Geometry.js",
11 "Geometry.js",
11 "Console.js",
12 "Console.js",
12 "ContentProvider.js",
13 "ContentProvider.js",
13 "Lock.js",
14 "Lock.js",
14 "ParsedURL.js",
15 "ParsedURL.js",
15 "Progress.js",
16 "Progress.js",
16 "ResourceType.js",
17 "ResourceType.js",
17 "Settings.js",
18 "Settings.js",
18 "StaticContentProvider.js",
19 "StaticContentProvider.js",
19 "TextRange.js",
20 "TextRange.js",
20 "TextUtils.js",
21 "TextUtils.js",
21 "Throttler.js",
22 "Throttler.js",
22 "UIString.js",
23 "UIString.js",
23 "ModuleExtensionInterfaces.js"
24 "ModuleExtensionInterfaces.js"
24 ]
25 ]
25 }
26 }
OLD
NEW
« Source/devtools/front_end/bindings/TempFile.js
('K') |
« Source/devtools/front_end/common/WorkerRuntime.js
('k') |
Source/devtools/front_end/profiler/HeapSnapshotProxy.js »
('j') |
Source/devtools/front_end/sdk/CSSParser.js »
('J')
Issue 685203003: DevTools: Get rid of synchronous XHRs in the frontend code (Closed)
Created 6 years, 1 month ago by apavlov
Modified 6 years, 1 month ago
Reviewers: vsevik, pfeldman
Base URL: svn://svn.chromium.org/blink/trunk
Comments: 23
This is Rietveld
408576698