gecko/dom/interfaces/html
2011-08-25 11:42:23 +12:00
..
Makefile.in Bug 617528 Part 2 - Core implementation r=smaug 2011-08-08 19:31:32 +02:00
nsIDOMDOMStringMap.idl Bug 560112 - Implement HTML5 dataset attribute. r=sicking,mrbkap 2011-05-20 10:23:49 -07:00
nsIDOMHTMLAnchorElement.idl Bug 583514 - implement click and accesskey for all HTML elements r=smaug 2011-04-11 18:56:37 +02:00
nsIDOMHTMLAppletElement.idl Bug 583514 - implement click and accesskey for all HTML elements r=smaug 2011-04-11 18:56:37 +02:00
nsIDOMHTMLAreaElement.idl Bug 583514 - implement click and accesskey for all HTML elements r=smaug 2011-04-11 18:56:37 +02:00
nsIDOMHTMLAudioElement.idl Bug 583514 - implement click and accesskey for all HTML elements r=smaug 2011-04-11 18:56:37 +02:00
nsIDOMHTMLBaseElement.idl Bug 583514 - implement click and accesskey for all HTML elements r=smaug 2011-04-11 18:56:37 +02:00
nsIDOMHTMLBodyElement.idl Bug 659350 part 5. The guts of the change to move from storing inline event handlers on the JSObject to storing them in the event listener manager directly, so we can easily set/read them via IDL. 2011-08-24 15:49:25 -04:00
nsIDOMHTMLBRElement.idl Bug 583514 - implement click and accesskey for all HTML elements r=smaug 2011-04-11 18:56:37 +02:00
nsIDOMHTMLButtonElement.idl Bug 583514 - implement click and accesskey for all HTML elements r=smaug 2011-04-11 18:56:37 +02:00
nsIDOMHTMLByteRanges.idl
nsIDOMHTMLCanvasElement.idl Bug 564388 - Make the 'quality' parameter to ToDataURL work for image/jpeg. Also fixes bug 401795 (handle excess arguments to ToDataURL by ignoring them). r=bz,roc 2011-05-26 09:28:26 +02:00
nsIDOMHTMLCollection.idl Bug 583514 - implement click and accesskey for all HTML elements r=smaug 2011-04-11 18:56:37 +02:00
nsIDOMHTMLCommandElement.idl Bug 617528 Part 2 - Core implementation r=smaug 2011-08-08 19:31:32 +02:00
nsIDOMHTMLDataListElement.idl Bug 583514 - implement click and accesskey for all HTML elements r=smaug 2011-04-11 18:56:37 +02:00
nsIDOMHTMLDirectoryElement.idl Bug 583514 - implement click and accesskey for all HTML elements r=smaug 2011-04-11 18:56:37 +02:00
nsIDOMHTMLDivElement.idl Bug 583514 - implement click and accesskey for all HTML elements r=smaug 2011-04-11 18:56:37 +02:00
nsIDOMHTMLDListElement.idl Bug 583514 - implement click and accesskey for all HTML elements r=smaug 2011-04-11 18:56:37 +02:00
nsIDOMHTMLDocument.idl Bug 677529 - Remove manual jspubtd.h inclusions from IDL files. r=Ms2ger 2011-08-14 19:12:35 +02:00
nsIDOMHTMLElement.idl Bug 583533 - Implement AccessKeyLabel attribute r=smaug, ui-review=faaborg 2011-07-31 21:43:54 +02:00
nsIDOMHTMLEmbedElement.idl Bug 583514 - implement click and accesskey for all HTML elements r=smaug 2011-04-11 18:56:37 +02:00
nsIDOMHTMLFieldSetElement.idl Bug 583514 - implement click and accesskey for all HTML elements r=smaug 2011-04-11 18:56:37 +02:00
nsIDOMHTMLFontElement.idl Bug 583514 - implement click and accesskey for all HTML elements r=smaug 2011-04-11 18:56:37 +02:00
nsIDOMHTMLFormElement.idl Bug 660433 - Remove nsIDOMNSHTMLFormElement; f=volkmar r=peterv 2011-05-30 13:35:56 +02:00
nsIDOMHTMLFrameElement.idl Bug 583514 - implement click and accesskey for all HTML elements r=smaug 2011-04-11 18:56:37 +02:00
nsIDOMHTMLFrameSetElement.idl Bug 659350 part 5. The guts of the change to move from storing inline event handlers on the JSObject to storing them in the event listener manager directly, so we can easily set/read them via IDL. 2011-08-24 15:49:25 -04:00
nsIDOMHTMLHeadElement.idl Bug 664544 - Remove the remnants of HTMLHeadElement.profile; r=sicking 2011-06-18 11:01:57 +02:00
nsIDOMHTMLHeadingElement.idl Bug 583514 - implement click and accesskey for all HTML elements r=smaug 2011-04-11 18:56:37 +02:00
nsIDOMHTMLHRElement.idl Bug 659990 - Remove nsIDOMNSHTMLHRElement; r=peterv 2011-05-28 09:43:44 +02:00
nsIDOMHTMLHtmlElement.idl Bug 583514 - implement click and accesskey for all HTML elements r=smaug 2011-04-11 18:56:37 +02:00
nsIDOMHTMLIFrameElement.idl Bug 583514 - implement click and accesskey for all HTML elements r=smaug 2011-04-11 18:56:37 +02:00
nsIDOMHTMLImageElement.idl Bug 664299 - Add support for the crossorigin attribute on the html:img tag, and pass the appropriate CORS mode to imgILoader::loadImage when it's specified. r=bz 2011-07-14 14:47:35 -04:00
nsIDOMHTMLInputElement.idl Bug 674558 - Implement the HTML5 selectionDirection property for text controls (input and textarea); r=bzbarsky 2011-07-28 13:51:22 -04:00
nsIDOMHTMLLabelElement.idl Bug 583514 - implement click and accesskey for all HTML elements r=smaug 2011-04-11 18:56:37 +02:00
nsIDOMHTMLLegendElement.idl Bug 583514 - implement click and accesskey for all HTML elements r=smaug 2011-04-11 18:56:37 +02:00
nsIDOMHTMLLIElement.idl Bug 583514 - implement click and accesskey for all HTML elements r=smaug 2011-04-11 18:56:37 +02:00
nsIDOMHTMLLinkElement.idl Bug 583514 - implement click and accesskey for all HTML elements r=smaug 2011-04-11 18:56:37 +02:00
nsIDOMHTMLMapElement.idl Bug 583514 - implement click and accesskey for all HTML elements r=smaug 2011-04-11 18:56:37 +02:00
nsIDOMHTMLMediaElement.idl Bug 648595 - Part 1/2: Implement temporal dimension portion of Media Fragments URI specification for video/audio - r=cpearce 2011-08-25 11:42:23 +12:00
nsIDOMHTMLMenuElement.idl Bug 617528 Part 2 - Core implementation r=smaug 2011-08-08 19:31:32 +02:00
nsIDOMHTMLMenuItemElement.idl Bug 617528 Part 2 - Core implementation r=smaug 2011-08-08 19:31:32 +02:00
nsIDOMHTMLMetaElement.idl Bug 583514 - implement click and accesskey for all HTML elements r=smaug 2011-04-11 18:56:37 +02:00
nsIDOMHTMLModElement.idl Bug 583514 - implement click and accesskey for all HTML elements r=smaug 2011-04-11 18:56:37 +02:00
nsIDOMHTMLObjectElement.idl Bug 583514 - implement click and accesskey for all HTML elements r=smaug 2011-04-11 18:56:37 +02:00
nsIDOMHTMLOListElement.idl Bug 583514 - implement click and accesskey for all HTML elements r=smaug 2011-04-11 18:56:37 +02:00
nsIDOMHTMLOptGroupElement.idl Bug 583514 - implement click and accesskey for all HTML elements r=smaug 2011-04-11 18:56:37 +02:00
nsIDOMHTMLOptionElement.idl Bug 583514 - implement click and accesskey for all HTML elements r=smaug 2011-04-11 18:56:37 +02:00
nsIDOMHTMLOptionsCollection.idl Bug 596311 - Include whatwg specs in dom/interfaces/html/ idl comments where needed. r=smaug a=NPOTB 2010-11-17 00:45:29 +01:00
nsIDOMHTMLOutputElement.idl Bug 583514 - implement click and accesskey for all HTML elements r=smaug 2011-04-11 18:56:37 +02:00
nsIDOMHTMLParagraphElement.idl Bug 583514 - implement click and accesskey for all HTML elements r=smaug 2011-04-11 18:56:37 +02:00
nsIDOMHTMLParamElement.idl Bug 583514 - implement click and accesskey for all HTML elements r=smaug 2011-04-11 18:56:37 +02:00
nsIDOMHTMLPreElement.idl Bug 583514 - implement click and accesskey for all HTML elements r=smaug 2011-04-11 18:56:37 +02:00
nsIDOMHTMLProgressElement.idl Back out changeset bfb48178c8ec (finish backing out bug 514437) to fix tests on a CLOSED TREE. 2011-05-09 19:38:05 -07:00
nsIDOMHTMLQuoteElement.idl Bug 583514 - implement click and accesskey for all HTML elements r=smaug 2011-04-11 18:56:37 +02:00
nsIDOMHTMLScriptElement.idl Bug 583514 - implement click and accesskey for all HTML elements r=smaug 2011-04-11 18:56:37 +02:00
nsIDOMHTMLSelectElement.idl Bug 666200 - support select.add(element, long before). r=smaug 2011-07-21 19:16:28 +09:00
nsIDOMHTMLSourceElement.idl Bug 583514 - implement click and accesskey for all HTML elements r=smaug 2011-04-11 18:56:37 +02:00
nsIDOMHTMLStyleElement.idl Bug 583514 - implement click and accesskey for all HTML elements r=smaug 2011-04-11 18:56:37 +02:00
nsIDOMHTMLTableCaptionElem.idl Bug 583514 - implement click and accesskey for all HTML elements r=smaug 2011-04-11 18:56:37 +02:00
nsIDOMHTMLTableCellElement.idl Bug 583514 - implement click and accesskey for all HTML elements r=smaug 2011-04-11 18:56:37 +02:00
nsIDOMHTMLTableColElement.idl Bug 583514 - implement click and accesskey for all HTML elements r=smaug 2011-04-11 18:56:37 +02:00
nsIDOMHTMLTableElement.idl Bug 583514 - implement click and accesskey for all HTML elements r=smaug 2011-04-11 18:56:37 +02:00
nsIDOMHTMLTableRowElement.idl Bug 583514 - implement click and accesskey for all HTML elements r=smaug 2011-04-11 18:56:37 +02:00
nsIDOMHTMLTableSectionElem.idl Bug 583514 - implement click and accesskey for all HTML elements r=smaug 2011-04-11 18:56:37 +02:00
nsIDOMHTMLTextAreaElement.idl Bug 674558 - Implement the HTML5 selectionDirection property for text controls (input and textarea); r=bzbarsky 2011-07-28 13:51:22 -04:00
nsIDOMHTMLTitleElement.idl Bug 583514 - implement click and accesskey for all HTML elements r=smaug 2011-04-11 18:56:37 +02:00
nsIDOMHTMLUListElement.idl Bug 583514 - implement click and accesskey for all HTML elements r=smaug 2011-04-11 18:56:37 +02:00
nsIDOMHTMLUnknownElement.idl Bug 583514 - implement click and accesskey for all HTML elements r=smaug 2011-04-11 18:56:37 +02:00
nsIDOMHTMLVideoElement.idl Bug 583514 - implement click and accesskey for all HTML elements r=smaug 2011-04-11 18:56:37 +02:00
nsIDOMMediaError.idl Bug 589561 - Rename HTMLTimeRanges to TimeRanges, HTMLMediaError to MediaError. r=roc a=roc 2010-08-25 20:43:00 +12:00
nsIDOMNSHTMLElement.idl Bug 617528 Part 2 - Core implementation r=smaug 2011-08-08 19:31:32 +02:00
nsIDOMNSHTMLFrameElement.idl
nsIDOMNSHTMLOptionCollectn.idl Bug 666200 - support select.add(element, long before). r=smaug 2011-07-21 19:16:28 +09:00
nsIDOMTimeRanges.idl Bug 626273 - Correct boundary seek logic. Change media element IDL floats to doubles per the spec. Invalidate updated frame after seeking. Optimize small forward seeks in WebM. r=cpearce a=roc 2011-01-17 16:03:00 +13:00
nsIDOMValidityState.idl Bug 596311 - Include whatwg specs in dom/interfaces/html/ idl comments where needed. r=smaug a=NPOTB 2010-11-17 00:45:29 +01:00