Bug 1609598 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

When I tested composition recording on WebRender  on Windows, recorded image had a skew with specific browser windows size.

STR was from Bug 1592031  Comment 3.

STR
- [1] Set 2 prefs
  + layers.windowrecording.path
  + devtools.chrome.enabled = true
- [2] open the Browser Console, and execute the following
  + lwindow.windowUtils.startCompositionRecording()
  + lwindow.windowUtils.stopCompositionRecording(true);
When I tested composition recording on WebRender  on Windows, recorded image had a skew with specific browser windows size.

STR was from Bug 1592031  Comment 3.

STR
- [1] Set 2 prefs
  + layers.windowrecording.path
  + devtools.chrome.enabled = true
- [2] open the Browser Console, and execute the following
  + window.windowUtils.startCompositionRecording()
  + window.windowUtils.stopCompositionRecording(true);
When I tested composition recording on WebRender  on Windows, recorded image had a skew with some browser window sizes.

STR was from Bug 1592031  Comment 3.

STR
- [1] Set 2 prefs
  + layers.windowrecording.path
  + devtools.chrome.enabled = true
- [2] open the Browser Console, and execute the following
  + window.windowUtils.startCompositionRecording()
  + window.windowUtils.stopCompositionRecording(true)

recorded image had a skew with some browser window sizes.
When I tested composition recording on WebRender  on Windows, recorded image had a skew with some browser window sizes.

STR was from Bug 1592031  Comment 3.

STR
- [1] Set 2 prefs
  + layers.windowrecording.path
  + devtools.chrome.enabled = true
- [2] open the Browser Console, and execute the following
  + window.windowUtils.startCompositionRecording()
  + window.windowUtils.stopCompositionRecording(true)

recorded image had a skew with some browser window sizes.

It might be a problem of WebRenderCompositionRecorder.

Back to Bug 1609598 Comment 0