Chromium Code Reviews
DescriptionRevert of Remove DOMWindowProperty from PingLoaderImpl (patchset #2 id:20001 of https://codereview.chromium.org/2567933003/ )
Reason for revert:
This CL was wrong. WeakMember is not cleared until the frame is garbage-collected. This wrongly changes the lifetime of PingLoaderImpl. PingLoaderImpl must stop working when the associated context is detached, not when the frame is garbage-collected.
Original issue's description:
> Remove DOMWindowProperty from PingLoaderImpl
>
> PingLoaderImpl just needs a WeakMember<LocalFrame>.
> It doesn't need to inherit from DOMWindowProperty.
>
> BUG=610176
>
> Committed: https://crrev.com/89aaa753cac97aa76612a34dcff6bd5d1a78d698
> Cr-Commit-Position: refs/heads/master@{#437894}
TBR=sigbjornf@opera.com
# Skipping CQ checks because original CL landed less than 1 days ago.
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=610176
Patch Set 1 #
Messages
Total messages: 6 (2 generated)
|
||||||||||||||||||||||||||||