DescriptionThreaded data provider: Support main thread data notifications (Blink side)
The threaded data receiver will now receive notifications about received data packets on the main thread (needed for the progress indicator to work properly), and can optionally specify that it wants to receive a full copy of the data (needed when the Inspector is attached).
Also removed the unused data parameter from ProgressTracker::incrementProgress
Chrome side patch: https://codereview.chromium.org/689713004
BUG=398076
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=188925
Patch Set 1 : #Patch Set 2 : Added test #
Total comments: 2
Patch Set 3 : Directly call InspectorInstrumentation::hasFrontends #
Total comments: 5
Patch Set 4 : Use a DocumentLifecycleObserver instead of a WeakPtr to the document #
Total comments: 6
Patch Set 5 : Review fixes #
Total comments: 4
Patch Set 6 : Fixed nits #Patch Set 7 : Removed status=experimental from the flag to make the test pass, until chrome side lands #Messages
Total messages: 54 (19 generated)
|