Created Revert of IntersectionObserver: use an idle callback to send notifications.
4 years, 9 months ago
(2016-03-10 08:38:55 UTC)
#1
Created Revert of IntersectionObserver: use an idle callback to send
notifications.
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1780163002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1780163002/1
4 years, 9 months ago
(2016-03-10 08:39:11 UTC)
#2
What does this mean? The leak log is pretty light on details.
4 years, 9 months ago
(2016-03-10 08:43:44 UTC)
#6
Message was sent while issue was closed.
What does this mean? The leak log is pretty light on details.
sof
On 2016/03/10 08:43:44, szager1 wrote: > What does this mean? The leak log is pretty ...
4 years, 9 months ago
(2016-03-10 09:38:36 UTC)
#7
Message was sent while issue was closed.
On 2016/03/10 08:43:44, szager1 wrote:
> What does this mean? The leak log is pretty light on details.
A document is being indirectly kept alive from a posted idle callback on
shutdown, I'm guessing.
Run layout tests with --enable-leak-detection to reproduce & debug.
haraken
LGTM
4 years, 9 months ago
(2016-03-10 10:09:13 UTC)
#8
Message was sent while issue was closed.
LGTM
szager1
On 2016/03/10 09:38:36, sof wrote: > On 2016/03/10 08:43:44, szager1 wrote: > > What does ...
4 years, 9 months ago
(2016-03-12 02:06:15 UTC)
#9
Message was sent while issue was closed.
On 2016/03/10 09:38:36, sof wrote:
> On 2016/03/10 08:43:44, szager1 wrote:
> > What does this mean? The leak log is pretty light on details.
>
> A document is being indirectly kept alive from a posted idle callback on
> shutdown, I'm guessing.
>
> Run layout tests with --enable-leak-detection to reproduce & debug.
Running with --enable-leak-detection gives me:
[1/1] inters...ot.html failed unexpectedly (leak detected:
({"numberOfLiveActiveDOMObjects":[2,3]}))
I modified the test code to pause long enough to let the idle task complete
before finishing, and with some printf debugging, I have verified that there's
no unfinished IntersectionObserverController idle task at shutdown.
So I'm at a loss. How do I debug this further?
Issue 1780163002: Revert of IntersectionObserver: use an idle callback to send notifications.
(Closed)
Created 4 years, 9 months ago by sof
Modified 4 years, 9 months ago
Reviewers: ojan, haraken, Sami, szager1
Base URL: https://chromium.googlesource.com/chromium/src@master
Comments: 0