Closed
Bug 1516427
Opened 6 years ago
Closed 6 years ago
[wpt-sync] Sync PR 14672 - v8binding: Implement timers with IDL callback function of type Function
Categories
(Core :: DOM: Core & HTML, enhancement, P4)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla67
Tracking | Status | |
---|---|---|
firefox67 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 14672 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/14672
Details from upstream follow.
Yuki Shiino <yukishiino@chromium.org> wrote:
> v8binding: Implement timers with IDL callback function of type Function
>
> This is mostly a reland of Iee5c1d6917ad7770383e06a425f96000835a663a.
>
> This patch implements setTimeout/setInterval Web APIs with IDL
> callback function of type Function (i.e. V8Function in Blink).
>
> Also ensure eager finalization of ScheduledAction in DOMTimer to
> prevent a memory leak.
>
> Bug: 866610
> Change-Id: I3f460247f27069e4054a984efd3f98a2ce0ceac7
> Reviewed-on: https://chromium-review.googlesource.com/1391248
> WPT-Export-Revision: 540d40941ade57ee214c8da5cd493efe4878c019
Assignee | ||
Updated•6 years ago
|
Component: web-platform-tests → DOM
Product: Testing → Core
Assignee | ||
Comment 1•6 years ago
|
||
Assignee | ||
Comment 2•6 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=9fad0e4d891445a5ff91d1a475ebaf35839af3e3
Assignee | ||
Comment 3•6 years ago
|
||
Assignee | ||
Comment 4•6 years ago
|
||
Ran 1 tests and 1 subtests
OK : 1
PASS : 1
Assignee | ||
Comment 5•6 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=27c91cd749b89b6da3b0f055e4eada929090e43e
Pushed by james@hoppipolla.co.uk:
https://hg.mozilla.org/integration/mozilla-inbound/rev/49a2648199d5
[wpt PR 14672] - v8binding: Implement timers with IDL callback function of type Function, a=testonly
Pushed by james@hoppipolla.co.uk:
https://hg.mozilla.org/integration/mozilla-inbound/rev/225d68a4143b
[wpt PR 14672] - v8binding: Implement timers with IDL callback function of type Function, a=testonly
Comment 8•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox67:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla67
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
•