You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.
Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 21, 2023. It is now read-only.
Don't improperly call SummariesDone for every flush window in cases
involving filters deleting slots (e.g. CSS combiner) and multiple
flush windows --- it's supposed to be called only at the very end.
This could potentially lead to multiple beacon insertions, and also
to really confused HTML parser, since we were trying to do
Insertion-at-body-end at a midpoint of document, which spammed loadtest
with "HtmlElement Parents of ..." warnings.
Original issue reported on code.google.com by hui...@google.com on 6 Jan 2014 at 4:21
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
hui...@google.com
on 6 Jan 2014 at 4:21The text was updated successfully, but these errors were encountered: