gecko-dev/dom/chrome-webidl
Barret Rennie 3e24c77cf6 Bug 1581240 - Return collected frames as a promise to JS r=bzbarsky,mstange,nika
The `setCompositionRecording` API on nsIDOMWindowUtils has been broken up into
two new APIs:

* `startCompositionRecording()`, which starts the composition recorder; and
* `stopCompositionRecording(bool writeToDisk)` which stops the composition
  recorder and either returns a Promise that resolves to the collected frames
  or returns a Promise that resolves when the frames have been written to disk.

The collected frames are serialized over IPC as part of a Shmem as to not
approach the IPC data transfer limit.

Differential Revision: https://phabricator.services.mozilla.com/D47818

--HG--
extra : moz-landing-system : lando
2019-11-07 22:35:04 +00:00
..
BrowsingContext.webidl Bug 1560940 - Change tests that use session history listeners to listen in the parent process. r=nika 2019-06-19 21:09:28 +02:00
ChannelWrapper.webidl Bug 1545423 - P2 web request data API implementation r=mixedpuppy 2019-10-31 00:50:47 +00:00
ChromeUtils.webidl Bug 1214364 part 1. Only output conversions to/from JSON for dictionaries that need it. r=peterv 2019-10-23 15:58:29 +00:00
DebuggerNotification.webidl Bug 1423562 part 3. Remove [PrimaryGlobal] and require explicit [Exposed] annotations on everything. r=edgar 2019-09-27 15:26:14 +00:00
DebuggerNotificationObserver.webidl Bug 1578173 part 2. Convert chrome-webidl bits to constructor operations. r=edgar 2019-09-11 20:55:26 +00:00
DebuggerUtils.webidl Bug 1214364 part 1. Only output conversions to/from JSON for dictionaries that need it. r=peterv 2019-10-23 15:58:29 +00:00
DocumentL10n.webidl Bug 1423562 part 3. Remove [PrimaryGlobal] and require explicit [Exposed] annotations on everything. r=edgar 2019-09-27 15:26:14 +00:00
DOMCollectedFrames.webidl Bug 1581240 - Return collected frames as a promise to JS r=bzbarsky,mstange,nika 2019-11-07 22:35:04 +00:00
DominatorTree.webidl
DOMLocalization.webidl Bug 1423562 part 3. Remove [PrimaryGlobal] and require explicit [Exposed] annotations on everything. r=edgar 2019-09-27 15:26:14 +00:00
Flex.webidl Bug 1423562 part 3. Remove [PrimaryGlobal] and require explicit [Exposed] annotations on everything. r=edgar 2019-09-27 15:26:14 +00:00
HeapSnapshot.webidl
InspectorUtils.webidl Bug 1423562 part 3. Remove [PrimaryGlobal] and require explicit [Exposed] annotations on everything. r=edgar 2019-09-27 15:26:14 +00:00
IteratorResult.webidl Bug 1214364 part 3. Only output ToObjectInternal methods for dictionaries that need it. r=peterv 2019-10-28 23:20:11 +00:00
JSWindowActor.webidl Bug 1214364 part 4. Only output full-featured Init methods for dictionaries that need them. r=peterv 2019-10-28 20:24:31 +00:00
L10nOverlays.webidl Bug 1423562 part 3. Remove [PrimaryGlobal] and require explicit [Exposed] annotations on everything. r=edgar 2019-09-27 15:26:14 +00:00
Localization.webidl Bug 1214364 part 3. Only output ToObjectInternal methods for dictionaries that need it. r=peterv 2019-10-28 23:20:11 +00:00
MatchGlob.webidl Bug 1578173 part 2. Convert chrome-webidl bits to constructor operations. r=edgar 2019-09-11 20:55:26 +00:00
MatchPattern.webidl Bug 1578173 part 2. Convert chrome-webidl bits to constructor operations. r=edgar 2019-09-11 20:55:26 +00:00
MessageManager.webidl Bug 1580168 Part 1 - Add processID and isParent accessors to ProcessMessageManager, r=nika. 2019-10-09 20:49:28 +00:00
moz.build Bug 1581240 - Return collected frames as a promise to JS r=bzbarsky,mstange,nika 2019-11-07 22:35:04 +00:00
MozDocumentObserver.webidl Bug 1423562 part 3. Remove [PrimaryGlobal] and require explicit [Exposed] annotations on everything. r=edgar 2019-09-27 15:26:14 +00:00
MozSharedMap.webidl Bug 1423562 part 3. Remove [PrimaryGlobal] and require explicit [Exposed] annotations on everything. r=edgar 2019-09-27 15:26:14 +00:00
MozStorageAsyncStatementParams.webidl Bug 1423562 part 3. Remove [PrimaryGlobal] and require explicit [Exposed] annotations on everything. r=edgar 2019-09-27 15:26:14 +00:00
MozStorageStatementParams.webidl Bug 1423562 part 3. Remove [PrimaryGlobal] and require explicit [Exposed] annotations on everything. r=edgar 2019-09-27 15:26:14 +00:00
MozStorageStatementRow.webidl Bug 1423562 part 3. Remove [PrimaryGlobal] and require explicit [Exposed] annotations on everything. r=edgar 2019-09-27 15:26:14 +00:00
PlacesEvent.webidl Bug 1578173 part 2. Convert chrome-webidl bits to constructor operations. r=edgar 2019-09-11 20:55:26 +00:00
PlacesObservers.webidl Bug 1578173 part 2. Convert chrome-webidl bits to constructor operations. r=edgar 2019-09-11 20:55:26 +00:00
PrecompiledScript.webidl
PrioEncoder.webidl
PromiseDebugging.webidl Bug 1423562 part 3. Remove [PrimaryGlobal] and require explicit [Exposed] annotations on everything. r=edgar 2019-09-27 15:26:14 +00:00
SessionStoreUtils.webidl Bug 1214364 part 3. Only output ToObjectInternal methods for dictionaries that need it. r=peterv 2019-10-28 23:20:11 +00:00
StructuredCloneHolder.webidl Bug 1578173 part 2. Convert chrome-webidl bits to constructor operations. r=edgar 2019-09-11 20:55:26 +00:00
TelemetryStopwatch.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
WebExtensionContentScript.webidl Bug 1578173 part 2. Convert chrome-webidl bits to constructor operations. r=edgar 2019-09-11 20:55:26 +00:00
WebExtensionPolicy.webidl Bug 1581611 Part 1: add content_scripts to the extension content_security_policy r=rpl,bzbarsky 2019-11-01 06:02:45 +00:00
WindowGlobalActors.webidl Bug 1576714 - Part 3: Initiate subframe process switches from the parent, r=kmag 2019-10-15 16:19:16 +00:00
XULFrameElement.webidl Bug 1587819. Convert [HTMLConstructor] to being an extended attribute on constructor operations. r=edgar 2019-10-17 15:38:39 +00:00
XULMenuElement.webidl Bug 1587819. Convert [HTMLConstructor] to being an extended attribute on constructor operations. r=edgar 2019-10-17 15:38:39 +00:00
XULTextElement.webidl Bug 1587819. Convert [HTMLConstructor] to being an extended attribute on constructor operations. r=edgar 2019-10-17 15:38:39 +00:00
XULTreeElement.webidl Bug 1587819. Convert [HTMLConstructor] to being an extended attribute on constructor operations. r=edgar 2019-10-17 15:38:39 +00:00