DescriptionWebGL: Return both unprefixed and prefixed supported names from getSupportedExtensions
WebGL spec requires that getExtension "Returns an object if, and only if,
name is an ASCII case-insensitive match [HTML] for one of the names
returned from getSupportedExtensions; otherwise, returns null." Respect
this requirement by always returning both unprefixed and prefixed names
from getSupportedExtensions in case they are supported by getExtension.
Functionality that is common to both getExtension and
getSupportedExtensions is refactored to separate helper functions so that
maintaining this becomes easier.
BUG=354454
TEST=WebGL conformance tests
R=bajones@chromium.org, kbr@chromium.org
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=170071
Patch Set 1 #
Total comments: 1
Patch Set 2 : Explain meaning of EnabledDraftExtension better #
Messages
Total messages: 10 (0 generated)
|