Closed
Bug 1506467
Opened 7 years ago
Closed 1 year ago
Support WebGL when using Web Replay
Categories
(Core Graveyard :: Web Replay, enhancement, P5)
Core Graveyard
Web Replay
Tracking
(firefox65 affected)
RESOLVED
INCOMPLETE
mozilla65
Tracking | Status | |
---|---|---|
firefox65 | --- | affected |
People
(Reporter: bhackett1024, Assigned: bhackett1024)
References
Details
Attachments
(1 file)
854 bytes,
patch
|
kvark
:
review+
|
Details | Diff | Splinter Review |
WebGL (and accelerated graphics in general) is not supported when using Web Replay. I don't think fixing this would be incredibly difficult, but we'd need to capture all the GL calls the browser makes (probably with redirections) and will need to support making them from the middleman in order to avoid enormous recordings.
Assignee | ||
Comment 1•7 years ago
|
||
Refuse to initialize WebGLContext when recording/replaying, to avoid crashes later on.
Attachment #9024310 -
Flags: review?(kvark)
Updated•7 years ago
|
Attachment #9024310 -
Flags: review?(kvark) → review+
Pushed by bhackett@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/2d70da7f951f
Don't initialize WebGLContext when recording/replaying, r=kvark.
Comment 3•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox65:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla65
Assignee | ||
Updated•7 years ago
|
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Updated•7 years ago
|
Updated•7 years ago
|
Priority: -- → P5
Updated•5 years ago
|
Product: Core → Core Graveyard
Status: REOPENED → RESOLVED
Closed: 7 years ago → 1 year ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•