Closed
Bug 805069
Opened 11 years ago
Closed 11 years ago
use SimpleTest.executeSoon instead of SpecialPowers.executeSoon in test_devicemotion_multiple_listeners.html
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla19
People
(Reporter: froydnj, Assigned: froydnj)
Details
Attachments
(1 file)
1003 bytes,
patch
|
jdm
:
review+
|
Details | Diff | Splinter Review |
It's fine to use SpecialPowers for other things, but this is the only test to use SpecialPowers.executeSoon instead of SimpleTest.executeSoon. Let's keep things consistent.
![]() |
Assignee | |
Comment 1•11 years ago
|
||
Picking jdm for this since he wrote the test; it's not all that complex of a change in any event.
Attachment #674696 -
Flags: review?(josh)
Updated•11 years ago
|
Attachment #674696 -
Flags: review?(josh) → review+
![]() |
Assignee | |
Comment 2•11 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/1b562fac54c0
Assignee: nobody → nfroyd
Status: NEW → ASSIGNED
Comment 3•11 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/1b562fac54c0
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Flags: in-testsuite+
Resolution: --- → FIXED
Target Milestone: --- → mozilla19
Updated•5 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•