Closed
Bug 1338255
Opened 8 years ago
Closed 8 years ago
Remove remaining legacy generator from js/xpconnect/.
Categories
(Core :: XPConnect, defect)
Core
XPConnect
Tracking
()
RESOLVED
FIXED
mozilla54
| Tracking | Status | |
|---|---|---|
| firefox54 | --- | fixed |
People
(Reporter: arai, Assigned: arai)
References
Details
Attachments
(1 file)
|
6.48 KB,
patch
|
bholley
:
review+
|
Details | Diff | Splinter Review |
remainder of bug 1321222
| Assignee | ||
Updated•8 years ago
|
Summary: Remove legacy generator from js/xpconnect/. → Remove remaining legacy generator from js/xpconnect/.
| Assignee | ||
Comment 1•8 years ago
|
||
changed testBody to async function, and moved do_test_finished call to head_watchdog.js.
also removed continueTest by replacing the callsite to use promise.
Attachment #8835789 -
Flags: review?(bobbyholley)
Updated•8 years ago
|
Attachment #8835789 -
Flags: review?(bobbyholley) → review+
Comment 2•8 years ago
|
||
Comment on attachment 8835789 [details] [diff] [review]
Remove remaining legacy generator from js/xpconnect/tests/.
Review of attachment 8835789 [details] [diff] [review]:
-----------------------------------------------------------------
::: js/xpconnect/tests/unit/head_watchdog.js
@@ +99,5 @@
>
> // Run async.
> do_test_pending();
>
> // Instantiate the generator and kick it off.
What generator?
| Assignee | ||
Comment 3•8 years ago
|
||
Thank you for reviewing :)
(In reply to :Ms2ger (⌚ UTC+1/+2) from comment #2)
> Comment on attachment 8835789 [details] [diff] [review]
> Remove remaining legacy generator from js/xpconnect/tests/.
>
> Review of attachment 8835789 [details] [diff] [review]:
> -----------------------------------------------------------------
>
> ::: js/xpconnect/tests/unit/head_watchdog.js
> @@ +99,5 @@
> >
> > // Run async.
> > do_test_pending();
> >
> > // Instantiate the generator and kick it off.
>
> What generator?
good catch :)
replaced with "// Run the async function."
| Assignee | ||
Comment 4•8 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/dc113a0cbbade1d134d55dc531b79f255da86348
Bug 1338255 - Remove remaining legacy generator from js/xpconnect/tests/. r=bholley
Comment 5•8 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla54
You need to log in
before you can comment on or make changes to this bug.
Description
•