Closed
Bug 1253030
Opened 9 years ago
Closed 7 years ago
remove dom mochitests for showModalDialog
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: tracy, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: btpp-active)
Attachments
(1 file)
7.69 KB,
patch
|
jimm
:
review+
|
Details | Diff | Splinter Review |
remove test cases for showModalDialog in dom/tests/mochitest/bugs/
test_bug406375.html
test_bug437361.html
test_bug504862.html
Reporter | ||
Comment 1•9 years ago
|
||
'hg remove' the three test files and deleted associated lines in mochitest.ini
Attachment #8725873 -
Flags: review?(jmathies)
Reporter | ||
Comment 2•9 years ago
|
||
I'll also post a patch for removing a few others. Or bundle them up all together?
dom/base/test/test_dialogArguments.html
dom/html/test/test_bug391777.html
dom/html/test/test_iframe_sandbox_modal.html
Keywords: leave-open
![]() |
||
Updated•9 years ago
|
Attachment #8725873 -
Flags: review?(jmathies) → review+
Reporter | ||
Updated•9 years ago
|
Keywords: checkin-needed
![]() |
||
Comment 3•9 years ago
|
||
(In reply to Tracy Walker [:tracy] from comment #2)
> I'll also post a patch for removing a few others. Or bundle them up all
> together?
>
> dom/base/test/test_dialogArguments.html
> dom/html/test/test_bug391777.html
> dom/html/test/test_iframe_sandbox_modal.html
Are these showModalDialog related?
Comment 4•9 years ago
|
||
Why remove those? It's not dead yet in non-e10s builds, is it?
![]() |
||
Comment 5•9 years ago
|
||
(In reply to :Ms2ger from comment #4)
> Why remove those? It's not dead yet in non-e10s builds, is it?
According to the test status spreadsheet we want these removed.
https://docs.google.com/spreadsheets/d/10UeyRoiWV2HjkWwAU51HXyXAV7YLi4BjDm55mr5Xv6c/edit?pref=2&pli=1#gid=368835050
Also, see bug 981796. Blake is busy with e10s so he probably hasn't gotten to that bug yet. Based on the comments there we could remove this from nightly today. We've given people ample warning.
Reporter | ||
Comment 6•9 years ago
|
||
(In reply to Jim Mathies [:jimm] from comment #3)
> > dom/base/test/test_dialogArguments.html
> > dom/html/test/test_bug391777.html
> > dom/html/test/test_iframe_sandbox_modal.html
>
> Are these showModalDialog related?
Yes, those three are also marked "Remove" and comment showModalDialog in the test status spreadsheet.
Keywords: checkin-needed
Updated•9 years ago
|
Whiteboard: btpp-active
Comment 8•9 years ago
|
||
(In reply to Tracy Walker [:tracy] from comment #6)
> (In reply to Jim Mathies [:jimm] from comment #3)
> > > dom/base/test/test_dialogArguments.html
> > > dom/html/test/test_bug391777.html
> > > dom/html/test/test_iframe_sandbox_modal.html
> >
> > Are these showModalDialog related?
>
> Yes, those three are also marked "Remove" and comment showModalDialog in the
> test status spreadsheet.
How has this decision been made? Will Firefox 47 enable e10s everywhere? Otherwise I don't think it is correct to remove tests for a shipped feature.
Comment 9•9 years ago
|
||
Or showModalDialog itself should also be removed now.
Flags: needinfo?(twalker)
Flags: needinfo?(jmathies)
Comment 10•9 years ago
|
||
bugherder |
Reporter | ||
Comment 11•9 years ago
|
||
(In reply to Masatoshi Kimura [:emk] from comment #9)
> Or showModalDialog itself should also be removed now.
That is being tracked in bug 981796.
Flags: needinfo?(twalker)
Flags: needinfo?(jmathies)
Comment 12•9 years ago
|
||
Yes, so this bug should not land before bug 981796.
Comment 13•9 years ago
|
||
(In reply to :Ms2ger from comment #12)
> Yes, so this bug should not land before bug 981796.
backed out in https://hg.mozilla.org/mozilla-central/rev/e7319545eb38 from m-c
Comment 14•9 years ago
|
||
(In reply to :Ms2ger from comment #12)
> Yes, so this bug should not land before bug 981796.
Making it explicit.
Depends on: 981796
Comment 15•9 years ago
|
||
Please don't remove DOM tests without review from a DOM peer.
Reporter | ||
Comment 16•9 years ago
|
||
Yes, my apologies. I was under the incorrect understanding that showModalDialog was already unsupported. I'll leave it to DOM team to remove the associated test cases when showModalDialog is disabled.
Assignee: twalker → nobody
Status: ASSIGNED → NEW
Comment 17•7 years ago
|
||
The leave-open keyword is there and there is no activity for 6 months.
:hsinyi, maybe it's time to close this bug?
Flags: needinfo?(htsai)
Comment 18•7 years ago
|
||
These tests have been removed (though I see a few related files that are still around. I'll file a bug for that.)
Flags: needinfo?(htsai)
Updated•7 years ago
|
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WORKSFORME
Updated•7 years ago
|
Keywords: leave-open
Assignee | ||
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•