Closed
Bug 1441270
Opened 8 years ago
Closed 8 years ago
Remove unused code for about:support WebGL support
Categories
(Core :: Graphics: CanvasWebGL, enhancement)
Core
Graphics: CanvasWebGL
Tracking
()
RESOLVED
FIXED
mozilla60
| Tracking | Status | |
|---|---|---|
| firefox60 | --- | fixed |
People
(Reporter: adrian17, Assigned: adrian17)
Details
(Whiteboard: gfx-noted)
Attachments
(2 files)
bug 619485 added some code for showing WebGL info in about:support:
- GfxInfo::GetWebGLParameter
- GfxInfoWebGL class
- WebGLContext::MozGetUnderlyingParamString
Bug after bug 789674, it doesn't seem to be used anymore. This code doesn't seem to be used for anything else, and can probably be removed now.
| Assignee | ||
Updated•8 years ago
|
Assignee: nobody → adrian.wielgosik
Status: NEW → ASSIGNED
| Comment hidden (mozreview-request) |
| Comment hidden (mozreview-request) |
| Assignee | ||
Comment 3•8 years ago
|
||
Forgot to post link try:
https://treeherder.mozilla.org/#/jobs?repo=try&revision=af8b06ac0eb0b586100f312df90388804e88d870
Updated•8 years ago
|
Attachment #8954190 -
Flags: review?(jmuizelaar) → review?(jgilbert)
Updated•8 years ago
|
Attachment #8954191 -
Flags: review?(jmuizelaar) → review?(jgilbert)
Comment 4•8 years ago
|
||
| mozreview-review | ||
Comment on attachment 8954190 [details]
Bug 1441270 - Remove unused WebGL parameter getters.
https://reviewboard.mozilla.org/r/223264/#review230520
Attachment #8954190 -
Flags: review?(jgilbert) → review+
Comment 5•8 years ago
|
||
| mozreview-review | ||
Comment on attachment 8954191 [details]
Bug 1441270 - Remove nsIDOMWebGLRenderingContext.
https://reviewboard.mozilla.org/r/223266/#review230522
Attachment #8954191 -
Flags: review?(jgilbert) → review+
Updated•8 years ago
|
Whiteboard: gfx-noted
| Assignee | ||
Updated•8 years ago
|
Keywords: checkin-needed
Pushed by btara@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/c760a091c248
Remove unused WebGL parameter getters. r=jgilbert
https://hg.mozilla.org/integration/autoland/rev/41cb25272540
Remove nsIDOMWebGLRenderingContext. r=jgilbert
Keywords: checkin-needed
Comment 7•8 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/c760a091c248
https://hg.mozilla.org/mozilla-central/rev/41cb25272540
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
status-firefox60:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla60
Pushed by mozilla@jorgk.com:
https://hg.mozilla.org/comm-central/rev/dfb521841f3b
Port bug 1441270 to TB/IB/SM: remove dom_canvas.xpt from package manifests. rs=bustage-fix
You need to log in
before you can comment on or make changes to this bug.
Description
•