..
AnalyserNode.webidl
Backed out changeset 81bad314826a (bug 855990) because of build bustage
2013-04-01 18:41:30 -04:00
AnimationEvent.webidl
Bug 847589 - Paris binding for AnimationEvent, r=Ms2ger
2013-03-14 23:16:03 +02:00
AnonXMLHttpRequest.webidl
ArchiveReader.webidl
Bug 824986 - Move DOMRequest and subclasses to Paris bindings; r=khuey
2013-03-17 09:51:36 +01:00
ArchiveRequest.webidl
Bug 824986 - Move DOMRequest and subclasses to Paris bindings; r=khuey
2013-03-17 09:51:36 +01:00
Attr.webidl
Bug 851470 - Attr to WebIDL. r=Ms2ger
2013-04-09 17:29:47 +02:00
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 859595 - Implement the alternate names for AudioBufferSourceNode, AudioContext and AudioParam; r=bzbarsky
2013-04-11 22:08:05 -04:00
AudioChannelManager.webidl
Bug 838172 - Convert AudioChannelManager to WebIDL. r=peterv
2013-02-08 11:34:47 -05:00
AudioContext.webidl
Bug 859595 - Implement the alternate names for AudioBufferSourceNode, AudioContext and AudioParam; r=bzbarsky
2013-04-11 22:08:05 -04:00
AudioDestinationNode.webidl
Bug 792646 - Implement the skeleton of Web Audio source and destination nodes; r=bzbarsky
2012-09-21 11:33:03 -04:00
AudioListener.webidl
Bug 849914 - Implement the latest spec changes to PannerNode and AudioListener; r=roc
2013-03-11 19:09:27 -04: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 859595 - Implement the alternate names for AudioBufferSourceNode, AudioContext and AudioParam; r=bzbarsky
2013-04-11 22:08:05 -04:00
BatteryManager.webidl
Bug 838220 - Remove [NoInterfaceObject] from BatteryManager.webidl. r=peterv
2013-02-05 15:25:53 -05:00
BeforeUnloadEvent.webidl
Bug 847590 - Paris binding for BeforeUnloadEvent, r=peterv
2013-03-26 13:45:39 +02:00
BiquadFilterNode.webidl
Bug 809654 - Implement BiquadFilterNode; r=bzbarsky
2012-11-07 20:59:14 -05:00
Blob.webidl
Bug 789691 - Migrate BlobPropertyBag to WebIDL binding dictionary, r=bzbarsky
2012-09-10 09:57:15 -04:00
CanvasRenderingContext2D.webidl
Bug 841493 - Convert HTMLVideoElement to WebIDL, r=Ms2ger
2013-03-19 13:28:34 +01: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
ClientRect.webidl
Bug 850817 - Move ClientRect to Paris bindings; r=bz
2013-03-17 08:55:17 +01:00
ClientRectList.webidl
Fix for bug 788532 (Add the new DOM bindings API to DOM lists). r=bz.
2012-09-05 22:49:53 +02:00
ClipboardEvent.webidl
Bug 855522 - Paris binding for ClipboardEvent, r=peterv
2013-03-28 16:11:21 +02:00
CommandEvent.webidl
Bug 847591 - Paris binding for CommandEvent, r=peterv
2013-03-13 23:05:32 +02:00
Comment.webidl
Bug 824823 part 9. Convert Comment to WebIDL. r=peterv
2013-01-04 12:02:14 -05:00
CompositionEvent.webidl
Bug 854573 - Paris binding for CompositionEvent, r=peterv
2013-03-26 13:45:45 +02:00
CSS2Properties.webidl.in
Bug 753517 part 4. Set up auto-generation of CSS2Properties.webidl from nsCSSPropList.h and enable Paris bindings for CSSStyleDeclaration and CSS2Properties. r=khuey,peterv,dbaron
2012-08-23 21:08:09 -07:00
CSS2PropertiesProps.h
Bug 849657 patch 1: Expose CSS_PROP_PUBLIC_OR_PRIVATE macro to users of nsCSSPropList.h rather than CSS_PROP_DOMPROP_PREFIXED, so that we can avoid 'CssFloat' spreading even further. r=bzbarsky
2013-03-25 09:24:21 -07:00
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
CSSStyleSheet.webidl
Bug 846972 part 2. Add the WebIDL APIs for StyleSheet and CSSStyleSheet. r=peterv
2013-03-17 10:42:59 -04:00
CSSValue.webidl
bug 798567 - convert css values to webidl r=bz
2012-10-01 12:49:41 -04:00
CSSValueList.webidl
Bug 840898. Flag our nullable return value as actually being nullable. r=tbsaunde
2013-02-15 22:36:15 -05:00
CustomEvent.webidl
DelayNode.webidl
Bug 807533 - Implement DelayNode; r=bzbarsky
2012-10-31 20:26:03 -04:00
DesktopNotification.webidl
Bug 858893 - Port DesktopNotification to WebIDL. r=Ms2ger
2013-04-10 10:20:43 -04:00
Document.webidl
Bug 857102 part 5 - Make NS_NewDocumentFragment etc. infallible; r=bz
2013-04-10 17:15:54 +03: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
DOMCursor.webidl
Bug 824986 - Move DOMRequest and subclasses to Paris bindings; r=khuey
2013-03-17 09:51:36 +01:00
DOMError.webidl
DOMImplementation.webidl
Bug 851916 part 2 - createHTMLDocument() should work with no arguments; r=bz
2013-03-21 14:55:08 +02:00
DOMParser.webidl
Bug 817844 - Fix WebIDL signature of serializeToStream/parseFromStream. r=bz
2012-12-05 19:49:32 -05:00
DOMRequest.webidl
Bug 824986 - Move DOMRequest and subclasses to Paris bindings; r=khuey
2013-03-17 09:51:36 +01: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
Fix for bug 788532 (Add the new DOM bindings API to DOM lists). r=bz.
2012-09-05 22:49:53 +02:00
DOMTransaction.webidl
Bug 830992 part 2. Switch DOMTransaction to WebIDL codegen. r=wchen,peterv
2013-02-06 09:42:33 +00:00
DummyBinding.webidl
Back out Bug 810644 part 1 to fix b2g test_closeOnGC.html orange on CLOSED TREE
2013-04-08 22:56:06 -04:00
DynamicsCompressorNode.webidl
Bug 809271 - Implement DynamicsCompressorNode; r=bzbarsky
2012-11-06 20:01:11 -05:00
Element.webidl
Bug 857102 part 3 - Make various GetNodeInfo callers infallible; r=bz
2013-04-04 15:01:11 +03:00
Event.webidl
Bug 849855 - Expose BaseEventFlags::mMultipleActionsPrevented to chrome JS. r=smaug.
2013-03-12 11:28:17 +00:00
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
Bug 822399 - Make Event to use Paris bindings, r=peterv
2013-03-09 13:34:29 +02:00
EventSource.webidl
Bug 819639 - Part b: Move EventSource to Paris bindings; r=bz
2012-12-22 09:17:05 +01:00
EventTarget.webidl
Bug 822399 - Make Event to use Paris bindings, r=peterv
2013-03-09 13:34:29 +02:00
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
Fix for bug 788532 (Add the new DOM bindings API to DOM lists). r=bz.
2012-09-05 22:49:53 +02:00
FileReaderSync.webidl
Bug 793025: Convert FileReaderSync to WebIDL bindings. r=bz
2012-09-20 19:47:47 -07:00
FileRequest.webidl
Bug 824986 - Move DOMRequest and subclasses to Paris bindings; r=khuey
2013-03-17 09:51:36 +01:00
FormData.webidl
Bug 690659 - Add the optional filename parameter to the FormData.append method. r=sicking
2013-03-03 19:30:13 +01:00
Function.webidl
GainNode.webidl
Bug 807526 - Implement GainNode; r=bzbarsky
2012-10-31 15:09:32 -04:00
Gamepad.webidl
bug 851542 - Gamepad to webidl (with nsIVariant). r=smaug
2013-04-09 08:43:25 -04:00
HTMLAnchorElement.webidl
Bug 839912 - Implement the URLUtils interface; r=Ms2ger
2013-02-19 01:07:44 -05:00
HTMLAppletElement.webidl
Bug 843627 part 2. Implement the WebIDL API for <embed> and <applet>. r=peterv
2013-03-17 10:42:03 -04:00
HTMLAreaElement.webidl
Bug 839913 - Fix HTMLAreaElement's stringifier; r=bz
2013-03-05 10:46:48 +01:00
HTMLAudioElement.webidl
Bug 841493 - HTMLAudioElement to WebIDL, r=Ms2ger
2013-03-19 13:26:39 +01:00
HTMLBaseElement.webidl
Bug 839116 part 2. Convert HTMLSharedElement to WebIDL. r=ms2ger
2013-02-08 12:20:11 +00: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
HTMLBRElement.webidl
Bug 837520 - Part 2: Move HTMLBRElement to Web IDL bindings; r=bzbarsky
2013-02-03 18:05:27 -05:00
HTMLButtonElement.webidl
Bug 839179 - Part d: Make sure the button element bindings throw exceptions where necessary; r=bz
2013-02-12 11:10:32 +01:00
HTMLCollection.webidl
Fix for bug 788532 (Add the new DOM bindings API to DOM lists). r=bz.
2012-09-05 22:49:53 +02:00
HTMLDataElement.webidl
Bug 839371 - Implement HTML5 <data> element. r=smaug
2013-02-26 15:19:05 -05:00
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
HTMLDirectoryElement.webidl
Bug 839116 part 2. Convert HTMLSharedElement to WebIDL. r=ms2ger
2013-02-08 12:20:11 +00: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 839116 part 2. Convert HTMLSharedElement to WebIDL. r=ms2ger
2013-02-08 12:20:11 +00:00
HTMLElement.webidl
Bug 852846. Make .style [PutForwards=cssText]. r=ms2ger
2013-03-20 12:22:25 -04:00
HTMLEmbedElement.webidl
Bug 843627 part 2. Implement the WebIDL API for <embed> and <applet>. r=peterv
2013-03-17 10:42:03 -04:00
HTMLFieldSetElement.webidl
Bug 839105 - Convert HTMLFieldSetElement to WebIDL. r=Ms2ger
2013-02-08 11:34:48 -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
HTMLFrameElement.webidl
Bug 842495 - Cleanup contentDocument/contentWindow getters; r=mounir
2013-02-28 21:28:32 +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
HTMLHeadElement.webidl
Bug 839116 part 2. Convert HTMLSharedElement to WebIDL. r=ms2ger
2013-02-08 12:20:11 +00:00
HTMLHeadingElement.webidl
Bug 824237. Add support for "partial interface" to WebIDL parser. r=khuey
2013-01-10 10:49:07 -05:00
HTMLHRElement.webidl
Bug 838233 - Convert HTMLHRElement to WebIDL. r=Ms2ger
2013-02-07 09:57:59 -05:00
HTMLHtmlElement.webidl
Bug 839116 part 2. Convert HTMLSharedElement to WebIDL. r=ms2ger
2013-02-08 12:20:11 +00:00
HTMLIFrameElement.webidl
Bug 844169 - Part 4: Move HTMLIFrameElement to Web IDL bindings; r=ms2ger
2013-02-27 10:38:32 -05:00
HTMLImageElement.webidl
Bug 827158 part 10. Implement the WebIDL API for <object>. r=peterv,johns
2013-03-04 14:08:24 -05:00
HTMLInputElement.webidl
Bug 856611 - Cleanup HTMLInputElement.webidl; r=bz
2013-04-04 09:04:45 +02: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
HTMLLegendElement.webidl
Bug 838532 - Convert HTMLLegendElement to WebIDL. r=Ms2ger
2013-02-15 11:55:53 -05:00
HTMLLIElement.webidl
Bug 839116 part 2. Convert HTMLSharedElement to WebIDL. r=ms2ger
2013-02-08 12:20:11 +00:00
HTMLLinkElement.webidl
Bug 846972 part 2. Add the WebIDL APIs for StyleSheet and CSSStyleSheet. r=peterv
2013-03-17 10:42:59 -04:00
HTMLMapElement.webidl
Bug 837597 - Part b: Move HTMLMapElement to Paris bindings; r=bz
2013-02-07 09:08:57 +01:00
HTMLMediaElement.webidl
Bug 742537 - Remove HTMLMediaElement.initialTime attribute. r=cpearce,doublec
2013-04-01 20:38:54 -04:00
HTMLMenuElement.webidl
Bug 838559 - Convert HTMLMenuElement to WebIDL. r=Ms2ger, r=peterv
2013-02-18 06:59:08 -05:00
HTMLMenuItemElement.webidl
Bug 838598 - Part 2: Convert HTMLMenuItemElement to WebIDL. r=Ms2ger, r=janv
2013-02-18 05:06:27 -05:00
HTMLMetaElement.webidl
Bug 838160 - Part b: Move HTMLMetaElement to Paris bindings; r=bz
2013-02-07 09:08:58 +01:00
HTMLMeterElement.webidl
Bug 838750 - Convert HTMLMeterElement to WebIDL. r=Ms2ger
2013-02-07 10:00:39 -05:00
HTMLModElement.webidl
Bug 837597 - Part b: Move HTMLModElement to Paris bindings; r=bz
2013-02-07 09:08:58 +01:00
HTMLObjectElement.webidl
Bug 783059 - Plugin instantiation tests for embed/object tags. r=josh
2013-03-11 11:47:36 -07:00
HTMLOListElement.webidl
Bug 824237. Add support for "partial interface" to WebIDL parser. r=khuey
2013-01-10 10:49:07 -05:00
HTMLOptGroupElement.webidl
Bug 839056 - Convert HTMLOptGroupElement to WebIDL. r=Ms2ger
2013-02-08 11:34:48 -05:00
HTMLOptionElement.webidl
Fix for bug 825628 (Implement NamedConstructor) - use NamedConstructor for Image() and Option(). r=bz.
2013-01-22 11:53:13 +01:00
HTMLOptionsCollection.webidl
Bug 839056 - Convert HTMLOptGroupElement to WebIDL. r=Ms2ger
2013-02-08 11:34:48 -05:00
HTMLOutputElement.webidl
Bug 838160 - Part b: Move HTMLOutputElement to Paris bindings; r=bz
2013-02-12 11:11:01 +01:00
HTMLParagraphElement.webidl
Bug 824237. Add support for "partial interface" to WebIDL parser. r=khuey
2013-01-10 10:49:07 -05:00
HTMLParamElement.webidl
Bug 839116 part 2. Convert HTMLSharedElement to WebIDL. r=ms2ger
2013-02-08 12:20:11 +00:00
HTMLPreElement.webidl
Bug 824237. Add support for "partial interface" to WebIDL parser. r=khuey
2013-01-10 10:49:07 -05:00
HTMLProgressElement.webidl
Bug 839033 - Convert HTMLProgressElement to WebIDL. r=Ms2ger
2013-02-11 13:56:31 -05:00
HTMLPropertiesCollection.webidl
Fix for bug 788532 (Add the new DOM bindings API to DOM lists). r=bz.
2012-09-05 22:49:53 +02:00
HTMLQuoteElement.webidl
Bug 839116 part 2. Convert HTMLSharedElement to WebIDL. r=ms2ger
2013-02-08 12:20:11 +00:00
HTMLScriptElement.webidl
Bug 824237. Add support for "partial interface" to WebIDL parser. r=khuey
2013-01-10 10:49:07 -05:00
HTMLSourceElement.webidl
Bug 839022 - Convert HTMLSourceElement to WebIDL. r=Ms2ger
2013-02-07 10:39:10 -05:00
HTMLSpanElement.webidl
Bug 824823 part 15. Switch HTMLSpanElement to WebIDL. r=peterv
2013-01-04 12:02:15 -05:00
HTMLStyleElement.webidl
Bug 846972 part 2. Add the WebIDL APIs for StyleSheet and CSSStyleSheet. r=peterv
2013-03-17 10:42:59 -04: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
HTMLTemplateElement.webidl
Bug 818976 - Part 2: Implement template element interface. r=mrbkap,bz
2013-03-26 00:15:23 -07:00
HTMLTextAreaElement.webidl
Backed out 6 changesets (bug 832920, bug 825341, bug 838582, bug 842726, bug 629801, bug 842561) for Linux32 debug mochitest-2 and Windows/OSX mochitest-browser-chrome failures on a CLOSED TREE.
2013-02-22 15:30:06 -05:00
HTMLTimeElement.webidl
Bug 629801 Implement HTML5 <time> element. r=smaug, peterv, hsivonen
2013-02-22 10:07:42 -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
HTMLVideoElement.webidl
Bug 841493 - Convert HTMLVideoElement to WebIDL, r=Ms2ger
2013-03-19 13:28:34 +01:00
IDBFactory.webidl
Bug 854323 - Move IDBFactory to Paris bindings. r=khuey
2013-03-31 10:18:30 +02:00
IDBVersionChangeEvent.webidl
Bug 847607 - Paris bindings for IDB event, r=khuey
2013-03-12 19:45:59 +02: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
InspectorUtils.webidl
Bug 848745 part 1. Add a scriptable API for converting CSS color names to RGB triples. r=dbaron,miker
2013-03-14 15:43:00 -04:00
LinkStyle.webidl
Bug 837416 - Part 2: Move HTMLStyleElement to Web IDL bindings; r=bzbarsky
2013-02-03 12:42:40 -05:00
LocalMediaStream.webidl
Bug 837034. Part 2: Convert DOMMediaStream to use WebIDL. r=peterv,jesup
2013-02-15 21:04:11 +13:00
Location.webidl
Bug 859503. Make unknown extended attributes into parse errors. r=khuey
2013-04-10 13:49:06 -04:00
MediaError.webidl
Bug 840559 - Convert MediaError to WebIDL. r=smaug
2013-02-14 10:59:21 -05:00
MediaStream.webidl
Bug 842089. MediaStream doesn't implement EventTarget yet. r=bz
2013-02-22 10:33:30 -05:00
MediaStreamList.webidl
Bug 837034. Part 2: Convert DOMMediaStream to use WebIDL. r=peterv,jesup
2013-02-15 21:04:11 +13:00
MessageEvent.webidl
Bug 847583 - Paris binding for MessageEvent, r=peterv
2013-03-13 22:18:36 +02:00
MouseEvent.webidl
Bug 851073 - Move MouseEvent to Web IDL; r=smaug
2013-03-14 11:30:47 -04:00
MozActivity.webidl
Bug 824986 - Move DOMRequest and subclasses to Paris bindings; r=khuey
2013-03-17 09:51:36 +01:00
MutationEvent.webidl
Bug 847586 - Paris binding for MutationEvent, r=Ms2ger
2013-03-14 23:18:20 +02:00
MutationObserver.webidl
Bug 790978 - Convert MutationObserver to webidl, r=bz
2012-12-18 16:50:52 +02:00
Node.webidl
Bug 856752. Reinstate Node.hasAttributes. r=khuey
2013-04-02 00:04:19 -04:00
NodeFilter.webidl
Bug 816375. Switch NodeFilter to WebIDL bindings. r=peterv
2012-12-14 14:10:49 -05:00
NodeIterator.webidl
Bug 776536 part 4. Turn on WebIDL bindings for NodeIterator and TreeWalker. r=peterv
2013-02-28 12:56:42 -05:00
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
Notification.webidl
Bug 782211 - Part 5: Implement Notification API. r=smaug
2013-03-18 06:24:54 -07: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 849914 - Implement the latest spec changes to PannerNode and AudioListener; r=roc
2013-03-11 19:09:27 -04: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
Bug 778150 part 3. Default attributes to infallible. Allow annotation of fallible attributes in WebIDL. r=peterv
2012-09-05 09:21:33 -04:00
PerformanceTiming.webidl
Bug 778150 part 3. Default attributes to infallible. Allow annotation of fallible attributes in WebIDL. r=peterv
2012-09-05 09:21:33 -04:00
ProcessingInstruction.webidl
Range.webidl
Bug 851025 - Remove nsLayoutUtils::RectListBuilder::mRv; r=bz
2013-03-17 08:55:16 +01:00
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
RTCConfiguration.webidl
Bug 855769: Wire up TURN support in RTCPeerConnection config r=jesup
2013-03-29 19:02:08 -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
ScrollAreaEvent.webidl
Bug 855241 - Paris binding for ScrollAreaEvent, r=peterv
2013-03-28 16:21:20 +02:00
SimpleGestureEvent.webidl
Bug 678392 - Add support for swipe animation as in Safari. r=smichaud,jaws,felipc
2013-04-09 14:44:01 -05:00
SpeechGrammar.webidl
Bug 650295 - Implement main state machine for speech recognition. r=smaug
2013-03-27 14:13:57 -07:00
SpeechGrammarList.webidl
Bug 650295 - Implement main state machine for speech recognition. r=smaug
2013-03-27 14:13:57 -07:00
SpeechRecognition.webidl
Bug 650295 - Implement main state machine for speech recognition. r=smaug
2013-03-27 14:13:57 -07:00
SpeechRecognitionAlternative.webidl
Bug 650295 - Implement main state machine for speech recognition. r=smaug
2013-03-27 14:13:57 -07:00
SpeechRecognitionResult.webidl
Bug 650295 - Implement main state machine for speech recognition. r=smaug
2013-03-27 14:13:57 -07:00
SpeechRecognitionResultList.webidl
Bug 650295 - Implement main state machine for speech recognition. r=smaug
2013-03-27 14:13:57 -07:00
SpeechSynthesis.webidl
Bug 525444 - (Part 1/3) Basic SpeechSynthesis setup and voice registration. r=smaug
2013-04-03 15:13:16 -07:00
SpeechSynthesisEvent.webidl
Bug 525444 - (Part 1/3) Basic SpeechSynthesis setup and voice registration. r=smaug
2013-04-03 15:13:16 -07:00
SpeechSynthesisUtterance.webidl
Bug 525444 - (Part 1/3) Basic SpeechSynthesis setup and voice registration. r=smaug
2013-04-03 15:13:16 -07:00
SpeechSynthesisVoice.webidl
Bug 525444 - (Part 1/3) Basic SpeechSynthesis setup and voice registration. r=smaug
2013-04-03 15:13:16 -07:00
StyleSheet.webidl
Bug 846972 part 2. Add the WebIDL APIs for StyleSheet and CSSStyleSheet. r=peterv
2013-03-17 10:42:59 -04:00
SVGAElement.webidl
Bug 833446: Remove nsIDOMSVGAElement r=peterv
2013-02-18 17:48:53 -05:00
SVGAltGlyphElement.webidl
Bug 833446: Remove nsIDOMSVGAltGlyphElement r=peterv
2013-02-02 15:22:36 -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
SVGComponentTransferFunctionElement.webidl
Bug 835065 - Part c: Move SVGComponentTransferFunctionElement and subclasses to Paris bindings; r=bz
2013-02-12 11:10:24 +01: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
SVGDocument.webidl
Bug 848386 part 5. Convert SVGDocument to WebIDL. r=peterv
2013-03-20 12:22:26 -04:00
SVGElement.webidl
Bug 852846. Make .style [PutForwards=cssText]. r=ms2ger
2013-03-20 12:22:25 -04:00
SVGEllipseElement.webidl
Bug 832169 - Convert SVGAnimatedLength to WebIDL r=bz
2013-01-19 15:56:00 -05:00
SVGFEBlendElement.webidl
Bug 847116: WebIDL bindings for SVGFEBlendElement r=Ms2ger
2013-03-07 02:17:00 -05:00
SVGFEColorMatrixElement.webidl
Bug 847120: Convert SVGFEColorMatrixElement to WebIDL r=Ms2ger
2013-03-18 19:14:40 -04:00
SVGFEComponentTransferElement.webidl
Bug 849710 - Convert SVGFEComponentTransferElement to WebIDL r=Ms2ger
2013-03-16 00:13:31 -04:00
SVGFECompositeElement.webidl
Bug 847120: Convert SVGFECompositeElement to WebIDL r=Ms2ger
2013-03-18 19:14:40 -04:00
SVGFEConvolveMatrixElement.webidl
Bug 847120: Convert SVGFEConvolveMatrixElement to WebIDL r=Ms2ger
2013-03-25 02:26:06 -04:00
SVGFEDiffuseLightingElement.webidl
Bug 847120: Convert SVGFEDiffuseLightingElement to WebIDL r=Ms2ger
2013-03-25 02:26:05 -04:00
SVGFEDisplacementMapElement.webidl
Bug 847120: Convert SVGFEDisplacementMapElement to WebIDL r=Ms2ger
2013-03-25 02:26:06 -04:00
SVGFEDistantLightElement.webidl
Bug 832155: Convert SVGFEDistantLightElement to WebIDL r=Ms2ger
2013-03-15 03:01:38 -04:00
SVGFEFloodElement.webidl
Bug 847120: Convert SVGFEFloodElement to WebIDL r=Ms2ger
2013-03-07 04:15:22 -05:00
SVGFEFuncAElement.webidl
Bug 835065 - Part c: Move SVGComponentTransferFunctionElement and subclasses to Paris bindings; r=bz
2013-02-12 11:10:24 +01:00
SVGFEFuncBElement.webidl
Bug 835065 - Part c: Move SVGComponentTransferFunctionElement and subclasses to Paris bindings; r=bz
2013-02-12 11:10:24 +01:00
SVGFEFuncGElement.webidl
Bug 835065 - Part c: Move SVGComponentTransferFunctionElement and subclasses to Paris bindings; r=bz
2013-02-12 11:10:24 +01:00
SVGFEFuncRElement.webidl
Bug 835065 - Part c: Move SVGComponentTransferFunctionElement and subclasses to Paris bindings; r=bz
2013-02-12 11:10:24 +01:00
SVGFEGaussianBlurElement.webidl
Bug 847120: Convert SVGFEGaussianBlurElement to WebIDL r=Ms2ger
2013-03-19 13:43:31 -04:00
SVGFEImageElement.webidl
Bug 847120: Convert SVGFEImageElement to WebIDL r=Ms2ger
2013-03-07 04:15:23 -05:00
SVGFEMergeElement.webidl
Bug 847120: Convert SVGFEMergeElement to WebIDL r=Ms2ger
2013-03-07 04:15:21 -05:00
SVGFEMergeNodeElement.webidl
Bug 847202: Convert SVGFEMergeNodeElement to WebIDL r=Ms2ger
2013-03-07 04:15:22 -05:00
SVGFEMorphologyElement.webidl
Bug 847120: Convert SVGFEMorphologyElement to WebIDL r=Ms2ger
2013-03-26 19:43:33 -04:00
SVGFEOffsetElement.webidl
Bug 847120: Convert SVGFEOffsetElement to WebIDL r=Ms2ger
2013-03-21 13:38:28 -04:00
SVGFEPointLightElement.webidl
Bug 832155: Convert SVGFEPointLightElement to WebIDL r=Ms2ger
2013-03-13 17:41:20 -04:00
SVGFESpecularLightingElement.webidl
Bug 847120: Convert SVGFESpecularLightingElement to WebIDL r=Ms2ger
2013-03-25 02:26:05 -04:00
SVGFESpotLightElement.webidl
Bug 853692: Convert SVGFESpotLightElement to WebIDL r=Ms2ger
2013-03-25 02:26:04 -04:00
SVGFETileElement.webidl
Bug 847120: Convert SVGFETileElement to WebIDL r=Ms2ger
2013-03-11 03:27:08 -04:00
SVGFETurbulenceElement.webidl
Bug 847120: Convert SVGFETurbulenceElement to WebIDL r=Ms2ger
2013-03-26 19:43:33 -04:00
SVGFilterElement.webidl
Bug 837044 - Convert SVGFilterElement to WebIDL r=bz
2013-02-17 21:14:02 -05:00
SVGFilterPrimitiveStandardAttributes.webidl
Bug 847116: WebIDL bindings for SVGFEBlendElement r=Ms2ger
2013-03-07 02:17: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 852620 - Convert SVGRect to WebIDL, r=Ms2ger
2013-03-26 16:53:13 +01:00
SVGImageElement.webidl
Bug 827158 part 10. Implement the WebIDL API for <object>. r=peterv,johns
2013-03-04 14:08:24 -05:00
SVGLengthList.webidl
Fix for bug 788532 (Add the new DOM bindings API to DOM lists). r=bz.
2012-09-05 22:49:53 +02:00
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
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
Fix for bug 788532 (Add the new DOM bindings API to DOM lists). r=bz.
2012-09-05 22:49:53 +02:00
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
SVGRect.webidl
Bug 852620 - Convert SVGRect to WebIDL, r=Ms2ger
2013-03-26 16:53:13 +01:00
SVGRectElement.webidl
Bug 832169 - Convert SVGAnimatedLength to WebIDL r=bz
2013-01-19 15:56:00 -05:00
SVGScriptElement.webidl
Bug 833446: Remove nsIDOMSVGScriptElement r=peterv
2013-02-02 15:23:18 -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 852620 - Convert SVGRect to WebIDL, r=Ms2ger
2013-03-26 16:53:13 +01: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 398825 - Make the selectSubString method pref enabled and fix and re-enable the mochitests r=Ms2ger
2013-04-02 12:17:52 +01: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
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 837044 - Convert SVGFilterElement to WebIDL r=bz
2013-02-17 21:14:02 -05: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 852843] SVGZoomAndPan interface object not being instantiated r=bz
2013-03-21 01:33:56 -04: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
TimeRanges.webidl
Bug 841014 - Convert TimeRanges to WebIDL. r=Ms2ger, r=peterv
2013-03-02 14:16:43 -05:00
TouchList.webidl
Fix for bug 788532 (Add the new DOM bindings API to DOM lists). r=bz.
2012-09-05 22:49:53 +02:00
TransitionEvent.webidl
Bug 847599 - Paris binding for TransitionEvent, r=Ms2ger
2013-03-14 23:16:13 +02:00
TreeWalker.webidl
Bug 776536 part 3. Add a WebIDL API to NodeIterator and TreeWalker. r=peterv
2013-02-28 12:56:42 -05:00
UIEvent.webidl
Bug 847585 - Paris binding for UIEvent, r=peterv
2013-03-13 22:02:32 +02:00
UndoManager.webidl
Bug 830992 part 2. Switch DOMTransaction to WebIDL codegen. r=wchen,peterv
2013-02-06 09:42:33 +00:00
URL.webidl
Bug 837034. Part 2: Convert DOMMediaStream to use WebIDL. r=peterv,jesup
2013-02-15 21:04:11 +13:00
URLUtils.webidl
Bug 839912 - Implement the URLUtils interface; r=Ms2ger
2013-02-19 01:07:44 -05: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
WebComponents.webidl
Bug 783129 - Implementation of document.register without shadow DOM support. r=mrbkap
2012-11-01 11:18:08 -07: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 851542 - Gamepad to webidl (with nsIVariant). r=smaug
2013-04-09 08:43:25 -04:00
WebSocket.webidl
Bug 792137. [TreatNonCallableAsNull] lives on the callback type now. r=peterv
2012-10-10 15:53:02 -04:00
WheelEvent.webidl
Bug 855091 - Paris bindings for WheelEvent, r=peterv
2013-03-28 16:57:33 +02:00
XMLDocument.webidl
Bug 848332 part 1. Add WebIDL API for XMLDocument. r=peterv
2013-03-26 11:31:54 -04:00
XMLHttpRequest.webidl
Bug 843508 - Remove support for multipart XHR responses. r=jst.
2013-03-04 11:06:15 +02: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
XMLStylesheetProcessingInstruction.webidl
Fix for bug 836809 (Convert XMLStyleSheetProcessingInstruction to WebIDL). r=bz.
2013-02-01 13:28:37 +01:00
XPathEvaluator.webidl
Bug 816380 followup. Remove unnecessary code.
2012-12-19 22:51:29 -08:00
XULCommandEvent.webidl
Bug 855110 - Paris binding for XULCommandEvent, r=peterv
2013-03-28 16:19:10 +02:00
XULDocument.webidl
Bug 848796 part 2. Add WebIDL API for XULDocument. r=peterv
2013-03-26 11:31:53 -04:00
XULElement.webidl
Bug 838691 part 3. Switch touch event handler attributes to using a function to check whether they're enabled. r=peterv
2013-02-19 11:54:41 -05:00