WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED CONFIGURATION CHANGED
Bug 57393
Extensions3D class API needs to be improved
https://bugs.webkit.org/show_bug.cgi?id=57393
Summary
Extensions3D class API needs to be improved
Chris Marrin
Reported
2011-03-29 15:34:38 PDT
Currently Extensions3D has several API calls whose signatures are wrong or confusing. For instance ensureEnabled() requires that the passed extension be supported (as indicated by supports()). But it says nothing about the consequences of violating that rule. In the implementation in Extensions3DOpenGL.cpp it doesn't even check if building for MAC and asserts otherwise. The call would be better if it were simply enable() and returned a boolean. False would indicate that the extension was not supported and therefore not enabled. Then the caller can take the appropriate action. There are also several API calls, such as "bool supports(const String&)" which should be const.
Attachments
Add attachment
proposed patch, testcase, etc.
Antonio Gomes
Comment 1
2013-08-08 10:59:13 PDT
It looks like a valid work still ( simplifying these APIs.. ) @kbr please advice if I can take it.
Kenneth Russell
Comment 2
2013-08-12 18:40:10 PDT
Please do. I'll unassign myself.
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