.. |
AbortablePromise.webidl
|
Bug 1035060 - Implement AbortablePromise. r=bz
|
2014-09-12 10:18:49 +08:00 |
AbstractWorker.webidl
|
Bug 1084439. Remove ResolveWorkerClasses in favor of [Exposed=System] annotations. r=bholley
|
2014-10-19 22:25:49 -04:00 |
ActivityRequestHandler.webidl
|
|
|
AlarmsManager.webidl
|
|
|
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
|
|
|
Animation.webidl
|
Bug 1067701 - Implement Animation.target; r=birtles, r=bz
|
2014-10-02 15:14:15 +09: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 1078119 - Rename AnimationTimeline/AnimationPlayer GetCurrentTimeDuration; r=bz
|
2014-10-20 13:55:45 +09:00 |
AnimationTimeline.webidl
|
Bug 1078119 - Rename AnimationTimeline/AnimationPlayer GetCurrentTimeDuration; r=bz
|
2014-10-20 13:55:45 +09:00 |
AnonymousContent.webidl
|
Bug 1020244 - AnonymousContent API and implementation; r=smaug
|
2014-10-28 11:15:21 +01:00 |
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
|
Backed out changeset 556dc4f97e08 (bug 1072090) for m-oth orange
|
2014-10-23 18:21:11 -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 1073615 - One MediaStreamGraph singleton per audioChannel, r=roc
|
2014-11-17 16:07:55 +00: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
|
|
|
AudioTrackList.webidl
|
|
|
AutocompleteErrorEvent.webidl
|
|
|
AutocompleteInfo.webidl
|
|
|
BarProp.webidl
|
|
|
BatteryManager.webidl
|
|
|
BeforeAfterKeyboardEvent.webidl
|
Bug 989198, Patch 2: Implementation of BeforeAfterKeyboardEvent, sr=smaug, r=masayuki.
|
2014-11-03 15:05:32 +08:00 |
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
|
Bug 1047483 - patch 1 - Porting DOMFile/DOMBlob to WebIDL, r=bz, r=bkelly, r=bholley
|
2014-10-08 17:15:22 +01:00 |
BlobEvent.webidl
|
Bug 1047483 - patch 1 - Porting DOMFile/DOMBlob to WebIDL, r=bz, r=bkelly, r=bholley
|
2014-10-08 17:15:22 +01:00 |
BluetoothAdapter2.webidl
|
Bug 1074673: Mark certified apps only APIs for new WebBluetooth API. r=btian, r=bz
|
2014-10-01 17:43:26 +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
|
|
|
BluetoothAttributeEvent.webidl
|
|
|
BluetoothClassOfDevice.webidl
|
|
|
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
|
|
|
BluetoothDeviceEvent.webidl
|
|
|
BluetoothDiscoveryHandle.webidl
|
|
|
BluetoothDiscoveryStateChangedEvent.webidl
|
|
|
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
|
|
|
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
|
|
|
BoxObject.webidl
|
Bug 979835: Port BoxObject and its subclasses to WebIDL. r=khuey sr=bz
|
2014-10-14 13:15:21 -07:00 |
BrowserElementDictionaries.webidl
|
|
|
BrowserFeedWriter.webidl
|
|
|
CallEvent.webidl
|
|
|
CallGroupErrorEvent.webidl
|
|
|
CallsList.webidl
|
|
|
CameraCapabilities.webidl
|
Bug 1020368 - remove direct JS_*() calls from CameraRecorderProfiles, r=aosmond,bz
|
2014-10-31 13:19:06 -04:00 |
CameraConfigurationEvent.webidl
|
Bug 994912 - Add support for promises and event-based notifications to camera. r=mikeh, r=bz
|
2014-10-03 04:19:00 -04:00 |
CameraControl.webidl
|
Bug 994912 - Add support for promises and event-based notifications to camera. r=mikeh, r=bz
|
2014-10-03 04:19:00 -04:00 |
CameraFacesDetectedEvent.webidl
|
Bug 994912 - Add support for promises and event-based notifications to camera. r=mikeh, r=bz
|
2014-10-03 04:19:00 -04:00 |
CameraManager.webidl
|
Bug 994912 - Add support for promises and event-based notifications to camera. r=mikeh, r=bz
|
2014-10-03 04:19:00 -04:00 |
CameraStateChangeEvent.webidl
|
Bug 994912 - Add support for promises and event-based notifications to camera. r=mikeh, r=bz
|
2014-10-03 04:19:00 -04:00 |
CameraUtil.webidl
|
Bug 994912 - Add support for promises and event-based notifications to camera. r=mikeh, r=bz
|
2014-10-03 04:19:00 -04:00 |
CanvasRenderingContext2D.webidl
|
Bug 1099148 - Implement Canvas2D resetTransform method. r=gw280,bz
|
2014-11-18 12:11:12 -05:00 |
CaretPosition.webidl
|
|
|
CDATASection.webidl
|
|
|
CFStateChangeEvent.webidl
|
Bug 1083843 - [MobileConnection] Deprecate CFStateChangeEvent.success. r=hsinyi,smaug,btian
|
2014-10-23 22:13:35 +08:00 |
ChannelMergerNode.webidl
|
|
|
ChannelSplitterNode.webidl
|
|
|
CharacterData.webidl
|
|
|
ChildNode.webidl
|
|
|
ChromeNotifications.webidl
|
|
|
ClipboardEvent.webidl
|
|
|
CloseEvent.webidl
|
|
|
CommandEvent.webidl
|
|
|
Comment.webidl
|
|
|
CompositionEvent.webidl
|
Bug 1087378. Stop using WindowProxy for arguments in Web IDL; Window expresses what's going on more clearly. r=peterv
|
2014-10-29 15:06:20 -04:00 |
Console.webidl
|
Bug 1069490 - Part 1: Add columnNumber to ConsoleEvent and ConsoleStackEntry. r=bz
|
2014-09-22 11:27:59 -07:00 |
Constraints.webidl
|
|
|
Contacts.webidl
|
|
|
ContainerBoxObject.webidl
|
Bug 979835: Port BoxObject and its subclasses to WebIDL. r=khuey sr=bz
|
2014-10-14 13:15:21 -07:00 |
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
|
|
|
CSSFontFaceLoadEvent.webidl
|
Bug 1028497 - Part 2: Add Web IDL interfaces for CSS Font Loading API. r=bzbarsky
|
2014-10-02 12:32:05 +10:00 |
CSSPrimitiveValue.webidl
|
|
|
CSSRuleList.webidl
|
|
|
CSSStyleDeclaration.webidl
|
|
|
CSSStyleSheet.webidl
|
|
|
CSSValue.webidl
|
|
|
CSSValueList.webidl
|
|
|
CustomEvent.webidl
|
|
|
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
|
|
|
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
|
|
|
DeviceProximityEvent.webidl
|
|
|
DeviceStorage.webidl
|
|
|
DeviceStorageChangeEvent.webidl
|
|
|
Directory.webidl
|
Bug 1047483 - patch 1 - Porting DOMFile/DOMBlob to WebIDL, r=bz, r=bkelly, r=bholley
|
2014-10-08 17:15:22 +01:00 |
Document.webidl
|
Bug 1020244 - Ability to insert AnonymousContent nodes in the canvasFrame via a chrome-only Document API; r=smaug; r=roc; r=ehsan
|
2014-10-28 11:15:25 +01:00 |
DocumentFragment.webidl
|
|
|
DocumentType.webidl
|
|
|
DOMCursor.webidl
|
Bug 839838 - Implement DOMRequest.then; r=sicking,bzbarsky
|
2014-10-11 09:46:01 -04:00 |
DOMError.webidl
|
Bug 1094544. Use [Exposed=System] some more instead of hardcoding binding bits in xpc::InitGlobalObject. r=bholley
|
2014-11-06 10:54:38 -05:00 |
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 1082663 - Fix for bug 1082663 - DOMMatrix does not implement stringifier from spec. r=bz
|
2014-10-20 11:14:00 +02:00 |
DOMMMIError.webidl
|
|
|
DOMMobileMessageError.webidl
|
|
|
DOMParser.webidl
|
|
|
DOMPoint.webidl
|
|
|
DOMQuad.webidl
|
|
|
DOMRect.webidl
|
|
|
DOMRectList.webidl
|
|
|
DOMRequest.webidl
|
Bug 839838 - Implement DOMRequest.then; r=sicking,bzbarsky
|
2014-10-11 09:46:01 -04:00 |
DOMSettableTokenList.webidl
|
|
|
DOMStringList.webidl
|
|
|
DOMStringMap.webidl
|
|
|
DOMTokenList.webidl
|
|
|
DOMTransaction.webidl
|
|
|
DOMTransactionEvent.webidl
|
|
|
DownloadEvent.webidl
|
|
|
Downloads.webidl
|
|
|
DragEvent.webidl
|
Bug 1087378. Stop using WindowProxy for arguments in Web IDL; Window expresses what's going on more clearly. r=peterv
|
2014-10-29 15:06:20 -04:00 |
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 1045754 - Part 1 - Implement updated CSSOM-View smooth-scrolling specification. r=bz
|
2014-10-01 10:47:56 -07:00 |
EngineeringMode.webidl
|
Bug 997564 - Implement Engineering Mode Web API. sr=sicking r=fabrice
|
2014-09-21 09:06:00 +02:00 |
ErrorEvent.webidl
|
Bug 1084439. Remove ResolveWorkerClasses in favor of [Exposed=System] annotations. r=bholley
|
2014-10-19 22:25:49 -04:00 |
Event.webidl
|
Bug 1084439. Remove ResolveWorkerClasses in favor of [Exposed=System] annotations. r=bholley
|
2014-10-19 22:25:49 -04:00 |
EventHandler.webidl
|
|
|
EventListener.webidl
|
|
|
EventSource.webidl
|
|
|
EventTarget.webidl
|
Bug 1084439. Remove ResolveWorkerClasses in favor of [Exposed=System] annotations. r=bholley
|
2014-10-19 22:25:49 -04:00 |
External.webidl
|
|
|
Fetch.webidl
|
Bug 1071290 - Allow Blobs in Fetch BodyInit. r=baku
|
2014-10-09 10:52:10 -07:00 |
File.webidl
|
Bug 982874 - Import / export API for apps : Part 1, temporary blobs r=bent
|
2014-10-14 22:55:14 -07:00 |
FileList.webidl
|
Bug 1047483 - patch 1 - Porting DOMFile/DOMBlob to WebIDL, r=bz, r=bkelly, r=bholley
|
2014-10-08 17:15:22 +01:00 |
FileMode.webidl
|
|
|
FileReader.webidl
|
|
|
FileReaderSync.webidl
|
Bug 1047483 - patch 1 - Porting DOMFile/DOMBlob to WebIDL, r=bz, r=bkelly, r=bholley
|
2014-10-08 17:15:22 +01:00 |
FMRadio.webidl
|
Bug 864327 - Support FM RDS in WebAPI, r=ehsan,pzhang,khuey
|
2014-09-30 12:57:52 -04:00 |
FocusEvent.webidl
|
|
|
FontFace.webidl
|
Bug 1028497 - Part 12: Implement FontFace.loaded. r=jdaggett,bzbarsky
|
2014-10-02 12:32:07 +10:00 |
FontFaceSet.webidl
|
Bug 1028497 - Part 2: Add Web IDL interfaces for CSS Font Loading API. r=bzbarsky
|
2014-10-02 12:32:05 +10:00 |
FontFaceSource.webidl
|
Bug 1028497 - Part 2: Add Web IDL interfaces for CSS Font Loading API. r=bzbarsky
|
2014-10-02 12:32:05 +10:00 |
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
|
|
|
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
|
|
|
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
|
Bug 1082734 - Disable location.searchParams for cross-origin insecure data access, r=bz
|
2014-11-03 08:18:22 +00:00 |
HTMLAppletElement.webidl
|
Bug 993026 - Rename NewResolve to Resolve in browser. r=bz
|
2014-11-08 01:07:12 +01:00 |
HTMLAreaElement.webidl
|
Bug 1082734 - Disable location.searchParams for cross-origin insecure data access, r=bz
|
2014-11-03 08:18:22 +00:00 |
HTMLAudioElement.webidl
|
|
|
HTMLBaseElement.webidl
|
|
|
HTMLBodyElement.webidl
|
|
|
HTMLBRElement.webidl
|
|
|
HTMLButtonElement.webidl
|
|
|
HTMLCanvasElement.webidl
|
Bug 1047483 - patch 1 - Porting DOMFile/DOMBlob to WebIDL, r=bz, r=bkelly, r=bholley
|
2014-10-08 17:15:22 +01:00 |
HTMLCollection.webidl
|
|
|
HTMLContentElement.webidl
|
|
|
HTMLDataElement.webidl
|
|
|
HTMLDataListElement.webidl
|
|
|
HTMLDirectoryElement.webidl
|
|
|
HTMLDivElement.webidl
|
|
|
HTMLDListElement.webidl
|
|
|
HTMLDocument.webidl
|
|
|
HTMLElement.webidl
|
|
|
HTMLEmbedElement.webidl
|
Bug 993026 - Rename NewResolve to Resolve in browser. r=bz
|
2014-11-08 01:07:12 +01:00 |
HTMLFieldSetElement.webidl
|
|
|
HTMLFontElement.webidl
|
|
|
HTMLFormControlsCollection.webidl
|
|
|
HTMLFormElement.webidl
|
|
|
HTMLFrameElement.webidl
|
|
|
HTMLFrameSetElement.webidl
|
|
|
HTMLHeadElement.webidl
|
|
|
HTMLHeadingElement.webidl
|
|
|
HTMLHRElement.webidl
|
|
|
HTMLHtmlElement.webidl
|
|
|
HTMLIFrameElement.webidl
|
Backed out changeset 78aacc35b4e7 (bug 1044736) for breaking statusbar in b2g, take two a=backout
|
2014-11-17 22:49:39 -08:00 |
HTMLImageElement.webidl
|
Bug 1055750 - Part 3 - Track image vs imageset request load type through ImageLoadingContent::LoadImage r=bz,tanvi
|
2014-10-24 14:00:14 -07: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 993026 - Rename NewResolve to Resolve in browser. r=bz
|
2014-11-08 01:07:12 +01:00 |
HTMLOListElement.webidl
|
|
|
HTMLOptGroupElement.webidl
|
|
|
HTMLOptionElement.webidl
|
|
|
HTMLOptionsCollection.webidl
|
|
|
HTMLOutputElement.webidl
|
|
|
HTMLParagraphElement.webidl
|
|
|
HTMLParamElement.webidl
|
|
|
HTMLPictureElement.webidl
|
|
|
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
|
|
|
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
|
Bug 1085307 - [Icc] Deprecate IccCardLockError.lockType. r=smaug,hsinyi
|
2014-10-24 16:04:04 +08:00 |
IccChangeEvent.webidl
|
|
|
IDBCursor.webidl
|
|
|
IDBDatabase.webidl
|
Bug 994190 - 'Modify main-thread IndexedDB to use PBackground', r=khuey.
|
2014-09-26 16:21:57 -07:00 |
IDBEnvironment.webidl
|
|
|
IDBFactory.webidl
|
|
|
IDBFileHandle.webidl
|
|
|
IDBFileRequest.webidl
|
|
|
IDBIndex.webidl
|
Bug 994190 - 'Modify main-thread IndexedDB to use PBackground', r=khuey.
|
2014-09-26 16:21:57 -07:00 |
IDBKeyRange.webidl
|
|
|
IDBMutableFile.webidl
|
|
|
IDBObjectStore.webidl
|
Bug 994190 - 'Modify main-thread IndexedDB to use PBackground', r=khuey.
|
2014-09-26 16:21:57 -07:00 |
IDBOpenDBRequest.webidl
|
|
|
IDBRequest.webidl
|
|
|
IDBTransaction.webidl
|
Bug 994190 - 'Modify main-thread IndexedDB to use PBackground', r=khuey.
|
2014-09-26 16:21:57 -07:00 |
IDBVersionChangeEvent.webidl
|
|
|
Identity.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
|
Bug 946065 - Part 11: Move content/html/ to dom/ and flatten subdirectories. r=peterv
|
2014-10-25 20:24:55 +03:00 |
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
|
|
|
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
|
|
|
KeyAlgorithm.webidl
|
Bug 1037892 - Implement changes to WebCrypto API from latest Editor's Draft r=bz,ttaubert
|
2014-09-27 14:22:57 -04:00 |
KeyboardEvent.webidl
|
Bug 1087378. Stop using WindowProxy for arguments in Web IDL; Window expresses what's going on more clearly. r=peterv
|
2014-10-29 15:06:20 -04:00 |
KeyEvent.webidl
|
Bug 1087378. Stop using WindowProxy for arguments in Web IDL; Window expresses what's going on more clearly. r=peterv
|
2014-10-29 15:06:20 -04:00 |
LegacyQueryInterface.webidl
|
Bug 1084439. Remove ResolveWorkerClasses in favor of [Exposed=System] annotations. r=bholley
|
2014-10-19 22:25:49 -04:00 |
LinkStyle.webidl
|
|
|
ListBoxObject.webidl
|
Bug 979835: Port BoxObject and its subclasses to WebIDL. r=khuey sr=bz
|
2014-10-14 13:15:21 -07:00 |
LocalMediaStream.webidl
|
|
|
Location.webidl
|
Bug 1082734 - Disable location.searchParams for cross-origin insecure data access, r=bz
|
2014-11-03 08:18:22 +00:00 |
MediaDevices.webidl
|
Bug 1033885 - add mediaDevices.getUserMedia with promises. r=bz, r=jesup
|
2014-09-20 02:20:41 -04: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
|
|
|
MediaKeyMessageEvent.webidl
|
Bug 1057170 - Update MediaKey* Uint8Arrays to be ArrayBuffer. r=bz
|
2014-08-27 20:46:56 +12:00 |
MediaKeys.webidl
|
Backed out changeset 7fa6291d952d (bug 1095257) for suspicion of causing jit tests
|
2014-11-18 13:14:36 +01:00 |
MediaKeySession.webidl
|
Bug 1057891 - Remove some comments from MediaKey*.webidl now that the issue the comments were about has been resolved. r=bz
|
2014-10-17 11:47:11 +13:00 |
MediaKeySystemAccess.webidl
|
Backed out changeset 7fa6291d952d (bug 1095257) for suspicion of causing jit tests
|
2014-11-18 13:14:36 +01: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
|
Bug 994912 - Add support for event-based notifications to media streams. r=roc, r=bz
|
2014-10-03 04:18:00 -04: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 |
MediaStreamError.webidl
|
Bug 1033885 - add MediaStreamError interface. r=jesup,bz
|
2014-10-27 12:53:10 -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
|
|
|
MenuBoxObject.webidl
|
Bug 979835: Port BoxObject and its subclasses to WebIDL. r=khuey sr=bz
|
2014-10-14 13:15:21 -07:00 |
MessageChannel.webidl
|
|
|
MessageEvent.webidl
|
Bug 1087378. Stop using WindowProxy for arguments in Web IDL; Window expresses what's going on more clearly. r=peterv
|
2014-10-29 15:06:20 -04:00 |
MessagePort.webidl
|
Bug 1084439. Remove ResolveWorkerClasses in favor of [Exposed=System] annotations. r=bholley
|
2014-10-19 22:25:49 -04:00 |
MessagePortList.webidl
|
Bug 1084439. Remove ResolveWorkerClasses in favor of [Exposed=System] annotations. r=bholley
|
2014-10-19 22:25:49 -04:00 |
MimeType.webidl
|
|
|
MimeTypeArray.webidl
|
|
|
MMICall.webidl
|
Bug 1080883 - Part 1: Add MMICall (webidl). r=hsinyi
|
2014-11-11 17:15:31 +08:00 |
MouseEvent.webidl
|
Bug 1087378. Stop using WindowProxy for arguments in Web IDL; Window expresses what's going on more clearly. r=peterv
|
2014-10-29 15:06:20 -04:00 |
MouseScrollEvent.webidl
|
Bug 1087378. Stop using WindowProxy for arguments in Web IDL; Window expresses what's going on more clearly. r=peterv
|
2014-10-29 15:06:20 -04:00 |
moz.build
|
Bug 1045100 - This is 1 of 2 patches. This patch replaces the custom "PluginCrashed" event with "PluginCrashedEvent." The "PluginCrashedEvent" is a a WebIDL binding. r=smaug r=gfritzsche
|
2014-10-21 23:40:12 -04:00 |
MozActivity.webidl
|
|
|
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 864484 - Part 3: Move MozCellBroadcastMessage to webidl implementation. r=vyang, r=smaug
|
2014-08-15 13:13:05 +08:00 |
MozCellBroadcastMessage.webidl
|
Bug 864484 - Part 7: Narrow down the DOMString values to predefined constants in .idl. r=vyang, r=smaug
|
2014-09-23 18:27:03 +08:00 |
MozClirModeEvent.webidl
|
|
|
MozContactChangeEvent.webidl
|
|
|
MozEmergencyCbModeEvent.webidl
|
|
|
MozIcc.webidl
|
Bug 1083745 - Part 3: Remove the redundant information carried in request result of icc.{set|get|unlock}CardLock API. r=hsinyi
|
2014-10-29 11:42:13 +08:00 |
MozIccInfo.webidl
|
Bug 994461 - Part 1: Move IccInfo to WebIDL. r=smaug,vicamo
|
2014-09-19 15:53:05 +08: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
|
|
|
MozMmsEvent.webidl
|
|
|
MozMmsMessage.webidl
|
|
|
MozMobileCellInfo.webidl
|
|
|
MozMobileConnection.webidl
|
Bug 1080883 - Part 2: Augmented MozMMIResult for error result (webidl). r=hsinyi
|
2014-11-11 17:15:31 +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
|
|
|
MozNDEFRecord.webidl
|
Bug 1094669 - Add a size attribute for MozNDEFRecord. r=smaug, dimi
|
2014-11-07 14:24:34 +08:00 |
MozNetworkStats.webidl
|
|
|
MozNetworkStatsAlarm.webidl
|
|
|
MozNetworkStatsData.webidl
|
|
|
MozNetworkStatsInterface.webidl
|
|
|
MozNFC.webidl
|
Bug 1047233 - B2G NFC: handler the errorMsg in NfcService and list errorMsg in WebIDL. r=smaug, allstars.chh
|
2014-11-03 19:38:33 +08:00 |
MozNFCPeer.webidl
|
Bug 1085292 - invalidate the object once ontag/peerlost is called. r=smaug, dimi
|
2014-10-29 11:15:11 +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 1086179 - Add a format API to MozNFCTag. r=smaug, allstars.chh
|
2014-11-18 09:52:39 +08:00 |
MozNFCTagEvent.webidl
|
Bug 991970 - Part 2: implement ontagfound/lost. r=smaug, dimi
|
2014-10-20 17:53:39 +08:00 |
MozOtaStatusEvent.webidl
|
|
|
MozPowerManager.webidl
|
|
|
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
|
|
|
MozSettingsTransactionEvent.webidl
|
Bug 900551 - Mochitests for settings permissions; r=bent r=ehsan
|
2014-08-27 21:01:30 -07:00 |
MozSmsEvent.webidl
|
|
|
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
|
|
|
MozVoicemailEvent.webidl
|
|
|
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
|
|
|
MozWifiManager.webidl
|
Bug 928362: Support ad-hoc mode for Wifi, r=vchang, r=mrbkap
|
2014-10-20 14:22:47 +02:00 |
MozWifiP2pManager.webidl
|
|
|
MozWifiP2pStatusChangeEvent.webidl
|
|
|
MozWifiStationInfoEvent.webidl
|
|
|
MozWifiStatusChangeEvent.webidl
|
|
|
MutationEvent.webidl
|
|
|
MutationObserver.webidl
|
Bug 973638, update MutationObserver.observe() to follow the spec, r=baku
|
2014-10-23 14:11:40 +03:00 |
NamedNodeMap.webidl
|
Bug 1055467 - Rename MozNamedAttrMap to NamedNodeMap, r=smaug
|
2014-08-25 10:25:34 +01:00 |
NativeOSFileInternals.webidl
|
|
|
Navigator.webidl
|
Backed out changeset 7fa6291d952d (bug 1095257) for suspicion of causing jit tests
|
2014-11-18 13:14:36 +01:00 |
NetDashboard.webidl
|
|
|
NetworkInformation.webidl
|
|
|
NetworkOptions.webidl
|
Backed out changeset 59611423c368 (bug 1038531) for marionette-webapi failures.
|
2014-09-03 11:30:32 -04:00 |
NfcOptions.webidl
|
Bug 1096897 - Part 1: s/powerLevel/rfState/g. r=smaug, dimi
|
2014-11-11 19:19:52 +08:00 |
Node.webidl
|
Bug 1055773 - Move hasAttributes method from Node to Element. r=bz
|
2014-10-01 10:16:00 +02: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
|
|
|
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
|
|
|
PhoneNumberService.webidl
|
|
|
Plugin.webidl
|
|
|
PluginArray.webidl
|
|
|
PluginCrashedEvent.webidl
|
Bug 1045100 - This is 1 of 2 patches. This patch replaces the custom "PluginCrashed" event with "PluginCrashedEvent." The "PluginCrashedEvent" is a a WebIDL binding. r=smaug r=gfritzsche
|
2014-10-21 23:40:12 -04:00 |
PointerEvent.webidl
|
|
|
PopStateEvent.webidl
|
|
|
PopupBlockedEvent.webidl
|
|
|
PopupBoxObject.webidl
|
Bug 1083724: Restore the optionality of string arguments to methods on PopupBoxObject. r=bz
|
2014-10-20 13:33:09 -07:00 |
Position.webidl
|
|
|
PositionError.webidl
|
|
|
ProcessingInstruction.webidl
|
|
|
ProfileTimelineMarker.webidl
|
Bug 1069661 - add "detail" to timeline markers. r=smaug
|
2014-11-18 14:39:00 +01:00 |
ProgressEvent.webidl
|
|
|
Promise.webidl
|
Bug 1083950. Add a way to get the promises that depend on a given promise via PromiseDebugging. r=nsm
|
2014-10-19 22:27:36 -04:00 |
PromiseDebugging.webidl
|
Bug 1083950. Add a way to get the promises that depend on a given promise via PromiseDebugging. r=nsm
|
2014-10-19 22:27:36 -04:00 |
PushManager.webidl
|
|
|
RadioNodeList.webidl
|
|
|
Range.webidl
|
|
|
RecordErrorEvent.webidl
|
|
|
Rect.webidl
|
|
|
Request.webidl
|
Bug 1039846 - Patch 4: FetchDriver with about:, blob: and data: fetching. r=baku
|
2014-10-06 11:01:20 -07:00 |
ResourceStats.webidl
|
|
|
ResourceStatsManager.webidl
|
|
|
Response.webidl
|
|
|
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
|
Bug 1087378. Stop using WindowProxy for arguments in Web IDL; Window expresses what's going on more clearly. r=peterv
|
2014-10-29 15:06:20 -04:00 |
ScrollBoxObject.webidl
|
Bug 979835: Port BoxObject and its subclasses to WebIDL. r=khuey sr=bz
|
2014-10-14 13:15:21 -07:00 |
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 |
ServiceWorkerClient.webidl
|
Bug 982726 - Patch 1.1 - Service Worker: ServiceWorkerClients and Client interfaces with getServiced(). r=baku
|
2014-10-27 12:03:00 +01:00 |
ServiceWorkerClients.webidl
|
Bug 982726 - Patch 1.1 - Service Worker: ServiceWorkerClients and Client interfaces with getServiced(). r=baku
|
2014-10-27 12:03:00 +01: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 982726 - Patch 1.1 - Service Worker: ServiceWorkerClients and Client interfaces with getServiced(). r=baku
|
2014-10-27 12:03:00 +01: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 1083587 - Add host and olderShadowRoot properties to ShadowRoot interface. r=smaug
|
2014-10-15 18:25:45 -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
|
Bug 1087378. Stop using WindowProxy for arguments in Web IDL; Window expresses what's going on more clearly. r=peterv
|
2014-10-29 15:06:20 -04:00 |
SocketCommon.webidl
|
|
|
SourceBuffer.webidl
|
|
|
SourceBufferList.webidl
|
|
|
SpeechGrammar.webidl
|
|
|
SpeechGrammarList.webidl
|
Bug 1060659 - SpeechGrammarList should both initialize SpeechRecognitionService and set a grammar on it. r=smaug
|
2014-10-01 21:37:00 +02:00 |
SpeechRecognition.webidl
|
|
|
SpeechRecognitionAlternative.webidl
|
|
|
SpeechRecognitionError.webidl
|
|
|
SpeechRecognitionEvent.webidl
|
|
|
SpeechRecognitionResult.webidl
|
|
|
SpeechRecognitionResultList.webidl
|
|
|
SpeechSynthesis.webidl
|
|
|
SpeechSynthesisEvent.webidl
|
|
|
SpeechSynthesisUtterance.webidl
|
|
|
SpeechSynthesisVoice.webidl
|
|
|
Storage.webidl
|
|
|
StorageEvent.webidl
|
|
|
StorageType.webidl
|
|
|
StyleRuleChangeEvent.webidl
|
|
|
StyleSheet.webidl
|
|
|
StyleSheetApplicableStateChangeEvent.webidl
|
|
|
StyleSheetChangeEvent.webidl
|
|
|
StyleSheetList.webidl
|
|
|
SubtleCrypto.webidl
|
Bug 1034854 - Add support for ECDSA to WebCrypto API r=ttaubert,dkeeler r=bz
|
2014-10-13 23:19:00 +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
|
|
|
SVGNumberList.webidl
|
|
|
SVGPathElement.webidl
|
|
|
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 1080883 - Part 1: Add MMICall (webidl). r=hsinyi
|
2014-11-11 17:15:31 +08:00 |
TelephonyCall.webidl
|
|
|
TelephonyCallGroup.webidl
|
Bug 978639 - Part 1: Add hangUp method (webidl). r=hsinyi
|
2014-10-20 03:11:00 -04:00 |
TelephonyCallId.webidl
|
|
|
TestInterfaceJS.webidl
|
Bug 1066432. Update ForOfIterator to the changes in Web IDL's handling of sequences as iterables. We now commit to an iterable if we get a non-undefined value for the Symbol.iterator property, not just if we get a callable value. r=jorendorff
|
2014-09-30 21:26:28 -04: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 1094544. Use [Exposed=System] some more instead of hardcoding binding bits in xpc::InitGlobalObject. r=bholley
|
2014-11-06 10:54:38 -05:00 |
TextEncoder.webidl
|
Bug 1094544. Use [Exposed=System] some more instead of hardcoding binding bits in xpc::InitGlobalObject. r=bholley
|
2014-11-06 10:54:38 -05:00 |
TextTrack.webidl
|
|
|
TextTrackCueList.webidl
|
|
|
TextTrackList.webidl
|
|
|
TimeEvent.webidl
|
Bug 1087378. Stop using WindowProxy for arguments in Web IDL; Window expresses what's going on more clearly. r=peterv
|
2014-10-29 15:06:20 -04:00 |
TimeRanges.webidl
|
|
|
Touch.webidl
|
|
|
TouchEvent.webidl
|
Bug 1087378. Stop using WindowProxy for arguments in Web IDL; Window expresses what's going on more clearly. r=peterv
|
2014-10-29 15:06:20 -04:00 |
TouchList.webidl
|
|
|
TrackEvent.webidl
|
|
|
TransitionEvent.webidl
|
|
|
TreeBoxObject.webidl
|
Bug 979835: Port BoxObject and its subclasses to WebIDL. r=khuey sr=bz
|
2014-10-14 13:15:21 -07:00 |
TreeColumn.webidl
|
Bug 1081692 - Move TreeColumn to WebIDL. r=khuey
|
2014-10-17 11:13:41 +02:00 |
TreeColumns.webidl
|
Bug 979835: Port BoxObject and its subclasses to WebIDL. r=khuey sr=bz
|
2014-10-14 13:15:21 -07:00 |
TreeWalker.webidl
|
|
|
TVChannel.webidl
|
Bug 998872 - [Stingray] TV Manager API. Part 1 - DOM API & WebIDL bindings. r=ehsan, r=baku
|
2014-08-21 17:15:18 +08:00 |
TVCurrentChannelChangedEvent.webidl
|
Bug 998872 - [Stingray] TV Manager API. Part 1 - DOM API & WebIDL bindings. r=ehsan, r=baku
|
2014-08-21 17:15:18 +08:00 |
TVCurrentSourceChangedEvent.webidl
|
Bug 998872 - [Stingray] TV Manager API. Part 1 - DOM API & WebIDL bindings. r=ehsan, r=baku
|
2014-08-21 17:15:18 +08:00 |
TVEITBroadcastedEvent.webidl
|
Bug 998872 - [Stingray] TV Manager API. Part 1 - DOM API & WebIDL bindings. r=ehsan, r=baku
|
2014-08-21 17:15:18 +08:00 |
TVManager.webidl
|
Bug 998872 - [Stingray] TV Manager API. Part 1 - DOM API & WebIDL bindings. r=ehsan, r=baku
|
2014-08-21 17:15:18 +08:00 |
TVProgram.webidl
|
Bug 998872 - [Stingray] TV Manager API. Part 1 - DOM API & WebIDL bindings. r=ehsan, r=baku
|
2014-08-21 17:15:18 +08:00 |
TVScanningStateChangedEvent.webidl
|
Bug 998872 - [Stingray] TV Manager API. Part 1 - DOM API & WebIDL bindings. r=ehsan, r=baku
|
2014-08-21 17:15:18 +08:00 |
TVSource.webidl
|
Bug 998872 - [Stingray] TV Manager API. Part 1 - DOM API & WebIDL bindings. r=ehsan, r=baku
|
2014-08-21 17:15:18 +08:00 |
TVTuner.webidl
|
Bug 998872 - [Stingray] TV Manager API. Part 1 - DOM API & WebIDL bindings. r=ehsan, r=baku
|
2014-08-21 17:15:18 +08:00 |
UDPMessageEvent.webidl
|
|
|
UDPSocket.webidl
|
|
|
UIEvent.webidl
|
Bug 1087378. Stop using WindowProxy for arguments in Web IDL; Window expresses what's going on more clearly. r=peterv
|
2014-10-29 15:06:20 -04:00 |
UndoManager.webidl
|
|
|
URL.webidl
|
Backed out changesets 156eee9f2d2a,6e5aee097c86 (bug 1094545) for bc1 and xpcshell orange on a CLOSED TREE
|
2014-11-07 14:23:05 -08:00 |
URLSearchParams.webidl
|
Backed out changesets 156eee9f2d2a,6e5aee097c86 (bug 1094545) for bc1 and xpcshell orange on a CLOSED TREE
|
2014-11-07 14:23:05 -08:00 |
URLUtils.webidl
|
Backed out changesets 156eee9f2d2a,6e5aee097c86 (bug 1094545) for bc1 and xpcshell orange on a CLOSED TREE
|
2014-11-07 14:23:05 -08:00 |
URLUtilsReadOnly.webidl
|
Bug 1085297 - URLSearchParams, URLUtils and URLUtilsReadOnly should use USVStrings instead DOMStrings, r=smaug
|
2014-10-20 15:20:07 +01:00 |
UserProximityEvent.webidl
|
|
|
USSDReceivedEvent.webidl
|
Bug 1058397 - Part 2: USSDSession interface. r=hsinyi
|
2014-10-15 02:50:00 -04:00 |
USSDSession.webidl
|
Bug 1058397 - Part 2: USSDSession interface. r=hsinyi
|
2014-10-15 02:50:00 -04:00 |
ValidityState.webidl
|
|
|
VideoPlaybackQuality.webidl
|
|
|
VideoStreamTrack.webidl
|
|
|
VideoTrack.webidl
|
|
|
VideoTrackList.webidl
|
|
|
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 1083936 - WebGL2: Add texImage3D - r=jgilbert,smaug
|
2014-10-16 22:03:34 -04:00 |
WebGLRenderingContext.webidl
|
|
|
WebrtcGlobalInformation.webidl
|
|
|
WebSocket.webidl
|
Bug 504553 - patch 3 - WebSockes in Workers: Workers supported, r=smaug
|
2014-10-10 17:58:05 +01:00 |
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 993026 - Rename NewResolve to Resolve in browser. r=bz
|
2014-11-08 01:07:12 +01:00 |
WindowRoot.webidl
|
Bug 1082839 - WebIDL for WindowRoot, r=peterv
|
2014-10-18 02:05:16 +03:00 |
Worker.webidl
|
Bug 1084439. Remove ResolveWorkerClasses in favor of [Exposed=System] annotations. r=bholley
|
2014-10-19 22:25:49 -04:00 |
WorkerGlobalScope.webidl
|
Bug 1063879. Speed up the "performance" getter on workers. r=peterv
|
2014-11-07 14:10:39 -05: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 1047483 - patch 1 - Porting DOMFile/DOMBlob to WebIDL, r=bz, r=bkelly, r=bholley
|
2014-10-08 17:15:22 +01: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
|
Backout 58e2cab9572e, bad patch.
|
2014-11-04 12:35:02 +01:00 |
XPathExpression.webidl
|
|
|
XPathNSResolver.webidl
|
Bug 1018658 - Convert XPathNSResolver to WebIDL bindings, switch XPathNSResolver to WebIDL. r=bz.
|
2014-10-14 16:27:24 +02:00 |
XPathResult.webidl
|
|
|
XSLTProcessor.webidl
|
Bug 844457 - Move XSLTProcessor to WebIDL. r=peterv
|
2014-10-10 14:21:54 +02:00 |
XULCommandEvent.webidl
|
Bug 1087378. Stop using WindowProxy for arguments in Web IDL; Window expresses what's going on more clearly. r=peterv
|
2014-10-29 15:06:20 -04:00 |
XULDocument.webidl
|
Bug 979835: Port BoxObject and its subclasses to WebIDL. r=khuey sr=bz
|
2014-10-14 13:15:21 -07:00 |
XULElement.webidl
|
Bug 979835: Port BoxObject and its subclasses to WebIDL. r=khuey sr=bz
|
2014-10-14 13:15:21 -07:00 |