DescriptionHandle rejected promises better for workers.
Rework how the rejected promises that v8 reports are processed in
a worker context, attaching the queue containing them to
WorkerScriptController, which is then drained by the worker thread's
task observer.
Along with that, make the individual rejected promises Oilpan friendly.
R=haraken
BUG=420515
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=189785
Patch Set 1 #Patch Set 2 : Add orderly release of the queue singleton on shutdown #Patch Set 3 : move the reject promise handling over to script controllers #Patch Set 4 : fix unit test usage of NullExecutionContexts #Patch Set 5 : go back to having rejected-promises be handled on the main thread by EndOfTaskRunner #
Total comments: 8
Patch Set 6 : tidying #
Messages
Total messages: 22 (5 generated)
|