gecko/dom/webidl
Boris Zbarsky e53ffbf3f0 Bug 824589. Convert XULElement to WebIDL. r=peterv
The assertions in nsINode and nsWrapperCache are to eagerly catch
failures to override those methods.

The classinfo change for XULTreeBuilder is needed because one of those
is returned via an nsIXULTemplateBuilder attribute on XULElement.
Alternately, I could mark it notflattened in Bindings.conf, but Enn
said he prefers this anyway.

The change to the QI impl in BindingUtils is needed because when
XPConnect converts an IID from C++ to JS it makes is an nsJSID, not an
nsJSIID.  We've run into this before, sadly.

I removed "id" from nsIDOMXULElement because it's already on Element.
I suppose I could have left it there, but this seems cleaner.

The nsJSIID::HasInstance changes are needed to support XBL-implemented
interfaces.  Sadly, this does mean that if the underlying object QIs
to something but we didn't put those props on the WebIDL we'll end up
testing true for instanceof but not exposing the props.  I don't see
an obviously better way.  We should work on killing off uses of
"instanceof someinterface".

The browser.js change is needed to avoid throwing exceptions during
browser-chrome tests that are now getting reported because our
swapFrameLoaders is no longer an XPConnect method.
2013-01-29 12:51:55 -05:00
..
AnonXMLHttpRequest.webidl
Attr.webidl
AudioBuffer.webidl Bug 813269 - Use double to represent time in Web Audio; r=bzbarsky 2012-11-19 15:52:29 -05:00
AudioBufferSourceNode.webidl Bug 804837. Part 0: Rework the connection and input/output port logic for Web Audio nodes; r=ehsan 2013-01-23 19:50:18 -05:00
AudioContext.webidl Bug 833631 - Unprefix mozAudioContext; r=roc 2013-01-22 20:12:21 -05:00
AudioDestinationNode.webidl
AudioListener.webidl Bug 808841 - Implement AudioContext.listener; r=bzbarsky 2012-11-05 19:26:03 -05:00
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 813269 - Use double to represent time in Web Audio; r=bzbarsky 2012-11-19 15:52:29 -05:00
AudioSourceNode.webidl
BiquadFilterNode.webidl Bug 809654 - Implement BiquadFilterNode; r=bzbarsky 2012-11-07 20:59:14 -05:00
Blob.webidl
CanvasRenderingContext2D.webidl Bug 824589. Convert XULElement to WebIDL. r=peterv 2013-01-29 12:51:55 -05:00
CaretPosition.webidl Bug 654352: Implement (blassey) and fix (jwir3) document.caretPositionFromPoint so that it utilizes frame-relative coordinates to get caret position. (original: [r=smaug,roc]) (fixes: [r=blassey,Ms2ger]) 2012-12-28 11:11:06 -06:00
CDATASection.webidl Bug 826703 part 2. Convert CDATASection to WebIDL. r=peterv 2013-01-08 15:45:06 -05:00
CFStateChangeEvent.webidl Bug 827280 - Part 2: DOMEvent. r=philikon a=tef+ 2013-01-25 19:45:16 +01:00
CharacterData.webidl Bug 824823 part 7. Implement WebIDL CharacterData API on nsGenericDOMDataNode. r=peterv 2013-01-04 12:02:14 -05:00
ClientRectList.webidl
Comment.webidl Bug 824823 part 9. Convert Comment to WebIDL. r=peterv 2013-01-04 12:02:14 -05:00
CSS2Properties.webidl.in
CSS2PropertiesProps.h
CSS.webidl Bug 779917 - Implement CSS.supports(). r=dbaron f=bz 2012-11-25 11:26:07 +11:00
CSSPrimitiveValue.webidl bug 824970 - use webidl for Rect r=bz 2012-12-26 07:26:36 -05:00
CSSStyleDeclaration.webidl bug 798567 - convert css values to webidl r=bz 2012-10-01 12:49:41 -04:00
CSSValue.webidl bug 798567 - convert css values to webidl r=bz 2012-10-01 12:49:41 -04:00
CSSValueList.webidl bug 798567 - convert css values to webidl r=bz 2012-10-01 12:49:41 -04:00
CustomEvent.webidl
DelayNode.webidl Bug 807533 - Implement DelayNode; r=bzbarsky 2012-10-31 20:26:03 -04:00
Document.webidl Bug 835417 part 2. Implement WebIDL parser and codegen support for marking things pure. r=peterv 2013-01-29 17:53:53 -05:00
DocumentFragment.webidl Bug 824237. Add support for "partial interface" to WebIDL parser. r=khuey 2013-01-10 10:49:07 -05:00
DocumentType.webidl Bug 824603 Part 1: Enable binding for DocumentType r=bz 2012-12-28 20:34:02 -05:00
DOMError.webidl
DOMImplementation.webidl Bug 824603 Part 1: Enable binding for DocumentType r=bz 2012-12-28 20:34:02 -05:00
DOMParser.webidl Bug 817844 - Fix WebIDL signature of serializeToStream/parseFromStream. r=bz 2012-12-05 19:49:32 -05:00
DOMSettableTokenList.webidl Bug 830231 - Remove nsIDOMDOM(Settable)TokenList r=bz 2013-01-15 03:35:59 -05:00
DOMStringList.webidl
DOMStringMap.webidl Bug 803129. Convert DOMStringMap to WebIDL. r=peterv 2012-11-05 11:58:03 -05:00
DOMTokenList.webidl
DOMTransaction.webidl Bug 617532 - Implement UndoManager. r=ehsan 2013-01-03 22:54:26 -08:00
DummyBinding.webidl Bug 830099. Flag WebIDL dictionaries and callbacks with some information indicating whether we need main-thread and worker codegen for them and then use that information to skip unneccessary codegen. r=peterv 2013-01-28 23:30:17 -05:00
DynamicsCompressorNode.webidl Bug 809271 - Implement DynamicsCompressorNode; r=bzbarsky 2012-11-06 20:01:11 -05:00
Element.webidl Bug 835417 part 4. Flag a bunch of DOM getters as [Pure]. r=peterv 2013-01-29 17:53:53 -05:00
Event.webidl
EventHandler.webidl Bug 829072 part 3. Move the event handlers that are shared by HTMLBodyElement, HTMLFramesetElement, and Window onto a WindowEventHandlers interface that can be on the RHS of 'implements'. r=peterv 2013-01-29 08:44:00 -05:00
EventListener.webidl
EventSource.webidl Bug 819639 - Part b: Move EventSource to Paris bindings; r=bz 2012-12-22 09:17:05 +01:00
EventTarget.webidl
File.webidl Bug 811615: Enable chrome code to create a new File object by wrapping an existing Blob and provide a custom name/type. r=sicking a=basecamp-blocking 2012-12-11 13:21:03 -08:00
FileHandle.webidl Bug 803825 - Part b: Paris bindings for FileHandle; r=khuey 2012-12-02 09:58:57 +01:00
FileList.webidl
FileReaderSync.webidl
FormData.webidl Bug 776539 - Move FormData to Paris bindings; r=bz 2012-12-11 19:09:56 +01:00
Function.webidl
GainNode.webidl Bug 807526 - Implement GainNode; r=bzbarsky 2012-10-31 15:09:32 -04:00
HTMLAnchorElement.webidl Bug 824237. Add support for "partial interface" to WebIDL parser. r=khuey 2013-01-10 10:49:07 -05:00
HTMLBodyElement.webidl Bug 829072 part 3. Move the event handlers that are shared by HTMLBodyElement, HTMLFramesetElement, and Window onto a WindowEventHandlers interface that can be on the RHS of 'implements'. r=peterv 2013-01-29 08:44:00 -05:00
HTMLCollection.webidl
HTMLDataListElement.webidl Fix for bug 824007 (Convert HTMLBodyElement, HTMLDataListElement, HTMLFontElement, HTMLFrameSetElement and HTMLLabelElement to new DOM bindings). r=bz. 2012-12-21 15:07:28 +01:00
HTMLDivElement.webidl Bug 824237. Add support for "partial interface" to WebIDL parser. r=khuey 2013-01-10 10:49:07 -05:00
HTMLDListElement.webidl Bug 824237. Add support for "partial interface" to WebIDL parser. r=khuey 2013-01-10 10:49:07 -05:00
HTMLDocument.webidl Bug 819239. Add the WebIDL API for HTMLDocument. r=peterv 2012-12-25 18:00:47 -08:00
HTMLElement.webidl Bug 824589. Convert XULElement to WebIDL. r=peterv 2013-01-29 12:51:55 -05:00
HTMLFontElement.webidl Fix for bug 824007 (Convert HTMLBodyElement, HTMLDataListElement, HTMLFontElement, HTMLFrameSetElement and HTMLLabelElement to new DOM bindings). r=bz. 2012-12-21 15:07:28 +01:00
HTMLFrameSetElement.webidl Bug 829072 part 3. Move the event handlers that are shared by HTMLBodyElement, HTMLFramesetElement, and Window onto a WindowEventHandlers interface that can be on the RHS of 'implements'. r=peterv 2013-01-29 08:44:00 -05:00
HTMLHeadingElement.webidl Bug 824237. Add support for "partial interface" to WebIDL parser. r=khuey 2013-01-10 10:49:07 -05:00
HTMLImageElement.webidl Bug 824237. Add support for "partial interface" to WebIDL parser. r=khuey 2013-01-10 10:49:07 -05:00
HTMLLabelElement.webidl Fix for bug 824007 (Convert HTMLBodyElement, HTMLDataListElement, HTMLFontElement, HTMLFrameSetElement and HTMLLabelElement to new DOM bindings). r=bz. 2012-12-21 15:07:28 +01:00
HTMLLIElement.webidl Bug 824237. Add support for "partial interface" to WebIDL parser. r=khuey 2013-01-10 10:49:07 -05:00
HTMLOListElement.webidl Bug 824237. Add support for "partial interface" to WebIDL parser. r=khuey 2013-01-10 10:49:07 -05:00
HTMLOptionsCollection.webidl Fix for bug 818219 (Replace HTMLElement quickstubs with new binding methods). r=bz. 2012-11-26 15:19:02 +01:00
HTMLParagraphElement.webidl Bug 824237. Add support for "partial interface" to WebIDL parser. r=khuey 2013-01-10 10:49:07 -05:00
HTMLPreElement.webidl Bug 824237. Add support for "partial interface" to WebIDL parser. r=khuey 2013-01-10 10:49:07 -05:00
HTMLPropertiesCollection.webidl
HTMLScriptElement.webidl Bug 824237. Add support for "partial interface" to WebIDL parser. r=khuey 2013-01-10 10:49:07 -05:00
HTMLSpanElement.webidl Bug 824823 part 15. Switch HTMLSpanElement to WebIDL. r=peterv 2013-01-04 12:02:15 -05:00
HTMLTableCaptionElement.webidl Bug 824237. Add support for "partial interface" to WebIDL parser. r=khuey 2013-01-10 10:49:07 -05:00
HTMLTableCellElement.webidl Bug 824237. Add support for "partial interface" to WebIDL parser. r=khuey 2013-01-10 10:49:07 -05:00
HTMLTableColElement.webidl Bug 824237. Add support for "partial interface" to WebIDL parser. r=khuey 2013-01-10 10:49:07 -05:00
HTMLTableElement.webidl Bug 824237. Add support for "partial interface" to WebIDL parser. r=khuey 2013-01-10 10:49:07 -05:00
HTMLTableRowElement.webidl Bug 824237. Add support for "partial interface" to WebIDL parser. r=khuey 2013-01-10 10:49:07 -05:00
HTMLTableSectionElement.webidl Bug 824237. Add support for "partial interface" to WebIDL parser. r=khuey 2013-01-10 10:49:07 -05:00
HTMLTitleElement.webidl bug 824940 - convert HTMLTitleElement to webidl r=bz 2012-12-25 18:47:17 -05:00
HTMLUListElement.webidl Bug 824237. Add support for "partial interface" to WebIDL parser. r=khuey 2013-01-10 10:49:07 -05:00
ImageData.webidl Bug 816425. Mark a few more things [Constant] in IDL, especially ImageData.width/height. r=peterv 2012-12-25 14:00:15 -08:00
Location.webidl Bug 804631. Add the WebIDL API for Document. r=peterv 2012-12-22 00:27:27 -08:00
MediaStreamList.webidl
MutationObserver.webidl Bug 790978 - Convert MutationObserver to webidl, r=bz 2012-12-18 16:50:52 +02:00
Node.webidl Bug 835417 part 4. Flag a bunch of DOM getters as [Pure]. r=peterv 2013-01-29 17:53:53 -05:00
NodeFilter.webidl Bug 816375. Switch NodeFilter to WebIDL bindings. r=peterv 2012-12-14 14:10:49 -05:00
NodeIterator.webidl
NodeList.webidl Fix for bug 812333 (Replace Node quickstubs with new binding methods) - part 2: install Node's binding methods on the XPConnect proto. r=bz. 2012-11-22 12:09:41 +01:00
PaintRequest.webidl Bug 796902 - Part c: Implement Paris bindings for PaintRequest; r=bent 2012-12-22 09:16:55 +01:00
PaintRequestList.webidl Bug 796902 - Part c: Implement Paris bindings for PaintRequest; r=bent 2012-12-22 09:16:55 +01:00
PannerNode.webidl Bug 811864 - Remove PannerNode.coneGain/distanceGain; r=bzbarsky 2012-11-14 13:03:24 -08:00
Performance.webidl Bug 816425. Mark a few more things [Constant] in IDL, especially ImageData.width/height. r=peterv 2012-12-25 14:00:15 -08:00
PerformanceNavigation.webidl
PerformanceTiming.webidl
ProcessingInstruction.webidl
Range.webidl
Rect.webidl bug 824970 - add Rect webidl r=bz 2012-12-25 22:08:03 -05:00
RGBColor.webidl bug 821593 - add RGBColor webidl r=bz 2012-10-20 13:42:20 -04:00
RTCIceServer.webidl Bug 825703: Stun configuration from JS for PeerConnections (IP only) r=bz,jesup 2013-01-23 14:21:25 -05:00
Screen.webidl Bug 816425. Mark a few more things [Constant] in IDL, especially ImageData.width/height. r=peterv 2012-12-25 14:00:15 -08:00
SVGAElement.webidl Bug 825147: Convert SVGAElement to WebIDL r=bz 2013-01-10 00:30:13 -05:00
SVGAltGlyphElement.webidl Bug 825732: Convert SVGAltGlyphElement to WebIDL r=bz 2013-01-06 09:14:44 -05:00
SVGAngle.webidl Bug 816778 Part 11: Convert SVGAngle to WebIDL r=bz 2012-12-22 23:54:23 -05:00
SVGAnimatedAngle.webidl Bug 816778 Part 12: Convert SVGAnimatedAngle to WebIDL r=bz 2012-12-22 23:54:23 -05:00
SVGAnimatedBoolean.webidl Bug 816778 Part 8: Convert SVGAnimatedBoolean to WebIDL r=bz 2012-12-22 23:54:22 -05:00
SVGAnimatedLength.webidl Bug 832169 - Convert SVGAnimatedLength to WebIDL r=bz 2013-01-19 15:56:00 -05:00
SVGAnimatedLengthList.webidl Bug 816778 Part 13: Convert SVGAnimatedLengthList to WebIDL r=bz 2012-12-22 23:54:25 -05:00
SVGAnimatedNumberList.webidl Bug 816778 Part 7: Convert SVGAnimatedNumberList to WebIDL r=bz 2012-12-22 23:54:21 -05:00
SVGAnimatedPathData.webidl Bug 827172 - Convert SVGPathElement to WebIDL r=bz 2013-01-16 15:50:59 -05:00
SVGAnimatedPoints.webidl Bug 825147: Convert SVGPolygonElement and SVGPolylineElement to WebIDL r=bz 2013-01-06 04:32:01 -05:00
SVGAnimatedPreserveAspectRatio.webidl Bug 816778 Part 6: Convert SVGAnimatedPreserveAspectRatio to WebIDL r=bz 2012-12-22 23:54:20 -05:00
SVGAnimatedTransformList.webidl Bug 816778 Part 4: Convert SVGAnimatedTransformList to WebIDL r=bz 2012-12-22 23:54:20 -05:00
SVGAnimateElement.webidl Bug 824898: Convert SVG animation classes to WebIDL r=bz 2013-01-06 04:32:03 -05:00
SVGAnimateMotionElement.webidl Bug 824898: Convert SVG animation classes to WebIDL r=bz 2013-01-06 04:32:03 -05:00
SVGAnimateTransformElement.webidl Bug 824898: Convert SVG animation classes to WebIDL r=bz 2013-01-06 04:32:03 -05:00
SVGAnimationElement.webidl Bug 824898: Convert SVG animation classes to WebIDL r=bz 2013-01-06 04:32:03 -05:00
SVGCircleElement.webidl Bug 832169 - Convert SVGAnimatedLength to WebIDL r=bz 2013-01-19 15:56:00 -05:00
SVGClipPathElement.webidl Bug 831561 - SVGClipPathElement should inherit from SVGElement r=longsonr 2013-01-29 17:11:44 -05:00
SVGDefsElement.webidl Bug 825147: Convert SVGDefsElement to WebIDL r=bz 2013-01-06 01:25:54 -05:00
SVGDescElement.webidl Bug 824327: Convert SVGDescElement to WebIDL r=bz 2013-01-04 20:50:21 -05:00
SVGElement.webidl Bug 824589. Convert XULElement to WebIDL. r=peterv 2013-01-29 12:51:55 -05:00
SVGEllipseElement.webidl Bug 832169 - Convert SVGAnimatedLength to WebIDL r=bz 2013-01-19 15:56:00 -05:00
SVGFitToViewBox.webidl Bug 830181 - Convert SVGSymbolElement to WebIDL r=bz 2013-01-16 15:50:59 -05:00
SVGForeignObjectElement.webidl Bug 832169 - Convert SVGAnimatedLength to WebIDL r=bz 2013-01-19 15:56:00 -05:00
SVGGElement.webidl Bug 825147: Convert SVGGElement to WebIDL r=bz 2013-01-06 01:25:55 -05:00
SVGGradientElement.webidl Bug 825769 - Remove comments about SVGDefinitionElement; DONTBUILD 2013-01-11 09:54:11 +01:00
SVGGraphicsElement.webidl Bug 824229 Part 5: Implement SVGGraphicsElement r=longsonr 2013-01-03 01:17:02 -05:00
SVGImageElement.webidl Bug 825147: Convert SVGImageElement to WebIDL r=bz 2013-01-06 04:32:01 -05:00
SVGLengthList.webidl
SVGLinearGradientElement.webidl Bug 825749 - Convert SVG gradient elements to WebIDL; r=bz 2013-01-11 09:43:01 +01:00
SVGLineElement.webidl Bug 832169 - Convert SVGAnimatedLength to WebIDL r=bz 2013-01-19 15:56:00 -05:00
SVGLocatableElement.webidl Bug 827174 - Remove nsIDOMSVGLocatable and nsIDOMSVGTransformable r=bz 2013-01-16 15:51:00 -05:00
SVGMarkerElement.webidl Bug 832154: Convert SVGMarkerElement to WebIDL r=bz 2013-01-29 17:11:44 -05:00
SVGMaskElement.webidl Bug 832153 - Convert SVGMaskElement to WebIDL r=bz 2013-01-23 15:59:46 -05:00
SVGMatrix.webidl Bug 816778 Part 2: Convert SVGMatrix to WebIDL r=bz 2012-12-22 23:54:20 -05:00
SVGMetadataElement.webidl Bug 824327: Convert SVGMetadataElement to WebIDL r=bz 2013-01-04 20:50:21 -05:00
SVGMPathElement.webidl Bug 824327: Convert SVGMPathElement to WebIDL r=bz 2013-01-04 20:50:22 -05:00
SVGNumberList.webidl
SVGPathElement.webidl Bug 827172 - Convert SVGPathElement to WebIDL r=bz 2013-01-16 15:50:59 -05:00
SVGPathSeg.webidl Bug 816778 Part 10: Convert SVGPathSeg and subclasses to WebIDL and remove XPIDL r=bz 2012-12-22 23:54:22 -05:00
SVGPathSegList.webidl Bug 816778 Part 10: Convert SVGPathSeg and subclasses to WebIDL and remove XPIDL r=bz 2012-12-22 23:54:22 -05:00
SVGPatternElement.webidl Bug 832169 - Convert SVGAnimatedLength to WebIDL r=bz 2013-01-19 15:56:00 -05:00
SVGPoint.webidl Bug 816778 Part 2: Convert SVGMatrix to WebIDL r=bz 2012-12-22 23:54:20 -05:00
SVGPointList.webidl Bug 816778 Part 1: Convert SVGPoint to WebIDL r=bz 2012-12-22 23:54:19 -05:00
SVGPolygonElement.webidl Bug 825147: Convert SVGPolygonElement and SVGPolylineElement to WebIDL r=bz 2013-01-06 04:32:01 -05:00
SVGPolylineElement.webidl Bug 825147: Convert SVGPolygonElement and SVGPolylineElement to WebIDL r=bz 2013-01-06 04:32:01 -05:00
SVGPreserveAspectRatio.webidl Bug 817442 Part 2: Remove nsIDOMSVG(Animated)PreserveAspectRatio r=bz, jwatt 2012-12-22 23:54:21 -05:00
SVGRadialGradientElement.webidl Bug 825749 - Convert SVG gradient elements to WebIDL; r=bz 2013-01-11 09:43:01 +01:00
SVGRectElement.webidl Bug 832169 - Convert SVGAnimatedLength to WebIDL r=bz 2013-01-19 15:56:00 -05:00
SVGScriptElement.webidl Bug 824327: Convert SVGScriptElement to WebIDL r=bz 2013-01-05 04:41:28 -05:00
SVGSetElement.webidl Bug 824898: Convert SVG animation classes to WebIDL r=bz 2013-01-06 04:32:03 -05:00
SVGStopElement.webidl Bug 824327: Convert SVGStopElement to WebIDL r=bz 2013-01-04 20:50:21 -05:00
SVGStyleElement.webidl Bug 508725 - Part 10: Implement scoped style sheets for SVG. r=bz 2013-01-09 10:25:48 +11:00
SVGSVGElement.webidl Bug 832169 - Convert SVGAnimatedLength to WebIDL r=bz 2013-01-19 15:56:00 -05:00
SVGSwitchElement.webidl Bug 825147: Convert SVGSwitchElement to WebIDL r=bz 2013-01-06 01:25:54 -05:00
SVGSymbolElement.webidl Bug 830181 - Convert SVGSymbolElement to WebIDL r=bz 2013-01-16 15:50:59 -05:00
SVGTests.webidl Bug 824229 Part 5: Implement SVGGraphicsElement r=longsonr 2013-01-03 01:17:02 -05:00
SVGTextContentElement.webidl Bug 824218 - Remove unimplemented SVG features r=longsonr 2013-01-09 18:02:47 -05:00
SVGTextElement.webidl Bug 825732: Convert SVGTextElement to WebIDL r=bz, longsonr 2013-01-06 09:14:43 -05:00
SVGTextPathElement.webidl Bug 832169 - Convert SVGAnimatedLength to WebIDL r=bz 2013-01-19 15:56:00 -05:00
SVGTextPositioningElement.webidl Bug 825732: Convert SVGTextPositioningElement to WebIDL r=bz 2013-01-06 09:14:43 -05:00
SVGTitleElement.webidl Bug 824327: Convert SVGTitleElement to WebIDL r=bz 2013-01-04 20:50:21 -05:00
SVGTransform.webidl Bug 816778 Part 3: Convert SVGTransform to WebIDL r=bz 2012-12-22 23:54:20 -05:00
SVGTransformableElement.webidl Bug 824229 Part 4: Implement SVGTransformableElement r=longsonr 2013-01-03 01:17:02 -05:00
SVGTransformList.webidl Bug 816778 Part 3: Convert SVGTransform to WebIDL r=bz 2012-12-22 23:54:20 -05:00
SVGTSpanElement.webidl Bug 825732: Convert SVGTSpanElement to WebIDL r=bz 2013-01-06 09:14:44 -05:00
SVGUnitTypes.webidl Bug 825749 - Convert SVG gradient elements to WebIDL; r=bz 2013-01-11 09:43:01 +01:00
SVGURIReference.webidl Bug 824327: Convert SVGMPathElement to WebIDL r=bz 2013-01-04 20:50:22 -05:00
SVGUseElement.webidl Bug 827182: Convert SVGUseElement to WebIDL 2013-01-16 15:50:59 -05:00
SVGViewElement.webidl Bug 825834 - Convert SVGViewElement to webidl r=bz 2013-01-07 22:22:41 -05:00
SVGZoomAndPan.webidl Bug 825834 - Convert SVGViewElement to webidl r=bz 2013-01-07 22:22:41 -05:00
Text.webidl Bug 824823 part 8. Convert nsTextNode to WebIDL. r=peterv 2013-01-04 12:02:14 -05:00
TextDecoder.webidl Bug 825195 - Update method signatures of TextDecoder and TextEncoder per the latest spec. r=jonas 2012-12-29 09:55:32 +09:00
TextEncoder.webidl Bug 825195 - Update method signatures of TextDecoder and TextEncoder per the latest spec. r=jonas 2012-12-29 09:55:32 +09:00
TouchList.webidl
TreeWalker.webidl
UndoManager.webidl Bug 617532 - Implement UndoManager. r=ehsan 2013-01-03 22:54:26 -08:00
URL.webidl Bug 792675. Part 6: Extend createObjectURL to support MediaStreams. r=sicking 2012-09-25 15:24:45 +12:00
USSDReceivedEvent.webidl Bug 805789 - Handle null and undefined as correct values instead of converted to strings on USSDReceivedEventDict::message; r=smaug 2012-10-31 13:53:09 +01:00
ValidityState.webidl Bug 827158 - Part 3: Move the ValidityState API to Web IDL bindings; r=bzbarsky 2013-01-16 13:01:01 -05:00
WebGLRenderingContext.webidl Bug 825527 - Part 5: Turn on the WebIDL bindings for HTMLImageElement; r=bzbarsky 2013-01-02 12:28:14 -05:00
WebIDL.mk Bug 824589. Convert XULElement to WebIDL. r=peterv 2013-01-29 12:51:55 -05: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 816387 part 1. Hook up the WebIDL bindings for Document. r=peterv 2012-12-23 14:33:33 -08:00
XMLHttpRequestEventTarget.webidl Bug 792137. [TreatNonCallableAsNull] lives on the callback type now. r=peterv 2012-10-10 15:53:02 -04:00
XMLHttpRequestUpload.webidl
XMLSerializer.webidl Bug 817844 - Fix WebIDL signature of serializeToStream/parseFromStream. r=bz 2012-12-05 19:49:32 -05:00
XPathEvaluator.webidl Bug 816380 followup. Remove unnecessary code. 2012-12-19 22:51:29 -08:00
XULElement.webidl Bug 824589. Convert XULElement to WebIDL. r=peterv 2013-01-29 12:51:55 -05:00