DescriptionDo not fire load events from frames with scripting disabled
This patch fixes a crash where an SVG CSS background image could cause
all pending load events to fire. This became problematic once data uri
images started firing synchronously. The events we are interested in
preventing are global pending load events because they are cross-
document and will be fired from an inner (sandboxed) SVG document.
This patch disables load events from frames where scripting is disabled.
BUG=248843
R=japhet@chromium.org
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=153029
Patch Set 1 #Patch Set 2 : Only suppress global events #
Total comments: 1
Patch Set 3 : Do not send events for detached documents #
Messages
Total messages: 5 (0 generated)
|