gecko/dom/webidl
Ehsan Akhgari 451773ee5b Bug 803392 - Initial implementation of AudioParam; r=bzbarsky
This patch implements most of the semantics of AudioParam in a
templatized base class called AudioEventTimeline.  This is done in order
to make it possible to test this code from C++ without the need of
linking to libxul.  Basically we take everything that could depend on
libxul or is not suitable for a genertic implementation and put it in a
traits like type as a template argument.  Then the test creates mock
objects that conform to the argument interfaces, and tests the logic of
AudioEventTimeline.
2012-10-16 21:19:06 -04:00
..
AnonXMLHttpRequest.webidl
Attr.webidl
AudioBuffer.webidl
AudioBufferSourceNode.webidl Bug 797150 - Rename AudioBufferSourceNode's noteOn and noteOff to start/stop; r=bzbarsky 2012-10-02 18:15:33 -04:00
AudioContext.webidl Bug 792649 - Make the simplest of Web Audio tests work without audio playback for now; r=bzbarsky 2012-09-24 23:31:58 -04:00
AudioDestinationNode.webidl
AudioNode.webidl Bug 792649 - Make the simplest of Web Audio tests work without audio playback for now; r=bzbarsky 2012-09-24 23:31:58 -04:00
AudioParam.webidl Bug 803392 - Initial implementation of AudioParam; r=bzbarsky 2012-10-16 21:19:06 -04:00
AudioSourceNode.webidl
Blob.webidl
CanvasRenderingContext2D.webidl Bug 801712 part 2. Switch ImageData to WebIDL bindings. r=peterv 2012-10-22 13:08:52 -04:00
CharacterData.webidl
ClientRectList.webidl
Comment.webidl
CSS2Properties.webidl.in
CSS2PropertiesProps.h
CSSStyleDeclaration.webidl
CustomEvent.webidl
Document.webidl
DocumentFragment.webidl
DocumentType.webidl
DOMError.webidl
DOMImplementation.webidl Bug 796903 - Part a: Move DOMImplementation to its own file and move it to Paris bindings; r=bz 2012-10-21 09:38:41 +02:00
DOMSettableTokenList.webidl
DOMStringList.webidl
DOMTokenList.webidl
Element.webidl
Event.webidl
EventHandler.webidl Fix for bug 773780 (Add API for new DOM bindings for Node). r=bz. 2012-10-09 14:31:24 +02:00
EventListener.webidl
EventTarget.webidl
FileList.webidl
FileReaderSync.webidl
Function.webidl
HTMLCollection.webidl
HTMLOptionsCollection.webidl Bug 797113 - Reinstate support for setting select.options[n] to null; r=bz 2012-10-06 09:23:23 +02:00
HTMLPropertiesCollection.webidl
ImageData.webidl Bug 801712 part 2. Switch ImageData to WebIDL bindings. r=peterv 2012-10-22 13:08:52 -04:00
MediaStreamList.webidl
Node.webidl Fix for bug 773780 (Add API for new DOM bindings for Node). r=bz. 2012-10-09 14:31:24 +02:00
NodeFilter.webidl
NodeIterator.webidl
NodeList.webidl
PaintRequestList.webidl
Performance.webidl
PerformanceNavigation.webidl
PerformanceTiming.webidl
ProcessingInstruction.webidl
Range.webidl
Screen.webidl Bug 793244 - Part b: Convert Screen to WebIDL; r=bz 2012-10-14 09:40:11 +02:00
SVGLengthList.webidl
SVGNumberList.webidl
SVGPathSegList.webidl
SVGPointList.webidl
SVGTransformList.webidl
Text.webidl
TextDecoder.webidl Bug 801487 - Update WebIDL definitions. r=sicking 2012-10-24 22:03:21 -04:00
TextEncoder.webidl Bug 801487 - Update WebIDL definitions. r=sicking 2012-10-24 22:03:21 -04:00
TouchList.webidl
TreeWalker.webidl
USSDReceivedEvent.webidl Bug 794011 - Add 'sessionEnded' to nsIDOMUSSDReceivedEvent. r=mounir 2012-10-17 12:17:19 +01:00
WebGLRenderingContext.webidl Bug 798187 part 2. Switch WebGLContextAttributes to being a dictionary. r=peterv,bjacob 2012-10-22 13:08:52 -04:00
WebIDL.mk Bug 803392 - Initial implementation of AudioParam; r=bzbarsky 2012-10-16 21:19:06 -04:00
WebSocket.webidl Bug 792137. [TreatNonCallableAsNull] lives on the callback type now. r=peterv 2012-10-10 15:53:02 -04:00
XMLHttpRequest.webidl Bug 792137. [TreatNonCallableAsNull] lives on the callback type now. r=peterv 2012-10-10 15:53:02 -04:00
XMLHttpRequestEventTarget.webidl Bug 792137. [TreatNonCallableAsNull] lives on the callback type now. r=peterv 2012-10-10 15:53:02 -04:00
XMLHttpRequestUpload.webidl