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
(145)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: frontend/croschart/common.py
Issue
6821082
:
Integrate dynamic charts into autotest frontend. (Closed)
Base URL: ssh://gitrw.chromium.org:9222/autotest.git@master
Patch Set: Make multi-chart pages look like current pages.
Created 9 years, 8 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:
apache/conf/django-directives
frontend/croschart/__init__.py
frontend/croschart/common.py
frontend/croschart/gviz_python/COPYRIGHT
frontend/croschart/gviz_python/README
frontend/croschart/gviz_python/__init__.py
frontend/croschart/gviz_python/gviz_api.py
frontend/croschart/models.py
frontend/croschart/templates/base.html
frontend/croschart/templates/charts.html
frontend/croschart/templates/plot_chart.html
frontend/croschart/templates/plot_unavailable.html
frontend/croschart/urls.py
frontend/croschart/views.py
frontend/settings.py
frontend/urls.py
View unified diff
|
Download patch
|
Annotate
|
Revision Log
« no previous file with comments
|
« frontend/croschart/__init__.py
('k') |
frontend/croschart/gviz_python/COPYRIGHT »
('j') |
frontend/croschart/gviz_python/README »
('J')
Toggle Intra-line Diffs
('i') |
Expand Comments
('e') |
Collapse Comments
('c') |
Show Comments
Hide Comments
('s')
OLD
NEW
(Empty)
1
import os, sys
2
dirname = os.path.dirname(sys.modules[__name__].__file__)
3
autotest_dir = os.path.abspath(os.path.join(dirname, '..', '..'))
4
client_dir = os.path.join(autotest_dir, "client")
5
sys.path.insert(0, client_dir)
6
import setup_modules
7
sys.path.pop(0)
8
setup_modules.setup(base_path=autotest_dir, root_module_name="autotest_lib")
OLD
NEW
« no previous file with comments
|
« frontend/croschart/__init__.py
('k') |
frontend/croschart/gviz_python/COPYRIGHT »
('j') |
frontend/croschart/gviz_python/README »
('J')
Issue 6821082: Integrate dynamic charts into autotest frontend. (Closed)
Created 9 years, 8 months ago by truty1
Modified 9 years, 7 months ago
Reviewers: ericli, truty
Base URL: ssh://gitrw.chromium.org:9222/autotest.git@master
Comments: 10
This is Rietveld
408576698