gecko/dom/webidl
2014-09-22 05:25:00 +02:00
..
AbortablePromise.webidl Bug 1035060 - Implement AbortablePromise. r=bz 2014-09-12 10:18:49 +08:00
AbstractWorker.webidl Bug 1017988 part 8. Add [Exposed] extended attributes as needed. r=khuey 2014-08-04 22:20:34 -04:00
ActivityRequestHandler.webidl
AlarmsManager.webidl Bug 901114 - Convert Alarm API to WebIDL. r=nsm, sr=jst 2014-06-13 14:19:11 +08:00
AnalyserNode.webidl Bug 1007778 - Add a devtools API to make some Web Audio nodes pass through their inputs; r=roc,smaug 2014-08-18 20:12:50 -04:00
Animatable.webidl Bug 1032573 part 5 - Add GetAnimationPlayers to Element; r=bz 2014-07-16 09:02:31 +09:00
Animation.webidl Bug 1045993 part 1 - Add AnimationEffect interface and Animation.effect member; r=dbaron, r=bz 2014-08-22 13:42:47 +01:00
AnimationEffect.webidl Bug 1045993 part 3 - Add AnimationEffect.name; r=dbaron, r=bz 2014-08-22 13:42:48 +01:00
AnimationEvent.webidl
AnimationPlayer.webidl Bug 1033114 Part 1: Update AnimationPlayer to spec changes r=birtles, r=bz 2014-08-30 02:11:56 -04:00
AnimationTimeline.webidl
AppInfo.webidl
AppNotificationServiceOptions.webidl Bug 912645 - Add notification behavior dict support. r=baku, sr=sicking 2014-09-16 17:12:00 -04:00
Apps.webidl Bug 1063852 - Use webidl sequence for the receipts property. r=marco,bholley 2014-09-05 16:55:30 -07:00
APZTestData.webidl
ArchiveReader.webidl
ArchiveRequest.webidl
Attr.webidl
AudioBuffer.webidl
AudioBufferSourceNode.webidl Bug 1007776 - Add a devtools API for muting the source AudioNodes; r=roc,smaug 2014-08-19 08:12:43 -04:00
AudioChannel.webidl
AudioChannelManager.webidl
AudioContext.webidl Bug 1046582 - mochitest for AudioChannel changes in MediaStream objects, r=ehsan, r=bz 2014-08-03 14:46:17 +01:00
AudioDestinationNode.webidl
AudioListener.webidl
AudioNode.webidl Bug 1007778 - Add a devtools API to make some Web Audio nodes pass through their inputs; r=roc,smaug 2014-08-18 20:12:50 -04:00
AudioParam.webidl
AudioProcessingEvent.webidl
AudioStreamTrack.webidl
AudioTrack.webidl Backed out changeset b191be106cae (bug 744896) for B2G ICS Emulator Opt Test failures on a CLOSED TREE 2014-07-03 11:52:23 +02:00
AudioTrackList.webidl Backed out changeset b191be106cae (bug 744896) for B2G ICS Emulator Opt Test failures on a CLOSED TREE 2014-07-03 11:52:23 +02:00
AutocompleteErrorEvent.webidl Bug 1020440 - Create DOM interfaces and stub for requestAutocomplete. r=smaug,MattN 2014-06-06 13:06:15 -07:00
AutocompleteInfo.webidl Bug 1020496, add getAutocompleteInfo method to get components of autocomplete attribute, r=smaug 2014-07-09 08:01:00 +01:00
BarProp.webidl
BatteryManager.webidl
BeforeUnloadEvent.webidl
BiquadFilterNode.webidl Bug 1007778 - Add a devtools API to make some Web Audio nodes pass through their inputs; r=roc,smaug 2014-08-18 20:12:50 -04:00
Blob.webidl
BlobEvent.webidl
BluetoothAdapter2.webidl Bug 1061481 - Patch 1/3: Cleanup WebIDL files, r=bz 2014-09-11 10:03:40 +08:00
BluetoothAdapter.webidl Bug 929376 - Part 1: Move 'IsConnected' from BluetoothManager.webidl to BluetoothAdapter.webidl and make it asynchronous. sr=mrbkap 2014-08-26 18:50:30 +08:00
BluetoothAdapterEvent.webidl Bug 952486 - Use CheckPermissions instead of Func for several interfaces. r=bz 2014-05-25 15:31:11 -03:00
BluetoothAttributeEvent.webidl Bug 1019544 - Patch1: Revise BluetoothAttributeEvent to fire a single event for multiple attribute changes, r=bz 2014-06-19 12:03:09 +08:00
BluetoothClassOfDevice.webidl Bug 1027504 - Implement BluetoothClassOfDevice, r=bz, r=echou 2014-07-10 14:42:10 +08:00
BluetoothDevice2.webidl Bug 1061481 - Patch 2/3: WebIDL change of BluetoothDevice.type attribute, r=bz 2014-09-11 10:03:52 +08:00
BluetoothDevice.webidl Bug 952486 - Use CheckPermissions instead of Func for several interfaces. r=bz 2014-05-25 15:31:11 -03:00
BluetoothDeviceEvent.webidl Bug 1006314 - Patch 1/3: Revise BluetoothAdapter2.webidl and add BluetoothDiscoveryHandle.webidl, r=bz 2014-07-02 11:16:26 +08:00
BluetoothDiscoveryHandle.webidl Bug 1006314 - Patch 1/3: Revise BluetoothAdapter2.webidl and add BluetoothDiscoveryHandle.webidl, r=bz 2014-07-02 11:16:26 +08:00
BluetoothDiscoveryStateChangedEvent.webidl Bug 952486 - Use CheckPermissions instead of Func for several interfaces. r=bz 2014-05-25 15:31:11 -03:00
BluetoothManager2.webidl Bug 1061481 - Patch 1/3: Cleanup WebIDL files, r=bz 2014-09-11 10:03:40 +08:00
BluetoothManager.webidl Bug 929376 - Part 1: Move 'IsConnected' from BluetoothManager.webidl to BluetoothAdapter.webidl and make it asynchronous. sr=mrbkap 2014-08-26 18:50:30 +08:00
BluetoothPairingEvent.webidl Bug 1061481 - Patch 1/3: Cleanup WebIDL files, r=bz 2014-09-11 10:03:40 +08:00
BluetoothPairingHandle.webidl Bug 1045743. Add support for the Promise<type> syntax to Web IDL bindings. r=khuey 2014-07-31 23:50:30 -04:00
BluetoothPairingListener.webidl Bug 1036228 - Patch1: Add BluetoothPairingRequestListeningHandle.webidl and implement it. r=btian, r=bz 2014-08-05 18:25:42 +08:00
BluetoothStatusChangedEvent.webidl Bug 952486 - Use CheckPermissions instead of Func for several interfaces. r=bz 2014-05-25 15:31:11 -03:00
BrowserElementDictionaries.webidl
BrowserFeedWriter.webidl
CallEvent.webidl
CallGroupErrorEvent.webidl
CallsList.webidl
CameraCapabilities.webidl
CameraControl.webidl Bug 1068559 - Add asynchronous auto focus completed callback. r=bz r=dhylands 2014-09-22 05:25:00 +02:00
CameraManager.webidl Backed out changeset 8e754efd35cd (bug 994912) 2014-09-25 12:44:16 +02:00
CanvasRenderingContext2D.webidl Bug 927892 - Add the CanvasRenderingContext2D.filter property, preffed off by default behind canvas.filters.enabled. r=roc, r=smaug 2014-09-23 17:44:53 -04:00
CaretPosition.webidl
CDATASection.webidl
CFStateChangeEvent.webidl
ChannelMergerNode.webidl
ChannelSplitterNode.webidl
CharacterData.webidl
ChildNode.webidl
ChromeNotifications.webidl
ClipboardEvent.webidl
CloseEvent.webidl Bug 1031051: Part 3 - Migrate CloseEvent to the WebIDL code generator. r=smaug 2014-06-30 16:00:31 -07:00
CommandEvent.webidl
Comment.webidl
CompositionEvent.webidl
Console.webidl Bug 1069490 - Part 1: Add columnNumber to ConsoleEvent and ConsoleStackEntry. r=bz 2014-09-22 11:27:59 -07:00
Constraints.webidl bug 1041493 - add support for browser to mediaSource constraint r=rjesup,khuey 2014-07-21 08:31:31 -04:00
Contacts.webidl
ConvolverNode.webidl Bug 1007778 - Add a devtools API to make some Web Audio nodes pass through their inputs; r=roc,smaug 2014-08-18 20:12:50 -04:00
Coordinates.webidl
Crypto.webidl bug 1030963 - remove non-standard window.crypto functions/properties r=jst r=briansmith r=glandium 2014-08-14 09:38:42 -07:00
CSPReport.webidl Bug 1033423 - CSP: Create CSPReport.webidl to generate JSON for CSP reports (r=bholley) 2014-08-04 12:51:54 -07:00
CSS2Properties.webidl.in
CSS2PropertiesProps.h Bug 958887 part 2. Pass the actual names of the CSS properties involved to GenerateCSS2PropertiesWebIDL.py. r=peterv 2014-09-19 22:58:26 -04:00
CSS.webidl Bug 864005: Remove mentions of & checks for 'layout.css.supports-rule.enabled' pref. r=heycam r=khuey 2014-06-04 21:07:07 -07:00
CSSPrimitiveValue.webidl
CSSRuleList.webidl
CSSStyleDeclaration.webidl
CSSStyleSheet.webidl
CSSValue.webidl
CSSValueList.webidl
CustomEvent.webidl Bug 1031051: Part 17 - Manually implement CustomEvent. r=smaug 2014-06-30 16:02:04 -07:00
DataChannel.webidl
DataContainerEvent.webidl
DataErrorEvent.webidl
DataStore.webidl Bug 1017988 part 10. Disallow Pref annotations on things that are exposed in workers. r=khuey 2014-08-04 22:20:35 -04:00
DataStoreChangeEvent.webidl
DataStoreImpl.webidl Bug 1045743. Add support for the Promise<type> syntax to Web IDL bindings. r=khuey 2014-07-31 23:50:30 -04:00
DataTransfer.webidl
DedicatedWorkerGlobalScope.webidl Bug 1017988 part 10. Disallow Pref annotations on things that are exposed in workers. r=khuey 2014-08-04 22:20:35 -04:00
DelayNode.webidl Bug 1007778 - Add a devtools API to make some Web Audio nodes pass through their inputs; r=roc,smaug 2014-08-18 20:12:50 -04:00
DesktopNotification.webidl
DeviceLightEvent.webidl
DeviceMotionEvent.webidl
DeviceOrientationEvent.webidl Bug 1031051: Part 11 - Migrate DeviceOrientationEvent to the WebIDL code generator. r=smaug 2014-06-30 16:02:03 -07:00
DeviceProximityEvent.webidl
DeviceStorage.webidl Bug 1045743. Add support for the Promise<type> syntax to Web IDL bindings. r=khuey 2014-07-31 23:50:30 -04:00
DeviceStorageChangeEvent.webidl Bug 1031051: Part 12 - Migrate DeviceStorageChangeEvent to the WebIDL code generator. r=smaug 2014-06-30 16:02:03 -07:00
Directory.webidl Bug 1045743. Add support for the Promise<type> syntax to Web IDL bindings. r=khuey 2014-07-31 23:50:30 -04:00
Document.webidl Bug 1071615. Make codegen fail when "A implements B" appears on a Web IDL file different from the file A is defined in. r=khuey 2014-09-24 09:11:29 -04:00
DocumentFragment.webidl
DocumentType.webidl
DOMCursor.webidl
DOMError.webidl
DOMException.webidl Bug 1017988 part 8. Add [Exposed] extended attributes as needed. r=khuey 2014-08-04 22:20:34 -04:00
DOMImplementation.webidl
DOMMatrix.webidl Bug 1018497 - Implementation of DOMMatrix. r=roc,bz 2014-06-24 20:15:00 +02:00
DOMMMIError.webidl Bug 843452 - Part 1-1: WEBIDL changes for MobileConnection IPDL. r=hsinyi,smaug 2014-03-26 14:50:30 +08:00
DOMMobileMessageError.webidl
DOMParser.webidl
DOMPoint.webidl
DOMQuad.webidl
DOMRect.webidl
DOMRectList.webidl
DOMRequest.webidl
DOMSettableTokenList.webidl
DOMStringList.webidl
DOMStringMap.webidl
DOMTokenList.webidl
DOMTransaction.webidl
DOMTransactionEvent.webidl Bug 1031051: Part 14 - Migrate DOMTransactionEvent to the WebIDL code generator. r=smaug 2014-06-30 16:02:03 -07:00
DownloadEvent.webidl Bug 952486 - Use CheckPermissions instead of Func for several interfaces. r=bz 2014-05-25 15:31:11 -03:00
Downloads.webidl Bug 1045743. Add support for the Promise<type> syntax to Web IDL bindings. r=khuey 2014-07-31 23:50:30 -04:00
DragEvent.webidl
DummyBinding.webidl
DynamicsCompressorNode.webidl Bug 1007778 - Add a devtools API to make some Web Audio nodes pass through their inputs; r=roc,smaug 2014-08-18 20:12:50 -04:00
Element.webidl Bug 1071615. Make codegen fail when "A implements B" appears on a Web IDL file different from the file A is defined in. r=khuey 2014-09-24 09:11:29 -04:00
EngineeringMode.webidl Bug 997564 - Implement Engineering Mode Web API. sr=sicking r=fabrice 2014-09-21 09:06:00 +02:00
ErrorEvent.webidl
Event.webidl Bug 1071615. Make codegen fail when "A implements B" appears on a Web IDL file different from the file A is defined in. r=khuey 2014-09-24 09:11:29 -04:00
EventHandler.webidl
EventListener.webidl
EventSource.webidl
EventTarget.webidl Bug 1017988 part 8. Add [Exposed] extended attributes as needed. r=khuey 2014-08-04 22:20:34 -04:00
External.webidl
File.webidl
FileList.webidl
FileMode.webidl
FileReader.webidl
FileReaderSync.webidl Bug 1017988 part 8. Add [Exposed] extended attributes as needed. r=khuey 2014-08-04 22:20:34 -04:00
FMRadio.webidl
FocusEvent.webidl
FormData.webidl
Function.webidl
GainNode.webidl Bug 1007778 - Add a devtools API to make some Web Audio nodes pass through their inputs; r=roc,smaug 2014-08-18 20:12:50 -04:00
Gamepad.webidl Bug 1014162 - Make Gamepad.mapping into an enum. r=smaug 2014-05-23 07:39:13 -04:00
GamepadAxisMoveEvent.webidl
GamepadButtonEvent.webidl
GamepadEvent.webidl
Geolocation.webidl
GeometryUtils.webidl Bug 1071615. Make codegen fail when "A implements B" appears on a Web IDL file different from the file A is defined in. r=khuey 2014-09-24 09:11:29 -04:00
GetUserMediaRequest.webidl
HashChangeEvent.webidl Bug 1031051: Part 2 - Migrate HashChangeEvent to the WebIDL code generator. r=smaug 2014-06-30 16:00:31 -07:00
Headers.webidl Bug 1017988 part 8. Add [Exposed] extended attributes as needed. r=khuey 2014-08-04 22:20:34 -04:00
History.webidl
HTMLAllCollection.webidl
HTMLAnchorElement.webidl
HTMLAppletElement.webidl
HTMLAreaElement.webidl
HTMLAudioElement.webidl
HTMLBaseElement.webidl
HTMLBodyElement.webidl
HTMLBRElement.webidl
HTMLButtonElement.webidl
HTMLCanvasElement.webidl
HTMLCollection.webidl
HTMLContentElement.webidl
HTMLDataElement.webidl
HTMLDataListElement.webidl
HTMLDirectoryElement.webidl
HTMLDivElement.webidl
HTMLDListElement.webidl
HTMLDocument.webidl Bug 1029887: Keep track of DOM nodes blocked by NS_ERROR_TRACKING_URI (r=khuey,smaug) 2014-06-24 17:37:03 -07:00
HTMLElement.webidl Bug 1035667 - Remove HTMLElement.className r=bz 2014-07-23 18:46:44 -04:00
HTMLEmbedElement.webidl
HTMLFieldSetElement.webidl
HTMLFontElement.webidl
HTMLFormControlsCollection.webidl Bug 779723 - Implement RadioNodeList collection r=bz 2014-07-16 18:44:19 +02:00
HTMLFormElement.webidl Bug 1020440 - Create DOM interfaces and stub for requestAutocomplete. r=smaug,MattN 2014-06-06 13:06:15 -07:00
HTMLFrameElement.webidl
HTMLFrameSetElement.webidl
HTMLHeadElement.webidl
HTMLHeadingElement.webidl
HTMLHRElement.webidl
HTMLHtmlElement.webidl
HTMLIFrameElement.webidl
HTMLImageElement.webidl Bug 880997 part 3. Change crossOrigin reflection to allow null values and be a limited enumerated attribute. r=smaug 2014-09-05 22:42:33 -04:00
HTMLInputElement.webidl Bug 1030301 - Filter unsupported <input> types that use @autocomplete. r=smaug 2014-09-15 20:56:00 -04:00
HTMLLabelElement.webidl
HTMLLegendElement.webidl
HTMLLIElement.webidl
HTMLLinkElement.webidl Bug 880997 part 3. Change crossOrigin reflection to allow null values and be a limited enumerated attribute. r=smaug 2014-09-05 22:42:33 -04:00
HTMLMapElement.webidl
HTMLMediaElement.webidl Backed out changeset 408273e953e9 (bug 886194) for test failures 2014-09-12 10:39:46 +02:00
HTMLMenuElement.webidl
HTMLMenuItemElement.webidl
HTMLMetaElement.webidl
HTMLMeterElement.webidl
HTMLModElement.webidl
HTMLObjectElement.webidl Bug 853995 - Move plugin parameters array from nsPluginInstanceOwner to content. r=johns,jst 2014-08-15 14:24:40 -07:00
HTMLOListElement.webidl
HTMLOptGroupElement.webidl
HTMLOptionElement.webidl
HTMLOptionsCollection.webidl
HTMLOutputElement.webidl
HTMLParagraphElement.webidl
HTMLParamElement.webidl
HTMLPictureElement.webidl Bug 870022 - Part 5.1 - Add HTMLPictureElement & atom. r=jst, sr=jst 2014-06-25 11:47:48 -07:00
HTMLPreElement.webidl
HTMLProgressElement.webidl
HTMLPropertiesCollection.webidl
HTMLQuoteElement.webidl
HTMLScriptElement.webidl Bug 880997 part 3. Change crossOrigin reflection to allow null values and be a limited enumerated attribute. r=smaug 2014-09-05 22:42:33 -04:00
HTMLSelectElement.webidl Bug 1020697 - Implement @autocomplete for <select>. r=smaug 2014-07-24 16:55:00 +02:00
HTMLShadowElement.webidl
HTMLSourceElement.webidl Bug 1016707 - Remove keysystem attribute from source element, as it's no longer in the spec. r=bz 2014-08-23 16:53:04 +12:00
HTMLSpanElement.webidl
HTMLStyleElement.webidl
HTMLTableCaptionElement.webidl
HTMLTableCellElement.webidl
HTMLTableColElement.webidl
HTMLTableElement.webidl
HTMLTableRowElement.webidl
HTMLTableSectionElement.webidl
HTMLTemplateElement.webidl
HTMLTextAreaElement.webidl
HTMLTimeElement.webidl
HTMLTitleElement.webidl
HTMLTrackElement.webidl
HTMLUListElement.webidl
HTMLVideoElement.webidl
IccCardLockError.webidl
IccChangeEvent.webidl
IDBCursor.webidl
IDBDatabase.webidl Backout bug 994190 and merge over some stuff that landed afterwards on a CLOSED TREE. 2014-09-17 19:36:01 -04:00
IDBEnvironment.webidl
IDBFactory.webidl
IDBFileHandle.webidl Bug 1029209 - Extract IndexedDB FileHandle from core FileHandle implementation (WebIDL changes: merge MutableFile into IDBMutableFile, rename FileHandle to IDBFileHandle, DOMFileMetadataParameters to IDBFileMetadataParameters and FileRequest to IDBFileRequest); r=bent 2014-07-17 12:40:54 -04:00
IDBFileRequest.webidl Bug 1029209 - Extract IndexedDB FileHandle from core FileHandle implementation (WebIDL changes: merge MutableFile into IDBMutableFile, rename FileHandle to IDBFileHandle, DOMFileMetadataParameters to IDBFileMetadataParameters and FileRequest to IDBFileRequest); r=bent 2014-07-17 12:40:54 -04:00
IDBIndex.webidl Backout bug 994190 and merge over some stuff that landed afterwards on a CLOSED TREE. 2014-09-17 19:36:01 -04:00
IDBKeyRange.webidl
IDBMutableFile.webidl Bug 1029209 - Extract IndexedDB FileHandle from core FileHandle implementation (WebIDL changes: merge MutableFile into IDBMutableFile, rename FileHandle to IDBFileHandle, DOMFileMetadataParameters to IDBFileMetadataParameters and FileRequest to IDBFileRequest); r=bent 2014-07-17 12:40:54 -04:00
IDBObjectStore.webidl Backout bug 994190 and merge over some stuff that landed afterwards on a CLOSED TREE. 2014-09-17 19:36:01 -04:00
IDBOpenDBRequest.webidl
IDBRequest.webidl
IDBTransaction.webidl Backout bug 994190 and merge over some stuff that landed afterwards on a CLOSED TREE. 2014-09-17 19:36:01 -04:00
IDBVersionChangeEvent.webidl
ImageCapture.webidl Bug 916643 - ImageCapture preference. r=smaug 2014-09-04 02:10:00 +02:00
ImageCaptureErrorEvent.webidl Bug 916643 - ImageCapture preference. r=smaug 2014-09-04 02:10:00 +02:00
ImageData.webidl Bug 1017988 part 8. Add [Exposed] extended attributes as needed. r=khuey 2014-08-04 22:20:34 -04:00
ImageDocument.webidl
InputEvent.webidl
InputMethod.webidl Bug 1054839 - Revive detail object in selectionchange and surrendingtextchange event. r=khuey,yxl 2014-08-25 22:47:00 +02:00
InspectorUtils.webidl Bug 1035106 - Add new APIs to DOMUtils: colorToRGBA, isValidCSSColor & cssPropertyIsValid r=bz 2014-07-17 15:08:07 +01:00
InstallEvent.webidl Bug 1017988 part 8. Add [Exposed] extended attributes as needed. r=khuey 2014-08-04 22:20:34 -04:00
InstallPhaseEvent.webidl Bug 1017988 part 8. Add [Exposed] extended attributes as needed. r=khuey 2014-08-04 22:20:34 -04:00
InstallTrigger.webidl
InterAppConnection.webidl
InterAppConnectionRequest.webidl
InterAppMessagePort.webidl
KeyboardEvent.webidl Bug 865649 part.1 Implement KeyboardEvent.code r=smaug 2014-05-25 11:08:58 +09:00
KeyEvent.webidl
LegacyQueryInterface.webidl Bug 1055467 - Rename MozNamedAttrMap to NamedNodeMap, r=smaug 2014-08-25 10:25:34 +01:00
LinkStyle.webidl
LocalMediaStream.webidl
Location.webidl Bug 1037715 - Implement .searchParams on Location, r=bz, r=ehsan 2014-08-07 17:45:21 -07:00
MediaElementAudioSourceNode.webidl Bug 1007776 - Add a devtools API for muting the source AudioNodes; r=roc,smaug 2014-08-19 08:12:43 -04:00
MediaEncryptedEvent.webidl Bug 1057170 - Update MediaKey* Uint8Arrays to be ArrayBuffer. r=bz 2014-08-27 20:46:56 +12:00
MediaError.webidl
MediaKeyError.webidl Bug 1016162 - Base EME DOM APIs, not connected to a CDM yet. r=bz 2014-06-07 08:52:15 +12:00
MediaKeyMessageEvent.webidl Bug 1057170 - Update MediaKey* Uint8Arrays to be ArrayBuffer. r=bz 2014-08-27 20:46:56 +12:00
MediaKeys.webidl Bug 1059043 - Move MediaKeys.createSession into MediaKeySession as per spec - r=cpearce,smaug 2014-09-24 10:04:49 +12:00
MediaKeySession.webidl Bug 1059043 - Move MediaKeys.createSession into MediaKeySession as per spec - r=cpearce,smaug 2014-09-24 10:04:49 +12:00
MediaList.webidl
MediaQueryList.webidl
MediaRecorder.webidl Bug 968109 - Add new constructor to support recording from any web audio node. r=roc,smaug 2014-08-27 23:40:00 +02:00
MediaSource.webidl
MediaStream.webidl Backed out changeset 23b18c4d6f6a (bug 994912) for suspecion of causing m3 test failures 2014-09-25 12:44:50 +02:00
MediaStreamAudioDestinationNode.webidl
MediaStreamAudioSourceNode.webidl Bug 1007776 - Add a devtools API for muting the source AudioNodes; r=roc,smaug 2014-08-19 08:12:43 -04:00
MediaStreamEvent.webidl
MediaStreamList.webidl
MediaStreamTrack.webidl Bug 1057955: Support MediaStreamTrack.stop() r=roc,smaug 2014-08-27 01:03:49 -04:00
MediaStreamTrackEvent.webidl Bug 1032835 - RTCRtpSender webidl. r=smaug 2014-08-13 21:40:41 -04:00
MediaTrackConstraintSet.webidl bug 1041700 - add browserWindow and scrollWithPAge to media constraints r=jesup,jib,khuey 2014-07-21 14:57:28 -04:00
MessageChannel.webidl Bug 984990 - Enable MessageChannel for chrome and resource:// callers, r=bz 2014-06-05 00:58:00 +02:00
MessageEvent.webidl Bug 1017988 part 8. Add [Exposed] extended attributes as needed. r=khuey 2014-08-04 22:20:34 -04:00
MessagePort.webidl Bug 1017988 part 8. Add [Exposed] extended attributes as needed. r=khuey 2014-08-04 22:20:34 -04:00
MessagePortList.webidl Bug 1017988 part 8. Add [Exposed] extended attributes as needed. r=khuey 2014-08-04 22:20:34 -04:00
MimeType.webidl
MimeTypeArray.webidl
MouseEvent.webidl
MouseScrollEvent.webidl
moz.build Bug 833229 - 2.b/4: build voicemail by default. r=smaug 2014-09-26 13:00:23 +08:00
MozActivity.webidl Bug 1017420 - Add support for certified apps to get the list of apps matching an activity request r=sicking 2014-05-29 17:24:49 -07:00
MozApplicationEvent.webidl Bug 899322 - Convert the mozApps API to use webidl r=marco,bholley 2014-08-19 09:30:54 -07:00
MozCellBroadcast.webidl
MozCellBroadcastEvent.webidl Bug 1023148 - Use WebIDL codegen to implement RIL & WiFi events. r=smaug 2014-06-11 09:23:34 +08:00
MozClirModeEvent.webidl
MozContactChangeEvent.webidl
MozEmergencyCbModeEvent.webidl
MozIcc.webidl Backed out changeset e6f223a82d91 (bug 937485) for causing b2g device regressions 2014-09-05 12:12:10 +02:00
MozIccManager.webidl Bug 1026556 - Stk Timer Management Proactive Command error conditions not supported, r=htsai, sr=jonas 2014-09-08 09:20:09 +02:00
MozInterAppMessageEvent.webidl
MozMessageDeletedEvent.webidl Bug 1023695 - Part 3: .webidl change to support ondeleted event. r=vyang,smaug. 2014-06-27 13:22:30 +08:00
MozMmsEvent.webidl Bug 1023148 - Use WebIDL codegen to implement RIL & WiFi events. r=smaug 2014-06-11 09:23:34 +08:00
MozMmsMessage.webidl Bug 958782 - 1/3: B2G SMS - Move MozMobileMessage to WebIDL. XPIDL & WebIDL changes. f=Ms2ger,r=khuey 2014-06-25 11:57:13 +08:00
MozMobileCellInfo.webidl
MozMobileConnection.webidl Bug 1030002 - Part 1: Use webidl attribute, CheckPermissions, for checking mobileconnection/mobilenetwork permission. r=smaug,hsinyi 2014-06-25 15:42:06 +08:00
MozMobileConnectionArray.webidl Bug 843452 - Part 6: Build MobileConnection DOM/IPC by default. r=smaug,khuey 2014-08-05 18:01:14 +08:00
MozMobileConnectionInfo.webidl
MozMobileMessageManager.webidl Bug 878533 - 1/3: move MozSmsFilter to webidl dictionary. r=smaug 2014-08-28 11:00:03 +08:00
MozMobileNetworkInfo.webidl Bug 843452 - Part 1-1: WEBIDL changes for MobileConnection IPDL. r=hsinyi,smaug 2014-03-26 14:50:30 +08:00
MozNDEFRecord.webidl Bug 1055560 - Part 1: DOM Change. r=smaug 2014-08-20 17:35:18 +08:00
MozNetworkStats.webidl Bug 1037269 - Use CheckPermissions instead of Func on more interfaces. r=smaug 2014-07-10 16:20:49 -07:00
MozNetworkStatsAlarm.webidl Bug 1037269 - Use CheckPermissions instead of Func on more interfaces. r=smaug 2014-07-10 16:20:49 -07:00
MozNetworkStatsData.webidl Bug 1037269 - Use CheckPermissions instead of Func on more interfaces. r=smaug 2014-07-10 16:20:49 -07:00
MozNetworkStatsInterface.webidl Bug 1037269 - Use CheckPermissions instead of Func on more interfaces. r=smaug 2014-07-10 16:20:49 -07:00
MozNFC.webidl Bug 1061055 - Move CheckPermissions into methods of NfcManager. r=allstarschh, r=smaug 2014-09-01 05:45:00 -04:00
MozNFCPeer.webidl Bug 1055477 - Part 2: Add AvailableIn. r=smaug, ehasn 2014-08-19 19:09:45 +08:00
MozNFCPeerEvent.webidl Bug 1055477 - Part 3: update MozNFCPeerEvent and tests. r=smaug 2014-08-21 10:55:01 +08:00
MozNFCTag.webidl Bug 1059168 - B2G NFC: Make sure the techList and origin string won't overflow. r=smaug 2014-09-03 18:09:43 +08:00
MozOtaStatusEvent.webidl
MozPowerManager.webidl Bug 1037212 - [Flame] Phone is not completely erased when a ringtone is set from the Music App r=dougt,dhylands,khuey 2014-07-17 18:30:47 -07:00
MozSelfSupport.webidl Bug 1046420 - Part 1: Make MozSelfSupport a Window property instead of a global property. r=bz,wchen 2014-08-26 07:11:15 -07:00
MozSettingsEvent.webidl Bug 1031051: Part 10 - Migrate MozSettingsEvent and MozApplicationEvent to the WebIDL code generator. r=smaug 2014-06-30 16:02:02 -07:00
MozSettingsTransactionEvent.webidl Bug 900551 - Mochitests for settings permissions; r=bent r=ehsan 2014-08-27 21:01:30 -07:00
MozSmsEvent.webidl Bug 1023148 - Use WebIDL codegen to implement RIL & WiFi events. r=smaug 2014-06-11 09:23:34 +08:00
MozSpeakerManager.webidl
MozStkCommandEvent.webidl Bug 824145 - Part 1: Support for STK icon display (webidl). f=hsinyi r=smaug 2014-08-25 10:32:34 +08:00
MozTetheringManager.webidl Bug 936367 - Support wifi hotspot enable API. r=vchang, r=ptheriault, sr=mrbkap 2014-08-11 17:13:25 +08:00
MozTimeManager.webidl
MozVoicemail.webidl Bug 906404 - B2G RIL: move MozVoicemailStatus to WebIDL. r=vicamo,smaug 2014-07-17 13:47:41 -07:00
MozVoicemailEvent.webidl Bug 906404 - B2G RIL: move MozVoicemailStatus to WebIDL. r=vicamo,smaug 2014-07-17 13:47:41 -07:00
MozVoicemailStatus.webidl Bug 833229 - 3.c/4: implement MozVoicemailStatus in C++. r=smaug 2014-09-26 13:00:24 +08:00
MozWakeLock.webidl
MozWifiCapabilities.webidl
MozWifiConnectionInfoEvent.webidl Bug 1023148 - Use WebIDL codegen to implement RIL & WiFi events. r=smaug 2014-06-11 09:23:34 +08:00
MozWifiManager.webidl Bug 930355 - 0001. WebIDL Change - Add API to set wifi enable. r=mrbkap 2014-08-07 17:19:28 +08:00
MozWifiP2pManager.webidl
MozWifiP2pStatusChangeEvent.webidl Bug 1023148 - Use WebIDL codegen to implement RIL & WiFi events. r=smaug 2014-06-11 09:23:34 +08:00
MozWifiStationInfoEvent.webidl Bug 1023148 - Use WebIDL codegen to implement RIL & WiFi events. r=smaug 2014-06-11 09:23:34 +08:00
MozWifiStatusChangeEvent.webidl Bug 1023148 - Use WebIDL codegen to implement RIL & WiFi events. r=smaug 2014-06-11 09:23:34 +08:00
MutationEvent.webidl
MutationObserver.webidl
NamedNodeMap.webidl Bug 1055467 - Rename MozNamedAttrMap to NamedNodeMap, r=smaug 2014-08-25 10:25:34 +01:00
NativeOSFileInternals.webidl
Navigator.webidl Bug 1069401 - UserAgent cannot be changed for specific websites in workers, r=khuey, r=bz 2014-09-24 17:09:50 +01:00
NetDashboard.webidl
NetworkInformation.webidl Bug 1023029: Add 'unknown' type to Network Information API. r=sicking. 2014-06-19 16:24:43 +08:00
NetworkOptions.webidl Backed out changeset 59611423c368 (bug 1038531) for marionette-webapi failures. 2014-09-03 11:30:32 -04:00
NfcOptions.webidl Bug 1059168 - B2G NFC: Make sure the techList and origin string won't overflow. r=smaug 2014-09-03 18:09:43 +08:00
Node.webidl Back out 2 changesets (bug 1055773) for debug mochitest-3 bustage 2014-09-16 22:11:31 -07:00
NodeFilter.webidl
NodeIterator.webidl
NodeList.webidl
Notification.webidl Bug 912645 - Add notification behavior dict support. r=baku, sr=sicking 2014-09-16 17:12:00 -04:00
NotifyPaintEvent.webidl
OfflineAudioCompletionEvent.webidl
OfflineAudioContext.webidl
OfflineResourceList.webidl
OscillatorNode.webidl Bug 1007776 - Add a devtools API for muting the source AudioNodes; r=roc,smaug 2014-08-19 08:12:43 -04:00
PageTransitionEvent.webidl Bug 1031051: Part 7 - Migrate PageTransitionEvent to the WebIDL code generator. r=smaug 2014-06-30 16:02:02 -07:00
PaintRequest.webidl
PaintRequestList.webidl
PannerNode.webidl Bug 1007778 - Add a devtools API to make some Web Audio nodes pass through their inputs; r=roc,smaug 2014-08-18 20:12:50 -04:00
ParentNode.webidl
PeerConnectionImpl.webidl Bug 1032835 - add/removeStream now implemented with addTrack/removeTrack. r=jesup, r=smaug 2014-08-15 14:53:14 -04:00
PeerConnectionImplEnums.webidl
PeerConnectionObserver.webidl Bug 1032835 - addTrack/removeTrack on-top of existing implementation. r=smaug, r=jesup 2014-08-13 21:40:54 -04:00
PeerConnectionObserverEnums.webidl
Performance.webidl Bug 908390 part 2. Implement performance.now() on workers. r=khuey 2014-08-29 19:50:06 -04:00
PerformanceEntry.webidl Bug 1047848 - Part 2 - PerformanceResourceTiming objects can't be JSON.stringify'd r=smaug 2014-08-08 12:10:02 +03:00
PerformanceNavigation.webidl
PerformanceResourceTiming.webidl Bug 1047848 - Part 2 - PerformanceResourceTiming objects can't be JSON.stringify'd r=smaug 2014-08-08 12:10:02 +03:00
PerformanceTiming.webidl
PeriodicWave.webidl
PermissionSettings.webidl Bug 952486 - Use CheckPermissions instead of Func for several interfaces. r=bz 2014-05-25 15:31:11 -03:00
PhoneNumberService.webidl Bug 952486 - Use CheckPermissions instead of Func for several interfaces. r=bz 2014-05-25 15:31:11 -03:00
Plugin.webidl
PluginArray.webidl
PointerEvent.webidl
PopStateEvent.webidl Bug 1031051: Part 6 - Migrate PopStateEvent to the WebIDL code generator. r=smaug 2014-06-30 16:02:02 -07:00
PopupBlockedEvent.webidl Bug 1031051: Part 5 - Migrate PopupBlockedEvent to the WebIDL code generator. r=smaug 2014-06-30 16:02:01 -07:00
Position.webidl
PositionError.webidl
ProcessingInstruction.webidl
ProfileTimelineMarker.webidl Bug 1050376 - Record restyle/reflow/paint devtools timeline markers at docshell level; r=smaug 2014-09-09 20:54:08 +02:00
ProgressEvent.webidl Bug 1019248: Convert ProgressEvent to WebIDL codegen. r=smaug 2014-06-03 15:52:36 -07:00
Promise.webidl Bug 1017988 part 8. Add [Exposed] extended attributes as needed. r=khuey 2014-08-04 22:20:34 -04:00
PromiseDebugging.webidl Bug 1045743. Add support for the Promise<type> syntax to Web IDL bindings. r=khuey 2014-07-31 23:50:30 -04:00
PushManager.webidl Bug 952486 - Use CheckPermissions instead of Func for several interfaces. r=bz 2014-05-25 15:31:11 -03:00
RadioNodeList.webidl Bug 779723 - Implement RadioNodeList collection r=bz 2014-07-16 18:44:19 +02:00
Range.webidl
RecordErrorEvent.webidl Bug 1031051: Part 9 - Migrate RecordErrorEvent to the WebIDL code generator. r=smaug 2014-06-30 16:02:02 -07:00
Rect.webidl
ResourceStats.webidl Bug 1009645 - Remove FeatureDetectible, add things with CheckPermissions or AvailableIn to the feature list instead. r=smaug 2014-07-24 16:57:02 -03:00
ResourceStatsManager.webidl Bug 1045743. Add support for the Promise<type> syntax to Web IDL bindings. r=khuey 2014-07-31 23:50:30 -04:00
RGBColor.webidl
RTCConfiguration.webidl
RTCDataChannelEvent.webidl
RTCIceCandidate.webidl
RTCIdentityAssertion.webidl
RTCPeerConnection.webidl Bug 1063808 - Support old constraint-like RTCOfferOptions for a bit. r=smaug, r=abr 2014-09-09 01:12:24 -04:00
RTCPeerConnectionIceEvent.webidl
RTCPeerConnectionIdentityErrorEvent.webidl
RTCPeerConnectionIdentityEvent.webidl
RTCPeerConnectionStatic.webidl
RTCRtpReceiver.webidl Bug 1032835 - addTrack/removeTrack on-top of existing implementation. r=smaug, r=jesup 2014-08-13 21:40:54 -04:00
RTCRtpSender.webidl Bug 1032835 - addTrack/removeTrack on-top of existing implementation. r=smaug, r=jesup 2014-08-13 21:40:54 -04:00
RTCSessionDescription.webidl
RTCStatsReport.webidl Bug 1055378 - Adds RTCRTPStreamStats.mediaType + test of getStats w/track arg. r=smaug,drno,jesup 2014-08-21 17:14:12 -04:00
Screen.webidl
ScriptProcessorNode.webidl Bug 1007778 - Add a devtools API to make some Web Audio nodes pass through their inputs; r=roc,smaug 2014-08-18 20:12:50 -04:00
ScrollAreaEvent.webidl
ScrollViewChangeEvent.webidl Bug 1020801 - Add new 'ScrollViewChangeEvent' DOM event. r=fabrice, r=bz 2014-09-22 02:43:00 -04:00
Selection.webidl Bug 1068058 - Update Selection.containsNode according to the spec; r=smaug 2014-09-16 15:11:52 -04:00
SelectionChangeEvent.webidl Bug 1020802 - Pass collapsed and reason information to selectionchange event. r=ehsan, sr=smaug 2014-08-10 20:37:00 -04:00
ServiceWorker.webidl Backed out 4 changesets (bug 982726) for the same serviceworker perma-fails it hit last time it landed. 2014-09-03 21:45:30 -04:00
ServiceWorkerContainer.webidl Bug 1057136 - ServiceWorkers use longest-match for scopes. r=ehsan,bz 2014-08-21 16:38:40 -07:00
ServiceWorkerGlobalScope.webidl Bug 982728 - Implement ServiceWorkerGlobalScope unregister(), r=nsm 2014-09-10 11:21:32 -04:00
ServiceWorkerRegistration.webidl Bug 1043004 - Update ServiceWorkerContainer API to spec. r=bkelly 2014-08-19 09:56:00 -04:00
SettingChangeNotification.webidl Bug 1053966 - move mozsettings-changed Observer info from aSubject to aData, r=bz,qDot 2014-09-16 13:15:16 -04:00
SettingsManager.webidl bug 900551 - Settings API OOP; r=bent 2014-08-27 21:01:29 -07:00
ShadowRoot.webidl Bug 1000199 - Enable web components for certified apps. r=gabor,smaug 2014-07-07 19:02:03 -07:00
SharedWorker.webidl
SharedWorkerGlobalScope.webidl Bug 1017988 part 10. Disallow Pref annotations on things that are exposed in workers. r=khuey 2014-08-04 22:20:35 -04:00
SimpleGestureEvent.webidl
SocketCommon.webidl Bug 745283 - Part 4: WebIDL binding for UDPSocket API. r+sr=smaug, r=khuey, r=baku 2014-04-14 09:21:26 +08:00
SourceBuffer.webidl
SourceBufferList.webidl
SpeechGrammar.webidl
SpeechGrammarList.webidl
SpeechRecognition.webidl Bug 1038061 - Allow specifying audio stream for speech recognition. r=smaug,ggp sr=smaug 2014-07-16 09:38:59 +08:00
SpeechRecognitionAlternative.webidl
SpeechRecognitionError.webidl
SpeechRecognitionEvent.webidl Bug 1031051: Part 15 - Migrate Speech events to the WebIDL code generator. r=smaug 2014-06-30 16:02:03 -07:00
SpeechRecognitionResult.webidl
SpeechRecognitionResultList.webidl
SpeechSynthesis.webidl
SpeechSynthesisEvent.webidl Bug 1031051: Part 15 - Migrate Speech events to the WebIDL code generator. r=smaug 2014-06-30 16:02:03 -07:00
SpeechSynthesisUtterance.webidl
SpeechSynthesisVoice.webidl
Storage.webidl Bug 660237 - implement nsIDOMStorage with a proxy, r=bzbarsky, r=mayhemer 2014-07-23 01:07:12 -04:00
StorageEvent.webidl Bug 660237 - implement nsIDOMStorage with a proxy, r=bzbarsky, r=mayhemer 2014-07-23 01:07:12 -04:00
StorageType.webidl
StyleRuleChangeEvent.webidl Bug 1031051: Part 16 - Migrate Style*ChangeEvent to the WebIDL code generator. r=smaug 2014-06-30 16:02:04 -07:00
StyleSheet.webidl
StyleSheetApplicableStateChangeEvent.webidl Bug 1031051: Part 16 - Migrate Style*ChangeEvent to the WebIDL code generator. r=smaug 2014-06-30 16:02:04 -07:00
StyleSheetChangeEvent.webidl Bug 1031051: Part 16 - Migrate Style*ChangeEvent to the WebIDL code generator. r=smaug 2014-06-30 16:02:04 -07:00
StyleSheetList.webidl
SubtleCrypto.webidl Bug 1050202 - Take length parameter into account when deriving HMAC keys r=rbarnes,smaug 2014-08-07 12:52:28 +02:00
SVGAElement.webidl
SVGAltGlyphElement.webidl
SVGAngle.webidl
SVGAnimatedAngle.webidl
SVGAnimatedBoolean.webidl
SVGAnimatedEnumeration.webidl
SVGAnimatedInteger.webidl
SVGAnimatedLength.webidl
SVGAnimatedLengthList.webidl
SVGAnimatedNumber.webidl
SVGAnimatedNumberList.webidl
SVGAnimatedPathData.webidl
SVGAnimatedPoints.webidl
SVGAnimatedPreserveAspectRatio.webidl
SVGAnimatedRect.webidl
SVGAnimatedString.webidl
SVGAnimatedTransformList.webidl
SVGAnimateElement.webidl
SVGAnimateMotionElement.webidl
SVGAnimateTransformElement.webidl
SVGAnimationElement.webidl
SVGCircleElement.webidl
SVGClipPathElement.webidl
SVGComponentTransferFunctionElement.webidl
SVGDefsElement.webidl
SVGDescElement.webidl
SVGDocument.webidl
SVGElement.webidl
SVGEllipseElement.webidl
SVGFEBlendElement.webidl Bug 1047477 - "Add support for all blend mode to feBlend". r=longsonr r=bz 2014-09-12 16:32:00 +02:00
SVGFEColorMatrixElement.webidl
SVGFEComponentTransferElement.webidl
SVGFECompositeElement.webidl
SVGFEConvolveMatrixElement.webidl
SVGFEDiffuseLightingElement.webidl
SVGFEDisplacementMapElement.webidl
SVGFEDistantLightElement.webidl
SVGFEDropShadowElement.webidl
SVGFEFloodElement.webidl Bug 1071615. Make codegen fail when "A implements B" appears on a Web IDL file different from the file A is defined in. r=khuey 2014-09-24 09:11:29 -04:00
SVGFEFuncAElement.webidl
SVGFEFuncBElement.webidl
SVGFEFuncGElement.webidl
SVGFEFuncRElement.webidl
SVGFEGaussianBlurElement.webidl
SVGFEImageElement.webidl
SVGFEMergeElement.webidl
SVGFEMergeNodeElement.webidl
SVGFEMorphologyElement.webidl
SVGFEOffsetElement.webidl
SVGFEPointLightElement.webidl
SVGFESpecularLightingElement.webidl
SVGFESpotLightElement.webidl
SVGFETileElement.webidl
SVGFETurbulenceElement.webidl
SVGFilterElement.webidl
SVGFilterPrimitiveStandardAttributes.webidl
SVGFitToViewBox.webidl
SVGForeignObjectElement.webidl
SVGGElement.webidl
SVGGradientElement.webidl
SVGGraphicsElement.webidl
SVGIFrameElement.webidl
SVGImageElement.webidl
SVGLength.webidl
SVGLengthList.webidl
SVGLinearGradientElement.webidl
SVGLineElement.webidl
SVGMarkerElement.webidl
SVGMaskElement.webidl
SVGMatrix.webidl
SVGMetadataElement.webidl
SVGMPathElement.webidl
SVGNumber.webidl Bug 886420 - Move SVGNumber to WebIDL; r=bz 2014-05-30 09:36:52 +02:00
SVGNumberList.webidl Bug 886420 - Move SVGNumber to WebIDL; r=bz 2014-05-30 09:36:52 +02:00
SVGPathElement.webidl Bug 1024860 - getTotalLength on an empty path should not throw but return 0 instead. r=jwatt,bzbarsky 2014-07-03 19:50:42 +01:00
SVGPathSeg.webidl
SVGPathSegList.webidl
SVGPatternElement.webidl
SVGPoint.webidl
SVGPointList.webidl
SVGPolygonElement.webidl
SVGPolylineElement.webidl
SVGPreserveAspectRatio.webidl
SVGRadialGradientElement.webidl
SVGRect.webidl
SVGRectElement.webidl
SVGScriptElement.webidl Bug 880997 part 3. Change crossOrigin reflection to allow null values and be a limited enumerated attribute. r=smaug 2014-09-05 22:42:33 -04:00
SVGSetElement.webidl
SVGStopElement.webidl
SVGStringList.webidl
SVGStyleElement.webidl
SVGSVGElement.webidl
SVGSwitchElement.webidl
SVGSymbolElement.webidl
SVGTests.webidl
SVGTextContentElement.webidl
SVGTextElement.webidl
SVGTextPathElement.webidl
SVGTextPositioningElement.webidl
SVGTitleElement.webidl
SVGTransform.webidl
SVGTransformList.webidl
SVGTSpanElement.webidl
SVGUnitTypes.webidl
SVGURIReference.webidl
SVGUseElement.webidl
SVGViewElement.webidl
SVGZoomAndPan.webidl
SVGZoomEvent.webidl
Telephony.webidl Bug 889737 - Part 01: Telephony interface changes. r=khuey, r=hsinyi 2014-09-22 01:33:00 -04:00
TelephonyCall.webidl Backed out changeset 5a7932a4a7a9 (bug 981519) for causing regression bug 1026081 2014-06-17 15:37:31 +08:00
TelephonyCallGroup.webidl
TelephonyCallId.webidl Backed out changeset 5a7932a4a7a9 (bug 981519) for causing regression bug 1026081 2014-06-17 15:37:31 +08:00
TestInterfaceJS.webidl Bug 963382, part 2 - Add chrome JS function for clearing cache. r=bz 2014-08-21 13:56:11 -07:00
TestInterfaceJSDictionaries.webidl Bug 1036214 - Tests. r=bz 2014-08-19 18:12:15 -07:00
Text.webidl Bug 1071615. Make codegen fail when "A implements B" appears on a Web IDL file different from the file A is defined in. r=khuey 2014-09-24 09:11:29 -04:00
TextDecoder.webidl Bug 1017988 part 8. Add [Exposed] extended attributes as needed. r=khuey 2014-08-04 22:20:34 -04:00
TextEncoder.webidl Bug 1017988 part 8. Add [Exposed] extended attributes as needed. r=khuey 2014-08-04 22:20:34 -04:00
TextTrack.webidl Bug 996331 - Remove TextTrack.oncuechange. r=cpearce,smaug 2014-06-30 16:12:11 -07:00
TextTrackCueList.webidl
TextTrackList.webidl
TimeEvent.webidl
TimeRanges.webidl
Touch.webidl
TouchEvent.webidl
TouchList.webidl
TrackEvent.webidl Backed out changeset b191be106cae (bug 744896) for B2G ICS Emulator Opt Test failures on a CLOSED TREE 2014-07-03 11:52:23 +02:00
TransitionEvent.webidl
TreeColumns.webidl
TreeWalker.webidl
UDPMessageEvent.webidl Bug 745283 - Part 4: WebIDL binding for UDPSocket API. r+sr=smaug, r=khuey, r=baku 2014-04-14 09:21:26 +08:00
UDPSocket.webidl Bug 745283 - Part 4: WebIDL binding for UDPSocket API. r+sr=smaug, r=khuey, r=baku 2014-04-14 09:21:26 +08:00
UIEvent.webidl
UndoManager.webidl
URL.webidl Bug 1058470 - Blob URL should contain the origin as part of the URI, r=bz 2014-08-31 11:40:11 +01:00
URLSearchParams.webidl Bug 1017988 part 8. Add [Exposed] extended attributes as needed. r=khuey 2014-08-04 22:20:34 -04:00
URLUtils.webidl Bug 1037715 - Implement .searchParams on Location, r=bz, r=ehsan 2014-08-07 17:45:21 -07:00
URLUtilsReadOnly.webidl Bug 1017988 part 8. Add [Exposed] extended attributes as needed. r=khuey 2014-08-04 22:20:34 -04:00
UserProximityEvent.webidl
USSDReceivedEvent.webidl
ValidityState.webidl
VideoPlaybackQuality.webidl
VideoStreamTrack.webidl
VideoTrack.webidl Backed out changeset b191be106cae (bug 744896) for B2G ICS Emulator Opt Test failures on a CLOSED TREE 2014-07-03 11:52:23 +02:00
VideoTrackList.webidl Backed out changeset b191be106cae (bug 744896) for B2G ICS Emulator Opt Test failures on a CLOSED TREE 2014-07-03 11:52:23 +02:00
VTTCue.webidl
VTTRegion.webidl
WaveShaperNode.webidl Bug 1007778 - Add a devtools API to make some Web Audio nodes pass through their inputs; r=roc,smaug 2014-08-18 20:12:50 -04:00
WebComponents.webidl
WebGL2RenderingContext.webidl Bug 1002302 - WebGL2 - Stub WebGL 2.0 WebIDL, WebGL 2.0 Objects, and functions in WebGL2Context.; r=jgilbert,bjacob,smaug 2014-09-18 08:08:41 +10:00
WebGLRenderingContext.webidl b=965848; implement EXT_shader_texture_lod for WebGL; r=jgilbert, r=bz 2014-07-24 11:58:43 -04:00
WebrtcGlobalInformation.webidl Bug 1024288: Add a button to about:webrtc to turn on/off AEC logging r=jib,smaug,unfocused 2014-06-12 12:21:38 -04:00
WebSocket.webidl
WheelEvent.webidl
WifiOptions.webidl Backed out changeset 59611423c368 (bug 1038531) for marionette-webapi failures. 2014-09-03 11:30:32 -04:00
Window.webidl Bug 1062406 - Part 1 - Change x and y parameters of window.scroll* CSSOM-View DOM calls from double to unrestricted double. r=bz 2014-09-09 12:02:00 +02:00
Worker.webidl Bug 1017988 part 8. Add [Exposed] extended attributes as needed. r=khuey 2014-08-04 22:20:34 -04:00
WorkerGlobalScope.webidl Bug 908390 part 2. Implement performance.now() on workers. r=khuey 2014-08-29 19:50:06 -04:00
WorkerLocation.webidl Bug 1017988 part 8. Add [Exposed] extended attributes as needed. r=khuey 2014-08-04 22:20:34 -04:00
WorkerNavigator.webidl Bug 925849 - WorkerNavigator implements NavigatorLanguage, r=khuey 2014-09-05 15:26:34 +01:00
XMLDocument.webidl
XMLHttpRequest.webidl Bug 1017988 part 9. Don't codegen window-only things on worker descriptors. r=khuey 2014-08-04 22:20:34 -04:00
XMLHttpRequestEventTarget.webidl Bug 1017988 part 8. Add [Exposed] extended attributes as needed. r=khuey 2014-08-04 22:20:34 -04:00
XMLHttpRequestUpload.webidl Bug 1017988 part 8. Add [Exposed] extended attributes as needed. r=khuey 2014-08-04 22:20:34 -04:00
XMLSerializer.webidl
XMLStylesheetProcessingInstruction.webidl
XPathEvaluator.webidl Bug 1029104 - Convert XPathExpression to WebIDL bindings, add WebIDL API and switch to the WebIDL binding. r=bz. 2014-06-27 21:39:50 +02:00
XPathExpression.webidl Bug 1029104 - Convert XPathExpression to WebIDL bindings, add WebIDL API and switch to the WebIDL binding. r=bz. 2014-06-27 21:39:50 +02:00
XPathResult.webidl Bug 1027095 - Convert XPathResult to WebIDL bindings - add WebIDL API and switch. r=bz. 2013-07-04 17:40:06 +02:00
XULCommandEvent.webidl
XULDocument.webidl
XULElement.webidl