|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+761 lines, -2951 lines) |
Patch |
 |
M |
chrome/android/BUILD.gn
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/android/java/src/org/chromium/chrome/browser/SwipeRefreshHandler.java
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
|
1 chunk |
+164 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/android/java/src/org/chromium/chrome/browser/Tab.java
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
4 chunks |
+13 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/android/java/strings/android_chrome_strings.grd
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
1 chunk |
+6 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/chrome.gyp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/android/content_view_core_impl.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
3 chunks |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/android/content_view_core_impl.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
1 chunk |
+31 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/android/overscroll_controller_android.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
3 chunks |
+4 lines, -12 lines |
0 comments
|
Download
|
 |
M |
content/browser/android/overscroll_controller_android.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
12 chunks |
+20 lines, -68 lines |
0 comments
|
Download
|
 |
M |
content/browser/android/overscroll_glow.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/browser/android/overscroll_glow.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/android/overscroll_refresh.h
|
View
|
1
2
3
4
|
6 chunks |
+28 lines, -45 lines |
0 comments
|
Download
|
 |
M |
content/browser/android/overscroll_refresh.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
5 chunks |
+19 lines, -429 lines |
0 comments
|
Download
|
 |
M |
content/browser/android/overscroll_refresh_unittest.cc
|
View
|
1
2
3
|
1 chunk |
+157 lines, -230 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/render_widget_host_view_android.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
1 chunk |
+2 lines, -10 lines |
0 comments
|
Download
|
 |
M |
content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
4 chunks |
+38 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/public/android/java/src/org/chromium/content/browser/OverscrollRefreshHandler.java
|
View
|
1
2
3
4
5
|
1 chunk |
+40 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/android_swipe_refresh/BUILD.gn
|
View
|
1
2
3
4
5
6
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
third_party/android_swipe_refresh/README.chromium
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
1 chunk |
+9 lines, -2 lines |
0 comments
|
Download
|
 |
M |
third_party/android_swipe_refresh/android_swipe_refresh.gyp
|
View
|
1
2
3
4
5
6
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
third_party/android_swipe_refresh/java/src/chromium/third_party/android/swiperefresh/CircleImageView.java
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+0 lines, -153 lines |
0 comments
|
Download
|
 |
M |
third_party/android_swipe_refresh/java/src/chromium/third_party/android/swiperefresh/MaterialProgressDrawable.java
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+0 lines, -723 lines |
0 comments
|
Download
|
 |
M |
third_party/android_swipe_refresh/java/src/chromium/third_party/android/swiperefresh/SwipeRefreshLayout.java
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+0 lines, -923 lines |
0 comments
|
Download
|
 |
A + |
third_party/android_swipe_refresh/java/src/org/chromium/third_party/android/swiperefresh/CircleImageView.java
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
5 chunks |
+28 lines, -17 lines |
0 comments
|
Download
|
 |
A + |
third_party/android_swipe_refresh/java/src/org/chromium/third_party/android/swiperefresh/MaterialProgressDrawable.java
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
9 chunks |
+21 lines, -10 lines |
0 comments
|
Download
|
 |
A + |
third_party/android_swipe_refresh/java/src/org/chromium/third_party/android/swiperefresh/SwipeRefreshLayout.java
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
18 chunks |
+167 lines, -309 lines |
0 comments
|
Download
|
 |
D |
ui/android/java/res/drawable-hdpi/refresh_blue.png
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
Binary file |
0 comments
|
Download
|
 |
D |
ui/android/java/res/drawable-hdpi/refresh_gray.png
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
Binary file |
0 comments
|
Download
|
 |
D |
ui/android/java/res/drawable-mdpi/refresh_blue.png
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
Binary file |
0 comments
|
Download
|
 |
D |
ui/android/java/res/drawable-mdpi/refresh_gray.png
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
Binary file |
0 comments
|
Download
|
 |
D |
ui/android/java/res/drawable-xhdpi/refresh_blue.png
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
Binary file |
0 comments
|
Download
|
 |
D |
ui/android/java/res/drawable-xhdpi/refresh_gray.png
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
Binary file |
0 comments
|
Download
|
 |
D |
ui/android/java/res/drawable-xxhdpi/refresh_blue.png
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
Binary file |
0 comments
|
Download
|
 |
D |
ui/android/java/res/drawable-xxhdpi/refresh_gray.png
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
Binary file |
0 comments
|
Download
|
 |
D |
ui/android/java/res/drawable-xxxhdpi/refresh_blue.png
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
Binary file |
0 comments
|
Download
|
 |
D |
ui/android/java/res/drawable-xxxhdpi/refresh_gray.png
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
Binary file |
0 comments
|
Download
|
 |
M |
ui/android/java/src/org/chromium/ui/resources/system/SystemResourceLoader.java
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
2 chunks |
+0 lines, -7 lines |
0 comments
|
Download
|
 |
M |
ui/android/resources/system_ui_resource_type.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|