icecat: add release icecat-140.10.1-1gnu1 for ecne

This commit is contained in:
Ark74 2026-05-04 16:58:41 -06:00
parent a5f93cb214
commit ff85d7c623
1256 changed files with 63469 additions and 24141 deletions

View file

@ -2193,7 +2193,7 @@ interface nsIDOMWindowUtils : nsISupports {
/**
* Start capturing each WebRender frame to disk.
*
* |aPath| is the name of a new directory to be created to hold the captures.
* a new directory with name "wr-capture" is created to hold the captures.
* it is relative to:
* - the |PUBLIC_STORAGE| environment variable, if set, else
* - the |MOZ_UPLOAD_DIR| environment variable, if set, else
@ -2201,15 +2201,14 @@ interface nsIDOMWindowUtils : nsISupports {
* the current directory.
*
* If there is already a directory with the given name, a numeric suffix is
* added to ensure a fresh directory is created. This means that you can't
* be sure your capture directory is actually named |aPath|.
* added to ensure a fresh directory is created.
*
* |aFlags| is a set of flags from |webrender::render_api::CaptureBits|.
*
* If there is already a sequence capture in progress, stop it and start a new
* one, with the new path and flags.
*/
void wrStartCaptureSequence(in ACString aPath, in uint32_t aFlags);
void wrStartCaptureSequence(in uint32_t aFlags);
/**
* Stop a capture begun with |wrStartCaptureSequence|.