|
Move WebContentsDelegateAndroid to content/components
1. Move chrome/browser/component/web_contents_delegate_android to
content/components/web_contents_delegate_android.
2. Rename package org.chromium.chrome.browser.component.
web_contents_delegate_android to org.chromium.content.components.
web_contents_delegate_android.
3. Remove shouldOverrideUrlLoading from WebContentsDelegateAndroid
interface, which is no longer required.
I will follow up with a second change to completely remove
chrome/browser/component/web_contents_delegate_android once
external dependencies on it have been removed.
BUG= 157575
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=167670
Total comments: 6
Total comments: 5
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+137 lines, -719 lines) |
Patch |
|
M |
android_webview/Android.mk
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
android_webview/android_webview.gyp
|
View
|
|
3 chunks |
+4 lines, -5 lines |
0 comments
|
Download
|
|
M |
android_webview/java/src/org/chromium/android_webview/AwWebContentsDelegate.java
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
android_webview/native/android_webview_jni_registrar.cc
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
android_webview/native/aw_web_contents_delegate.h
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
android_webview/native/webview_native.gyp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
build/android/findbugs_filter/findbugs_known_bugs.txt
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
chrome/android/java/DEPS
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
chrome/android/java/src/org/chromium/chrome/browser/ChromeWebContentsDelegateAndroid.java
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
chrome/browser/android/chrome_jni_registrar.cc
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
chrome/browser/android/chrome_web_contents_delegate_android.h
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
chrome/browser/component/components.gyp
|
View
|
|
1 chunk |
+2 lines, -8 lines |
0 comments
|
Download
|
|
D |
chrome/browser/component/web_contents_delegate_android/DEPS
|
View
|
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
|
M |
chrome/browser/component/web_contents_delegate_android/OWNERS
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
|
D |
chrome/browser/component/web_contents_delegate_android/component_jni_registrar.h
|
View
|
|
1 chunk |
+0 lines, -19 lines |
0 comments
|
Download
|
|
D |
chrome/browser/component/web_contents_delegate_android/component_jni_registrar.cc
|
View
|
|
1 chunk |
+0 lines, -23 lines |
0 comments
|
Download
|
|
D |
chrome/browser/component/web_contents_delegate_android/java/src/org/chromium/chrome/browser/component/web_contents_delegate_android/WebContentsDelegateAndroid.java
|
View
|
1
2
|
1 chunk |
+0 lines, -127 lines |
0 comments
|
Download
|
|
D |
chrome/browser/component/web_contents_delegate_android/web_contents_delegate_android.h
|
View
|
1
2
|
1 chunk |
+0 lines, -115 lines |
0 comments
|
Download
|
|
D |
chrome/browser/component/web_contents_delegate_android/web_contents_delegate_android.cc
|
View
|
1
2
|
1 chunk |
+0 lines, -318 lines |
0 comments
|
Download
|
|
M |
chrome/browser/component/web_contents_delegate_android/web_contents_delegate_android.gypi
|
View
|
|
1 chunk |
+5 lines, -32 lines |
0 comments
|
Download
|
|
M |
chrome/chrome.gyp
|
View
|
1
2
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
chrome/chrome_browser.gypi
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
chrome/chrome_browser_ui.gypi
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
content/OWNERS
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
A + |
content/components/web_contents_delegate_android/DEPS
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
A + |
content/components/web_contents_delegate_android/OWNERS
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
|
A + |
content/components/web_contents_delegate_android/component_jni_registrar.h
|
View
|
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
|
A + |
content/components/web_contents_delegate_android/component_jni_registrar.cc
|
View
|
|
1 chunk |
+5 lines, -5 lines |
0 comments
|
Download
|
|
A + |
content/components/web_contents_delegate_android/java/src/org/chromium/content/components/web_contents_delegate_android/WebContentsDelegateAndroid.java
|
View
|
1
2
|
3 chunks |
+2 lines, -7 lines |
0 comments
|
Download
|
|
A + |
content/components/web_contents_delegate_android/web_contents_delegate_android.h
|
View
|
1
2
|
4 chunks |
+22 lines, -26 lines |
0 comments
|
Download
|
|
A + |
content/components/web_contents_delegate_android/web_contents_delegate_android.cc
|
View
|
1
2
|
7 chunks |
+9 lines, -10 lines |
0 comments
|
Download
|
|
M |
content/content.gyp
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
A |
content/content_components_web_contents_delegate_android.gypi
|
View
|
|
1 chunk |
+62 lines, -0 lines |
0 comments
|
Download
|
Total messages: 12 (0 generated)
|