Skip to content

Commit

Permalink
[Android] Remove AutofillPopupTest.
Browse files Browse the repository at this point in the history
AutofillPopup has been completely removed from Clank. The only
remaining place it's being used in Android WebView. It's used
there as datalist popup. Autofill in WebView is covered by
AwAutofillTest. Thus, AutofillPopupTest is no londer needed.

Bug: 1448820
Change-Id: Ia376f4c74928846929d20a58d70010e12bb46f43
Fixed: 1486653, 1486654, 1066986
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4935869
Reviewed-by: Friedrich Horschig <fhorschig@chromium.org>
Commit-Queue: Timofey Chudakov <tchudakov@google.com>
Cr-Commit-Position: refs/heads/main@{#1210046}
  • Loading branch information
Timofey Chudakov authored and Chromium LUCI CQ committed Oct 16, 2023
1 parent 98ee6e3 commit 667eac7
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 558 deletions.
1 change: 0 additions & 1 deletion chrome/android/chrome_test_java_sources.gni
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ chrome_test_java_sources = [
"javatests/src/org/chromium/chrome/browser/app/metrics/TabbedActivityLaunchCauseMetricsTest.java",
"javatests/src/org/chromium/chrome/browser/app/tab_activity_glue/TabletPhoneLayoutChangeTest.java",
"javatests/src/org/chromium/chrome/browser/app/tabmodel/ChromeNextTabPolicySupplierTest.java",
"javatests/src/org/chromium/chrome/browser/autofill/AutofillPopupTest.java",
"javatests/src/org/chromium/chrome/browser/autofill/AutofillPopupWithKeyboardTest.java",
"javatests/src/org/chromium/chrome/browser/autofill/AutofillSaveCardBottomSheetRenderTest.java",
"javatests/src/org/chromium/chrome/browser/autofill/AutofillSnackbarControllerTest.java",
Expand Down

This file was deleted.

24 changes: 0 additions & 24 deletions components/test/data/autofill/autofill_another_element_filled.html

This file was deleted.

30 changes: 0 additions & 30 deletions components/test/data/autofill/autofill_basic_page_data.html

This file was deleted.

This file was deleted.

24 changes: 0 additions & 24 deletions components/test/data/autofill/autofill_invalid_option.html

This file was deleted.

23 changes: 0 additions & 23 deletions components/test/data/autofill/autofill_selectmenu.html

This file was deleted.

0 comments on commit 667eac7

Please sign in to comment.