Chromium Code Reviews
DescriptioncallTheAdoptionAgency should work asynchronously
Rather than manipulating the DOM tree directly,
HTMLTreeBuilder::callTheAdoptionAgency should indirect its modifications
through the HTMLConstructionSite, which can use its task queue to make sure the
operations occur in a consistent order and on a clean runtime stack.
This CL is a followup to
https://src.chromium.org/viewvc/blink?view=revision&revision=149823 that makes
the rest of the operations in callTheAdoptionAgency asynchronous.
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=149849
Patch Set 1 #
Total comments: 5
Patch Set 2 : Address reviewer comments #
Total comments: 1
Patch Set 3 : Use stronger code #Patch Set 4 : Fixenate tests #Messages
Total messages: 9 (0 generated)
|