DescriptionRemove the mediaEnabled setting
This setting only prevented HTMLMediaElement::load() from running, which
very rarely makes any difference, since scripts modifying the DOM will
almost always implicitly invoke resource selection. The exceptions are
adding source elements when networkState is not NETWORK_EMPTY, removing
the src attribute, and removing source elements.
Since the callers to setMediaEnabled(false) seems to have survived
without actually disabling media, just remove the setting for now.
BUG=none
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=167575
Patch Set 1 #Patch Set 2 : remove test #Patch Set 3 : rebase #
Messages
Total messages: 17 (0 generated)
|