WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
69389
Mask underlying RENDERER and VENDOR strings
https://bugs.webkit.org/show_bug.cgi?id=69389
Summary
Mask underlying RENDERER and VENDOR strings
Kenneth Russell
Reported
2011-10-04 18:11:55 PDT
After extensive discussion in the WebGL working group, it appears that the consensus among browser vendors is that exposing the underlying GPU's GL_RENDERER and GL_VENDOR strings via WebGL is problematic. The reasons presented are twofold. First, they expose a certain number of bits of personally identifiable information. Second, they have similar properties to the browser's user-agent string, which has been an extremely problematic construct in the development of the web. The plan is to stop reporting the underlying GPU's strings and instead report something generic, and to do so for all of WebKit's ports, to maintain parity. It's possible this decision might be revisited in the future, but for the time being, this change seems necessary in order to match the behavior of Firefox and Opera.
Attachments
Patch
(6.54 KB, patch)
2011-10-04 18:21 PDT
,
Kenneth Russell
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Kenneth Russell
Comment 1
2011-10-04 18:21:16 PDT
Created
attachment 109725
[details]
Patch
Sam Weinig
Comment 2
2011-10-04 20:09:34 PDT
Comment on
attachment 109725
[details]
Patch What is the point of exposing VENDOR or RENDERER at all?
Kenneth Russell
Comment 3
2011-10-05 10:16:08 PDT
(In reply to
comment #2
)
> (From update of
attachment 109725
[details]
) > What is the point of exposing VENDOR or RENDERER at all?
They're part of the OpenGL ES 2.0 specification, and an early design principle for WebGL was not to arbitrarily subset the API. Some sophisticated applications also have wanted to change their behavior slightly based on the values of these strings to achieve the best performance on various graphics cards. The authors of these applications aren't happy that the real information will be masked, but we're still working toward a solution that works for everybody.
WebKit Review Bot
Comment 4
2011-10-05 11:06:28 PDT
Comment on
attachment 109725
[details]
Patch Clearing flags on attachment: 109725 Committed
r96726
: <
http://trac.webkit.org/changeset/96726
>
WebKit Review Bot
Comment 5
2011-10-05 11:06:32 PDT
All reviewed patches have been landed. Closing bug.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug