DescriptionCreate ResourceProgressEvent, expose as Chromium API
This new event is needed so that we can dispatch NaCl load progress events from within the renderer. Currently, the NaCl plugin creates a ProgressEvent and attaches a "url" property using PPAPI synchronous scripting. Existing NaCl apps (Unity ones and possibly others) rely on the "url" property.
The "url" property is useful for NaCl apps that use shared libraries, which will download several resources (each shared object and the .nexe), and the NaCl runtime reports progress for each resource separately.
See https://codereview.chromium.org/14588009/ for the Chromium side of this change.
BUG=239656
NOTRY=true
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=151533
Patch Set 1 : #
Total comments: 2
Patch Set 2 : Introduce ResourceProgressEvent #Patch Set 3 : pre-review cleanup #
Total comments: 8
Patch Set 4 : Changes based on review feedback #Patch Set 5 : (merge) #
Total comments: 4
Patch Set 6 : Move stuff behind WEBKIT_IMPLEMENTATION #Patch Set 7 : fix merge #Patch Set 8 : Oops, m_private is WebPrivatePtr now #Patch Set 9 : merge #
Messages
Total messages: 31 (0 generated)
|