Bug 190434 - Only report the supported WebGL version
Summary: Only report the supported WebGL version
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebGL (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Brent Fulgham
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2018-10-10 11:40 PDT by Brent Fulgham
Modified: 2018-10-10 15:42 PDT (History)
10 users (show)

See Also:


Attachments
Patch (5.18 KB, patch)
2018-10-10 12:40 PDT, Brent Fulgham
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Brent Fulgham 2018-10-10 11:40:32 PDT
WebKit returns specific hardware and driver information in response to a request for the WebGL version (gl.VERSION).

Other browsers only return the WebGL version (e.g., "WebGL 1.0", "WebGL 2.0"). We should do the same.
Comment 1 Brent Fulgham 2018-10-10 12:40:15 PDT
Created attachment 351981 [details]
Patch
Comment 2 WebKit Commit Bot 2018-10-10 15:25:24 PDT
Comment on attachment 351981 [details]
Patch

Clearing flags on attachment: 351981

Committed r237018: <https://trac.webkit.org/changeset/237018>
Comment 3 WebKit Commit Bot 2018-10-10 15:25:26 PDT
All reviewed patches have been landed.  Closing bug.
Comment 4 Radar WebKit Bug Importer 2018-10-10 15:26:20 PDT
<rdar://problem/45175186>
Comment 5 Brent Fulgham 2018-10-10 15:42:41 PDT
This is actually:

<rdar://problem/45024677>