|
customtabs: Convert to the new AIDL interface, temporarily imported.
- Update the service implementation and the matching tests for Custom
Tabs to the current external AIDL interfaces
- Temporarily import the files in Chrome
- Remove the chromium AIDL files
- Update GYP and GN files
TESTED=unittests and example application
Total comments: 4
Total comments: 3
Total comments: 19
Total comments: 3
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+423 lines, -426 lines) |
Patch |
 |
M |
chrome/android/BUILD.gn
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/android/chrome_apk.gyp
|
View
|
1
2
3
4
5
6
|
1 chunk |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/android/java/AndroidManifest.xml
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/android/java/proguard.flags
|
View
|
1
2
3
|
1 chunk |
+9 lines, -1 line |
0 comments
|
Download
|
 |
A |
chrome/android/java/src/android/support/customtabs/CustomTabsIntent.java
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+75 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/android/java/src/android/support/customtabs/ICustomTabsCallback.aidl
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+17 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/android/java/src/android/support/customtabs/ICustomTabsService.aidl
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+21 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
chrome/android/java/src/android/support/customtabs/OWNERS
|
View
|
1
2
3
4
5
6
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
A |
chrome/android/java/src/android/support/customtabs/common.aidl
|
View
|
3
4
5
6
|
1 chunk |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/android/java/src/org/chromium/chrome/browser/customtabs/CustomTab.java
|
View
|
1
2
3
4
|
6 chunks |
+11 lines, -10 lines |
0 comments
|
Download
|
 |
M |
chrome/android/java/src/org/chromium/chrome/browser/customtabs/CustomTabActivity.java
|
View
|
1
2
3
4
5
6
7
|
9 chunks |
+14 lines, -15 lines |
0 comments
|
Download
|
 |
M |
chrome/android/java/src/org/chromium/chrome/browser/customtabs/CustomTabContentHandler.java
|
View
|
1
2
3
4
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/android/java/src/org/chromium/chrome/browser/customtabs/CustomTabIntentDataProvider.java
|
View
|
1
2
3
4
5
6
7
8
|
4 chunks |
+38 lines, -106 lines |
0 comments
|
Download
|
 |
M |
chrome/android/java/src/org/chromium/chrome/browser/customtabs/CustomTabsConnection.java
|
View
|
1
2
3
4
5
6
7
8
9
|
15 chunks |
+98 lines, -122 lines |
1 comment
|
Download
|
 |
D |
chrome/android/java/src/org/chromium/chrome/browser/customtabs/ICustomTabsConnectionCallback.aidl
|
View
|
|
1 chunk |
+0 lines, -30 lines |
0 comments
|
Download
|
 |
D |
chrome/android/java/src/org/chromium/chrome/browser/customtabs/ICustomTabsConnectionService.aidl
|
View
|
|
1 chunk |
+0 lines, -60 lines |
0 comments
|
Download
|
 |
D |
chrome/android/java/src/org/chromium/chrome/browser/customtabs/common.aidl
|
View
|
|
1 chunk |
+0 lines, -8 lines |
0 comments
|
Download
|
 |
M |
chrome/android/java/src/org/chromium/chrome/browser/document/ChromeLauncherActivity.java
|
View
|
1
2
3
|
3 chunks |
+2 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/android/java/src/org/chromium/chrome/browser/util/IntentUtils.java
|
View
|
1
2
3
4
5
6
7
8
9
10
|
2 chunks |
+60 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/android/javatests/src/org/chromium/chrome/browser/customtabs/CustomTabActivityTest.java
|
View
|
1
2
3
|
3 chunks |
+8 lines, -8 lines |
0 comments
|
Download
|
 |
M |
chrome/android/javatests/src/org/chromium/chrome/browser/customtabs/CustomTabActivityTestBase.java
|
View
|
1
2
3
4
5
6
7
8
9
10
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/android/javatests/src/org/chromium/chrome/browser/customtabs/CustomTabsConnectionTest.java
|
View
|
1
2
3
4
5
6
7
|
6 chunks |
+48 lines, -48 lines |
0 comments
|
Download
|
Total messages: 24 (6 generated)
|