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

Issue 14169011: [Android] Rename NativeWindow to WindowAndroid. (Closed)

Created:
7 years, 8 months ago by aurimas (slooooooooow)
Modified:
7 years, 8 months ago
CC:
chromium-reviews, Raman Kakilate, jam, benquan, dhollowa+watch_chromium.org, ahutter, browser-components-watch_chromium.org, dbeam+watch-autofill_chromium.org, joi+watch-content_chromium.org, darin-cc_chromium.org, Dane Wallinga, dyu1, estade+watch_chromium.org, Albert Bodenhamer, Ilya Sherman, android-webview-reviews_chromium.org, jochen+watch_chromium.org
Visibility:
Public.

Description

[Android] Rename NativeWindow to WindowAndroid. Renaming NativeWindow to WindowAndroid for consistency with C++ name of window_android. Also removing AwNativeWindow as according to joth@ it is no longer isued in WebView. BUG=233064 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=195101

Patch Set 1 #

Patch Set 2 : Finish Renaming #

Total comments: 10

Patch Set 3 : Nilesh's and Ben's nits #

Total comments: 4

Patch Set 4 : Ted's and Nilesh's nits #

Patch Set 5 : Fix AutofillTest.java build #

Patch Set 6 : Corrupted base files #

Patch Set 7 : Return Activity context for now #

Unified diffs Side-by-side diffs Delta from patch set Stats (+170 lines, -488 lines) Patch
M android_webview/java/src/org/chromium/android_webview/AwContents.java View 1 2 3 chunks +3 lines, -7 lines 0 comments Download
D android_webview/java/src/org/chromium/android_webview/AwNativeWindow.java View 1 chunk +0 lines, -28 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/JavascriptAppModalDialog.java View 1 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/TabBase.java View 1 3 chunks +6 lines, -6 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/autofill/AutofillDialogGlue.java View 1 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/autofill/AutofillPopup.java View 1 2 3 8 chunks +11 lines, -14 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/autofill/AutofillPopupGlue.java View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
M chrome/android/javatests/src/org/chromium/chrome/browser/autofill/AutofillTest.java View 1 2 3 4 3 chunks +4 lines, -4 lines 0 comments Download
M chrome/android/javatests/src/org/chromium/chrome/browser/input/SelectPopupOtherContentViewTest.java View 1 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/android/testshell/java/src/org/chromium/chrome/testshell/ChromiumTestShellActivity.java View 1 4 chunks +3 lines, -4 lines 0 comments Download
M chrome/android/testshell/java/src/org/chromium/chrome/testshell/TabManager.java View 1 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/android/testshell/java/src/org/chromium/chrome/testshell/TestShellTab.java View 1 3 chunks +5 lines, -5 lines 0 comments Download
M chrome/android/testshell/testshell_tab.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/android/autofill/autofill_dialog_view_android.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/android/autofill/autofill_popup_view_android.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/android/javascript_app_modal_dialog_android.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/android/window_android_helper.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/android/content_view_core_impl.cc View 1 2 2 chunks +3 lines, -1 line 0 comments Download
M content/public/android/java/src/org/chromium/content/browser/ContentView.java View 1 2 4 chunks +15 lines, -15 lines 0 comments Download
M content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java View 1 2 4 chunks +7 lines, -4 lines 0 comments Download
M content/public/android/java/src/org/chromium/content/browser/JellyBeanContentView.java View 1 1 chunk +2 lines, -2 lines 0 comments Download
M content/shell/android/browsertests_apk/src/org/chromium/content_browsertests_apk/ContentBrowserTestsActivity.java View 1 2 chunks +4 lines, -4 lines 0 comments Download
M content/shell/android/java/src/org/chromium/content_shell/Shell.java View 1 3 chunks +3 lines, -3 lines 0 comments Download
M content/shell/android/java/src/org/chromium/content_shell/ShellManager.java View 1 3 chunks +4 lines, -4 lines 0 comments Download
M content/shell/android/shell_apk/src/org/chromium/content_shell_apk/ContentShellActivity.java View 1 6 chunks +7 lines, -8 lines 0 comments Download
M ui/android/java/src/org/chromium/ui/SelectFileDialog.java View 1 3 chunks +5 lines, -5 lines 0 comments Download
A + ui/android/java/src/org/chromium/ui/WindowAndroid.java View 1 2 3 4 5 6 7 chunks +55 lines, -11 lines 0 comments Download
D ui/android/java/src/org/chromium/ui/gfx/ActivityNativeWindow.java View 1 chunk +0 lines, -152 lines 0 comments Download
D ui/android/java/src/org/chromium/ui/gfx/NativeWindow.java View 1 chunk +0 lines, -95 lines 0 comments Download
M ui/android/ui_jni_registrar.cc View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
A + ui/android/window_android.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + ui/android/window_android.cc View 1 2 chunks +3 lines, -4 lines 0 comments Download
D ui/gfx/android/window_android.h View 1 chunk +0 lines, -36 lines 0 comments Download
D ui/gfx/android/window_android.cc View 1 chunk +0 lines, -46 lines 0 comments Download
M ui/shell_dialogs/select_file_dialog_android.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/ui.gyp View 1 2 3 chunks +4 lines, -4 lines 0 comments Download

Messages

Total messages: 18 (0 generated)
aurimas (slooooooooow)
Hello Jonathan, Please take a look at this CL. I am also removing AwNativeWindow as ...
7 years, 8 months ago (2013-04-18 04:31:58 UTC) #1
aurimas (slooooooooow)
Hello Nilesh, Please take a look at this change. I am separating the rename of ...
7 years, 8 months ago (2013-04-18 06:15:30 UTC) #2
nilesh
https://chromiumcodereview.appspot.com/14169011/diff/3001/chrome/android/java/src/org/chromium/chrome/browser/autofill/AutofillPopup.java File chrome/android/java/src/org/chromium/chrome/browser/autofill/AutofillPopup.java (right): https://chromiumcodereview.appspot.com/14169011/diff/3001/chrome/android/java/src/org/chromium/chrome/browser/autofill/AutofillPopup.java#newcode125 chrome/android/java/src/org/chromium/chrome/browser/autofill/AutofillPopup.java:125: * @param windowAndroid WindowAndroid used to get application context. ...
7 years, 8 months ago (2013-04-18 16:50:06 UTC) #3
joth
+benm for second opinion, but AFAIK we should never hit any of the contentviewcore native ...
7 years, 8 months ago (2013-04-18 17:15:30 UTC) #4
benm (inactive)
lgtm yes, afaict the only content/ user of it would be the ui for chrome://tracing, ...
7 years, 8 months ago (2013-04-18 19:40:04 UTC) #5
benm (inactive)
as in lgtm for android_webview, didn't pay too much attention to the remainder of the ...
7 years, 8 months ago (2013-04-18 19:40:42 UTC) #6
aurimas (slooooooooow)
https://chromiumcodereview.appspot.com/14169011/diff/3001/android_webview/java/src/org/chromium/android_webview/AwContents.java File android_webview/java/src/org/chromium/android_webview/AwContents.java (right): https://chromiumcodereview.appspot.com/14169011/diff/3001/android_webview/java/src/org/chromium/android_webview/AwContents.java#newcode46 android_webview/java/src/org/chromium/android_webview/AwContents.java:46: import org.chromium.ui.WindowAndroid; On 2013/04/18 19:40:04, benm wrote: > can ...
7 years, 8 months ago (2013-04-18 20:46:15 UTC) #7
aurimas (slooooooooow)
Hey Ted, Please take a look at this CL. Aurimas
7 years, 8 months ago (2013-04-18 20:53:05 UTC) #8
nilesh
lgtm with comments. https://chromiumcodereview.appspot.com/14169011/diff/19001/chrome/android/java/src/org/chromium/chrome/browser/autofill/AutofillPopup.java File chrome/android/java/src/org/chromium/chrome/browser/autofill/AutofillPopup.java (right): https://chromiumcodereview.appspot.com/14169011/diff/19001/chrome/android/java/src/org/chromium/chrome/browser/autofill/AutofillPopup.java#newcode125 chrome/android/java/src/org/chromium/chrome/browser/autofill/AutofillPopup.java:125: * @param context Activity context. Application ...
7 years, 8 months ago (2013-04-18 21:02:13 UTC) #9
Ted C
lgtm w/ after addressing Nilesh's comments
7 years, 8 months ago (2013-04-18 21:03:03 UTC) #10
aurimas (slooooooooow)
https://chromiumcodereview.appspot.com/14169011/diff/19001/chrome/android/java/src/org/chromium/chrome/browser/autofill/AutofillPopup.java File chrome/android/java/src/org/chromium/chrome/browser/autofill/AutofillPopup.java (right): https://chromiumcodereview.appspot.com/14169011/diff/19001/chrome/android/java/src/org/chromium/chrome/browser/autofill/AutofillPopup.java#newcode125 chrome/android/java/src/org/chromium/chrome/browser/autofill/AutofillPopup.java:125: * @param context Activity context. On 2013/04/18 21:02:14, nilesh ...
7 years, 8 months ago (2013-04-18 21:22:58 UTC) #11
aurimas (slooooooooow)
Hello Scott, Please take a look at the ui/* changes. Thanks! Aurimas
7 years, 8 months ago (2013-04-18 21:26:15 UTC) #12
aurimas (slooooooooow)
-sky +thakis: sky is OOO, could you take a look at changes in ui/* Thanks, ...
7 years, 8 months ago (2013-04-18 22:19:36 UTC) #13
Nico
ui/ lgtm
7 years, 8 months ago (2013-04-18 22:25:50 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/aurimas@chromium.org/14169011/26003
7 years, 8 months ago (2013-04-18 22:32:14 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/aurimas@chromium.org/14169011/40003
7 years, 8 months ago (2013-04-19 01:25:24 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/aurimas@chromium.org/14169011/40003
7 years, 8 months ago (2013-04-19 04:56:10 UTC) #17
commit-bot: I haz the power
7 years, 8 months ago (2013-04-19 08:38:14 UTC) #18
Message was sent while issue was closed.
Change committed as 195101

Powered by Google App Engine
This is Rietveld 408576698