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

Issue 512533002: Remove showModalDialog layout tests (Closed)

Created:
6 years, 3 months ago by enne (OOO)
Modified:
6 years, 3 months ago
CC:
aandrey+blink_chromium.org, darktears, apavlov+blink_chromium.org, blink-reviews, blink-reviews-animation_chromium.org, caseq+blink_chromium.org, devtools-reviews_chromium.org, dstockwell, Eric Willigers, eustas+blink_chromium.org, loislo+blink_chromium.org, lushnikov+blink_chromium.org, malch+blink_chromium.org, Mike Lawther (Google), paulirish+reviews_chromium.org, pfeldman+blink_chromium.org, rjwright, sergeyv+blink_chromium.org, shans, Steve Block, Timothy Loh, vsevik+blink_chromium.org, yurys+blink_chromium.org
Project:
blink
Visibility:
Public.

Description

Remove showModalDialog layout tests This removes most of the automatic and manual tests using showModalDialog. The remaining tests are window property tests and tests to make sure you can't call it from an iframe that can get cleaned up when the function gets removed once and for all. R=abarth@chromium.org,jamesr@chromium.org BUG=345831 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=181064

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+0 lines, -479 lines) Patch
M LayoutTests/FlakyTests View 1 chunk +0 lines, -7 lines 0 comments Download
M LayoutTests/TestExpectations View 1 chunk +0 lines, -2 lines 0 comments Download
D LayoutTests/fast/animation/request-animation-frame-during-modal.html View 1 chunk +0 lines, -34 lines 0 comments Download
D LayoutTests/fast/animation/request-animation-frame-during-modal-expected.txt View 1 chunk +0 lines, -17 lines 0 comments Download
D LayoutTests/fast/dom/Window/open-window-min-size.html View 1 chunk +0 lines, -33 lines 0 comments Download
D LayoutTests/fast/dom/Window/open-window-min-size-expected.txt View 1 chunk +0 lines, -9 lines 0 comments Download
D LayoutTests/fast/dom/Window/showModalDialog-invalid-arguments.html View 1 chunk +0 lines, -20 lines 0 comments Download
D LayoutTests/fast/dom/Window/showModalDialog-invalid-arguments-expected.txt View 1 chunk +0 lines, -13 lines 0 comments Download
D LayoutTests/fast/dom/null-page-show-modal-dialog-crash.html View 1 chunk +0 lines, -25 lines 0 comments Download
D LayoutTests/fast/dom/null-page-show-modal-dialog-crash-expected.txt View 1 chunk +0 lines, -1 line 0 comments Download
D LayoutTests/fast/events/scroll-event-during-modal-dialog.html View 1 chunk +0 lines, -39 lines 0 comments Download
D LayoutTests/fast/events/scroll-event-during-modal-dialog-expected.txt View 1 chunk +0 lines, -13 lines 0 comments Download
D LayoutTests/fast/events/show-modal-dialog-onblur-onfocus.html View 1 chunk +0 lines, -47 lines 0 comments Download
D LayoutTests/fast/events/show-modal-dialog-onblur-onfocus-expected.txt View 1 chunk +0 lines, -8 lines 0 comments Download
D LayoutTests/fast/harness/show-modal-dialog.html View 1 chunk +0 lines, -31 lines 0 comments Download
D LayoutTests/fast/harness/show-modal-dialog-expected.txt View 1 chunk +0 lines, -6 lines 0 comments Download
D LayoutTests/inspector/console/console-long-eval-crash.html View 1 chunk +0 lines, -31 lines 0 comments Download
D LayoutTests/inspector/console/console-long-eval-crash-expected.txt View 1 chunk +0 lines, -4 lines 0 comments Download
D LayoutTests/platform/mac/fast/dom/Window/open-window-min-size-expected.txt View 1 chunk +0 lines, -9 lines 0 comments Download
D ManualTests/js-timers-beneath-modal-dialog.html View 1 chunk +0 lines, -19 lines 0 comments Download
D ManualTests/modal-dialog.html View 1 chunk +0 lines, -27 lines 0 comments Download
D ManualTests/modal-dialog-arguments.html View 1 chunk +0 lines, -19 lines 0 comments Download
D ManualTests/modal-dialog-blur.html View 1 chunk +0 lines, -34 lines 0 comments Download
D ManualTests/modal-dialog-blur-selfclose.html View 1 chunk +0 lines, -3 lines 0 comments Download
D ManualTests/show-modal-dialog-test.html View 1 chunk +0 lines, -15 lines 0 comments Download
D ManualTests/showModalDialog-returnValue.html View 1 chunk +0 lines, -13 lines 0 comments Download

Messages

Total messages: 14 (0 generated)
enne (OOO)
6 years, 3 months ago (2014-08-26 21:37:26 UTC) #1
caseq
caseq@chromium.org changed reviewers: + caseq@chromium.org, pfeldman@chromium.org
6 years, 3 months ago (2014-08-27 06:12:15 UTC) #2
caseq
I'm not sure it's fair to remove console-long-eval-crash.html -- it doesn't test showModalDialog per se, ...
6 years, 3 months ago (2014-08-27 06:12:15 UTC) #3
jamesr
The entire point is we don't support running a nested message loop any more. To ...
6 years, 3 months ago (2014-08-27 08:01:25 UTC) #4
pfeldman
@jamesr: the test was not about nested message loop itself. Iirc it was using nested ...
6 years, 3 months ago (2014-08-27 08:32:17 UTC) #5
caseq
jamesr, doesn't alert() run a nested message loop after all? How about JS breakpoints?
6 years, 3 months ago (2014-08-27 08:40:52 UTC) #6
enne (OOO)
I can leave the console-long-eval-crash test undeleted and file a bug to rewrite it, if ...
6 years, 3 months ago (2014-08-27 19:51:04 UTC) #7
yurys
On 2014/08/27 08:01:25, jamesr wrote: > The entire point is we don't support running a ...
6 years, 3 months ago (2014-08-28 08:21:11 UTC) #8
enne (OOO)
Pinging all y'all- jamesr/abarth: Could you please review this patch? Again, I am happy to ...
6 years, 3 months ago (2014-08-28 18:14:37 UTC) #9
jamesr
lgtm if we want to test JS pausing or any other scenarios we should have ...
6 years, 3 months ago (2014-08-28 18:58:58 UTC) #10
enne (OOO)
caseq: showModalDialog is going away and so I'm going to remove console-long-eval-crash. If you want ...
6 years, 3 months ago (2014-08-28 22:08:32 UTC) #11
enne (OOO)
The CQ bit was checked by enne@chromium.org
6 years, 3 months ago (2014-08-28 22:08:38 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/enne@chromium.org/512533002/1
6 years, 3 months ago (2014-08-28 22:09:17 UTC) #13
commit-bot: I haz the power
6 years, 3 months ago (2014-08-28 23:22:50 UTC) #14
Message was sent while issue was closed.
Committed patchset #1 (id:1) as 181064

Powered by Google App Engine
This is Rietveld 408576698