| .. |
|
crashtests
|
Bug 1282894 - Propagate exception on setting HTMLTableElement.caption. r=bz
|
2016-07-21 22:40:00 +02:00 |
|
reftests
|
Bug 1228601 - [Part3] Add reftest to check rotation by <video> and capture the result after playback ended; r=mattwoodrow
|
2016-05-30 11:00:23 +08:00 |
|
test
|
Bug 1292522 - Add test for bug 1292522 - the same domain host with different port numbers must be treated as the same domain. r=smaug
|
2016-08-16 09:44:00 -04:00 |
|
HTMLAllCollection.cpp
|
Bug 1270349 part 5. Use LegacyUnenumerableNamedProperties instead of passing flags to GetSupportedNames to determine whether named props on DOM proxies should be reflected in ownPropertyKeys. r=peterv
|
2016-05-09 22:25:40 -04:00 |
|
HTMLAllCollection.h
|
Bug 1279451 - Remove a lot of unnecessary includes of nsAutoPtr.h. rs=sparky
|
2016-06-07 21:10:18 +01:00 |
|
HTMLAnchorElement.cpp
|
Bug 909633. Remove the HTML Microdata API, since no one else ended up implementing it and now it's been removed from the spec. r=bkelly,jgraham
|
2016-05-20 23:13:17 -04:00 |
|
HTMLAnchorElement.h
|
Bug 909633. Remove the HTML Microdata API, since no one else ended up implementing it and now it's been removed from the spec. r=bkelly,jgraham
|
2016-05-20 23:13:17 -04:00 |
|
HTMLAreaElement.cpp
|
Bug 909633. Remove the HTML Microdata API, since no one else ended up implementing it and now it's been removed from the spec. r=bkelly,jgraham
|
2016-05-20 23:13:17 -04:00 |
|
HTMLAreaElement.h
|
Bug 909633. Remove the HTML Microdata API, since no one else ended up implementing it and now it's been removed from the spec. r=bkelly,jgraham
|
2016-05-20 23:13:17 -04:00 |
|
HTMLAudioElement.cpp
|
|
|
|
HTMLAudioElement.h
|
|
|
|
HTMLBodyElement.cpp
|
Bug 1293739 - Part 1: Rename nsCSSProperty to nsCSSPropertyID. r=dholbert
|
2016-08-16 18:37:48 -07:00 |
|
HTMLBodyElement.h
|
Bug 1293739 - Part 1: Rename nsCSSProperty to nsCSSPropertyID. r=dholbert
|
2016-08-16 18:37:48 -07:00 |
|
HTMLBRElement.cpp
|
|
|
|
HTMLBRElement.h
|
|
|
|
HTMLButtonElement.cpp
|
Merge mozilla-central to autoland
|
2016-08-03 17:08:48 +02:00 |
|
HTMLButtonElement.h
|
Bug 1279860 - part 1 - Renaming nsFormSubmission to mozilla::dom::HTMLFormSubmission, r=smaug
|
2016-06-16 08:24:16 +01:00 |
|
HTMLCanvasElement.cpp
|
Bug 1292786 - Don't SetFrameCapture() when CopySurface() fails. r=nical
|
2016-08-17 15:54:56 +02:00 |
|
HTMLCanvasElement.h
|
Bug 1270499 - Setting reflected unsigned long to out-of-range value should set to default; r=bz
|
2016-05-05 21:29:54 +03:00 |
|
HTMLContentElement.cpp
|
|
|
|
HTMLContentElement.h
|
Bug 1279451 - Remove a lot of unnecessary includes of nsAutoPtr.h. rs=sparky
|
2016-06-07 21:10:18 +01:00 |
|
HTMLDataElement.cpp
|
Bug 909633. Remove the HTML Microdata API, since no one else ended up implementing it and now it's been removed from the spec. r=bkelly,jgraham
|
2016-05-20 23:13:17 -04:00 |
|
HTMLDataElement.h
|
Bug 909633. Remove the HTML Microdata API, since no one else ended up implementing it and now it's been removed from the spec. r=bkelly,jgraham
|
2016-05-20 23:13:17 -04:00 |
|
HTMLDataListElement.cpp
|
|
|
|
HTMLDataListElement.h
|
|
|
|
HTMLDetailsElement.cpp
|
Bug 1273766 - part3: purge NS_UpdateHint inline. r=heycam
|
2016-05-23 11:26:03 +08:00 |
|
HTMLDetailsElement.h
|
Bug 1225412 Part 2 - Add support to dispatch toggle events to details element. r=smaug
|
2016-03-12 19:53:51 +08:00 |
|
HTMLDivElement.cpp
|
|
|
|
HTMLDivElement.h
|
|
|
|
HTMLElement.cpp
|
Bug 1266831 part 1. Remove the unnecessary (and incorrect, in the XML case) innerHTML getter override from <xmp> and <plaintext>. r=smaug
|
2016-04-26 12:50:24 -04:00 |
|
HTMLFieldSetElement.cpp
|
Bug 1279860 - part 1 - Renaming nsFormSubmission to mozilla::dom::HTMLFormSubmission, r=smaug
|
2016-06-16 08:24:16 +01:00 |
|
HTMLFieldSetElement.h
|
Bug 1279860 - part 1 - Renaming nsFormSubmission to mozilla::dom::HTMLFormSubmission, r=smaug
|
2016-06-16 08:24:16 +01:00 |
|
HTMLFontElement.cpp
|
|
|
|
HTMLFontElement.h
|
|
|
|
HTMLFormControlsCollection.cpp
|
Bug 1278738 - Add 'week' to the list of valid types attributes for <input>. r=smaug
|
2016-08-15 23:15:00 -04:00 |
|
HTMLFormControlsCollection.h
|
Bug 1270349 part 5. Use LegacyUnenumerableNamedProperties instead of passing flags to GetSupportedNames to determine whether named props on DOM proxies should be reflected in ownPropertyKeys. r=peterv
|
2016-05-09 22:25:40 -04:00 |
|
HTMLFormElement.cpp
|
Bug 1285425 - Set forms to valid in their constructor. r=bz
|
2016-08-09 16:23:40 -04:00 |
|
HTMLFormElement.h
|
Bug 1287989. Don't try to do validation or fire submit events in iframes that are sandboxed without allow-forms. r=smaug
|
2016-08-02 11:05:36 -07:00 |
|
HTMLFormSubmission.cpp
|
Merge mozilla-central to mozilla-inbound
|
2016-07-14 11:56:37 +02:00 |
|
HTMLFormSubmission.h
|
Bug 1186932 - Implement support for form submission of a picked directory - part 2 - Form submission with directory support, r=smaug
|
2016-07-14 09:01:58 +02:00 |
|
HTMLFormSubmissionConstants.h
|
Bug 1279860 - part 1 - Renaming nsFormSubmission to mozilla::dom::HTMLFormSubmission, r=smaug
|
2016-06-16 08:24:16 +01:00 |
|
HTMLFrameElement.cpp
|
|
|
|
HTMLFrameElement.h
|
|
|
|
HTMLFrameSetElement.cpp
|
Backed out changeset 8c1f9996a7d6 (bug 906116)
|
2016-07-06 05:40:06 +02:00 |
|
HTMLFrameSetElement.h
|
|
|
|
HTMLHeadingElement.cpp
|
|
|
|
HTMLHeadingElement.h
|
|
|
|
HTMLHRElement.cpp
|
Bug 1293739 - Part 1: Rename nsCSSProperty to nsCSSPropertyID. r=dholbert
|
2016-08-16 18:37:48 -07:00 |
|
HTMLHRElement.h
|
|
|
|
HTMLIFrameElement.cpp
|
Bug 1283526 part 2 - Remove fullscreen sandbox flag. r=smaug
|
2016-07-05 09:46:55 +10:00 |
|
HTMLIFrameElement.h
|
Bug 909633. Remove the HTML Microdata API, since no one else ended up implementing it and now it's been removed from the spec. r=bkelly,jgraham
|
2016-05-20 23:13:17 -04:00 |
|
HTMLImageElement.cpp
|
Bug 1293603 (part 2) - Make Run() declarations consistent. r=erahm.
|
2016-08-08 12:18:10 +10:00 |
|
HTMLImageElement.h
|
Bug 909633. Remove the HTML Microdata API, since no one else ended up implementing it and now it's been removed from the spec. r=bkelly,jgraham
|
2016-05-20 23:13:17 -04:00 |
|
HTMLInputElement.cpp
|
Bug 1295570 - Entries API - part 2 - Rename Entry to FileSystemEntry, r=smaug
|
2016-08-18 09:17:25 +02:00 |
|
HTMLInputElement.h
|
Bug 1295570 - Entries API - part 2 - Rename Entry to FileSystemEntry, r=smaug
|
2016-08-18 09:17:25 +02:00 |
|
HTMLLabelElement.cpp
|
Bug 1268852. Change <label> elements to not be form-associated anymore. r=bkelly,hsivonen,surkov
|
2016-05-26 19:39:03 -04:00 |
|
HTMLLabelElement.h
|
Bug 1268852. Change <label> elements to not be form-associated anymore. r=bkelly,hsivonen,surkov
|
2016-05-26 19:39:03 -04:00 |
|
HTMLLegendElement.cpp
|
Bug 1273766 - part3: purge NS_UpdateHint inline. r=heycam
|
2016-05-23 11:26:03 +08:00 |
|
HTMLLegendElement.h
|
|
|
|
HTMLLIElement.cpp
|
|
|
|
HTMLLIElement.h
|
|
|
|
HTMLLinkElement.cpp
|
Bug 1257849 followup. Add 'search' to the list of supported tokens for <link>, since the spec added it. r=bkelly originally.
|
2016-05-18 20:27:37 -04:00 |
|
HTMLLinkElement.h
|
Bug 1264165 - Implement link referrerPolicy attribute. r=josh, r=khuey
|
2016-06-24 10:38:47 +08:00 |
|
HTMLMapElement.cpp
|
|
|
|
HTMLMapElement.h
|
Bug 1279451 - Remove a lot of unnecessary includes of nsAutoPtr.h. rs=sparky
|
2016-06-07 21:10:18 +01:00 |
|
HTMLMediaElement.cpp
|
Bug 1295831 - Report VIDEO_INTER_KEYFRAME_MAX_MS=0 when only 1 keyframe - r=kaku
|
2016-08-18 11:54:00 +10:00 |
|
HTMLMediaElement.h
|
Bug 1291629 - Remove RTSP code. r=jwwang
|
2016-08-10 10:32:25 +08:00 |
|
htmlMenuBuilder.js
|
|
|
|
htmlMenuBuilder.manifest
|
|
|
|
HTMLMenuElement.cpp
|
|
|
|
HTMLMenuElement.h
|
|
|
|
HTMLMenuItemElement.cpp
|
Bug 1288590: Rename nsAttrInfo to mozilla::dom::BorrowedAttrInfo. r=bholley
|
2016-07-27 11:18:33 -07:00 |
|
HTMLMenuItemElement.h
|
|
|
|
HTMLMetaElement.cpp
|
Bug 1273364 - Trying to set a CSP on a SystemPrincipal should return NS_ERROR (r=njn)
|
2016-05-21 19:36:24 +02:00 |
|
HTMLMetaElement.h
|
Bug 909633. Remove the HTML Microdata API, since no one else ended up implementing it and now it's been removed from the spec. r=bkelly,jgraham
|
2016-05-20 23:13:17 -04:00 |
|
HTMLMeterElement.cpp
|
|
|
|
HTMLMeterElement.h
|
|
|
|
HTMLModElement.cpp
|
|
|
|
HTMLModElement.h
|
|
|
|
HTMLObjectElement.cpp
|
Bug 1293603 (part 2) - Make Run() declarations consistent. r=erahm.
|
2016-08-08 12:18:10 +10:00 |
|
HTMLObjectElement.h
|
Bug 1279860 - part 1 - Renaming nsFormSubmission to mozilla::dom::HTMLFormSubmission, r=smaug
|
2016-06-16 08:24:16 +01:00 |
|
HTMLOptGroupElement.cpp
|
|
|
|
HTMLOptGroupElement.h
|
|
|
|
HTMLOptionElement.cpp
|
Bug 1273766 - part3: purge NS_UpdateHint inline. r=heycam
|
2016-05-23 11:26:03 +08:00 |
|
HTMLOptionElement.h
|
|
|
|
HTMLOptionsCollection.cpp
|
Bug 1279860 - part 1 - Renaming nsFormSubmission to mozilla::dom::HTMLFormSubmission, r=smaug
|
2016-06-16 08:24:16 +01:00 |
|
HTMLOptionsCollection.h
|
Bug 1270349 part 5. Use LegacyUnenumerableNamedProperties instead of passing flags to GetSupportedNames to determine whether named props on DOM proxies should be reflected in ownPropertyKeys. r=peterv
|
2016-05-09 22:25:40 -04:00 |
|
HTMLOutputElement.cpp
|
Bug 1279860 - part 1 - Renaming nsFormSubmission to mozilla::dom::HTMLFormSubmission, r=smaug
|
2016-06-16 08:24:16 +01:00 |
|
HTMLOutputElement.h
|
Bug 1279860 - part 1 - Renaming nsFormSubmission to mozilla::dom::HTMLFormSubmission, r=smaug
|
2016-06-16 08:24:16 +01:00 |
|
HTMLParagraphElement.cpp
|
|
|
|
HTMLParagraphElement.h
|
|
|
|
HTMLPictureElement.cpp
|
Bug 1193349 - Part 1: Force a reload only when a source/img is really inserted into a picture; r=jdm
|
2016-05-04 10:21:45 +08:00 |
|
HTMLPictureElement.h
|
Bug 1193349 - Part 1: Force a reload only when a source/img is really inserted into a picture; r=jdm
|
2016-05-04 10:21:45 +08:00 |
|
HTMLPreElement.cpp
|
Bug 1269415 - Allow negative <pre width> values; r=jst
|
2016-05-05 20:20:42 +03:00 |
|
HTMLPreElement.h
|
|
|
|
HTMLProgressElement.cpp
|
|
|
|
HTMLProgressElement.h
|
|
|
|
HTMLScriptElement.cpp
|
Bug 1286321 - always ignore language attribute when processing script element if type attribute is defined. r=bz
|
2016-07-13 12:10:13 -04:00 |
|
HTMLScriptElement.h
|
Bug 1286321 - always ignore language attribute when processing script element if type attribute is defined. r=bz
|
2016-07-13 12:10:13 -04:00 |
|
HTMLSelectElement.cpp
|
Bug 1194027, add a flag to select elements to indicate if the parent process has the popup open, r=mrbkap
|
2016-08-03 07:45:46 -04:00 |
|
HTMLSelectElement.h
|
Bug 1194027, add a flag to select elements to indicate if the parent process has the popup open, r=mrbkap
|
2016-08-03 07:45:46 -04:00 |
|
HTMLShadowElement.cpp
|
|
|
|
HTMLShadowElement.h
|
|
|
|
HTMLSharedElement.cpp
|
Bug 1263286 - Move base-uri CSP check into SetBaseURIUsingFirstBaseWithHref. r=bz
|
2016-04-26 11:48:29 +02:00 |
|
HTMLSharedElement.h
|
|
|
|
HTMLSharedListElement.cpp
|
|
|
|
HTMLSharedListElement.h
|
|
|
|
HTMLSharedObjectElement.cpp
|
Bug 909633. Remove the HTML Microdata API, since no one else ended up implementing it and now it's been removed from the spec. r=bkelly,jgraham
|
2016-05-20 23:13:17 -04:00 |
|
HTMLSharedObjectElement.h
|
Bug 909633. Remove the HTML Microdata API, since no one else ended up implementing it and now it's been removed from the spec. r=bkelly,jgraham
|
2016-05-20 23:13:17 -04:00 |
|
HTMLSourceElement.cpp
|
Bug 909633. Remove the HTML Microdata API, since no one else ended up implementing it and now it's been removed from the spec. r=bkelly,jgraham
|
2016-05-20 23:13:17 -04:00 |
|
HTMLSourceElement.h
|
Bug 909633. Remove the HTML Microdata API, since no one else ended up implementing it and now it's been removed from the spec. r=bkelly,jgraham
|
2016-05-20 23:13:17 -04:00 |
|
HTMLSpanElement.cpp
|
|
|
|
HTMLSpanElement.h
|
|
|
|
HTMLStyleElement.cpp
|
Bug 1268313: Part 7 - Move NS_NewRunnableMethod and friends to mozilla::NewRunnableMethod. r=froydnj
|
2016-05-05 01:45:00 -07:00 |
|
HTMLStyleElement.h
|
|
|
|
HTMLSummaryElement.cpp
|
Bug 1254755 part.2 Rename WidgetKeyboardEvent::charCode to WidgetKeyboardEvent::mCharCode r=smaug
|
2016-05-13 16:06:18 +09:00 |
|
HTMLSummaryElement.h
|
Bug 1249556 - Implement toggling details by keyboard. r=smaug
|
2016-03-19 20:37:09 +08:00 |
|
HTMLTableCaptionElement.cpp
|
|
|
|
HTMLTableCaptionElement.h
|
|
|
|
HTMLTableCellElement.cpp
|
Bug 1270459 - Limit td/th.scope to known values; r=bz
|
2016-05-05 21:29:54 +03:00 |
|
HTMLTableCellElement.h
|
Bug 1270459 - Limit td/th.scope to known values; r=bz
|
2016-05-05 21:29:54 +03:00 |
|
HTMLTableColElement.cpp
|
Bug 1261754 - Part 6: Move vertical-align from nsStyleTextReset to nsStyleDisplay. r=dholbert
|
2016-04-12 15:52:41 +10:00 |
|
HTMLTableColElement.h
|
|
|
|
HTMLTableElement.cpp
|
Bug 1264947 - HTMLTableElement.rows return element in the order. r=smaug
|
2016-05-17 03:08:00 -04:00 |
|
HTMLTableElement.h
|
Bug 1282894 - Propagate exception on setting HTMLTableElement.caption. r=bz
|
2016-07-21 22:40:00 +02:00 |
|
HTMLTableRowElement.cpp
|
Bug 1261754 - Part 6: Move vertical-align from nsStyleTextReset to nsStyleDisplay. r=dholbert
|
2016-04-12 15:52:41 +10:00 |
|
HTMLTableRowElement.h
|
|
|
|
HTMLTableSectionElement.cpp
|
Bug 1261754 - Part 6: Move vertical-align from nsStyleTextReset to nsStyleDisplay. r=dholbert
|
2016-04-12 15:52:41 +10:00 |
|
HTMLTableSectionElement.h
|
|
|
|
HTMLTemplateElement.cpp
|
|
|
|
HTMLTemplateElement.h
|
|
|
|
HTMLTextAreaElement.cpp
|
Bug 932755 - Add support for input/textarea minLength and tooShort. r=mrbkap
|
2016-08-17 00:11:24 -04:00 |
|
HTMLTextAreaElement.h
|
Bug 1295370 - Add missing include. r=ehsan
|
2016-08-17 12:46:49 -07:00 |
|
HTMLTimeElement.cpp
|
Bug 909633. Remove the HTML Microdata API, since no one else ended up implementing it and now it's been removed from the spec. r=bkelly,jgraham
|
2016-05-20 23:13:17 -04:00 |
|
HTMLTimeElement.h
|
Bug 909633. Remove the HTML Microdata API, since no one else ended up implementing it and now it's been removed from the spec. r=bkelly,jgraham
|
2016-05-20 23:13:17 -04:00 |
|
HTMLTitleElement.cpp
|
|
|
|
HTMLTitleElement.h
|
|
|
|
HTMLTrackElement.cpp
|
Bug 1295097 - Ensure HTMLTrackElement create only one WindowDestroyedObserver. r=rillian
|
2016-08-17 09:11:42 +08:00 |
|
HTMLTrackElement.h
|
Bug 1286751 - Close the channel when window destroyed. r=rillian
|
2016-08-05 15:13:36 +08:00 |
|
HTMLUnknownElement.cpp
|
|
|
|
HTMLUnknownElement.h
|
|
|
|
HTMLVideoElement.cpp
|
Bug 1201363 - Replace VideoFrameContainer with MediaStreamVideoSink in MSG. r=jesup
|
2016-05-27 14:33:48 +08:00 |
|
HTMLVideoElement.h
|
Bug 1289668 - HTMLMediaElement uses video decoder's frame statistics - r=kamidphish
|
2016-07-26 11:32:58 +10:00 |
|
ImageDocument.cpp
|
Bug 1277106 - Part 2: Expand MOZ_UTF16() strings to u"" string literals. r=Waldo
|
2016-07-20 22:03:25 -07:00 |
|
ImageDocument.h
|
Bug 1252015 - Change mImageContent reference to be Element type instead of nsIContent. r=baku
|
2016-03-03 12:55:54 -05:00 |
|
MediaDocument.cpp
|
Bug 1221856 - Infer b/f cache restoration of MediaDocument from readyState. r=smaug.
|
2016-04-29 10:56:53 +03:00 |
|
MediaDocument.h
|
Bug 1279451 - Remove a lot of unnecessary includes of nsAutoPtr.h. rs=sparky
|
2016-06-07 21:10:18 +01:00 |
|
MediaError.cpp
|
|
|
|
MediaError.h
|
|
|
|
moz.build
|
Bug 1286877 - do not set c-basic-offset for python-mode; r=gps
|
2016-07-14 10:16:42 -06:00 |
|
nsBrowserElement.cpp
|
Bug 1197973 - Use MOZ_MUST_USE in AutoJSAPI. r=bz.
|
2016-07-14 13:18:11 +10:00 |
|
nsBrowserElement.h
|
Bug 1273203. Remove the getStructuredData API from BrowserElement. r=kanru
|
2016-05-18 02:51:49 -04:00 |
|
nsDOMStringMap.cpp
|
Bug 921834. Add support for .dataset on SVGElement. r=bkelly
|
2016-08-11 16:56:34 -04:00 |
|
nsDOMStringMap.h
|
Bug 921834. Add support for .dataset on SVGElement. r=bkelly
|
2016-08-11 16:56:34 -04:00 |
|
nsGenericHTMLElement.cpp
|
Bug 1294918 - Fix spelling of method name nsIFrame::IsAbsPosContainingBlock. r=dholbert
|
2016-08-12 18:39:45 -07:00 |
|
nsGenericHTMLElement.h
|
Bug 921834. Add support for .dataset on SVGElement. r=bkelly
|
2016-08-11 16:56:34 -04:00 |
|
nsGenericHTMLFrameElement.cpp
|
Bug 1294620 - Use infallible XPIDL attribute getters more. r=erahm.
|
2016-08-12 15:19:29 +10:00 |
|
nsGenericHTMLFrameElement.h
|
Bug 1242644 - HTML swapFrameLoaders. r=bz
|
2016-03-31 19:47:44 -05:00 |
|
nsHTMLContentSink.cpp
|
merge mozilla-inbound to mozilla-central a=merge
|
2016-07-21 16:24:36 +02:00 |
|
nsHTMLDNSPrefetch.cpp
|
Bug 1269475 - Fix uninitialized variable warning. r=jdm
|
2016-05-02 16:47:36 -07:00 |
|
nsHTMLDNSPrefetch.h
|
Bug 1279451 - Remove a lot of unnecessary includes of nsAutoPtr.h. rs=sparky
|
2016-06-07 21:10:18 +01:00 |
|
nsHTMLDocument.cpp
|
Bug 1295636 - SetHostPort should reset the port if the host parameter does not have a port number. r=valentin, r=smaug
|
2016-08-17 23:25:00 -04:00 |
|
nsHTMLDocument.h
|
Bug 909633. Remove the HTML Microdata API, since no one else ended up implementing it and now it's been removed from the spec. r=bkelly,jgraham
|
2016-05-20 23:13:17 -04:00 |
|
nsIConstraintValidation.cpp
|
Bug 932755 - Add support for input/textarea minLength and tooShort. r=mrbkap
|
2016-08-17 00:11:24 -04:00 |
|
nsIConstraintValidation.h
|
Bug 932755 - Add support for input/textarea minLength and tooShort. r=mrbkap
|
2016-08-17 00:11:24 -04:00 |
|
nsIForm.h
|
|
|
|
nsIFormControl.h
|
Bug 1278738 - Add 'week' to the list of valid types attributes for <input>. r=smaug
|
2016-08-15 23:15:00 -04:00 |
|
nsIFormProcessor.h
|
|
|
|
nsIFormSubmitObserver.idl
|
|
|
|
nsIHTMLCollection.h
|
Bug 1270349 part 5. Use LegacyUnenumerableNamedProperties instead of passing flags to GetSupportedNames to determine whether named props on DOM proxies should be reflected in ownPropertyKeys. r=peterv
|
2016-05-09 22:25:40 -04:00 |
|
nsIHTMLDocument.h
|
|
|
|
nsIHTMLMenu.idl
|
|
|
|
nsIImageDocument.idl
|
|
|
|
nsIMenuBuilder.idl
|
|
|
|
nsIPhonetic.idl
|
|
|
|
nsIRadioGroupContainer.h
|
|
|
|
nsIRadioVisitor.h
|
|
|
|
nsITextControlElement.h
|
Bug 613019 - Track whether the last input/textarea change was done interactively, and enable the commented-out maxLength tracking code. r=mrbkap
|
2016-08-06 11:59:08 -04:00 |
|
nsRadioVisitor.cpp
|
Bug 1279451 - Remove a lot of unnecessary includes of nsAutoPtr.h. rs=sparky
|
2016-06-07 21:10:18 +01:00 |
|
nsRadioVisitor.h
|
|
|
|
nsTextEditorState.cpp
|
Bug 1295370 - Stop lazily creating the root node in nsTextEditorState::GetRootFrame. r=ehsan
|
2016-08-17 12:46:53 -07:00 |
|
nsTextEditorState.h
|
Bug 1295370 - Stop lazily creating the root node in nsTextEditorState::GetRootFrame. r=ehsan
|
2016-08-17 12:46:53 -07:00 |
|
PluginDocument.cpp
|
Bug 1277106 - Part 2: Expand MOZ_UTF16() strings to u"" string literals. r=Waldo
|
2016-07-20 22:03:25 -07:00 |
|
RadioNodeList.cpp
|
|
|
|
RadioNodeList.h
|
|
|
|
TextTrackManager.cpp
|
Bug 1294142 - TextTrackManager::mTextTracks is null after CC. r=jwwang
|
2016-08-11 18:09:06 +08:00 |
|
TextTrackManager.h
|
Bug 1281999 - Update the display when we remove an active cue by changing the texttrackmode to disabled. r=rillian
|
2016-07-18 15:39:14 +08:00 |
|
TimeRanges.cpp
|
|
|
|
TimeRanges.h
|
Bug 1279451 - Remove a lot of unnecessary includes of nsAutoPtr.h. rs=sparky
|
2016-06-07 21:10:18 +01:00 |
|
UndoManager.cpp
|
Bug 1279451 - Remove a lot of unnecessary includes of nsAutoPtr.h. rs=sparky
|
2016-06-07 21:10:18 +01:00 |
|
UndoManager.h
|
|
|
|
ValidityState.cpp
|
Bug 932755 - Add support for input/textarea minLength and tooShort. r=mrbkap
|
2016-08-17 00:11:24 -04:00 |
|
ValidityState.h
|
Bug 932755 - Add support for input/textarea minLength and tooShort. r=mrbkap
|
2016-08-17 00:11:24 -04:00 |
|
VideoDocument.cpp
|
Backed out changeset 50b8a47e960c (bug 1261536) for being the likely cause of the really-frequent bug 1262130 a=backout
|
2016-04-07 12:33:25 -07:00 |