|
Android: Remove Surface cruft
This removes unused Surface-related Java-level IPC plumbing.
What is not needed anymore is the code to pass Surfaces to child
processes. This was only used in a deprecated render path and for
MediaPlayer being instantiated in the renderer (which is not supported
anymore, it lives in the browser process now).
NOTRY=True
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=186356
Total comments: 3
Total comments: 5
Total comments: 12
Total comments: 5
Total comments: 3
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+137 lines, -459 lines) |
Patch |
 |
M |
base/android/jni_generator/jni_generator_tests.py
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/app/android/sandboxed_process_service.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
content/browser/android/browser_jni_registrar.cc
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/browser/android/content_video_view.cc
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/android/surface_texture_peer_browser_impl.h
|
View
|
1
2
3
4
5
6
|
2 chunks |
+1 line, -10 lines |
0 comments
|
Download
|
 |
M |
content/browser/android/surface_texture_peer_browser_impl.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
3 chunks |
+11 lines, -39 lines |
0 comments
|
Download
|
 |
M |
content/browser/browser_main_loop.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+1 line, -3 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/render_process_host_impl.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/common/android/common_jni_registrar.cc
|
View
|
|
2 chunks |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
A |
content/common/android/scoped_java_surface.h
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+42 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/common/android/scoped_java_surface.cc
|
View
|
1
2
3
|
1 chunk |
+54 lines, -0 lines |
0 comments
|
Download
|
 |
D |
content/common/android/surface_callback.h
|
View
|
|
1 chunk |
+0 lines, -58 lines |
0 comments
|
Download
|
 |
D |
content/common/android/surface_callback.cc
|
View
|
|
1 chunk |
+0 lines, -155 lines |
0 comments
|
Download
|
 |
M |
content/common/android/surface_texture_bridge.cc
|
View
|
1
2
3
|
3 chunks |
+4 lines, -8 lines |
0 comments
|
Download
|
 |
M |
content/common/android/surface_texture_peer.h
|
View
|
1
2
3
4
5
6
|
2 chunks |
+0 lines, -8 lines |
0 comments
|
Download
|
 |
M |
content/common/gpu/gpu_channel.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
content/common/gpu/gpu_channel.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/common/gpu/gpu_messages.h
|
View
|
1
2
3
4
5
6
|
2 chunks |
+1 line, -4 lines |
0 comments
|
Download
|
 |
M |
content/common/gpu/media/android_video_decode_accelerator.cc
|
View
|
1
2
3
4
5
6
7
|
3 chunks |
+4 lines, -21 lines |
0 comments
|
Download
|
 |
M |
content/common/gpu/stream_texture_manager_android.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
|
content/common/gpu/stream_texture_manager_android.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -3 lines |
0 comments
|
Download
|
 |
M |
content/content_common.gypi
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/content_jni.gypi
|
View
|
|
2 chunks |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/public/android/java/src/org/chromium/content/app/SandboxedProcessService.java
|
View
|
1
2
3
4
5
6
|
5 chunks |
+2 lines, -10 lines |
0 comments
|
Download
|
 |
D |
content/public/android/java/src/org/chromium/content/browser/BrowserProcessSurfaceTexture.java
|
View
|
|
1 chunk |
+0 lines, -40 lines |
0 comments
|
Download
|
 |
M |
content/public/android/java/src/org/chromium/content/browser/ContentVideoView.java
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/public/android/java/src/org/chromium/content/browser/SandboxedProcessLauncher.java
|
View
|
1
2
3
4
5
6
|
2 chunks |
+3 lines, -27 lines |
0 comments
|
Download
|
 |
M |
content/public/android/java/src/org/chromium/content/common/ISandboxedProcessCallback.aidl
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/public/android/java/src/org/chromium/content/common/ISandboxedProcessService.aidl
|
View
|
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
D |
content/public/android/java/src/org/chromium/content/common/SurfaceCallback.java
|
View
|
|
1 chunk |
+0 lines, -32 lines |
0 comments
|
Download
|
 |
M |
content/public/common/content_switches.h
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/public/common/content_switches.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/renderer/gpu/stream_texture_host_android.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
content/renderer/gpu/stream_texture_host_android.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+2 lines, -5 lines |
0 comments
|
Download
|
 |
M |
content/renderer/media/stream_texture_factory_impl_android.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
content/renderer/render_view_impl.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 22 (0 generated)
|