summaryrefslogtreecommitdiff
path: root/www/firefox/PLIST
diff options
context:
space:
mode:
authorryoon <ryoon>2013-06-26 11:32:12 +0000
committerryoon <ryoon>2013-06-26 11:32:12 +0000
commitb11befbbdec7e7150ae78866e0b2b1a9fdc1cc60 (patch)
treeded0d566db364a06dc2170d6b5f7be7de6938b17 /www/firefox/PLIST
parentcdf738942b9fc3ab636c5d2650eff1a61b840247 (diff)
downloadpkgsrc-b11befbbdec7e7150ae78866e0b2b1a9fdc1cc60.tar.gz
Update to 22.0
* On NetBSD WebRTC support is disabled, because libxul.so has some errors in link stage. WebRTC support should be tested on non-NetBSD platforms. * It seems that OSS sound support is not working properly on NetBSD. Changelog: NEW WebRTC is now enabled by default! NEW Windows: Firefox now follows display scaling options to render text larger on high-res displays NEW Mac OS X: Download progress in Dock application icon NEW HTML5 audio/video playback rate can now be changed NEW Social services management implemented in Add-ons Manager NEW asm.js optimizations (OdinMonkey) enabled for major performance improvements CHANGED Improved WebGL rendering performance through asynchronous canvas updates CHANGED Plain text files displayed within Firefox will now word-wrap CHANGED For user security, the |Components| object is no longer accessible from web content CHANGED Pointer Lock API can now be used outside of fullscreen DEVELOPER CSS3 Flexbox implemented and enabled by default DEVELOPER New Web Notifications API implemented DEVELOPER Added clipboardData API for JavaScript access to a user's clipboard DEVELOPER New built-in font inspector HTML5 New HTML5 <data> and <time> elements FIXED Various security fixes FIXED Scrolling using some high-resolution-scroll aware touchpads feels slow (829952) Fixed in Firefox 22 MFSA 2013-62 Inaccessible updater can lead to local privilege escalation MFSA 2013-61 Homograph domain spoofing in .com, .net and .name MFSA 2013-60 getUserMedia permission dialog incorrectly displays location MFSA 2013-59 XrayWrappers can be bypassed to run user defined methods in a privileged context MFSA 2013-58 X-Frame-Options ignored when using server push with multi-part responses MFSA 2013-57 Sandbox restrictions not applied to nested frame elements MFSA 2013-56 PreserveWrapper has inconsistent behavior MFSA 2013-55 SVG filters can lead to information disclosure MFSA 2013-54 Data in the body of XHR HEAD requests leads to CSRF attacks MFSA 2013-53 Execution of unmapped memory through onreadystatechange event MFSA 2013-52 Arbitrary code execution within Profiler MFSA 2013-51 Privileged content access and execution via XBL MFSA 2013-50 Memory corruption found using Address Sanitizer MFSA 2013-49 Miscellaneous memory safety hazards (rv:22.0 / rv:17.0.7)
Diffstat (limited to 'www/firefox/PLIST')
-rw-r--r--www/firefox/PLIST433
1 files changed, 362 insertions, 71 deletions
diff --git a/www/firefox/PLIST b/www/firefox/PLIST
index 7ebdfa6eab9..c1c0ddf509d 100644
--- a/www/firefox/PLIST
+++ b/www/firefox/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.66 2013/06/21 23:11:42 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.67 2013/06/26 11:32:12 ryoon Exp $
bin/firefox
include/firefox/AbstractMediaDecoder.h
include/firefox/AccEvent.h
@@ -12,6 +12,7 @@ include/firefox/AudioChannelServiceChild.h
include/firefox/AudioEventTimeline.h
include/firefox/AudioNodeEngine.h
include/firefox/AudioNodeStream.h
+include/firefox/AudioParamTimeline.h
include/firefox/AudioSampleFormat.h
include/firefox/AudioSegment.h
include/firefox/AudioStream.h
@@ -25,10 +26,6 @@ include/firefox/CompositorChild.h
include/firefox/CompositorParent.h
include/firefox/Crypto.h
include/firefox/CryptoTask.h
-include/firefox/DASHDecoder.h
-include/firefox/DASHReader.h
-include/firefox/DASHRepDecoder.h
-include/firefox/DASHRepReader.h
include/firefox/DOMCameraManager.h
include/firefox/DOMMediaStream.h
include/firefox/DecoderTraits.h
@@ -46,16 +43,21 @@ include/firefox/FramePropertyTable.h
include/firefox/GLContext.h
include/firefox/GLContextProvider.h
include/firefox/GLContextProviderImpl.h
+include/firefox/GLContextSkia.h
include/firefox/GLContextSymbols.h
include/firefox/GLContextTypes.h
include/firefox/GLDefs.h
+include/firefox/GLLibraryEGL.h
include/firefox/GLLibraryLoader.h
+include/firefox/GLScreenBuffer.h
include/firefox/GLTextureImage.h
include/firefox/GLXLibrary.h
+include/firefox/GeckoProfiler.h
include/firefox/GeneratedEvents.h
include/firefox/GfxInfoCollector.h
include/firefox/GonkIOSurfaceImage.h
include/firefox/GonkNativeWindow.h
+include/firefox/GonkNativeWindowClient.h
include/firefox/HTMLPropertiesCollection.h
include/firefox/IJSDebugger.h
include/firefox/IPC/nsGUIEventIPC.h
@@ -90,17 +92,26 @@ include/firefox/PCOMContentPermissionRequestChild.h
include/firefox/ReadbackLayer.h
include/firefox/RoundedRect.h
include/firefox/SVGAttrValueWrapper.h
+include/firefox/SVGImageContext.h
+include/firefox/SVGStringList.h
include/firefox/ScopedNSSTypes.h
include/firefox/ScrollbarActivity.h
include/firefox/Selection.h
include/firefox/SerializedLoadContext.h
include/firefox/ShadowLayersManager.h
include/firefox/SharedBuffer.h
+include/firefox/SharedSurface.h
+include/firefox/SharedSurfaceEGL.h
+include/firefox/SharedSurfaceGL.h
include/firefox/SharedTextureImage.h
include/firefox/SpecialSystemDirectory.h
include/firefox/StackArena.h
include/firefox/StreamBuffer.h
+include/firefox/SurfaceFactory.h
+include/firefox/SurfaceStream.h
+include/firefox/SurfaceTypes.h
include/firefox/TexturePoolOGL.h
+include/firefox/ThreeDPoint.h
include/firefox/TimeVarying.h
include/firefox/VideoFrameContainer.h
include/firefox/VideoSegment.h
@@ -108,6 +119,7 @@ include/firefox/VideoUtils.h
include/firefox/VorbisUtils.h
include/firefox/WaveDecoder.h
include/firefox/WaveReader.h
+include/firefox/WebAudioUtils.h
include/firefox/WebMDecoder.h
include/firefox/WebMReader.h
include/firefox/XPCJSMemoryReporter.h
@@ -120,14 +132,12 @@ include/firefox/chromium_types.h
include/firefox/cubeb/cubeb-stdint.h
include/firefox/cubeb/cubeb.h
include/firefox/domstubs.h
-include/firefox/ds/BitArray.h
include/firefox/expat.h
include/firefox/expat_config.h
include/firefox/expat_external.h
include/firefox/extIApplication.h
include/firefox/ftpCore.h
include/firefox/fuelIApplication.h
-include/firefox/gc/Root.h
include/firefox/gfx2DGlue.h
include/firefox/gfx3DMatrix.h
include/firefox/gfxASurface.h
@@ -219,6 +229,7 @@ include/firefox/jArray.h
include/firefox/js-config.h
include/firefox/js.msg
include/firefox/js/Anchor.h
+include/firefox/js/CallArgs.h
include/firefox/js/CharacterEncoding.h
include/firefox/js/GCAPI.h
include/firefox/js/HashTable.h
@@ -227,6 +238,7 @@ include/firefox/js/LegacyIntTypes.h
include/firefox/js/MemoryMetrics.h
include/firefox/js/PropertyKey.h
include/firefox/js/RequiredDefines.h
+include/firefox/js/RootingAPI.h
include/firefox/js/TemplateLib.h
include/firefox/js/Utility.h
include/firefox/js/Value.h
@@ -340,6 +352,7 @@ include/firefox/mozilla/LookAndFeel.h
include/firefox/mozilla/MSStdInt.h
include/firefox/mozilla/MapsMemoryReporter.h
include/firefox/mozilla/MathAlgorithms.h
+include/firefox/mozilla/MediaManager.h
include/firefox/mozilla/MemoryChecking.h
include/firefox/mozilla/Module.h
include/firefox/mozilla/ModuleLoader.h
@@ -372,6 +385,7 @@ include/firefox/mozilla/StandardInteger.h
include/firefox/mozilla/StartupTimeline.h
include/firefox/mozilla/StaticPtr.h
include/firefox/mozilla/StringBuilder.h
+include/firefox/mozilla/SyncRunnable.h
include/firefox/mozilla/Telemetry.h
include/firefox/mozilla/TelemetryHistogramEnums.h
include/firefox/mozilla/ThreadLocal.h
@@ -394,9 +408,9 @@ include/firefox/mozilla/a11y/DocManager.h
include/firefox/mozilla/a11y/FocusManager.h
include/firefox/mozilla/a11y/HyperTextAccessible.h
include/firefox/mozilla/a11y/HyperTextAccessibleWrap.h
-${PLIST.debug}include/firefox/mozilla/a11y/Logging.h
include/firefox/mozilla/a11y/Platform.h
include/firefox/mozilla/a11y/Role.h
+include/firefox/mozilla/a11y/SelectionManager.h
include/firefox/mozilla/a11y/States.h
include/firefox/mozilla/arm.h
include/firefox/mozilla/browser/AboutRedirector.h
@@ -414,6 +428,9 @@ include/firefox/mozilla/css/StyleRule.h
include/firefox/mozilla/docshell/OfflineCacheUpdateChild.h
include/firefox/mozilla/docshell/OfflineCacheUpdateParent.h
include/firefox/mozilla/dom/Activity.h
+include/firefox/mozilla/dom/AnimationEventBinding.h
+include/firefox/mozilla/dom/ArchiveReaderBinding.h
+include/firefox/mozilla/dom/ArchiveRequestBinding.h
include/firefox/mozilla/dom/AudioBuffer.h
include/firefox/mozilla/dom/AudioBufferBinding.h
include/firefox/mozilla/dom/AudioBufferSourceNode.h
@@ -430,7 +447,10 @@ include/firefox/mozilla/dom/AudioParam.h
include/firefox/mozilla/dom/AudioParamBinding.h
include/firefox/mozilla/dom/AudioSourceNode.h
include/firefox/mozilla/dom/AudioSourceNodeBinding.h
+include/firefox/mozilla/dom/AudioStreamTrack.h
+include/firefox/mozilla/dom/AudioStreamTrackBinding.h
include/firefox/mozilla/dom/BatteryManagerBinding.h
+include/firefox/mozilla/dom/BeforeUnloadEventBinding.h
include/firefox/mozilla/dom/BindingDeclarations.h
include/firefox/mozilla/dom/BindingUtils.h
include/firefox/mozilla/dom/BiquadFilterNode.h
@@ -444,6 +464,7 @@ include/firefox/mozilla/dom/CSS2PropertiesBinding.h
include/firefox/mozilla/dom/CSSBinding.h
include/firefox/mozilla/dom/CSSPrimitiveValueBinding.h
include/firefox/mozilla/dom/CSSStyleDeclarationBinding.h
+include/firefox/mozilla/dom/CSSStyleSheetBinding.h
include/firefox/mozilla/dom/CSSValue.h
include/firefox/mozilla/dom/CSSValueBinding.h
include/firefox/mozilla/dom/CSSValueListBinding.h
@@ -455,15 +476,20 @@ include/firefox/mozilla/dom/CanvasRenderingContext2DBinding.h
include/firefox/mozilla/dom/CanvasUtils.h
include/firefox/mozilla/dom/CaretPositionBinding.h
include/firefox/mozilla/dom/CharacterDataBinding.h
+include/firefox/mozilla/dom/ClientRectBinding.h
include/firefox/mozilla/dom/ClientRectListBinding.h
+include/firefox/mozilla/dom/ClipboardEventBinding.h
+include/firefox/mozilla/dom/CommandEventBinding.h
include/firefox/mozilla/dom/Comment.h
include/firefox/mozilla/dom/CommentBinding.h
+include/firefox/mozilla/dom/CompositionEventBinding.h
include/firefox/mozilla/dom/ContentChild.h
include/firefox/mozilla/dom/ContentParent.h
include/firefox/mozilla/dom/ContentProcess.h
include/firefox/mozilla/dom/CrashReporterChild.h
include/firefox/mozilla/dom/CrashReporterParent.h
include/firefox/mozilla/dom/DOMCursor.h
+include/firefox/mozilla/dom/DOMCursorBinding.h
include/firefox/mozilla/dom/DOMError.h
include/firefox/mozilla/dom/DOMImplementation.h
include/firefox/mozilla/dom/DOMImplementationBinding.h
@@ -471,6 +497,7 @@ include/firefox/mozilla/dom/DOMJSClass.h
include/firefox/mozilla/dom/DOMJSProxyHandler.h
include/firefox/mozilla/dom/DOMParserBinding.h
include/firefox/mozilla/dom/DOMRequest.h
+include/firefox/mozilla/dom/DOMRequestBinding.h
include/firefox/mozilla/dom/DOMSettableTokenListBinding.h
include/firefox/mozilla/dom/DOMStringMapBinding.h
include/firefox/mozilla/dom/DOMTokenListBinding.h
@@ -491,6 +518,7 @@ include/firefox/mozilla/dom/ElementBinding.h
include/firefox/mozilla/dom/EnableWebAudioCheck.h
include/firefox/mozilla/dom/EncodingUtils.h
include/firefox/mozilla/dom/Errors.msg
+include/firefox/mozilla/dom/EventBinding.h
include/firefox/mozilla/dom/EventHandlerBinding.h
include/firefox/mozilla/dom/EventListenerBinding.h
include/firefox/mozilla/dom/EventSource.h
@@ -499,10 +527,12 @@ include/firefox/mozilla/dom/EventTarget.h
include/firefox/mozilla/dom/EventTargetBinding.h
include/firefox/mozilla/dom/ExternalHelperAppChild.h
include/firefox/mozilla/dom/ExternalHelperAppParent.h
+include/firefox/mozilla/dom/FakeSpeechRecognitionService.h
include/firefox/mozilla/dom/FileBinding.h
include/firefox/mozilla/dom/FileHandleBinding.h
include/firefox/mozilla/dom/FileListBinding.h
include/firefox/mozilla/dom/FileReaderSyncBinding.h
+include/firefox/mozilla/dom/FileRequestBinding.h
include/firefox/mozilla/dom/FormDataBinding.h
include/firefox/mozilla/dom/FragmentOrElement.h
include/firefox/mozilla/dom/FromParser.h
@@ -511,8 +541,11 @@ include/firefox/mozilla/dom/GainNode.h
include/firefox/mozilla/dom/GainNodeBinding.h
include/firefox/mozilla/dom/HTMLAnchorElement.h
include/firefox/mozilla/dom/HTMLAnchorElementBinding.h
+include/firefox/mozilla/dom/HTMLAppletElementBinding.h
include/firefox/mozilla/dom/HTMLAreaElement.h
include/firefox/mozilla/dom/HTMLAreaElementBinding.h
+include/firefox/mozilla/dom/HTMLAudioElement.h
+include/firefox/mozilla/dom/HTMLAudioElementBinding.h
include/firefox/mozilla/dom/HTMLBRElement.h
include/firefox/mozilla/dom/HTMLBRElementBinding.h
include/firefox/mozilla/dom/HTMLBaseElementBinding.h
@@ -523,6 +556,8 @@ include/firefox/mozilla/dom/HTMLButtonElementBinding.h
include/firefox/mozilla/dom/HTMLCanvasElement.h
include/firefox/mozilla/dom/HTMLCollectionBinding.h
include/firefox/mozilla/dom/HTMLDListElementBinding.h
+include/firefox/mozilla/dom/HTMLDataElement.h
+include/firefox/mozilla/dom/HTMLDataElementBinding.h
include/firefox/mozilla/dom/HTMLDataListElement.h
include/firefox/mozilla/dom/HTMLDataListElementBinding.h
include/firefox/mozilla/dom/HTMLDirectoryElementBinding.h
@@ -530,6 +565,7 @@ include/firefox/mozilla/dom/HTMLDivElement.h
include/firefox/mozilla/dom/HTMLDivElementBinding.h
include/firefox/mozilla/dom/HTMLDocumentBinding.h
include/firefox/mozilla/dom/HTMLElementBinding.h
+include/firefox/mozilla/dom/HTMLEmbedElementBinding.h
include/firefox/mozilla/dom/HTMLFieldSetElement.h
include/firefox/mozilla/dom/HTMLFieldSetElementBinding.h
include/firefox/mozilla/dom/HTMLFontElement.h
@@ -544,8 +580,12 @@ include/firefox/mozilla/dom/HTMLHeadElementBinding.h
include/firefox/mozilla/dom/HTMLHeadingElement.h
include/firefox/mozilla/dom/HTMLHeadingElementBinding.h
include/firefox/mozilla/dom/HTMLHtmlElementBinding.h
+include/firefox/mozilla/dom/HTMLIFrameElement.h
+include/firefox/mozilla/dom/HTMLIFrameElementBinding.h
include/firefox/mozilla/dom/HTMLImageElement.h
include/firefox/mozilla/dom/HTMLImageElementBinding.h
+include/firefox/mozilla/dom/HTMLInputElement.h
+include/firefox/mozilla/dom/HTMLInputElementBinding.h
include/firefox/mozilla/dom/HTMLLIElement.h
include/firefox/mozilla/dom/HTMLLIElementBinding.h
include/firefox/mozilla/dom/HTMLLabelElement.h
@@ -556,6 +596,8 @@ include/firefox/mozilla/dom/HTMLLinkElement.h
include/firefox/mozilla/dom/HTMLLinkElementBinding.h
include/firefox/mozilla/dom/HTMLMapElement.h
include/firefox/mozilla/dom/HTMLMapElementBinding.h
+include/firefox/mozilla/dom/HTMLMediaElement.h
+include/firefox/mozilla/dom/HTMLMediaElementBinding.h
include/firefox/mozilla/dom/HTMLMenuElement.h
include/firefox/mozilla/dom/HTMLMenuElementBinding.h
include/firefox/mozilla/dom/HTMLMenuItemElement.h
@@ -567,10 +609,13 @@ include/firefox/mozilla/dom/HTMLMeterElementBinding.h
include/firefox/mozilla/dom/HTMLModElement.h
include/firefox/mozilla/dom/HTMLModElementBinding.h
include/firefox/mozilla/dom/HTMLOListElementBinding.h
+include/firefox/mozilla/dom/HTMLObjectElement.h
+include/firefox/mozilla/dom/HTMLObjectElementBinding.h
include/firefox/mozilla/dom/HTMLOptGroupElement.h
include/firefox/mozilla/dom/HTMLOptGroupElementBinding.h
include/firefox/mozilla/dom/HTMLOptionElement.h
include/firefox/mozilla/dom/HTMLOptionElementBinding.h
+include/firefox/mozilla/dom/HTMLOptionsCollection.h
include/firefox/mozilla/dom/HTMLOptionsCollectionBinding.h
include/firefox/mozilla/dom/HTMLOutputElement.h
include/firefox/mozilla/dom/HTMLOutputElementBinding.h
@@ -587,6 +632,7 @@ include/firefox/mozilla/dom/HTMLScriptElement.h
include/firefox/mozilla/dom/HTMLScriptElementBinding.h
include/firefox/mozilla/dom/HTMLSharedElement.h
include/firefox/mozilla/dom/HTMLSharedListElement.h
+include/firefox/mozilla/dom/HTMLSharedObjectElement.h
include/firefox/mozilla/dom/HTMLSourceElement.h
include/firefox/mozilla/dom/HTMLSourceElementBinding.h
include/firefox/mozilla/dom/HTMLSpanElement.h
@@ -605,12 +651,23 @@ include/firefox/mozilla/dom/HTMLTableRowElement.h
include/firefox/mozilla/dom/HTMLTableRowElementBinding.h
include/firefox/mozilla/dom/HTMLTableSectionElement.h
include/firefox/mozilla/dom/HTMLTableSectionElementBinding.h
+include/firefox/mozilla/dom/HTMLTemplateElement.h
+include/firefox/mozilla/dom/HTMLTemplateElementBinding.h
+include/firefox/mozilla/dom/HTMLTextAreaElement.h
+include/firefox/mozilla/dom/HTMLTextAreaElementBinding.h
+include/firefox/mozilla/dom/HTMLTimeElement.h
+include/firefox/mozilla/dom/HTMLTimeElementBinding.h
include/firefox/mozilla/dom/HTMLTitleElement.h
include/firefox/mozilla/dom/HTMLTitleElementBinding.h
include/firefox/mozilla/dom/HTMLUListElementBinding.h
include/firefox/mozilla/dom/HTMLUnknownElement.h
+include/firefox/mozilla/dom/HTMLVideoElement.h
+include/firefox/mozilla/dom/HTMLVideoElementBinding.h
+include/firefox/mozilla/dom/IDBFactoryBinding.h
+include/firefox/mozilla/dom/IDBVersionChangeEventBinding.h
include/firefox/mozilla/dom/ImageData.h
include/firefox/mozilla/dom/ImageDataBinding.h
+include/firefox/mozilla/dom/InspectorUtilsBinding.h
include/firefox/mozilla/dom/Link.h
include/firefox/mozilla/dom/LinkStyleBinding.h
include/firefox/mozilla/dom/LocalMediaStreamBinding.h
@@ -618,11 +675,23 @@ include/firefox/mozilla/dom/LocationBinding.h
include/firefox/mozilla/dom/MediaError.h
include/firefox/mozilla/dom/MediaErrorBinding.h
include/firefox/mozilla/dom/MediaStreamBinding.h
+include/firefox/mozilla/dom/MediaStreamTrack.h
+include/firefox/mozilla/dom/MediaStreamTrackBinding.h
+include/firefox/mozilla/dom/MessageEventBinding.h
+include/firefox/mozilla/dom/MmsMessage.h
+include/firefox/mozilla/dom/MobileMessageManager.h
+include/firefox/mozilla/dom/MouseEventBinding.h
+include/firefox/mozilla/dom/MozActivityBinding.h
+include/firefox/mozilla/dom/MutationEventBinding.h
include/firefox/mozilla/dom/MutationObserverBinding.h
include/firefox/mozilla/dom/NodeBinding.h
include/firefox/mozilla/dom/NodeFilterBinding.h
+include/firefox/mozilla/dom/NodeIterator.h
+include/firefox/mozilla/dom/NodeIteratorBinding.h
include/firefox/mozilla/dom/NodeListBinding.h
include/firefox/mozilla/dom/NonRefcountedDOMObject.h
+include/firefox/mozilla/dom/Notification.h
+include/firefox/mozilla/dom/NotificationBinding.h
include/firefox/mozilla/dom/Nullable.h
include/firefox/mozilla/dom/PaintRequestBinding.h
include/firefox/mozilla/dom/PaintRequestListBinding.h
@@ -638,6 +707,7 @@ include/firefox/mozilla/dom/ProcessingInstructionBinding.h
include/firefox/mozilla/dom/PrototypeList.h
include/firefox/mozilla/dom/RGBColorBinding.h
include/firefox/mozilla/dom/RTCConfigurationBinding.h
+include/firefox/mozilla/dom/RangeBinding.h
include/firefox/mozilla/dom/RectBinding.h
include/firefox/mozilla/dom/RegisterBindings.h
include/firefox/mozilla/dom/SVGAElement.h
@@ -676,15 +746,58 @@ include/firefox/mozilla/dom/SVGDefsElement.h
include/firefox/mozilla/dom/SVGDefsElementBinding.h
include/firefox/mozilla/dom/SVGDescElement.h
include/firefox/mozilla/dom/SVGDescElementBinding.h
+include/firefox/mozilla/dom/SVGDocument.h
+include/firefox/mozilla/dom/SVGDocumentBinding.h
include/firefox/mozilla/dom/SVGElementBinding.h
include/firefox/mozilla/dom/SVGEllipseElement.h
include/firefox/mozilla/dom/SVGEllipseElementBinding.h
+include/firefox/mozilla/dom/SVGFEBlendElement.h
+include/firefox/mozilla/dom/SVGFEBlendElementBinding.h
+include/firefox/mozilla/dom/SVGFEColorMatrixElement.h
+include/firefox/mozilla/dom/SVGFEColorMatrixElementBinding.h
+include/firefox/mozilla/dom/SVGFEComponentTransferElement.h
+include/firefox/mozilla/dom/SVGFEComponentTransferElementBinding.h
+include/firefox/mozilla/dom/SVGFECompositeElement.h
+include/firefox/mozilla/dom/SVGFECompositeElementBinding.h
+include/firefox/mozilla/dom/SVGFEConvolveMatrixElement.h
+include/firefox/mozilla/dom/SVGFEConvolveMatrixElementBinding.h
+include/firefox/mozilla/dom/SVGFEDiffuseLightingElement.h
+include/firefox/mozilla/dom/SVGFEDiffuseLightingElementBinding.h
+include/firefox/mozilla/dom/SVGFEDisplacementMapElement.h
+include/firefox/mozilla/dom/SVGFEDisplacementMapElementBinding.h
+include/firefox/mozilla/dom/SVGFEDistantLightElement.h
+include/firefox/mozilla/dom/SVGFEDistantLightElementBinding.h
+include/firefox/mozilla/dom/SVGFEFloodElement.h
+include/firefox/mozilla/dom/SVGFEFloodElementBinding.h
include/firefox/mozilla/dom/SVGFEFuncAElementBinding.h
include/firefox/mozilla/dom/SVGFEFuncBElementBinding.h
include/firefox/mozilla/dom/SVGFEFuncGElementBinding.h
include/firefox/mozilla/dom/SVGFEFuncRElementBinding.h
+include/firefox/mozilla/dom/SVGFEGaussianBlurElement.h
+include/firefox/mozilla/dom/SVGFEGaussianBlurElementBinding.h
+include/firefox/mozilla/dom/SVGFEImageElement.h
+include/firefox/mozilla/dom/SVGFEImageElementBinding.h
+include/firefox/mozilla/dom/SVGFEMergeElement.h
+include/firefox/mozilla/dom/SVGFEMergeElementBinding.h
+include/firefox/mozilla/dom/SVGFEMergeNodeElement.h
+include/firefox/mozilla/dom/SVGFEMergeNodeElementBinding.h
+include/firefox/mozilla/dom/SVGFEMorphologyElement.h
+include/firefox/mozilla/dom/SVGFEMorphologyElementBinding.h
+include/firefox/mozilla/dom/SVGFEOffsetElement.h
+include/firefox/mozilla/dom/SVGFEOffsetElementBinding.h
+include/firefox/mozilla/dom/SVGFEPointLightElement.h
+include/firefox/mozilla/dom/SVGFEPointLightElementBinding.h
+include/firefox/mozilla/dom/SVGFESpecularLightingElement.h
+include/firefox/mozilla/dom/SVGFESpecularLightingElementBinding.h
+include/firefox/mozilla/dom/SVGFESpotLightElement.h
+include/firefox/mozilla/dom/SVGFESpotLightElementBinding.h
+include/firefox/mozilla/dom/SVGFETileElement.h
+include/firefox/mozilla/dom/SVGFETileElementBinding.h
+include/firefox/mozilla/dom/SVGFETurbulenceElement.h
+include/firefox/mozilla/dom/SVGFETurbulenceElementBinding.h
include/firefox/mozilla/dom/SVGFilterElement.h
include/firefox/mozilla/dom/SVGFilterElementBinding.h
+include/firefox/mozilla/dom/SVGFilterPrimitiveStandardAttributesBinding.h
include/firefox/mozilla/dom/SVGFitToViewBoxBinding.h
include/firefox/mozilla/dom/SVGForeignObjectElement.h
include/firefox/mozilla/dom/SVGForeignObjectElementBinding.h
@@ -694,6 +807,7 @@ include/firefox/mozilla/dom/SVGGradientElement.h
include/firefox/mozilla/dom/SVGGradientElementBinding.h
include/firefox/mozilla/dom/SVGGraphicsElement.h
include/firefox/mozilla/dom/SVGGraphicsElementBinding.h
+include/firefox/mozilla/dom/SVGIRect.h
include/firefox/mozilla/dom/SVGImageElement.h
include/firefox/mozilla/dom/SVGImageElementBinding.h
include/firefox/mozilla/dom/SVGLengthListBinding.h
@@ -725,6 +839,8 @@ include/firefox/mozilla/dom/SVGPolylineElement.h
include/firefox/mozilla/dom/SVGPolylineElementBinding.h
include/firefox/mozilla/dom/SVGPreserveAspectRatioBinding.h
include/firefox/mozilla/dom/SVGRadialGradientElementBinding.h
+include/firefox/mozilla/dom/SVGRect.h
+include/firefox/mozilla/dom/SVGRectBinding.h
include/firefox/mozilla/dom/SVGRectElement.h
include/firefox/mozilla/dom/SVGRectElementBinding.h
include/firefox/mozilla/dom/SVGSVGElement.h
@@ -743,6 +859,7 @@ include/firefox/mozilla/dom/SVGSymbolElement.h
include/firefox/mozilla/dom/SVGSymbolElementBinding.h
include/firefox/mozilla/dom/SVGTSpanElement.h
include/firefox/mozilla/dom/SVGTSpanElementBinding.h
+include/firefox/mozilla/dom/SVGTests.h
include/firefox/mozilla/dom/SVGTestsBinding.h
include/firefox/mozilla/dom/SVGTextContentElement.h
include/firefox/mozilla/dom/SVGTextContentElementBinding.h
@@ -766,10 +883,31 @@ include/firefox/mozilla/dom/SVGViewElementBinding.h
include/firefox/mozilla/dom/SVGZoomAndPanBinding.h
include/firefox/mozilla/dom/ScreenBinding.h
include/firefox/mozilla/dom/ScreenOrientation.h
+include/firefox/mozilla/dom/ScrollAreaEventBinding.h
+include/firefox/mozilla/dom/SimpleGestureEventBinding.h
+include/firefox/mozilla/dom/SmsFilter.h
+include/firefox/mozilla/dom/SmsManager.h
+include/firefox/mozilla/dom/SmsMessage.h
+include/firefox/mozilla/dom/SmsRequest.h
+include/firefox/mozilla/dom/SmsSegmentInfo.h
+include/firefox/mozilla/dom/SpeechGrammar.h
+include/firefox/mozilla/dom/SpeechGrammarBinding.h
+include/firefox/mozilla/dom/SpeechGrammarList.h
+include/firefox/mozilla/dom/SpeechGrammarListBinding.h
+include/firefox/mozilla/dom/SpeechRecognition.h
+include/firefox/mozilla/dom/SpeechRecognitionAlternative.h
+include/firefox/mozilla/dom/SpeechRecognitionAlternativeBinding.h
+include/firefox/mozilla/dom/SpeechRecognitionBinding.h
+include/firefox/mozilla/dom/SpeechRecognitionResult.h
+include/firefox/mozilla/dom/SpeechRecognitionResultBinding.h
+include/firefox/mozilla/dom/SpeechRecognitionResultList.h
+include/firefox/mozilla/dom/SpeechRecognitionResultListBinding.h
+include/firefox/mozilla/dom/SpeechStreamListener.h
include/firefox/mozilla/dom/StorageChild.h
include/firefox/mozilla/dom/StorageParent.h
include/firefox/mozilla/dom/StructuredCloneTags.h
include/firefox/mozilla/dom/StructuredCloneUtils.h
+include/firefox/mozilla/dom/StyleSheetBinding.h
include/firefox/mozilla/dom/TabChild.h
include/firefox/mozilla/dom/TabContext.h
include/firefox/mozilla/dom/TabMessageUtils.h
@@ -782,9 +920,16 @@ include/firefox/mozilla/dom/TextDecoderBinding.h
include/firefox/mozilla/dom/TextEncoder.h
include/firefox/mozilla/dom/TextEncoderBase.h
include/firefox/mozilla/dom/TextEncoderBinding.h
+include/firefox/mozilla/dom/TimeRanges.h
+include/firefox/mozilla/dom/TimeRangesBinding.h
+include/firefox/mozilla/dom/TransitionEventBinding.h
+include/firefox/mozilla/dom/TreeWalker.h
+include/firefox/mozilla/dom/TreeWalkerBinding.h
include/firefox/mozilla/dom/TypedArray.h
+include/firefox/mozilla/dom/UIEventBinding.h
include/firefox/mozilla/dom/URL.h
include/firefox/mozilla/dom/URLBinding.h
+include/firefox/mozilla/dom/URLUtilsBinding.h
include/firefox/mozilla/dom/USSDReceivedEventBinding.h
include/firefox/mozilla/dom/UndoManager.h
include/firefox/mozilla/dom/UndoManagerBinding.h
@@ -792,8 +937,14 @@ include/firefox/mozilla/dom/UnionConversions.h
include/firefox/mozilla/dom/UnionTypes.h
include/firefox/mozilla/dom/ValidityState.h
include/firefox/mozilla/dom/ValidityStateBinding.h
+include/firefox/mozilla/dom/VideoStreamTrack.h
+include/firefox/mozilla/dom/VideoStreamTrackBinding.h
+include/firefox/mozilla/dom/WebComponentsBinding.h
include/firefox/mozilla/dom/WebGLRenderingContextBinding.h
include/firefox/mozilla/dom/WebSocketBinding.h
+include/firefox/mozilla/dom/WheelEventBinding.h
+include/firefox/mozilla/dom/XMLDocument.h
+include/firefox/mozilla/dom/XMLDocumentBinding.h
include/firefox/mozilla/dom/XMLHttpRequestBinding.h
include/firefox/mozilla/dom/XMLHttpRequestEventTargetBinding.h
include/firefox/mozilla/dom/XMLHttpRequestUploadBinding.h
@@ -801,6 +952,8 @@ include/firefox/mozilla/dom/XMLSerializerBinding.h
include/firefox/mozilla/dom/XMLStylesheetProcessingInstruction.h
include/firefox/mozilla/dom/XMLStylesheetProcessingInstructionBinding.h
include/firefox/mozilla/dom/XPathEvaluatorBinding.h
+include/firefox/mozilla/dom/XULCommandEventBinding.h
+include/firefox/mozilla/dom/XULDocumentBinding.h
include/firefox/mozilla/dom/XULElementBinding.h
include/firefox/mozilla/dom/alarm/AlarmHalService.h
include/firefox/mozilla/dom/battery/Constants.h
@@ -815,12 +968,14 @@ include/firefox/mozilla/dom/file/ArchiveRequest.h
include/firefox/mozilla/dom/file/ArchiveZipEvent.h
include/firefox/mozilla/dom/file/ArchiveZipFile.h
include/firefox/mozilla/dom/file/DOMFileHandle.h
+include/firefox/mozilla/dom/file/DOMFileRequest.h
include/firefox/mozilla/dom/file/File.h
include/firefox/mozilla/dom/file/FileCommon.h
include/firefox/mozilla/dom/file/FileHandle.h
include/firefox/mozilla/dom/file/FileHelper.h
include/firefox/mozilla/dom/file/FileService.h
include/firefox/mozilla/dom/file/LockedFile.h
+include/firefox/mozilla/dom/indexedDB/Client.h
include/firefox/mozilla/dom/indexedDB/DatabaseInfo.h
include/firefox/mozilla/dom/indexedDB/FileInfo.h
include/firefox/mozilla/dom/indexedDB/FileManager.h
@@ -843,7 +998,14 @@ include/firefox/mozilla/dom/indexedDB/SerializationHelpers.h
include/firefox/mozilla/dom/ipc/Blob.h
include/firefox/mozilla/dom/ipc/ProcessPriorityManager.h
include/firefox/mozilla/dom/ipc/nsIRemoteBlob.h
+include/firefox/mozilla/dom/mobilemessage/Constants.h
+include/firefox/mozilla/dom/mobilemessage/MobileMessageCallback.h
include/firefox/mozilla/dom/mobilemessage/MobileMessageDatabaseService.h
+include/firefox/mozilla/dom/mobilemessage/MobileMessageService.h
+include/firefox/mozilla/dom/mobilemessage/SmsChild.h
+include/firefox/mozilla/dom/mobilemessage/SmsParent.h
+include/firefox/mozilla/dom/mobilemessage/SmsServicesFactory.h
+include/firefox/mozilla/dom/mobilemessage/Types.h
include/firefox/mozilla/dom/network/Constants.h
include/firefox/mozilla/dom/network/TCPSocketChild.h
include/firefox/mozilla/dom/network/TCPSocketParent.h
@@ -851,18 +1013,17 @@ include/firefox/mozilla/dom/network/Types.h
include/firefox/mozilla/dom/network/Utils.h
include/firefox/mozilla/dom/power/PowerManagerService.h
include/firefox/mozilla/dom/power/Types.h
+include/firefox/mozilla/dom/quota/AcquireListener.h
+include/firefox/mozilla/dom/quota/ArrayCluster.h
+include/firefox/mozilla/dom/quota/Client.h
include/firefox/mozilla/dom/quota/FileStreams.h
+include/firefox/mozilla/dom/quota/OriginOrPatternString.h
include/firefox/mozilla/dom/quota/QuotaCommon.h
include/firefox/mozilla/dom/quota/QuotaManager.h
-include/firefox/mozilla/dom/sms/Constants.h
-include/firefox/mozilla/dom/sms/SmsChild.h
-include/firefox/mozilla/dom/sms/SmsFilter.h
-include/firefox/mozilla/dom/sms/SmsMessage.h
-include/firefox/mozilla/dom/sms/SmsParent.h
-include/firefox/mozilla/dom/sms/SmsRequest.h
-include/firefox/mozilla/dom/sms/SmsSegmentInfo.h
-include/firefox/mozilla/dom/sms/SmsServicesFactory.h
-include/firefox/mozilla/dom/sms/Types.h
+include/firefox/mozilla/dom/quota/QuotaObject.h
+include/firefox/mozilla/dom/quota/StoragePrivilege.h
+include/firefox/mozilla/dom/quota/UsageRunnable.h
+include/firefox/mozilla/dom/quota/Utilities.h
include/firefox/mozilla/dom/time/DateCacheCleaner.h
include/firefox/mozilla/dom/time/TimeChangeObserver.h
include/firefox/mozilla/dom/time/TimeService.h
@@ -1131,6 +1292,7 @@ include/firefox/nsContentCID.h
include/firefox/nsContentCreatorFunctions.h
include/firefox/nsContentDLF.h
include/firefox/nsContentList.h
+include/firefox/nsContentListDeclarations.h
include/firefox/nsContentPermissionHelper.h
include/firefox/nsContentPolicyUtils.h
include/firefox/nsContentSink.h
@@ -1154,9 +1316,9 @@ include/firefox/nsDOMClassInfoID.h
include/firefox/nsDOMEvent.h
include/firefox/nsDOMEventTargetHelper.h
include/firefox/nsDOMFile.h
+include/firefox/nsDOMGamepad.h
include/firefox/nsDOMJSUtils.h
include/firefox/nsDOMMediaQueryList.h
-include/firefox/nsDOMScriptObjectHolder.h
include/firefox/nsDOMString.h
include/firefox/nsDOMTouchEvent.h
include/firefox/nsDOMUIEvent.h
@@ -1171,6 +1333,7 @@ include/firefox/nsDeque.h
include/firefox/nsDetectionConfident.h
include/firefox/nsDeviceContext.h
include/firefox/nsDeviceSensors.h
+include/firefox/nsDeviceStorage.h
include/firefox/nsDirectoryService.h
include/firefox/nsDirectoryServiceAtomList.h
include/firefox/nsDirectoryServiceDefs.h
@@ -1179,6 +1342,7 @@ include/firefox/nsDisplayItemTypes.h
include/firefox/nsDisplayItemTypesList.h
include/firefox/nsDisplayList.h
include/firefox/nsDisplayListInvalidation.h
+include/firefox/nsDocElementCreatedNotificationRunner.h
include/firefox/nsDocLoader.h
include/firefox/nsDocShellCID.h
include/firefox/nsDocShellLoadTypes.h
@@ -1199,7 +1363,6 @@ include/firefox/nsEventStates.h
include/firefox/nsExpirationTracker.h
include/firefox/nsExternalHelperAppService.h
include/firefox/nsFileStreams.h
-include/firefox/nsFixedSizeAllocator.h
include/firefox/nsFocusManager.h
include/firefox/nsFont.h
include/firefox/nsFontFace.h
@@ -1230,17 +1393,13 @@ include/firefox/nsGridRowGroupLayout.h
include/firefox/nsGridRowLayout.h
include/firefox/nsGridRowLeafFrame.h
include/firefox/nsGridRowLeafLayout.h
-include/firefox/nsHTMLAudioElement.h
include/firefox/nsHTMLDNSPrefetch.h
-include/firefox/nsHTMLIFrameElement.h
-include/firefox/nsHTMLMediaElement.h
include/firefox/nsHTMLParts.h
include/firefox/nsHTMLReflowMetrics.h
include/firefox/nsHTMLReflowState.h
include/firefox/nsHTMLTagList.h
include/firefox/nsHTMLTags.h
include/firefox/nsHTMLTokens.h
-include/firefox/nsHTMLVideoElement.h
include/firefox/nsHashKeys.h
include/firefox/nsHashPropertyBag.h
include/firefox/nsHashtable.h
@@ -1262,6 +1421,7 @@ include/firefox/nsHtml5NamedCharactersAccel.h
include/firefox/nsHtml5OwningUTF16Buffer.h
include/firefox/nsHtml5Parser.h
include/firefox/nsHtml5PendingNotification.h
+include/firefox/nsHtml5PlainTextUtils.h
include/firefox/nsHtml5SVGLoadDispatcher.h
include/firefox/nsHtml5Speculation.h
include/firefox/nsHtml5SpeculativeLoad.h
@@ -1287,10 +1447,12 @@ include/firefox/nsIAboutModule.h
include/firefox/nsIAccessibilityService.h
include/firefox/nsIAccessible.h
include/firefox/nsIAccessibleApplication.h
+include/firefox/nsIAccessibleCaretMoveEvent.h
include/firefox/nsIAccessibleCursorable.h
include/firefox/nsIAccessibleDocument.h
include/firefox/nsIAccessibleEditableText.h
include/firefox/nsIAccessibleEvent.h
+include/firefox/nsIAccessibleHideEvent.h
include/firefox/nsIAccessibleHyperLink.h
include/firefox/nsIAccessibleHyperText.h
include/firefox/nsIAccessibleImage.h
@@ -1300,11 +1462,15 @@ include/firefox/nsIAccessibleRelation.h
include/firefox/nsIAccessibleRetrieval.h
include/firefox/nsIAccessibleRole.h
include/firefox/nsIAccessibleSelectable.h
+include/firefox/nsIAccessibleStateChangeEvent.h
include/firefox/nsIAccessibleStates.h
include/firefox/nsIAccessibleTable.h
+include/firefox/nsIAccessibleTableChangeEvent.h
include/firefox/nsIAccessibleText.h
+include/firefox/nsIAccessibleTextChangeEvent.h
include/firefox/nsIAccessibleTypes.h
include/firefox/nsIAccessibleValue.h
+include/firefox/nsIAccessibleVirtualCursorChangeEvent.h
include/firefox/nsIActivityProxy.h
include/firefox/nsIActivityUIGlue.h
include/firefox/nsIAlarmHalService.h
@@ -1393,7 +1559,6 @@ include/firefox/nsICancelableRunnable.h
include/firefox/nsICanvasElementExternal.h
include/firefox/nsICanvasGLPrivate.h
include/firefox/nsICanvasRenderingContextInternal.h
-include/firefox/nsICapturePicker.h
include/firefox/nsICaseConversion.h
include/firefox/nsICategoryManager.h
include/firefox/nsICertOverrideService.h
@@ -1479,7 +1644,6 @@ include/firefox/nsID.h
include/firefox/nsIDNSListener.h
include/firefox/nsIDNSRecord.h
include/firefox/nsIDNSService.h
-include/firefox/nsIDOMActivity.h
include/firefox/nsIDOMActivityHandlerDescription.h
include/firefox/nsIDOMActivityOptions.h
include/firefox/nsIDOMActivityRequestHandler.h
@@ -1487,8 +1651,6 @@ include/firefox/nsIDOMAlarmsManager.h
include/firefox/nsIDOMAnimationEvent.h
include/firefox/nsIDOMApplicationRegistry.h
include/firefox/nsIDOMApplicationRegistry2.h
-include/firefox/nsIDOMArchiveReader.h
-include/firefox/nsIDOMArchiveRequest.h
include/firefox/nsIDOMAttr.h
include/firefox/nsIDOMBarProp.h
include/firefox/nsIDOMBeforeUnloadEvent.h
@@ -1521,6 +1683,7 @@ include/firefox/nsIDOMClassInfo.h
include/firefox/nsIDOMClientInformation.h
include/firefox/nsIDOMClientRect.h
include/firefox/nsIDOMClientRectList.h
+include/firefox/nsIDOMClipboardEvent.h
include/firefox/nsIDOMCloseEvent.h
include/firefox/nsIDOMCommandEvent.h
include/firefox/nsIDOMComment.h
@@ -1551,7 +1714,6 @@ include/firefox/nsIDOMDeviceOrientationEvent.h
include/firefox/nsIDOMDeviceProximityEvent.h
include/firefox/nsIDOMDeviceStorage.h
include/firefox/nsIDOMDeviceStorageChangeEvent.h
-include/firefox/nsIDOMDeviceStorageCursor.h
include/firefox/nsIDOMDocument.h
include/firefox/nsIDOMDocumentFragment.h
include/firefox/nsIDOMDocumentType.h
@@ -1559,6 +1721,7 @@ include/firefox/nsIDOMDocumentXBL.h
include/firefox/nsIDOMDragEvent.h
include/firefox/nsIDOMElement.h
include/firefox/nsIDOMElementCSSInlineStyle.h
+include/firefox/nsIDOMElementReplaceEvent.h
include/firefox/nsIDOMEvent.h
include/firefox/nsIDOMEventListener.h
include/firefox/nsIDOMEventTarget.h
@@ -1566,10 +1729,13 @@ include/firefox/nsIDOMFile.h
include/firefox/nsIDOMFileHandle.h
include/firefox/nsIDOMFileList.h
include/firefox/nsIDOMFileReader.h
-include/firefox/nsIDOMFileRequest.h
include/firefox/nsIDOMFontFace.h
include/firefox/nsIDOMFontFaceList.h
include/firefox/nsIDOMFormData.h
+include/firefox/nsIDOMGamepad.h
+include/firefox/nsIDOMGamepadAxisMoveEvent.h
+include/firefox/nsIDOMGamepadButtonEvent.h
+include/firefox/nsIDOMGamepadEvent.h
include/firefox/nsIDOMGeoGeolocation.h
include/firefox/nsIDOMGeoPosition.h
include/firefox/nsIDOMGeoPositionCallback.h
@@ -1651,7 +1817,6 @@ include/firefox/nsIDOMHashChangeEvent.h
include/firefox/nsIDOMHistory.h
include/firefox/nsIDOMJSWindow.h
include/firefox/nsIDOMKeyEvent.h
-include/firefox/nsIDOMLSProgressEvent.h
include/firefox/nsIDOMLinkStyle.h
include/firefox/nsIDOMLoadStatus.h
include/firefox/nsIDOMLocation.h
@@ -1663,6 +1828,7 @@ include/firefox/nsIDOMMediaStream.h
include/firefox/nsIDOMMessageEvent.h
include/firefox/nsIDOMMimeType.h
include/firefox/nsIDOMMimeTypeArray.h
+include/firefox/nsIDOMMobileMessageManager.h
include/firefox/nsIDOMModalContentWindow.h
include/firefox/nsIDOMMouseEvent.h
include/firefox/nsIDOMMouseScrollEvent.h
@@ -1671,6 +1837,9 @@ include/firefox/nsIDOMMozBrowserFrame.h
include/firefox/nsIDOMMozCSSKeyframeRule.h
include/firefox/nsIDOMMozCSSKeyframesRule.h
include/firefox/nsIDOMMozContactChangeEvent.h
+include/firefox/nsIDOMMozMmsEvent.h
+include/firefox/nsIDOMMozMmsMessage.h
+include/firefox/nsIDOMMozNamedAttrMap.h
include/firefox/nsIDOMMozSettingsEvent.h
include/firefox/nsIDOMMozSmsEvent.h
include/firefox/nsIDOMMozSmsMessage.h
@@ -1678,13 +1847,13 @@ include/firefox/nsIDOMMutationEvent.h
include/firefox/nsIDOMNSEditableElement.h
include/firefox/nsIDOMNSEvent.h
include/firefox/nsIDOMNSXPathExpression.h
-include/firefox/nsIDOMNamedNodeMap.h
include/firefox/nsIDOMNavigator.h
include/firefox/nsIDOMNavigatorActivities.h
include/firefox/nsIDOMNavigatorCamera.h
include/firefox/nsIDOMNavigatorDesktopNotification.h
include/firefox/nsIDOMNavigatorDeviceStorage.h
include/firefox/nsIDOMNavigatorGeolocation.h
+include/firefox/nsIDOMNavigatorMobileMessage.h
include/firefox/nsIDOMNavigatorNetwork.h
include/firefox/nsIDOMNavigatorSms.h
include/firefox/nsIDOMNavigatorSystemMessages.h
@@ -1711,6 +1880,7 @@ include/firefox/nsIDOMPopupBlockedEvent.h
include/firefox/nsIDOMPowerManager.h
include/firefox/nsIDOMProcessingInstruction.h
include/firefox/nsIDOMProgressEvent.h
+include/firefox/nsIDOMPushManager.h
include/firefox/nsIDOMRTCPeerConnection.h
include/firefox/nsIDOMRange.h
include/firefox/nsIDOMRect.h
@@ -1722,14 +1892,10 @@ include/firefox/nsIDOMSVGAnimatedRect.h
include/firefox/nsIDOMSVGAnimatedString.h
include/firefox/nsIDOMSVGDocument.h
include/firefox/nsIDOMSVGElement.h
-include/firefox/nsIDOMSVGEvent.h
-include/firefox/nsIDOMSVGFilters.h
include/firefox/nsIDOMSVGLength.h
include/firefox/nsIDOMSVGNumber.h
include/firefox/nsIDOMSVGRect.h
include/firefox/nsIDOMSVGStringList.h
-include/firefox/nsIDOMSVGURIReference.h
-include/firefox/nsIDOMSVGUnitTypes.h
include/firefox/nsIDOMSVGZoomEvent.h
include/firefox/nsIDOMScreen.h
include/firefox/nsIDOMScriptObjectFactory.h
@@ -1743,6 +1909,8 @@ include/firefox/nsIDOMSmsFilter.h
include/firefox/nsIDOMSmsManager.h
include/firefox/nsIDOMSmsRequest.h
include/firefox/nsIDOMSmsSegmentInfo.h
+include/firefox/nsIDOMSpeechRecognitionError.h
+include/firefox/nsIDOMSpeechRecognitionEvent.h
include/firefox/nsIDOMStorage.h
include/firefox/nsIDOMStorageEvent.h
include/firefox/nsIDOMStorageIndexedDB.h
@@ -1826,6 +1994,7 @@ include/firefox/nsIDocumentInlines.h
include/firefox/nsIDocumentLoader.h
include/firefox/nsIDocumentLoaderFactory.h
include/firefox/nsIDocumentObserver.h
+include/firefox/nsIDocumentRegister.h
include/firefox/nsIDocumentStateListener.h
include/firefox/nsIDocumentTransformer.h
include/firefox/nsIDownload.h
@@ -1913,7 +2082,9 @@ include/firefox/nsIGConfService.h
include/firefox/nsIGIOService.h
include/firefox/nsIGSettingsService.h
include/firefox/nsIGZFileWriter.h
+include/firefox/nsIGamepadServiceTest.h
include/firefox/nsIGenKeypairInfoDlg.h
+include/firefox/nsIGeolocation.h
include/firefox/nsIGeolocationProvider.h
include/firefox/nsIGfxInfo.h
include/firefox/nsIGfxInfoDebug.h
@@ -1951,7 +2122,6 @@ include/firefox/nsIID.h
include/firefox/nsIIDBCursor.h
include/firefox/nsIIDBCursorWithValue.h
include/firefox/nsIIDBDatabase.h
-include/firefox/nsIIDBFactory.h
include/firefox/nsIIDBFileHandle.h
include/firefox/nsIIDBIndex.h
include/firefox/nsIIDBKeyRange.h
@@ -2013,9 +2183,9 @@ include/firefox/nsILink.h
include/firefox/nsILinkHandler.h
include/firefox/nsIListBoxObject.h
include/firefox/nsIListControlFrame.h
-include/firefox/nsILivemarkService.h
include/firefox/nsILoadContext.h
include/firefox/nsILoadGroup.h
+include/firefox/nsILoadGroupChild.h
include/firefox/nsILocalFile.h
include/firefox/nsILocalFileWin.h
include/firefox/nsILocalStore.h
@@ -2042,7 +2212,9 @@ include/firefox/nsIMenuBuilder.h
include/firefox/nsIMessageLoop.h
include/firefox/nsIMessageManager.h
include/firefox/nsIMmsService.h
+include/firefox/nsIMobileMessageCallback.h
include/firefox/nsIMobileMessageDatabaseService.h
+include/firefox/nsIMobileMessageService.h
include/firefox/nsIModule.h
include/firefox/nsIMozBrowserFrame.h
include/firefox/nsIMozSAXXMLDeclarationHandler.h
@@ -2077,6 +2249,7 @@ include/firefox/nsIObjectOutputStream.h
include/firefox/nsIObserver.h
include/firefox/nsIObserverService.h
include/firefox/nsIOfflineCacheUpdate.h
+include/firefox/nsIOfflineStorage.h
include/firefox/nsIOpenWindowEventDetail.h
include/firefox/nsIOutputStream.h
include/firefox/nsIPK11Token.h
@@ -2133,7 +2306,6 @@ include/firefox/nsIPrintingPrompt.h
include/firefox/nsIPrintingPromptService.h
include/firefox/nsIPrivacyTransitionObserver.h
include/firefox/nsIPrivateBrowsingChannel.h
-include/firefox/nsIPrivateBrowsingServiceObsolete.h
include/firefox/nsIPrivateTextEvent.h
include/firefox/nsIPrivateTextRange.h
include/firefox/nsIProcess.h
@@ -2159,6 +2331,8 @@ include/firefox/nsIProxiedChannel.h
include/firefox/nsIProxiedProtocolHandler.h
include/firefox/nsIProxyInfo.h
include/firefox/nsIQueryContentEventResult.h
+include/firefox/nsIQuotaManager.h
+include/firefox/nsIQuotaRequest.h
include/firefox/nsIRDFCompositeDataSource.h
include/firefox/nsIRDFContainer.h
include/firefox/nsIRDFContainerUtils.h
@@ -2214,7 +2388,6 @@ include/firefox/nsISHTransaction.h
include/firefox/nsISHistory.h
include/firefox/nsISHistoryInternal.h
include/firefox/nsISHistoryListener.h
-include/firefox/nsISMILAnimationElement.h
include/firefox/nsISMILAttr.h
include/firefox/nsISMILType.h
include/firefox/nsISMimeCert.h
@@ -2283,7 +2456,6 @@ include/firefox/nsISimpleUnicharStreamFactory.h
include/firefox/nsISiteSpecificUserAgent.h
include/firefox/nsISizeOf.h
include/firefox/nsISliderListener.h
-include/firefox/nsISmsRequest.h
include/firefox/nsISmsService.h
include/firefox/nsISocketProvider.h
include/firefox/nsISocketProviderService.h
@@ -2291,6 +2463,7 @@ include/firefox/nsISocketTransport.h
include/firefox/nsISocketTransportService.h
include/firefox/nsISound.h
include/firefox/nsISpeculativeConnect.h
+include/firefox/nsISpeechRecognitionService.h
include/firefox/nsISpellChecker.h
include/firefox/nsIStandardURL.h
include/firefox/nsIStartupCache.h
@@ -2378,6 +2551,7 @@ include/firefox/nsITreeContentView.h
include/firefox/nsITreeSelection.h
include/firefox/nsITreeView.h
include/firefox/nsITypeAheadFind.h
+include/firefox/nsIUDPServerSocket.h
include/firefox/nsIUGenCategory.h
include/firefox/nsIURI.h
include/firefox/nsIURIChecker.h
@@ -2410,11 +2584,13 @@ include/firefox/nsIUrlClassifierPrefixSet.h
include/firefox/nsIUrlClassifierStreamUpdater.h
include/firefox/nsIUrlClassifierUtils.h
include/firefox/nsIUrlListManager.h
+include/firefox/nsIUsageCallback.h
include/firefox/nsIUserCertPicker.h
include/firefox/nsIUserInfo.h
include/firefox/nsIVariant.h
include/firefox/nsIVersionComparator.h
include/firefox/nsIViewSourceChannel.h
+include/firefox/nsIVisualEventTracer.h
include/firefox/nsIWapPushApplication.h
include/firefox/nsIWeakReference.h
include/firefox/nsIWeakReferenceUtils.h
@@ -2552,7 +2728,6 @@ include/firefox/nsPluginInstanceOwner.h
include/firefox/nsPluginLogging.h
include/firefox/nsPluginNativeWindow.h
include/firefox/nsPluginPlayPreviewInfo.h
-include/firefox/nsPluginSafety.h
include/firefox/nsPluginTags.h
include/firefox/nsPluginsCID.h
include/firefox/nsPluginsDir.h
@@ -2610,12 +2785,13 @@ include/firefox/nsSMILTimeValueSpecParams.h
include/firefox/nsSMILTimedElement.h
include/firefox/nsSMILTypes.h
include/firefox/nsSMILValue.h
+include/firefox/nsSVGClass.h
include/firefox/nsSVGEffects.h
+include/firefox/nsSVGElement.h
include/firefox/nsSVGFeatures.h
include/firefox/nsSVGFilterInstance.h
include/firefox/nsSVGForeignObjectFrame.h
include/firefox/nsSVGIntegrationUtils.h
-include/firefox/nsSVGRect.h
include/firefox/nsSVGUtils.h
include/firefox/nsSandboxFlags.h
include/firefox/nsScannerString.h
@@ -2681,7 +2857,6 @@ include/firefox/nsTextServicesCID.h
include/firefox/nsThemeConstants.h
include/firefox/nsThread.h
include/firefox/nsThreadUtils.h
-include/firefox/nsTimeRanges.h
include/firefox/nsToken.h
include/firefox/nsToolkitCompsCID.h
include/firefox/nsTraceRefcnt.h
@@ -2781,8 +2956,41 @@ include/firefox/rdfIDataSource.h
include/firefox/rdfISerializer.h
include/firefox/rdfITripleVisitor.h
include/firefox/readstrings.h
-include/firefox/sampler.h
+include/firefox/skia/GrAARectRenderer.h
+include/firefox/skia/GrCacheID.h
+include/firefox/skia/GrClipData.h
+include/firefox/skia/GrColor.h
+include/firefox/skia/GrConfig.h
+include/firefox/skia/GrContext.h
+include/firefox/skia/GrContextFactory.h
+include/firefox/skia/GrCustomStage.h
+include/firefox/skia/GrCustomStageUnitTest.h
+include/firefox/skia/GrFontScaler.h
+include/firefox/skia/GrGLConfig.h
+include/firefox/skia/GrGLFunctions.h
+include/firefox/skia/GrGLInterface.h
+include/firefox/skia/GrGlyph.h
+include/firefox/skia/GrInstanceCounter.h
+include/firefox/skia/GrKey.h
+include/firefox/skia/GrMatrix.h
+include/firefox/skia/GrNoncopyable.h
+include/firefox/skia/GrPaint.h
+include/firefox/skia/GrPoint.h
+include/firefox/skia/GrProgramStageFactory.h
+include/firefox/skia/GrRect.h
+include/firefox/skia/GrRefCnt.h
+include/firefox/skia/GrRenderTarget.h
+include/firefox/skia/GrResource.h
+include/firefox/skia/GrSamplerState.h
+include/firefox/skia/GrScalar.h
+include/firefox/skia/GrSurface.h
+include/firefox/skia/GrTextContext.h
+include/firefox/skia/GrTexture.h
+include/firefox/skia/GrTextureAccess.h
+include/firefox/skia/GrTypes.h
+include/firefox/skia/GrUserConfig.h
include/firefox/skia/Sk64.h
+include/firefox/skia/SkANGLEGLContext.h
include/firefox/skia/SkAdvancedTypefaceMetrics.h
include/firefox/skia/SkBitmap.h
include/firefox/skia/SkBlitRow.h
@@ -2800,6 +3008,7 @@ include/firefox/skia/SkColorTable.h
include/firefox/skia/SkComposeShader.h
include/firefox/skia/SkDashPathEffect.h
include/firefox/skia/SkData.h
+include/firefox/skia/SkDebugGLContext.h
include/firefox/skia/SkDeferredCanvas.h
include/firefox/skia/SkDeque.h
include/firefox/skia/SkDevice.h
@@ -2814,7 +3023,13 @@ include/firefox/skia/SkFlattenable.h
include/firefox/skia/SkFloatBits.h
include/firefox/skia/SkFloatingPoint.h
include/firefox/skia/SkFontHost.h
+include/firefox/skia/SkGLContext.h
include/firefox/skia/SkGeometry.h
+include/firefox/skia/SkGpuCanvas.h
+include/firefox/skia/SkGpuDevice.h
+include/firefox/skia/SkGr.h
+include/firefox/skia/SkGrPixelRef.h
+include/firefox/skia/SkGrTexturePixelRef.h
include/firefox/skia/SkGradientShader.h
include/firefox/skia/SkGraphics.h
include/firefox/skia/SkInstCnt.h
@@ -2827,8 +3042,11 @@ include/firefox/skia/SkMask.h
include/firefox/skia/SkMaskFilter.h
include/firefox/skia/SkMath.h
include/firefox/skia/SkMatrix.h
+include/firefox/skia/SkMesaGLContext.h
include/firefox/skia/SkMetaData.h
include/firefox/skia/SkMorphologyImageFilter.h
+include/firefox/skia/SkNativeGLContext.h
+include/firefox/skia/SkNullGLContext.h
include/firefox/skia/SkOSFile.h
include/firefox/skia/SkPackBits.h
include/firefox/skia/SkPaint.h
@@ -2852,7 +3070,9 @@ include/firefox/skia/SkShader.h
include/firefox/skia/SkSize.h
include/firefox/skia/SkStream.h
include/firefox/skia/SkString.h
+include/firefox/skia/SkTArray.h
include/firefox/skia/SkTDArray.h
+include/firefox/skia/SkTDLinkedList.h
include/firefox/skia/SkTDStack.h
include/firefox/skia/SkTDict.h
include/firefox/skia/SkTLazy.h
@@ -2887,12 +3107,10 @@ include/firefox/speex/speex_types.h
include/firefox/string-template-def-char.h
include/firefox/string-template-def-unichar.h
include/firefox/string-template-undef.h
-include/firefox/sydneyaudio/sydney_audio.h
include/firefox/theora/codec.h
include/firefox/theora/theora.h
include/firefox/theora/theoradec.h
include/firefox/theora/theoraenc.h
-include/firefox/tremor/ivorbiscodec.h
include/firefox/txIEXSLTRegExFunctions.h
include/firefox/txIFunctionEvaluationContext.h
include/firefox/txINodeSet.h
@@ -2900,6 +3118,14 @@ include/firefox/txIXPathObject.h
include/firefox/uconvutil.h
include/firefox/updatedefines.h
include/firefox/updatelogging.h
+include/firefox/vorbis/codec.h
+include/firefox/webvtt/cue.h
+include/firefox/webvtt/error.h
+include/firefox/webvtt/node.h
+include/firefox/webvtt/parser.h
+include/firefox/webvtt/string.h
+include/firefox/webvtt/util.h
+include/firefox/xpcAccEvents.h
include/firefox/xpcIJSGetFactory.h
include/firefox/xpcIJSModuleLoader.h
include/firefox/xpcIJSWeakReference.h
@@ -2932,6 +3158,7 @@ lib/firefox/browser/chrome/browser/content/branding/about-wordmark.png
lib/firefox/browser/chrome/browser/content/branding/about.png
lib/firefox/browser/chrome/browser/content/branding/aboutDialog.css
lib/firefox/browser/chrome/browser/content/branding/icon16.png
+lib/firefox/browser/chrome/browser/content/branding/icon32.png
lib/firefox/browser/chrome/browser/content/branding/icon48.png
lib/firefox/browser/chrome/browser/content/branding/icon64.png
lib/firefox/browser/chrome/browser/content/browser/NetworkPanel.xhtml
@@ -2986,11 +3213,14 @@ lib/firefox/browser/chrome/browser/content/browser/devtools/cleopatra.html
lib/firefox/browser/chrome/browser/content/browser/devtools/commandline.css
lib/firefox/browser/chrome/browser/content/browser/devtools/commandlineoutput.xhtml
lib/firefox/browser/chrome/browser/content/browser/devtools/commandlinetooltip.xhtml
+lib/firefox/browser/chrome/browser/content/browser/devtools/computedview.xhtml
lib/firefox/browser/chrome/browser/content/browser/devtools/connect.css
lib/firefox/browser/chrome/browser/content/browser/devtools/connect.js
lib/firefox/browser/chrome/browser/content/browser/devtools/connect.xhtml
-lib/firefox/browser/chrome/browser/content/browser/devtools/csshtmltree.xul
-lib/firefox/browser/chrome/browser/content/browser/devtools/cssruleview.xul
+lib/firefox/browser/chrome/browser/content/browser/devtools/cssruleview.xhtml
+lib/firefox/browser/chrome/browser/content/browser/devtools/fontinspector/font-inspector.css
+lib/firefox/browser/chrome/browser/content/browser/devtools/fontinspector/font-inspector.js
+lib/firefox/browser/chrome/browser/content/browser/devtools/fontinspector/font-inspector.xhtml
lib/firefox/browser/chrome/browser/content/browser/devtools/framework/toolbox-window.xul
lib/firefox/browser/chrome/browser/content/browser/devtools/framework/toolbox.css
lib/firefox/browser/chrome/browser/content/browser/devtools/framework/toolbox.xul
@@ -3015,9 +3245,11 @@ lib/firefox/browser/chrome/browser/content/browser/devtools/profiler/cleopatra/j
lib/firefox/browser/chrome/browser/content/browser/devtools/profiler/cleopatra/js/strings.js
lib/firefox/browser/chrome/browser/content/browser/devtools/profiler/cleopatra/js/tree.js
lib/firefox/browser/chrome/browser/content/browser/devtools/profiler/cleopatra/js/ui.js
-lib/firefox/browser/chrome/browser/content/browser/devtools/styleinspector.css
+lib/firefox/browser/chrome/browser/content/browser/devtools/ruleview.css
+lib/firefox/browser/chrome/browser/content/browser/devtools/theme-switching.js
lib/firefox/browser/chrome/browser/content/browser/devtools/webconsole.js
lib/firefox/browser/chrome/browser/content/browser/devtools/webconsole.xul
+lib/firefox/browser/chrome/browser/content/browser/devtools/widgets.css
lib/firefox/browser/chrome/browser/content/browser/downloads/allDownloadsViewOverlay.css
lib/firefox/browser/chrome/browser/content/browser/downloads/allDownloadsViewOverlay.js
lib/firefox/browser/chrome/browser/content/browser/downloads/allDownloadsViewOverlay.xul
@@ -3209,6 +3441,7 @@ lib/firefox/browser/chrome/browser/skin/classic/browser/actionicon-tab.png
lib/firefox/browser/chrome/browser/skin/classic/browser/browser.css
lib/firefox/browser/chrome/browser/skin/classic/browser/click-to-play-warning-stripes.png
lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/alerticon-warning.png
+lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/arrow-e.png
lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/arrows.png
lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/background-noise-toolbar.png
lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/breadcrumbs-scrollbutton.png
@@ -3236,14 +3469,18 @@ lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/breadcrumbs/rtl
lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/breadcrumbs/rtl-start-selected-pressed.png
lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/breadcrumbs/rtl-start-selected.png
lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/breadcrumbs/rtl-start.png
+lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/checkbox-dark.png
+lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/checkbox-light.png
lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/close.png
+lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/command-paintflashing.png
lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/command-responsivemode.png
lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/command-scratchpad.png
lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/command-tilt.png
lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/commandline.css
lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/commandline.png
lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/common.css
-lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/csshtmltree.css
+lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/computedview.css
+lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/dark-theme.css
lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/debugger-collapse.png
lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/debugger-expand.png
lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/debugger-pause.png
@@ -3255,7 +3492,9 @@ lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/debugger.css
lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/dock-bottom.png
lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/dock-side.png
lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/dropmarker.png
+lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/floating-scrollbars-light.css
lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/floating-scrollbars.css
+lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/font-inspector.css
lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/goto-mdn.png
lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/inspect-button.png
lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/inspector.css
@@ -3264,6 +3503,7 @@ lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/itemArrow-rtl.p
lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/itemToggle.png
lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/layout-background-grid.png
lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/layoutview.css
+lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/light-theme.css
lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/magnifying-glass.png
lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/markup-view.css
lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/option-icon.png
@@ -3275,6 +3515,7 @@ lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/orion.css
lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/responsive-background.png
lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/responsive-se-resizer.png
lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/responsive-vertical-resizer.png
+lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/ruleview.css
lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/splitview.css
lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/styleeditor.css
lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/tool-debugger.png
@@ -3288,6 +3529,7 @@ lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/undock.png
lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/webconsole.css
lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/webconsole.png
lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/webconsole_networkpanel.css
+lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/widgets.css
lib/firefox/browser/chrome/browser/skin/classic/browser/downloads/allDownloadsViewOverlay.css
lib/firefox/browser/chrome/browser/skin/classic/browser/downloads/buttons.png
lib/firefox/browser/chrome/browser/skin/classic/browser/downloads/contentAreaDownloadsView.css
@@ -3318,6 +3560,8 @@ lib/firefox/browser/chrome/browser/skin/classic/browser/monitor_16-10.png
lib/firefox/browser/chrome/browser/skin/classic/browser/newtab/controls.png
lib/firefox/browser/chrome/browser/skin/classic/browser/newtab/newTab.css
lib/firefox/browser/chrome/browser/skin/classic/browser/newtab/noise.png
+lib/firefox/browser/chrome/browser/skin/classic/browser/notification-16.png
+lib/firefox/browser/chrome/browser/skin/classic/browser/notification-64.png
lib/firefox/browser/chrome/browser/skin/classic/browser/page-livemarks.png
lib/firefox/browser/chrome/browser/skin/classic/browser/pageInfo.css
lib/firefox/browser/chrome/browser/skin/classic/browser/pageInfo.png
@@ -3338,6 +3582,8 @@ lib/firefox/browser/chrome/browser/skin/classic/browser/places/tag.png
lib/firefox/browser/chrome/browser/skin/classic/browser/places/toolbarDropMarker.png
lib/firefox/browser/chrome/browser/skin/classic/browser/places/unsortedBookmarks.png
lib/firefox/browser/chrome/browser/skin/classic/browser/places/unstarred48.png
+lib/firefox/browser/chrome/browser/skin/classic/browser/pointerLock-16.png
+lib/firefox/browser/chrome/browser/skin/classic/browser/pointerLock-64.png
lib/firefox/browser/chrome/browser/skin/classic/browser/preferences/Options-sync.png
lib/firefox/browser/chrome/browser/skin/classic/browser/preferences/Options.png
lib/firefox/browser/chrome/browser/skin/classic/browser/preferences/aboutPermissions.css
@@ -3404,6 +3650,7 @@ lib/firefox/browser/chrome/en-US/locale/browser/devtools/connection-screen.dtd
lib/firefox/browser/chrome/en-US/locale/browser/devtools/connection-screen.properties
lib/firefox/browser/chrome/en-US/locale/browser/devtools/debugger.dtd
lib/firefox/browser/chrome/en-US/locale/browser/devtools/debugger.properties
+lib/firefox/browser/chrome/en-US/locale/browser/devtools/font-inspector.dtd
lib/firefox/browser/chrome/en-US/locale/browser/devtools/gcli.properties
lib/firefox/browser/chrome/en-US/locale/browser/devtools/gclicommands.properties
lib/firefox/browser/chrome/en-US/locale/browser/devtools/inspector.dtd
@@ -3498,6 +3745,7 @@ lib/firefox/browser/chrome/icons/default/default32.png
lib/firefox/browser/chrome/icons/default/default48.png
lib/firefox/browser/chrome/pdfjs/LICENSE
lib/firefox/browser/chrome/pdfjs/README.mozilla
+lib/firefox/browser/chrome/pdfjs/components/PdfRedirector.js
lib/firefox/browser/chrome/pdfjs/components/PdfStreamConverter.js
lib/firefox/browser/chrome/pdfjs/content/PdfJs.jsm
lib/firefox/browser/chrome/pdfjs/content/build/pdf.js
@@ -3516,6 +3764,7 @@ lib/firefox/browser/chrome/pdfjs/content/web/images/findbarButton-previous-rtl.p
lib/firefox/browser/chrome/pdfjs/content/web/images/findbarButton-previous.png
lib/firefox/browser/chrome/pdfjs/content/web/images/loading-icon.gif
lib/firefox/browser/chrome/pdfjs/content/web/images/loading-small.png
+lib/firefox/browser/chrome/pdfjs/content/web/images/shadow.png
lib/firefox/browser/chrome/pdfjs/content/web/images/texture.png
lib/firefox/browser/chrome/pdfjs/content/web/images/toolbarButton-bookmark.png
lib/firefox/browser/chrome/pdfjs/content/web/images/toolbarButton-download.png
@@ -3554,7 +3803,6 @@ lib/firefox/browser/components/interfaces.xpt
lib/firefox/browser/components/libbrowsercomps.so
lib/firefox/browser/components/nsBrowserContentHandler.js
lib/firefox/browser/components/nsBrowserGlue.js
-lib/firefox/browser/components/nsPrivateBrowsingServiceObsolete.js
lib/firefox/browser/components/nsSessionStartup.js
lib/firefox/browser/components/nsSessionStore.js
lib/firefox/browser/components/nsSetDefaultBrowser.js
@@ -3572,7 +3820,6 @@ lib/firefox/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/icon.png
lib/firefox/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/install.rdf
lib/firefox/browser/icons/mozicon128.png
lib/firefox/browser/modules/AboutHomeUtils.jsm
-lib/firefox/browser/modules/AutocompletePopup.jsm
lib/firefox/browser/modules/BrowserNewTabPreloader.jsm
lib/firefox/browser/modules/DownloadsCommon.jsm
lib/firefox/browser/modules/DownloadsLogger.jsm
@@ -3588,9 +3835,12 @@ lib/firefox/browser/modules/SharedFrame.jsm
lib/firefox/browser/modules/SignInToWebsite.jsm
lib/firefox/browser/modules/Social.jsm
lib/firefox/browser/modules/WebConsolePanel.jsm
+lib/firefox/browser/modules/devtools/AutocompletePopup.jsm
lib/firefox/browser/modules/devtools/Breadcrumbs.jsm
+lib/firefox/browser/modules/devtools/BreadcrumbsWidget.jsm
lib/firefox/browser/modules/devtools/Browser.jsm
lib/firefox/browser/modules/devtools/BuiltinCommands.jsm
+lib/firefox/browser/modules/devtools/CmdDebugger.jsm
lib/firefox/browser/modules/devtools/CmdEdit.jsm
lib/firefox/browser/modules/devtools/CmdInspect.jsm
lib/firefox/browser/modules/devtools/CmdResize.jsm
@@ -3607,14 +3857,18 @@ lib/firefox/browser/modules/devtools/DeveloperToolbar.jsm
lib/firefox/browser/modules/devtools/EventEmitter.jsm
lib/firefox/browser/modules/devtools/FloatingScrollbars.jsm
lib/firefox/browser/modules/devtools/Highlighter.jsm
+lib/firefox/browser/modules/devtools/InplaceEditor.jsm
lib/firefox/browser/modules/devtools/InspectorPanel.jsm
lib/firefox/browser/modules/devtools/Jsbeautify.jsm
lib/firefox/browser/modules/devtools/LayoutHelpers.jsm
lib/firefox/browser/modules/devtools/MarkupView.jsm
+lib/firefox/browser/modules/devtools/Parser.jsm
lib/firefox/browser/modules/devtools/ProfilerController.jsm
lib/firefox/browser/modules/devtools/ProfilerHelpers.jsm
lib/firefox/browser/modules/devtools/ProfilerPanel.jsm
lib/firefox/browser/modules/devtools/Selection.jsm
+lib/firefox/browser/modules/devtools/SelectorSearch.jsm
+lib/firefox/browser/modules/devtools/SideMenuWidget.jsm
lib/firefox/browser/modules/devtools/Sidebar.jsm
lib/firefox/browser/modules/devtools/SplitView.jsm
lib/firefox/browser/modules/devtools/StyleEditor.jsm
@@ -3637,6 +3891,8 @@ lib/firefox/browser/modules/devtools/Toolbox.jsm
lib/firefox/browser/modules/devtools/ToolboxHosts.jsm
lib/firefox/browser/modules/devtools/Undo.jsm
lib/firefox/browser/modules/devtools/VariablesView.jsm
+lib/firefox/browser/modules/devtools/ViewHelpers.jsm
+lib/firefox/browser/modules/devtools/cmd-profiler.jsm
lib/firefox/browser/modules/devtools/gDevTools.jsm
lib/firefox/browser/modules/devtools/gcli.jsm
lib/firefox/browser/modules/devtools/responsivedesign.jsm
@@ -3664,6 +3920,7 @@ lib/firefox/browser/searchplugins/wikipedia.xml
lib/firefox/browser/searchplugins/yahoo.xml
lib/firefox/chrome.manifest
lib/firefox/chrome/chrome.manifest
+lib/firefox/chrome/en-US/locale/en-US/alerts/alert.dtd
lib/firefox/chrome/en-US/locale/en-US/alerts/notificationNames.properties
lib/firefox/chrome/en-US/locale/en-US/autoconfig/autoconfig.properties
lib/firefox/chrome/en-US/locale/en-US/cookie/cookieAcceptDialog.dtd
@@ -3871,6 +4128,8 @@ lib/firefox/chrome/pippki/content/pippki/serverCrlNextupdate.xul
lib/firefox/chrome/pippki/content/pippki/setp12password.xul
lib/firefox/chrome/pippki/content/pippki/viewCertDetails.js
lib/firefox/chrome/pippki/content/pippki/viewCertDetails.xul
+lib/firefox/chrome/recording/content/recording.js
+lib/firefox/chrome/recording/content/recording.xul
lib/firefox/chrome/toolkit/content/cookie/cookieAcceptDialog.js
lib/firefox/chrome/toolkit/content/cookie/cookieAcceptDialog.xul
lib/firefox/chrome/toolkit/content/global/BrowserElementChild.js
@@ -4114,6 +4373,7 @@ lib/firefox/chrome/toolkit/res/hiddenWindow.html
lib/firefox/chrome/toolkit/res/html.css
lib/firefox/chrome/toolkit/res/loading-image.png
lib/firefox/chrome/toolkit/res/mathml.css
+lib/firefox/chrome/toolkit/res/plaintext.css
lib/firefox/chrome/toolkit/res/quirk.css
lib/firefox/chrome/toolkit/res/ua.css
lib/firefox/chrome/toolkit/res/viewsource.css
@@ -4124,6 +4384,7 @@ lib/firefox/chrome/toolkit/skin/classic/global/aboutCacheEntry.css
lib/firefox/chrome/toolkit/skin/classic/global/aboutMemory.css
lib/firefox/chrome/toolkit/skin/classic/global/aboutSupport.css
lib/firefox/chrome/toolkit/skin/classic/global/alerts/alert.css
+lib/firefox/chrome/toolkit/skin/classic/global/alerts/notification-48.png
lib/firefox/chrome/toolkit/skin/classic/global/appPicker.css
lib/firefox/chrome/toolkit/skin/classic/global/arrow.css
lib/firefox/chrome/toolkit/skin/classic/global/arrow/arrow-dn-dis.gif
@@ -4315,6 +4576,7 @@ lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/category-plugins.png
lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/category-recent.png
lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/category-search.png
lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/category-searchengines.png
+lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/category-service.png
lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/category-themes.png
lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/dictionaryGeneric-16.png
lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/dictionaryGeneric.png
@@ -4372,6 +4634,7 @@ lib/firefox/chrome/toolkit/skin/classic/mozapps/viewsource/viewsource.css
lib/firefox/chrome/toolkit/skin/classic/mozapps/xpinstall/xpinstallConfirm.css
lib/firefox/chrome/toolkit/skin/classic/mozapps/xpinstall/xpinstallItemGeneric.png
lib/firefox/components/AlarmsManager.js
+lib/firefox/components/AppProtocolHandler.js
lib/firefox/components/AppsService.js
lib/firefox/components/BrowserElementParent.js
lib/firefox/components/ColorAnalyzer.js
@@ -4384,6 +4647,8 @@ lib/firefox/components/NetworkGeolocationProvider.js
lib/firefox/components/PageThumbsProtocol.js
lib/firefox/components/PermissionSettings.js
lib/firefox/components/PlacesCategoriesStarter.js
+lib/firefox/components/Push.js
+lib/firefox/components/PushService.js
lib/firefox/components/SettingsManager.js
lib/firefox/components/SiteSpecificUserAgent.js
lib/firefox/components/TCPSocket.js
@@ -4404,7 +4669,6 @@ ${PLIST.gnome}lib/firefox/components/libdbusservice.so
lib/firefox/components/libmozgnome.so
${PLIST.gnome}lib/firefox/components/libnkgnomevfs.so
lib/firefox/components/messageWakeupService.js
-lib/firefox/components/nsBadCertHandler.js
lib/firefox/components/nsBlocklistService.js
lib/firefox/components/nsContentDispatchChooser.js
lib/firefox/components/nsContentPrefService.js
@@ -4437,6 +4701,7 @@ lib/firefox/components/nsUrlClassifierHashCompleter.js
lib/firefox/components/nsUrlClassifierLib.js
lib/firefox/components/nsUrlClassifierListManager.js
lib/firefox/components/nsWebHandlerApp.js
+lib/firefox/components/recording-cmdline.js
lib/firefox/components/storage-Legacy.js
lib/firefox/components/storage-mozStorage.js
lib/firefox/components/txEXSLTRegExFunctions.js
@@ -4490,7 +4755,6 @@ lib/firefox/idl
lib/firefox/include
lib/firefox/lib
lib/firefox/libmozalloc.so
-lib/firefox/libxpcom.so
lib/firefox/libxul.so
lib/firefox/modules/ActivitiesService.jsm
lib/firefox/modules/ActivitiesServiceFilter.jsm
@@ -4504,6 +4768,7 @@ lib/firefox/modules/AppDownloadManager.jsm
lib/firefox/modules/AppsServiceChild.jsm
lib/firefox/modules/AppsUtils.jsm
lib/firefox/modules/BookmarkHTMLUtils.jsm
+lib/firefox/modules/BookmarkJSONUtils.jsm
lib/firefox/modules/BrowserElementParent.jsm
lib/firefox/modules/BrowserElementPromptService.jsm
lib/firefox/modules/CSPUtils.jsm
@@ -4526,6 +4791,7 @@ lib/firefox/modules/Deprecated.jsm
lib/firefox/modules/Dict.jsm
lib/firefox/modules/DownloadLastDir.jsm
lib/firefox/modules/DownloadPaths.jsm
+lib/firefox/modules/DownloadTaskbarProgress.jsm
lib/firefox/modules/DownloadUtils.jsm
lib/firefox/modules/FileUtils.jsm
lib/firefox/modules/ForgetAboutSite.jsm
@@ -4578,6 +4844,7 @@ lib/firefox/modules/SystemMessagePermissionsChecker.jsm
lib/firefox/modules/Task.jsm
lib/firefox/modules/TelemetryStopwatch.jsm
lib/firefox/modules/TelemetryTimestamps.jsm
+lib/firefox/modules/Timer.jsm
lib/firefox/modules/Troubleshoot.jsm
lib/firefox/modules/UpdateChannel.jsm
lib/firefox/modules/UserAgentOverrides.jsm
@@ -4598,9 +4865,17 @@ lib/firefox/modules/accessibility/TraversalRules.jsm
lib/firefox/modules/accessibility/Utils.jsm
lib/firefox/modules/accessibility/UtteranceGenerator.jsm
lib/firefox/modules/accessibility/jar.mn
+lib/firefox/modules/commonjs/method/History.md
+lib/firefox/modules/commonjs/method/License.md
+lib/firefox/modules/commonjs/method/Readme.md
+lib/firefox/modules/commonjs/method/core.js
+lib/firefox/modules/commonjs/method/package.json
+lib/firefox/modules/commonjs/method/test/browser.js
+lib/firefox/modules/commonjs/method/test/common.js
lib/firefox/modules/commonjs/sdk/addon-page.js
lib/firefox/modules/commonjs/sdk/addon/installer.js
lib/firefox/modules/commonjs/sdk/addon/runner.js
+lib/firefox/modules/commonjs/sdk/addon/window.js
lib/firefox/modules/commonjs/sdk/base64.js
lib/firefox/modules/commonjs/sdk/clipboard.js
lib/firefox/modules/commonjs/sdk/console/plain-text.js
@@ -4717,6 +4992,7 @@ lib/firefox/modules/commonjs/sdk/util/list.js
lib/firefox/modules/commonjs/sdk/util/object.js
lib/firefox/modules/commonjs/sdk/util/registry.js
lib/firefox/modules/commonjs/sdk/util/uuid.js
+lib/firefox/modules/commonjs/sdk/view/core.js
lib/firefox/modules/commonjs/sdk/widget.js
lib/firefox/modules/commonjs/sdk/window/browser.js
lib/firefox/modules/commonjs/sdk/window/helpers.js
@@ -4880,7 +5156,6 @@ lib/firefox/sdk/lib/libmozalloc.so
lib/firefox/sdk/lib/libmozglue.a
lib/firefox/sdk/lib/libunicharutil_external_s.a
lib/firefox/sdk/lib/libunicharutil_external_s.a.desc
-lib/firefox/sdk/lib/libxpcom.so
lib/firefox/sdk/lib/libxpcomglue.a
lib/firefox/sdk/lib/libxpcomglue_s.a
lib/firefox/sdk/lib/libxpcomglue_s_nomozalloc.a
@@ -4981,10 +5256,12 @@ share/idl/firefox/nsIASN1Tree.idl
share/idl/firefox/nsIAboutModule.idl
share/idl/firefox/nsIAccessible.idl
share/idl/firefox/nsIAccessibleApplication.idl
+share/idl/firefox/nsIAccessibleCaretMoveEvent.idl
share/idl/firefox/nsIAccessibleCursorable.idl
share/idl/firefox/nsIAccessibleDocument.idl
share/idl/firefox/nsIAccessibleEditableText.idl
share/idl/firefox/nsIAccessibleEvent.idl
+share/idl/firefox/nsIAccessibleHideEvent.idl
share/idl/firefox/nsIAccessibleHyperLink.idl
share/idl/firefox/nsIAccessibleHyperText.idl
share/idl/firefox/nsIAccessibleImage.idl
@@ -4994,11 +5271,15 @@ share/idl/firefox/nsIAccessibleRelation.idl
share/idl/firefox/nsIAccessibleRetrieval.idl
share/idl/firefox/nsIAccessibleRole.idl
share/idl/firefox/nsIAccessibleSelectable.idl
+share/idl/firefox/nsIAccessibleStateChangeEvent.idl
share/idl/firefox/nsIAccessibleStates.idl
share/idl/firefox/nsIAccessibleTable.idl
+share/idl/firefox/nsIAccessibleTableChangeEvent.idl
share/idl/firefox/nsIAccessibleText.idl
+share/idl/firefox/nsIAccessibleTextChangeEvent.idl
share/idl/firefox/nsIAccessibleTypes.idl
share/idl/firefox/nsIAccessibleValue.idl
+share/idl/firefox/nsIAccessibleVirtualCursorChangeEvent.idl
share/idl/firefox/nsIActivityProxy.idl
share/idl/firefox/nsIActivityUIGlue.idl
share/idl/firefox/nsIAlarmHalService.idl
@@ -5074,7 +5355,6 @@ share/idl/firefox/nsICachingChannel.idl
share/idl/firefox/nsICancelable.idl
share/idl/firefox/nsICancelableRunnable.idl
share/idl/firefox/nsICanvasGLPrivate.idl
-share/idl/firefox/nsICapturePicker.idl
share/idl/firefox/nsICategoryManager.idl
share/idl/firefox/nsICertOverrideService.idl
share/idl/firefox/nsICertPickDialogs.idl
@@ -5149,7 +5429,6 @@ share/idl/firefox/nsICycleCollectorListener.idl
share/idl/firefox/nsIDNSListener.idl
share/idl/firefox/nsIDNSRecord.idl
share/idl/firefox/nsIDNSService.idl
-share/idl/firefox/nsIDOMActivity.idl
share/idl/firefox/nsIDOMActivityHandlerDescription.idl
share/idl/firefox/nsIDOMActivityOptions.idl
share/idl/firefox/nsIDOMActivityRequestHandler.idl
@@ -5157,8 +5436,6 @@ share/idl/firefox/nsIDOMAlarmsManager.idl
share/idl/firefox/nsIDOMAnimationEvent.idl
share/idl/firefox/nsIDOMApplicationRegistry.idl
share/idl/firefox/nsIDOMApplicationRegistry2.idl
-share/idl/firefox/nsIDOMArchiveReader.idl
-share/idl/firefox/nsIDOMArchiveRequest.idl
share/idl/firefox/nsIDOMAttr.idl
share/idl/firefox/nsIDOMBarProp.idl
share/idl/firefox/nsIDOMBeforeUnloadEvent.idl
@@ -5190,6 +5467,7 @@ share/idl/firefox/nsIDOMChromeWindow.idl
share/idl/firefox/nsIDOMClientInformation.idl
share/idl/firefox/nsIDOMClientRect.idl
share/idl/firefox/nsIDOMClientRectList.idl
+share/idl/firefox/nsIDOMClipboardEvent.idl
share/idl/firefox/nsIDOMCloseEvent.idl
share/idl/firefox/nsIDOMCommandEvent.idl
share/idl/firefox/nsIDOMComment.idl
@@ -5220,7 +5498,6 @@ share/idl/firefox/nsIDOMDeviceOrientationEvent.idl
share/idl/firefox/nsIDOMDeviceProximityEvent.idl
share/idl/firefox/nsIDOMDeviceStorage.idl
share/idl/firefox/nsIDOMDeviceStorageChangeEvent.idl
-share/idl/firefox/nsIDOMDeviceStorageCursor.idl
share/idl/firefox/nsIDOMDocument.idl
share/idl/firefox/nsIDOMDocumentFragment.idl
share/idl/firefox/nsIDOMDocumentType.idl
@@ -5228,6 +5505,7 @@ share/idl/firefox/nsIDOMDocumentXBL.idl
share/idl/firefox/nsIDOMDragEvent.idl
share/idl/firefox/nsIDOMElement.idl
share/idl/firefox/nsIDOMElementCSSInlineStyle.idl
+share/idl/firefox/nsIDOMElementReplaceEvent.idl
share/idl/firefox/nsIDOMEvent.idl
share/idl/firefox/nsIDOMEventListener.idl
share/idl/firefox/nsIDOMEventTarget.idl
@@ -5235,10 +5513,13 @@ share/idl/firefox/nsIDOMFile.idl
share/idl/firefox/nsIDOMFileHandle.idl
share/idl/firefox/nsIDOMFileList.idl
share/idl/firefox/nsIDOMFileReader.idl
-share/idl/firefox/nsIDOMFileRequest.idl
share/idl/firefox/nsIDOMFontFace.idl
share/idl/firefox/nsIDOMFontFaceList.idl
share/idl/firefox/nsIDOMFormData.idl
+share/idl/firefox/nsIDOMGamepad.idl
+share/idl/firefox/nsIDOMGamepadAxisMoveEvent.idl
+share/idl/firefox/nsIDOMGamepadButtonEvent.idl
+share/idl/firefox/nsIDOMGamepadEvent.idl
share/idl/firefox/nsIDOMGeoGeolocation.idl
share/idl/firefox/nsIDOMGeoPosition.idl
share/idl/firefox/nsIDOMGeoPositionCallback.idl
@@ -5320,7 +5601,6 @@ share/idl/firefox/nsIDOMHashChangeEvent.idl
share/idl/firefox/nsIDOMHistory.idl
share/idl/firefox/nsIDOMJSWindow.idl
share/idl/firefox/nsIDOMKeyEvent.idl
-share/idl/firefox/nsIDOMLSProgressEvent.idl
share/idl/firefox/nsIDOMLinkStyle.idl
share/idl/firefox/nsIDOMLoadStatus.idl
share/idl/firefox/nsIDOMLocation.idl
@@ -5332,6 +5612,7 @@ share/idl/firefox/nsIDOMMediaStream.idl
share/idl/firefox/nsIDOMMessageEvent.idl
share/idl/firefox/nsIDOMMimeType.idl
share/idl/firefox/nsIDOMMimeTypeArray.idl
+share/idl/firefox/nsIDOMMobileMessageManager.idl
share/idl/firefox/nsIDOMModalContentWindow.idl
share/idl/firefox/nsIDOMMouseEvent.idl
share/idl/firefox/nsIDOMMouseScrollEvent.idl
@@ -5340,6 +5621,9 @@ share/idl/firefox/nsIDOMMozBrowserFrame.idl
share/idl/firefox/nsIDOMMozCSSKeyframeRule.idl
share/idl/firefox/nsIDOMMozCSSKeyframesRule.idl
share/idl/firefox/nsIDOMMozContactChangeEvent.idl
+share/idl/firefox/nsIDOMMozMmsEvent.idl
+share/idl/firefox/nsIDOMMozMmsMessage.idl
+share/idl/firefox/nsIDOMMozNamedAttrMap.idl
share/idl/firefox/nsIDOMMozSettingsEvent.idl
share/idl/firefox/nsIDOMMozSmsEvent.idl
share/idl/firefox/nsIDOMMozSmsMessage.idl
@@ -5347,13 +5631,13 @@ share/idl/firefox/nsIDOMMutationEvent.idl
share/idl/firefox/nsIDOMNSEditableElement.idl
share/idl/firefox/nsIDOMNSEvent.idl
share/idl/firefox/nsIDOMNSXPathExpression.idl
-share/idl/firefox/nsIDOMNamedNodeMap.idl
share/idl/firefox/nsIDOMNavigator.idl
share/idl/firefox/nsIDOMNavigatorActivities.idl
share/idl/firefox/nsIDOMNavigatorCamera.idl
share/idl/firefox/nsIDOMNavigatorDesktopNotification.idl
share/idl/firefox/nsIDOMNavigatorDeviceStorage.idl
share/idl/firefox/nsIDOMNavigatorGeolocation.idl
+share/idl/firefox/nsIDOMNavigatorMobileMessage.idl
share/idl/firefox/nsIDOMNavigatorNetwork.idl
share/idl/firefox/nsIDOMNavigatorSms.idl
share/idl/firefox/nsIDOMNavigatorSystemMessages.idl
@@ -5380,6 +5664,7 @@ share/idl/firefox/nsIDOMPopupBlockedEvent.idl
share/idl/firefox/nsIDOMPowerManager.idl
share/idl/firefox/nsIDOMProcessingInstruction.idl
share/idl/firefox/nsIDOMProgressEvent.idl
+share/idl/firefox/nsIDOMPushManager.idl
share/idl/firefox/nsIDOMRTCPeerConnection.idl
share/idl/firefox/nsIDOMRange.idl
share/idl/firefox/nsIDOMRect.idl
@@ -5391,14 +5676,10 @@ share/idl/firefox/nsIDOMSVGAnimatedRect.idl
share/idl/firefox/nsIDOMSVGAnimatedString.idl
share/idl/firefox/nsIDOMSVGDocument.idl
share/idl/firefox/nsIDOMSVGElement.idl
-share/idl/firefox/nsIDOMSVGEvent.idl
-share/idl/firefox/nsIDOMSVGFilters.idl
share/idl/firefox/nsIDOMSVGLength.idl
share/idl/firefox/nsIDOMSVGNumber.idl
share/idl/firefox/nsIDOMSVGRect.idl
share/idl/firefox/nsIDOMSVGStringList.idl
-share/idl/firefox/nsIDOMSVGURIReference.idl
-share/idl/firefox/nsIDOMSVGUnitTypes.idl
share/idl/firefox/nsIDOMSVGZoomEvent.idl
share/idl/firefox/nsIDOMScreen.idl
share/idl/firefox/nsIDOMScrollAreaEvent.idl
@@ -5411,6 +5692,8 @@ share/idl/firefox/nsIDOMSmsFilter.idl
share/idl/firefox/nsIDOMSmsManager.idl
share/idl/firefox/nsIDOMSmsRequest.idl
share/idl/firefox/nsIDOMSmsSegmentInfo.idl
+share/idl/firefox/nsIDOMSpeechRecognitionError.idl
+share/idl/firefox/nsIDOMSpeechRecognitionEvent.idl
share/idl/firefox/nsIDOMStorage.idl
share/idl/firefox/nsIDOMStorageEvent.idl
share/idl/firefox/nsIDOMStorageIndexedDB.idl
@@ -5488,6 +5771,7 @@ share/idl/firefox/nsIDocShellTreeOwner.idl
share/idl/firefox/nsIDocumentEncoder.idl
share/idl/firefox/nsIDocumentLoader.idl
share/idl/firefox/nsIDocumentLoaderFactory.idl
+share/idl/firefox/nsIDocumentRegister.idl
share/idl/firefox/nsIDocumentStateListener.idl
share/idl/firefox/nsIDownload.idl
share/idl/firefox/nsIDownloadHistory.idl
@@ -5564,7 +5848,9 @@ share/idl/firefox/nsIGConfService.idl
share/idl/firefox/nsIGIOService.idl
share/idl/firefox/nsIGSettingsService.idl
share/idl/firefox/nsIGZFileWriter.idl
+share/idl/firefox/nsIGamepadServiceTest.idl
share/idl/firefox/nsIGenKeypairInfoDlg.idl
+share/idl/firefox/nsIGeolocation.idl
share/idl/firefox/nsIGeolocationProvider.idl
share/idl/firefox/nsIGfxInfo.idl
share/idl/firefox/nsIGfxInfoDebug.idl
@@ -5597,7 +5883,6 @@ share/idl/firefox/nsIHttpProtocolHandler.idl
share/idl/firefox/nsIIDBCursor.idl
share/idl/firefox/nsIIDBCursorWithValue.idl
share/idl/firefox/nsIIDBDatabase.idl
-share/idl/firefox/nsIIDBFactory.idl
share/idl/firefox/nsIIDBFileHandle.idl
share/idl/firefox/nsIIDBIndex.idl
share/idl/firefox/nsIIDBKeyRange.idl
@@ -5645,9 +5930,9 @@ share/idl/firefox/nsIKeyModule.idl
share/idl/firefox/nsIKeygenThread.idl
share/idl/firefox/nsILineInputStream.idl
share/idl/firefox/nsIListBoxObject.idl
-share/idl/firefox/nsILivemarkService.idl
share/idl/firefox/nsILoadContext.idl
share/idl/firefox/nsILoadGroup.idl
+share/idl/firefox/nsILoadGroupChild.idl
share/idl/firefox/nsILocalFile.idl
share/idl/firefox/nsILocalFileWin.idl
share/idl/firefox/nsILocale.idl
@@ -5673,7 +5958,9 @@ share/idl/firefox/nsIMenuBuilder.idl
share/idl/firefox/nsIMessageLoop.idl
share/idl/firefox/nsIMessageManager.idl
share/idl/firefox/nsIMmsService.idl
+share/idl/firefox/nsIMobileMessageCallback.idl
share/idl/firefox/nsIMobileMessageDatabaseService.idl
+share/idl/firefox/nsIMobileMessageService.idl
share/idl/firefox/nsIModule.idl
share/idl/firefox/nsIMozBrowserFrame.idl
share/idl/firefox/nsIMozSAXXMLDeclarationHandler.idl
@@ -5746,7 +6033,6 @@ share/idl/firefox/nsIPrintingPrompt.idl
share/idl/firefox/nsIPrintingPromptService.idl
share/idl/firefox/nsIPrivacyTransitionObserver.idl
share/idl/firefox/nsIPrivateBrowsingChannel.idl
-share/idl/firefox/nsIPrivateBrowsingServiceObsolete.idl
share/idl/firefox/nsIProcess.idl
share/idl/firefox/nsIProfileMigrator.idl
share/idl/firefox/nsIProfileUnlocker.idl
@@ -5770,6 +6056,8 @@ share/idl/firefox/nsIProxiedChannel.idl
share/idl/firefox/nsIProxiedProtocolHandler.idl
share/idl/firefox/nsIProxyInfo.idl
share/idl/firefox/nsIQueryContentEventResult.idl
+share/idl/firefox/nsIQuotaManager.idl
+share/idl/firefox/nsIQuotaRequest.idl
share/idl/firefox/nsIRDFCompositeDataSource.idl
share/idl/firefox/nsIRDFContainer.idl
share/idl/firefox/nsIRDFContainerUtils.idl
@@ -5872,7 +6160,6 @@ share/idl/firefox/nsISimpleStreamListener.idl
share/idl/firefox/nsISimpleUnicharStreamFactory.idl
share/idl/firefox/nsISiteSpecificUserAgent.idl
share/idl/firefox/nsISliderListener.idl
-share/idl/firefox/nsISmsRequest.idl
share/idl/firefox/nsISmsService.idl
share/idl/firefox/nsISocketProvider.idl
share/idl/firefox/nsISocketProviderService.idl
@@ -5880,6 +6167,7 @@ share/idl/firefox/nsISocketTransport.idl
share/idl/firefox/nsISocketTransportService.idl
share/idl/firefox/nsISound.idl
share/idl/firefox/nsISpeculativeConnect.idl
+share/idl/firefox/nsISpeechRecognitionService.idl
share/idl/firefox/nsIStandardURL.idl
share/idl/firefox/nsIStartupCache.idl
share/idl/firefox/nsIStorageStream.idl
@@ -5949,6 +6237,7 @@ share/idl/firefox/nsITreeContentView.idl
share/idl/firefox/nsITreeSelection.idl
share/idl/firefox/nsITreeView.idl
share/idl/firefox/nsITypeAheadFind.idl
+share/idl/firefox/nsIUDPServerSocket.idl
share/idl/firefox/nsIURI.idl
share/idl/firefox/nsIURIChecker.idl
share/idl/firefox/nsIURIClassifier.idl
@@ -5977,11 +6266,13 @@ share/idl/firefox/nsIUrlClassifierPrefixSet.idl
share/idl/firefox/nsIUrlClassifierStreamUpdater.idl
share/idl/firefox/nsIUrlClassifierUtils.idl
share/idl/firefox/nsIUrlListManager.idl
+share/idl/firefox/nsIUsageCallback.idl
share/idl/firefox/nsIUserCertPicker.idl
share/idl/firefox/nsIUserInfo.idl
share/idl/firefox/nsIVariant.idl
share/idl/firefox/nsIVersionComparator.idl
share/idl/firefox/nsIViewSourceChannel.idl
+share/idl/firefox/nsIVisualEventTracer.idl
share/idl/firefox/nsIWapPushApplication.idl
share/idl/firefox/nsIWeakReference.idl
share/idl/firefox/nsIWebBrowser.idl