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
(76)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: chrome/test/data/panels/update-preferred-size.html
Issue
8621002
:
Reduce minimum size of Panels to allow 1-text-line tight autosize. (Closed)
Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: hopefully final
Created 9 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:
chrome/browser/ui/panels/panel_browsertest.cc
chrome/browser/ui/panels/panel_manager.h
chrome/browser/ui/panels/panel_manager.cc
chrome/test/data/extensions/api_test/window_update/show_state/test.html
chrome/test/data/panels/update-preferred-size.html
View unified diff
|
Download patch
|
Annotate
|
Revision Log
« no previous file with comments
|
« chrome/test/data/extensions/api_test/window_update/show_state/test.html
('k') |
no next file »
|
no next file with comments »
Toggle Intra-line Diffs
('i') |
Expand Comments
('e') |
Collapse Comments
('c') |
Show Comments
Hide Comments
('s')
OLD
NEW
1
<!-- the Doctype PI turns off 'quirks mode' in HTML layout and makes auto-sizing work right. -->
2
<!doctype html>
1 <html>
3 <html>
2
4
3 <head>
5 <head>
4 <script>
6 <script>
5 function changeSize(delta) {
7 function changeSize(delta) {
6 var elem = document.getElementById("textInput");
8 var elem = document.getElementById("textInput");
7 elem.size = elem.size + delta;
9 elem.size = elem.size + delta;
8 }
10 }
9 </script>
11 </script>
10 </head>
12 </head>
11
13
12 <body>
14 <body>
13
15
14 Hello<br/>
16 Hello<br/>
15 <input id="textInput" type="text" size="5"><br/>
17 <input id="textInput" type="text" size="5"><br/>
16
18
17 </body>
19 </body>
18 </html>
20 </html>
OLD
NEW
« no previous file with comments
|
« chrome/test/data/extensions/api_test/window_update/show_state/test.html
('k') |
no next file »
|
no next file with comments »
Issue 8621002: Reduce minimum size of Panels to allow 1-text-line tight autosize. (Closed)
Created 9 years, 1 month ago by Dmitry Titov
Modified 9 years, 1 month ago
Reviewers: jennb
Base URL: svn://svn.chromium.org/chrome/trunk/src
Comments: 12
This is Rietveld
408576698