|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+497 lines, -148 lines) |
Patch |
 |
M |
chrome/android/java/src/org/chromium/chrome/browser/payments/PaymentRequestImpl.java
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
5 chunks |
+10 lines, -70 lines |
0 comments
|
Download
|
 |
A |
chrome/android/java/src/org/chromium/chrome/browser/payments/PaymentValidator.java
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
|
1 chunk |
+25 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/android/java_sources.gni
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/BUILD.gn
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
3 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/android/chrome_jni_registrar.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/BUILD.gn
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
components/payments/BUILD.gn
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
1 chunk |
+28 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
components/payments/DEPS
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
A |
components/payments/android/BUILD.gn
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
1 chunk |
+24 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
components/payments/android/DEPS
|
View
|
1
2
3
4
5
6
7
8
9
10
14
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
A |
components/payments/android/payments_jni_registrar.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
|
1 chunk |
+12 lines, -0 lines |
0 comments
|
Download
|
 |
A |
components/payments/android/payments_jni_registrar.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+36 lines, -0 lines |
0 comments
|
Download
|
 |
A |
components/payments/payment_details_validation.h
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+19 lines, -0 lines |
0 comments
|
Download
|
 |
A |
components/payments/payment_details_validation.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
1 chunk |
+189 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/payments/payment_request.mojom
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
A |
components/payments/payments_validators.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
1 chunk |
+59 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
components/payments/payments_validators.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
9 chunks |
+41 lines, -42 lines |
0 comments
|
Download
|
 |
A + |
components/payments/payments_validators_test.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
7 chunks |
+41 lines, -38 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/payments/PaymentRequest.cpp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|