Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(437)

Issue 11823046: Move content/components/web_contents_delegate_android to components/web_contents_delegate_android (Closed)

Created:
7 years, 11 months ago by boliu
Modified:
7 years, 11 months ago
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jam, android-webview-reviews_chromium.org, kaiwang, Miguel Garcia, John Knottenbelt
Visibility:
Public.

Description

Move content/components/web_contents_delegate_android to components/web_contents_delegate_android Moving files, change namespace from content to components, added/updated DEPS files, and fix builds BUG=169312 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=176598

Patch Set 1 #

Patch Set 2 : Fix DEPS, namespace content->components. Ready for review. #

Total comments: 23

Patch Set 3 : Address comments. #

Total comments: 1

Patch Set 4 : Rebase #

Patch Set 5 : Fix checkdeps.py (learned presubmit does not check java files) #

Patch Set 6 : rebase (win7_aura so slow!!) #

Unified diffs Side-by-side diffs Delta from patch set Stats (+141 lines, -932 lines) Patch
M android_webview/Android.mk View 1 chunk +1 line, -1 line 0 comments Download
M android_webview/DEPS View 1 1 chunk +1 line, -0 lines 0 comments Download
M android_webview/android_webview.gyp View 3 chunks +3 lines, -3 lines 0 comments Download
M android_webview/java/DEPS View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M android_webview/java/src/org/chromium/android_webview/AwWebContentsDelegate.java View 1 1 chunk +1 line, -1 line 0 comments Download
M android_webview/lib/DEPS View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M android_webview/lib/main/webview_entry_point.cc View 1 2 2 chunks +17 lines, -0 lines 0 comments Download
M android_webview/native/DEPS View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M android_webview/native/android_webview_jni_registrar.cc View 1 2 1 chunk +0 lines, -6 lines 0 comments Download
M android_webview/native/aw_web_contents_delegate.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M android_webview/native/webview_native.gyp View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/android/java/DEPS View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/ChromeWebContentsDelegateAndroid.java View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/DEPS View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/android/chrome_jni_registrar.cc View 1 2 3 chunks +6 lines, -5 lines 0 comments Download
M chrome/browser/android/chrome_web_contents_delegate_android.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/chrome.gyp View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/chrome_browser_ui.gypi View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M components/components.gyp View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
A + components/web_contents_delegate_android.gypi View 1 2 4 chunks +12 lines, -12 lines 0 comments Download
A + components/web_contents_delegate_android/DEPS View 1 1 chunk +3 lines, -0 lines 0 comments Download
A + components/web_contents_delegate_android/OWNERS View 0 chunks +-1 lines, --1 lines 0 comments Download
A + components/web_contents_delegate_android/android/DEPS View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
A + components/web_contents_delegate_android/android/java/src/org/chromium/components/web_contents_delegate_android/ColorChooserAndroid.java View 1 2 chunks +2 lines, -2 lines 0 comments Download
A + components/web_contents_delegate_android/android/java/src/org/chromium/components/web_contents_delegate_android/WebContentsDelegateAndroid.java View 1 2 chunks +2 lines, -2 lines 0 comments Download
A + components/web_contents_delegate_android/color_chooser_android.h View 1 3 chunks +5 lines, -5 lines 0 comments Download
A + components/web_contents_delegate_android/color_chooser_android.cc View 1 2 4 chunks +12 lines, -8 lines 0 comments Download
A + components/web_contents_delegate_android/component_jni_registrar.h View 1 1 chunk +5 lines, -5 lines 0 comments Download
A + components/web_contents_delegate_android/component_jni_registrar.cc View 1 2 2 chunks +6 lines, -4 lines 0 comments Download
A + components/web_contents_delegate_android/web_contents_delegate_android.h View 1 4 chunks +32 lines, -33 lines 0 comments Download
A + components/web_contents_delegate_android/web_contents_delegate_android.cc View 1 7 chunks +15 lines, -12 lines 0 comments Download
D content/components/web_contents_delegate_android/DEPS View 1 chunk +0 lines, -4 lines 0 comments Download
D content/components/web_contents_delegate_android/OWNERS View 1 chunk +0 lines, -1 line 0 comments Download
D content/components/web_contents_delegate_android/color_chooser_android.h View 1 chunk +0 lines, -44 lines 0 comments Download
D content/components/web_contents_delegate_android/color_chooser_android.cc View 1 chunk +0 lines, -62 lines 0 comments Download
D content/components/web_contents_delegate_android/component_jni_registrar.h View 1 chunk +0 lines, -19 lines 0 comments Download
D content/components/web_contents_delegate_android/component_jni_registrar.cc View 1 chunk +0 lines, -23 lines 0 comments Download
D content/components/web_contents_delegate_android/java/src/org/chromium/content/components/web_contents_delegate_android/ColorChooserAndroid.java View 1 chunk +0 lines, -61 lines 0 comments Download
D content/components/web_contents_delegate_android/java/src/org/chromium/content/components/web_contents_delegate_android/WebContentsDelegateAndroid.java View 1 chunk +0 lines, -118 lines 0 comments Download
D content/components/web_contents_delegate_android/web_contents_delegate_android.h View 1 chunk +0 lines, -111 lines 0 comments Download
D content/components/web_contents_delegate_android/web_contents_delegate_android.cc View 1 chunk +0 lines, -314 lines 0 comments Download
M content/content.gyp View 3 1 chunk +0 lines, -1 line 0 comments Download
D content/content_components_web_contents_delegate_android.gypi View 1 chunk +0 lines, -65 lines 0 comments Download

Messages

Total messages: 30 (0 generated)
boliu
brettw: chrome/ and content DEPS/gyp changes yfriedman: android code in chrome/ joth: android_webview/, also you ...
7 years, 11 months ago (2013-01-10 20:20:22 UTC) #1
boliu
Joi: Is there a bug number tracking this move?
7 years, 11 months ago (2013-01-10 20:28:11 UTC) #2
Jói
No, but it's a good idea to have one since several changes will be involved. ...
7 years, 11 months ago (2013-01-10 20:45:15 UTC) #3
Jói
I reviewed every file in the change. Reminder: Add the bug I created to the ...
7 years, 11 months ago (2013-01-10 21:17:12 UTC) #4
kaiwang
https://codereview.chromium.org/11823046/diff/2002/components/web_contents_delegate_android/web_contents_delegate_android.gypi File components/web_contents_delegate_android/web_contents_delegate_android.gypi (right): https://codereview.chromium.org/11823046/diff/2002/components/web_contents_delegate_android/web_contents_delegate_android.gypi#newcode1 components/web_contents_delegate_android/web_contents_delegate_android.gypi:1: # Copyright (c) 2012 The Chromium Authors. All rights ...
7 years, 11 months ago (2013-01-10 21:34:09 UTC) #5
boliu
Going to wait for reviews from other reviewers before uploading new patch set. https://codereview.chromium.org/11823046/diff/2002/chrome/browser/android/chrome_jni_registrar.cc File ...
7 years, 11 months ago (2013-01-10 21:40:25 UTC) #6
Jói
https://codereview.chromium.org/11823046/diff/2002/components/web_contents_delegate_android/web_contents_delegate_android.gypi File components/web_contents_delegate_android/web_contents_delegate_android.gypi (right): https://codereview.chromium.org/11823046/diff/2002/components/web_contents_delegate_android/web_contents_delegate_android.gypi#newcode1 components/web_contents_delegate_android/web_contents_delegate_android.gypi:1: # Copyright (c) 2012 The Chromium Authors. All rights ...
7 years, 11 months ago (2013-01-10 21:51:23 UTC) #7
Yaron
https://codereview.chromium.org/11823046/diff/2002/chrome/browser/android/chrome_jni_registrar.cc File chrome/browser/android/chrome_jni_registrar.cc (right): https://codereview.chromium.org/11823046/diff/2002/chrome/browser/android/chrome_jni_registrar.cc#newcode29 chrome/browser/android/chrome_jni_registrar.cc:29: { "color_chooser_android", components::RegisterColorChooserAndroid }, If color_chooser is part of ...
7 years, 11 months ago (2013-01-10 21:56:39 UTC) #8
boliu
New patch coming.. https://codereview.chromium.org/11823046/diff/2002/chrome/browser/android/chrome_jni_registrar.cc File chrome/browser/android/chrome_jni_registrar.cc (right): https://codereview.chromium.org/11823046/diff/2002/chrome/browser/android/chrome_jni_registrar.cc#newcode29 chrome/browser/android/chrome_jni_registrar.cc:29: { "color_chooser_android", components::RegisterColorChooserAndroid }, On 2013/01/10 ...
7 years, 11 months ago (2013-01-10 22:02:13 UTC) #9
joth
aw/ lgtm with one question https://codereview.chromium.org/11823046/diff/2002/android_webview/native/DEPS File android_webview/native/DEPS (right): https://codereview.chromium.org/11823046/diff/2002/android_webview/native/DEPS#newcode5 android_webview/native/DEPS:5: "+components", # For jni ...
7 years, 11 months ago (2013-01-10 22:21:52 UTC) #10
boliu
https://codereview.chromium.org/11823046/diff/2002/android_webview/native/DEPS File android_webview/native/DEPS (right): https://codereview.chromium.org/11823046/diff/2002/android_webview/native/DEPS#newcode5 android_webview/native/DEPS:5: "+components", # For jni registers. On 2013/01/10 22:21:53, joth ...
7 years, 11 months ago (2013-01-10 22:35:38 UTC) #11
joth
On 10 January 2013 14:35, <boliu@chromium.org> wrote: > > https://codereview.chromium.**org/11823046/diff/2002/** > android_webview/native/DEPS#**newcode5<https://codereview.chromium.org/11823046/diff/2002/android_webview/native/DEPS#newcode5> > android_webview/native/DEPS:5: "+components", ...
7 years, 11 months ago (2013-01-10 22:46:30 UTC) #12
boliu
PTAL Moved gypi file up. Moved ColorChooser jni register. Moved component register in aw to ...
7 years, 11 months ago (2013-01-10 23:48:45 UTC) #13
Jói
LGTM
7 years, 11 months ago (2013-01-11 00:27:18 UTC) #14
joth
lgtm https://codereview.chromium.org/11823046/diff/14001/android_webview/lib/DEPS File android_webview/lib/DEPS (right): https://codereview.chromium.org/11823046/diff/14001/android_webview/lib/DEPS#newcode3 android_webview/lib/DEPS:3: "+components", # For jni registers. nit: "registrars".
7 years, 11 months ago (2013-01-11 01:09:22 UTC) #15
Yaron
lgtm
7 years, 11 months ago (2013-01-11 03:15:15 UTC) #16
miguelg
lgtm for the color chooser changes On Fri, Jan 11, 2013 at 3:15 AM, <yfriedman@chromium.org> ...
7 years, 11 months ago (2013-01-11 15:38:47 UTC) #17
boliu
Nico: Could you stamp non-android chrome/ changes? They are DEPS/gyp changes only.
7 years, 11 months ago (2013-01-11 16:54:27 UTC) #18
Nico
lgtm
7 years, 11 months ago (2013-01-11 17:19:27 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/boliu@chromium.org/11823046/26004
7 years, 11 months ago (2013-01-11 17:20:23 UTC) #20
commit-bot: I haz the power
Presubmit check for 11823046-26004 failed and returned exit status 1. Running presubmit commit checks ...
7 years, 11 months ago (2013-01-11 17:20:46 UTC) #21
boliu
Avi: Could you stamp non-components content/ changes? They are gyp changes only.
7 years, 11 months ago (2013-01-11 17:23:46 UTC) #22
Avi (use Gerrit)
stampity stamp lgtm
7 years, 11 months ago (2013-01-11 20:54:27 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/boliu@chromium.org/11823046/26004
7 years, 11 months ago (2013-01-11 20:55:24 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/boliu@chromium.org/11823046/47001
7 years, 11 months ago (2013-01-11 22:12:07 UTC) #25
commit-bot: I haz the power
Retried try job too often on mac_rel for step(s) browser_tests
7 years, 11 months ago (2013-01-12 00:44:13 UTC) #26
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/boliu@chromium.org/11823046/47001
7 years, 11 months ago (2013-01-12 00:53:35 UTC) #27
commit-bot: I haz the power
Retried try job too often on win7_aura for step(s) browser_tests
7 years, 11 months ago (2013-01-12 16:15:27 UTC) #28
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/boliu@chromium.org/11823046/40005
7 years, 11 months ago (2013-01-12 17:30:49 UTC) #29
commit-bot: I haz the power
7 years, 11 months ago (2013-01-12 23:04:33 UTC) #30
Message was sent while issue was closed.
Change committed as 176598

Powered by Google App Engine
This is Rietveld 408576698