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
(126)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: content/browser/tracing/DEPS
Issue
2860903006
:
Handle webuis when using the network service. (Closed)
Patch Set: nits
Created 3 years, 7 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:
content/browser/BUILD.gn
content/browser/DEPS
content/browser/frame_host/render_frame_host_impl.cc
content/browser/loader/navigation_url_loader_network_service.h
content/browser/loader/navigation_url_loader_network_service.cc
content/browser/storage_partition_impl_map.cc
content/browser/tracing/DEPS
content/browser/webui/url_data_manager_backend.h
content/browser/webui/url_data_manager_backend.cc
content/browser/webui/url_data_manager_backend_unittest.cc
content/browser/webui/web_ui_url_loader_factory.h
content/browser/webui/web_ui_url_loader_factory.cc
content/child/request_extra_data.h
content/child/request_extra_data.cc
content/child/web_url_loader_impl.cc
content/renderer/render_frame_impl.cc
View unified diff
|
Download patch
« content/browser/loader/navigation_url_loader_network_service.cc
('K') |
« content/browser/storage_partition_impl_map.cc
('k') |
content/browser/webui/url_data_manager_backend.h »
('j') |
content/browser/webui/url_data_manager_backend.h »
('J')
Toggle Intra-line Diffs
('i') |
Expand Comments
('e') |
Collapse Comments
('c') |
Show Comments
Hide Comments
('s')
OLD
NEW
1 include_rules = [
1 include_rules = [
2 # Generated by the local tracing_resources.gyp:tracing_resources
2 # Generated by the local tracing_resources.gyp:tracing_resources
3 "+grit/tracing_resources.h",
3 "+grit/tracing_resources.h",
4
"+third_party/zlib/zlib.h",
5 "+tools/battor_agent",
4 "+tools/battor_agent",
6 ]
5 ]
7
6
8 specific_include_rules = {
7 specific_include_rules = {
9 "tracing_controller_impl\.cc": [
8 "tracing_controller_impl\.cc": [
10 "+v8"
9 "+v8"
11 ]
10 ]
12 }
11 }
OLD
NEW
« content/browser/loader/navigation_url_loader_network_service.cc
('K') |
« content/browser/storage_partition_impl_map.cc
('k') |
content/browser/webui/url_data_manager_backend.h »
('j') |
content/browser/webui/url_data_manager_backend.h »
('J')
Issue 2860903006: Handle webuis when using the network service. (Closed)
Created 3 years, 7 months ago by jam
Modified 3 years, 7 months ago
Reviewers: yzshen1, scottmg, Ilya Sherman, mmenke
Base URL:
Comments: 45
This is Rietveld
408576698