Bug 239589
| Summary: | Web Inspector: [WebGL] Display bitfields as combination of named constants | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Dan Glastonbury <djg> |
| Component: | Web Inspector | Assignee: | Dan Glastonbury <djg> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | hi, inspector-bugzilla-changes, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | All | ||
| OS: | All | ||
Dan Glastonbury
Currently there are a few places in WebGL that take a GLbitfield of "or"ed flags. Instead of rendering the numeric value of the flags, it would be better to display the descriptive names of the flags. Eg:
`clear(context.COLOR_BUFFER_BIT|context.DEPTH_BUFFER_BIT|context.STENCIL_BUFFER_BIT)`
instead of:
`clear(17664)`
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Dan Glastonbury
Pull request: https://github.com/WebKit/WebKit/pull/341
Radar WebKit Bug Importer
<rdar://problem/92439695>
EWS
Committed r293706 (250195@main): <https://commits.webkit.org/250195@main>
Reviewed commits have been landed. Closing PR #341 and removing active labels.