Bug 110745 - Web Inspector: [Canvas] capture a WebGL extension by it's name in lower case
Summary: Web Inspector: [Canvas] capture a WebGL extension by it's name in lower case
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Andrey Adaikin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-25 04:14 PST by Andrey Adaikin
Modified: 2013-03-01 01:20 PST (History)
9 users (show)

See Also:


Attachments
Patch (1.44 KB, patch)
2013-02-25 04:15 PST, Andrey Adaikin
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andrey Adaikin 2013-02-25 04:14:36 PST
WebGL's getExtension accepts a name that is tested against an ASCII case-insensitive match (http://www.khronos.org/registry/webgl/specs/latest/#5.14.14)
Just force lower case for extension names.

Patch to follow.
Comment 1 Andrey Adaikin 2013-02-25 04:15:56 PST
Created attachment 190031 [details]
Patch
Comment 2 WebKit Review Bot 2013-03-01 01:20:49 PST
Comment on attachment 190031 [details]
Patch

Clearing flags on attachment: 190031

Committed r144427: <http://trac.webkit.org/changeset/144427>
Comment 3 WebKit Review Bot 2013-03-01 01:20:53 PST
All reviewed patches have been landed.  Closing bug.