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
(1392)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: sky/examples/widgets-fn/main.sky
Issue
1003553002
:
Update Button to be made of Material (Closed)
Base URL: git@github.com:domokit/mojo.git@master
Patch Set:
Created 5 years, 9 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:
sky/examples/stocks-fn/stockarrow.dart
sky/examples/stocks-fn/stockrow.dart
sky/examples/stocks-fn/stocksapp.dart
sky/examples/widgets-fn/main.sky
sky/examples/widgets-fn/widgets_app.dart
sky/framework/components/button.dart
sky/framework/components/checkbox.dart
sky/framework/components/drawer.dart
sky/framework/components/drawer_header.dart
sky/framework/components/fixed_height_scrollable.dart
sky/framework/components/floating_action_button.dart
sky/framework/components/icon.dart
sky/framework/components/ink_splash.dart
sky/framework/components/input.dart
sky/framework/components/material.dart
sky/framework/components/menu_divider.dart
sky/framework/components/menu_item.dart
sky/framework/components/radio.dart
sky/framework/components/toolbar.dart
sky/framework/editing/editable_text.dart
sky/framework/fn.dart
View unified diff
|
Download patch
« no previous file with comments
|
« sky/examples/stocks-fn/stocksapp.dart
('k') |
sky/examples/widgets-fn/widgets_app.dart »
('j') |
sky/framework/fn.dart »
('J')
Toggle Intra-line Diffs
('i') |
Expand Comments
('e') |
Collapse Comments
('c') |
Show Comments
Hide Comments
('s')
OLD
NEW
1 #!mojo mojo:sky_viewer
1 #!mojo mojo:sky_viewer
2 <!--
2 <!--
3 // Copyright 2015 The Chromium Authors. All rights reserved.
3 // Copyright 2015 The Chromium Authors. All rights reserved.
4 // Use of this source code is governed by a BSD-style license that can be
4 // Use of this source code is governed by a BSD-style license that can be
5 // found in the LICENSE file.
5 // found in the LICENSE file.
6 -->
6 -->
7 <sky>
7 <sky>
8
<import src="scrolling.sky" />
8
<import src="/sky/framework/debug/shake-to-reload.sky" />
9
<scrolling />
9
<script>
10
import 'widgets_app.dart';
11
main() {
12
new WidgetsApp();
13
}
14
</script>
10 </sky>
15 </sky>
OLD
NEW
« no previous file with comments
|
« sky/examples/stocks-fn/stocksapp.dart
('k') |
sky/examples/widgets-fn/widgets_app.dart »
('j') |
sky/framework/fn.dart »
('J')
Issue 1003553002: Update Button to be made of Material (Closed)
Created 5 years, 9 months ago by abarth-chromium
Modified 5 years, 9 months ago
Reviewers: rafaelw
Base URL: git@github.com:domokit/mojo.git@master
Comments: 2
This is Rietveld
408576698