Platform/GFX/Moz2D: Difference between revisions

m
Line 232: Line 232:


==== Making a recording ====
==== Making a recording ====
<span style="background:yellow">TBD (following is note-form only)</span>


On a platform where Moz2D content is enabled in Firefox (currently only Windows):
On a platform where Moz2D content is enabled in Firefox (currently only Windows):


* Create a profile for recording if you don't already have a suitable one,<br><code>c:\Program Files (x86)\Nightly\firefox.exe -no-remote -ProfileManager</code>
* Create a profile for recording if you don't already have a suitable one,<br>
* <code>c:\Program Files (x86)\Nightly\firefox.exe -no-remote -P recording -recording http://www.website.com/ -recording-output mytest.aer</code>
  <code>c:\Program Files (x86)\Nightly\firefox.exe -no-remote -ProfileManager</code>
* Assuming we want a recording for http://www.website.com and our profile is called &ldquo;recording&rdquo; we can make the recording with the following command line:<br>
  <code>c:\Program Files (x86)\Nightly\firefox.exe -no-remote -P recording -recording http://www.website.com/ -recording-output mytest.aer</code>


Sometimes recordings are prematurely ended and come up empty. This is a known bug and should be fixed soon.
Sometimes recordings are prematurely ended and come up empty. This is a known bug.


==== Playing a recording ====
==== Playing a recording ====
Confirmed users
166

edits