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

Issue 633823003: Don't use mock PagePopup if possible, part 2 (Closed)

Created:
6 years, 2 months ago by tkent
Modified:
6 years, 2 months ago
Reviewers:
keishi
CC:
blink-reviews
Project:
blink
Visibility:
Public.

Description

Don't use mock PagePopup if possible, part 2 Update some tests in fast/forms/suggestion-picker/ so that they use openPicker() instead of openPickerWithMock(). BUG=409503 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=183720

Patch Set 1 #

Patch Set 2 : key-operation tests #

Patch Set 3 : rebase #

Patch Set 4 : rebase again #

Unified diffs Side-by-side diffs Delta from patch set Stats (+65 lines, -61 lines) Patch
M LayoutTests/TestExpectations View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M LayoutTests/fast/forms/suggestion-picker/date-suggestion-picker-appearance.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/forms/suggestion-picker/date-suggestion-picker-min-max-attribute.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/forms/suggestion-picker/date-suggestion-picker-min-max-attribute-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/forms/suggestion-picker/date-suggestion-picker-reset-value-after-reload.html View 2 chunks +2 lines, -2 lines 0 comments Download
M LayoutTests/fast/forms/suggestion-picker/date-suggestion-picker-step-attribute.html View 3 chunks +3 lines, -3 lines 0 comments Download
M LayoutTests/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-locale-hebrew.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-rtl.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-with-scroll-bar.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-key-operations.html View 2 chunks +2 lines, -2 lines 0 comments Download
M LayoutTests/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-min-max-attribute.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-min-max-attribute-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-reset-value-after-reload.html View 2 chunks +2 lines, -2 lines 0 comments Download
M LayoutTests/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-step-attribute.html View 4 chunks +4 lines, -4 lines 0 comments Download
M LayoutTests/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-step-attribute-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/forms/suggestion-picker/month-suggestion-picker-appearance.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/forms/suggestion-picker/month-suggestion-picker-appearance-rtl.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/forms/suggestion-picker/month-suggestion-picker-key-operations.html View 2 chunks +2 lines, -2 lines 0 comments Download
M LayoutTests/fast/forms/suggestion-picker/month-suggestion-picker-min-max-attribute.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/forms/suggestion-picker/month-suggestion-picker-min-max-attribute-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/forms/suggestion-picker/month-suggestion-picker-reset-value-after-reload.html View 2 chunks +2 lines, -2 lines 0 comments Download
M LayoutTests/fast/forms/suggestion-picker/month-suggestion-picker-step-attribute.html View 3 chunks +3 lines, -3 lines 0 comments Download
M LayoutTests/fast/forms/suggestion-picker/time-suggestion-picker-appearance.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/forms/suggestion-picker/time-suggestion-picker-appearance-with-scroll-bar.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/forms/suggestion-picker/time-suggestion-picker-key-operations.html View 2 chunks +2 lines, -2 lines 0 comments Download
M LayoutTests/fast/forms/suggestion-picker/time-suggestion-picker-min-max-attribute.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/forms/suggestion-picker/time-suggestion-picker-min-max-attribute-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/forms/suggestion-picker/time-suggestion-picker-step-attribute.html View 4 chunks +4 lines, -4 lines 0 comments Download
M LayoutTests/fast/forms/suggestion-picker/time-suggestion-picker-step-attribute-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/forms/suggestion-picker/week-suggestion-picker-appearance.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/forms/suggestion-picker/week-suggestion-picker-appearance-rtl.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/forms/suggestion-picker/week-suggestion-picker-appearance-with-scroll-bar.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/forms/suggestion-picker/week-suggestion-picker-key-operations.html View 2 chunks +2 lines, -2 lines 0 comments Download
M LayoutTests/fast/forms/suggestion-picker/week-suggestion-picker-min-max-attribute.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/forms/suggestion-picker/week-suggestion-picker-min-max-attribute-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/forms/suggestion-picker/week-suggestion-picker-reset-value-after-reload.html View 2 chunks +2 lines, -2 lines 0 comments Download
M LayoutTests/fast/forms/suggestion-picker/week-suggestion-picker-step-attribute.html View 3 chunks +3 lines, -3 lines 0 comments Download

Messages

Total messages: 19 (7 generated)
tkent
Keishi, would you review this please?
6 years, 2 months ago (2014-10-07 07:37:28 UTC) #2
keishi
On 2014/10/07 07:37:28, tkent wrote: > Keishi, would you review this please? Key operation tests ...
6 years, 2 months ago (2014-10-07 09:05:33 UTC) #3
tkent
On 2014/10/07 09:05:33, keishi wrote: > On 2014/10/07 07:37:28, tkent wrote: > > Keishi, would ...
6 years, 2 months ago (2014-10-08 01:09:15 UTC) #4
keishi
lgtm
6 years, 2 months ago (2014-10-08 02:13:16 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/633823003/20001
6 years, 2 months ago (2014-10-08 02:34:40 UTC) #7
commit-bot: I haz the power
Try jobs failed on following builders: linux_blink_dbg on tryserver.blink (http://build.chromium.org/p/tryserver.blink/builders/linux_blink_dbg/builds/28175)
6 years, 2 months ago (2014-10-08 04:53:12 UTC) #9
tkent
On 2014/10/08 04:53:12, I haz the power (commit-bot) wrote: > Try jobs failed on following ...
6 years, 2 months ago (2014-10-08 05:59:26 UTC) #10
tkent
On 2014/10/08 05:59:26, tkent wrote: > On 2014/10/08 04:53:12, I haz the power (commit-bot) wrote: ...
6 years, 2 months ago (2014-10-15 03:20:20 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/633823003/60001
6 years, 2 months ago (2014-10-15 03:21:02 UTC) #14
commit-bot: I haz the power
Failed to apply patch for LayoutTests/fast/forms/suggestion-picker/date-suggestion-picker-key-operations.html: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
6 years, 2 months ago (2014-10-15 03:22:06 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/633823003/80001
6 years, 2 months ago (2014-10-15 03:31:52 UTC) #18
commit-bot: I haz the power
6 years, 2 months ago (2014-10-15 05:39:45 UTC) #19
Message was sent while issue was closed.
Committed patchset #4 (id:80001) as 183720

Powered by Google App Engine
This is Rietveld 408576698