gecko-dev/dom/html
Masayuki Nakano 4b7e512db0 Bug 1433345 - part 4: Make EditorBase derived from nsISelectionListener and notify its owning classes of selection change r=m_kato
This patch makes EditorBase derived from nsISelectionListener.  Then, we can
make IMEContentObserver, TextInputListener, ComposerCommandsUpdater,
TypeInState not derived from nsISelectionListener since EditorBase or
HTMLEditor can notify them of selection change directly.  Additionally,
ResizerSelectionListener is not necessary anymore since it just implements
nsISelectionListener and calls only a method of HTMLEditor.  So, HTMLEditor
can call it directly.

Note that the order of selection listeners may be different.  However,
according to what each selection listener does, changing the order isn't
problem.

MozReview-Commit-ID: 1JXZxQcS0tP

--HG--
extra : rebase_source : c2ebe622a74001ad4e421da492dcdab8e6fe1649
2018-01-26 17:25:45 +09:00
..
crashtests Bug 1429783 - Reset frozen state in nsIScriptElement::LoseParserInsertedness() r=smaug 2018-01-12 10:36:23 +00:00
input Bug 1394734 - Replace CONFIG['GNU_C*'] by CONFIG['CC_TYPE'] r=glandium 2017-12-07 22:09:15 +01:00
reftests Bug 1389000 - Update reftest annotations for layers-free results. r=jrmuizel 2017-09-26 14:49:19 -04:00
test Bug 1431041: Fix placeholder-shown when the value of the input is invalid. r=smaug 2018-01-18 17:20:39 +01:00
HTMLAllCollection.cpp Bug 1400460 - Rename nsIAtom as nsAtom. r=hiro. 2017-10-03 09:05:19 +11:00
HTMLAllCollection.h
HTMLAnchorElement.cpp Bug 1406278: Part 1 - Pass subject principal to SetAttribute and friends. r=bz 2017-10-09 14:33:38 -07:00
HTMLAnchorElement.h Bug 1406278: Part 1 - Pass subject principal to SetAttribute and friends. r=bz 2017-10-09 14:33:38 -07:00
HTMLAreaElement.cpp Bug 1406278: Part 1 - Pass subject principal to SetAttribute and friends. r=bz 2017-10-09 14:33:38 -07:00
HTMLAreaElement.h Bug 1406278: Part 1 - Pass subject principal to SetAttribute and friends. r=bz 2017-10-09 14:33:38 -07:00
HTMLAudioElement.cpp Bug 1407810 - Use DDLogger in media stack - r=jwwang 2017-10-10 17:55:27 +11:00
HTMLAudioElement.h
HTMLBRElement.cpp Bug 1415352: Part 1a - Pass subject principal through to ParseAttribute. r=bz 2017-11-01 20:35:52 -07:00
HTMLBRElement.h Bug 1415352: Part 1a - Pass subject principal through to ParseAttribute. r=bz 2017-11-01 20:35:52 -07:00
HTMLBodyElement.cpp Bug 1428339: Make attribute mapping work without a pres context. r=heycam 2018-01-05 13:47:04 +01:00
HTMLBodyElement.h Bug 1415352: Part 1a - Pass subject principal through to ParseAttribute. r=bz 2017-11-01 20:35:52 -07:00
HTMLButtonElement.cpp Bug 1415352: Part 1a - Pass subject principal through to ParseAttribute. r=bz 2017-11-01 20:35:52 -07:00
HTMLButtonElement.h Bug 1415352: Part 1a - Pass subject principal through to ParseAttribute. r=bz 2017-11-01 20:35:52 -07:00
HTMLCanvasElement.cpp Bug 1019551 - Fix failure to print when pages contain zero sized <canvas>. r=lsalzman 2018-01-12 12:48:20 +00:00
HTMLCanvasElement.h Bug 1415352: Part 1a - Pass subject principal through to ParseAttribute. r=bz 2017-11-01 20:35:52 -07:00
HTMLDataElement.cpp
HTMLDataElement.h
HTMLDataListElement.cpp Bug 1400460 - Rename nsIAtom as nsAtom. r=hiro. 2017-10-03 09:05:19 +11:00
HTMLDataListElement.h Bug 1400460 - Rename nsIAtom as nsAtom. r=hiro. 2017-10-03 09:05:19 +11:00
HTMLDetailsElement.cpp Bug 1412125, part 2 - Fix dom/ mode lines. r=qdot 2017-10-26 15:08:41 -07:00
HTMLDetailsElement.h Bug 1412125, part 2 - Fix dom/ mode lines. r=qdot 2017-10-26 15:08:41 -07:00
HTMLDialogElement.cpp
HTMLDialogElement.h
HTMLDivElement.cpp Bug 1415352: Part 1a - Pass subject principal through to ParseAttribute. r=bz 2017-11-01 20:35:52 -07:00
HTMLDivElement.h Bug 1415352: Part 1a - Pass subject principal through to ParseAttribute. r=bz 2017-11-01 20:35:52 -07:00
HTMLElement.cpp Backed out changeset 5b706cd241cb (bug 483155) for Valgrind failure on Linux x64 opt. r=backout 2017-08-11 10:48:10 +02:00
HTMLEmbedElement.cpp Bug 1415352: Part 1a - Pass subject principal through to ParseAttribute. r=bz 2017-11-01 20:35:52 -07:00
HTMLEmbedElement.h Bug 1415352: Part 1a - Pass subject principal through to ParseAttribute. r=bz 2017-11-01 20:35:52 -07:00
HTMLFieldSetElement.cpp Bug 1431000 - Introduce nsINode::InsertChildBefore, r=catalinb 2018-01-25 15:59:42 +01:00
HTMLFieldSetElement.h Bug 1431000 - Introduce nsINode::InsertChildBefore, r=catalinb 2018-01-25 15:59:42 +01:00
HTMLFontElement.cpp Bug 1428339: Make attribute mapping work without a pres context. r=heycam 2018-01-05 13:47:04 +01:00
HTMLFontElement.h Bug 1415352: Part 1a - Pass subject principal through to ParseAttribute. r=bz 2017-11-01 20:35:52 -07:00
HTMLFormControlsCollection.cpp Bug 1415677 part 6. Remove nsIDOMHTMLCollection. r=qdot 2017-11-13 10:41:33 -05:00
HTMLFormControlsCollection.h Bug 1415677 part 6. Remove nsIDOMHTMLCollection. r=qdot 2017-11-13 10:41:33 -05:00
HTMLFormElement.cpp Bug 1427542 - Fix reset a form can't clear -moz-ui-invalid after calling reportValidity. r=smaug 2018-01-09 16:37:02 +08:00
HTMLFormElement.h Bug 1423990: Move the last few attribute-related methods outside of nsIContent. r=bz 2017-12-25 17:50:10 +01:00
HTMLFormSubmission.cpp Bug 1419771 - Introduce DOMPrefs, a thread-safe access to preferences for DOM - part 16 - Webkit/Blink directory picker enabled, r=asuth 2018-01-08 14:05:05 +01:00
HTMLFormSubmission.h Bug 1423990: Move the last few attribute-related methods outside of nsIContent. r=bz 2017-12-25 17:50:10 +01:00
HTMLFormSubmissionConstants.h
HTMLFrameElement.cpp Bug 1415352: Part 1a - Pass subject principal through to ParseAttribute. r=bz 2017-11-01 20:35:52 -07:00
HTMLFrameElement.h Bug 1424474 part 3. Make sure that we only pass non-system subject principals to setters/methods that later use that principal for loading security checks. r=kmag 2017-12-20 17:43:18 -05:00
HTMLFrameSetElement.cpp Bug 1415352: Part 1a - Pass subject principal through to ParseAttribute. r=bz 2017-11-01 20:35:52 -07:00
HTMLFrameSetElement.h Bug 1415352: Part 1a - Pass subject principal through to ParseAttribute. r=bz 2017-11-01 20:35:52 -07:00
HTMLHRElement.cpp Bug 1428339: Make attribute mapping work without a pres context. r=heycam 2018-01-05 13:47:04 +01:00
HTMLHRElement.h Bug 1415352: Part 1a - Pass subject principal through to ParseAttribute. r=bz 2017-11-01 20:35:52 -07:00
HTMLHeadingElement.cpp Bug 1415352: Part 1a - Pass subject principal through to ParseAttribute. r=bz 2017-11-01 20:35:52 -07:00
HTMLHeadingElement.h Bug 1415352: Part 1a - Pass subject principal through to ParseAttribute. r=bz 2017-11-01 20:35:52 -07:00
HTMLIFrameElement.cpp Bug 1415352: Part 1a - Pass subject principal through to ParseAttribute. r=bz 2017-11-01 20:35:52 -07:00
HTMLIFrameElement.h Bug 1424474 part 3. Make sure that we only pass non-system subject principals to setters/methods that later use that principal for loading security checks. r=kmag 2017-12-20 17:43:18 -05:00
HTMLImageElement.cpp Bug 1430997 - Rename nsINode::IndexOf to nsINode::ComputeIndexOf, r=catalinb 2018-01-23 14:30:18 +01:00
HTMLImageElement.h Bug 1423990: Move the last few attribute-related methods outside of nsIContent. r=bz 2017-12-25 17:50:10 +01:00
HTMLInputElement.cpp Bug 1431041: Fix placeholder-shown when the value of the input is invalid. r=smaug 2018-01-18 17:20:39 +01:00
HTMLInputElement.h Bug 1431041: Fix placeholder-shown when the value of the input is invalid. r=smaug 2018-01-18 17:20:39 +01:00
HTMLLIElement.cpp Bug 1415352: Part 1a - Pass subject principal through to ParseAttribute. r=bz 2017-11-01 20:35:52 -07:00
HTMLLIElement.h Bug 1415352: Part 1a - Pass subject principal through to ParseAttribute. r=bz 2017-11-01 20:35:52 -07:00
HTMLLabelElement.cpp Bug 1427511: Make GetFlattenedTreeParent more straight-forward. r=smaug 2018-01-02 18:00:25 +01:00
HTMLLabelElement.h Bug 1390209 - Remove unused nsIDOMHTML*Element interfaces. r=qdot 2017-08-15 01:31:47 +09:00
HTMLLegendElement.cpp Bug 1415352: Part 1a - Pass subject principal through to ParseAttribute. r=bz 2017-11-01 20:35:52 -07:00
HTMLLegendElement.h Bug 1415352: Part 1a - Pass subject principal through to ParseAttribute. r=bz 2017-11-01 20:35:52 -07:00
HTMLLinkElement.cpp Bug 1427512 - Part 22: Remove nsIDOMStyleSheet. r=xidorn,bz 2018-01-11 16:17:57 +08:00
HTMLLinkElement.h Bug 1424474 part 3. Make sure that we only pass non-system subject principals to setters/methods that later use that principal for loading security checks. r=kmag 2017-12-20 17:43:18 -05:00
HTMLMapElement.cpp Bug 1395636 - Convert code to use NS_IMPL_ISUPPORTS_CYCLE_COLLECTION_INHERITED. r=peterv 2017-08-31 16:29:22 -07:00
HTMLMapElement.h Bug 1390209 - Remove unused nsIDOMHTML*Element interfaces. r=qdot 2017-08-15 01:31:47 +09:00
HTMLMediaElement.cpp Bug 1425458 - Resource timing entries Workers - part 0 - NS_NewChannel, r=smaug 2018-01-24 17:17:31 +01:00
HTMLMediaElement.h Bug 1423990: Move the last few attribute-related methods outside of nsIContent. r=bz 2017-12-25 17:50:10 +01:00
HTMLMenuElement.cpp Bug 1423990: Move the last few attribute-related methods outside of nsIContent. r=bz 2017-12-25 17:50:10 +01:00
HTMLMenuElement.h Bug 1415352: Part 1a - Pass subject principal through to ParseAttribute. r=bz 2017-11-01 20:35:52 -07:00
HTMLMenuItemElement.cpp Bug 1428535 - Add missing override specifiers to overridden virtual functions. r=froydnj 2017-11-05 19:37:28 -08:00
HTMLMenuItemElement.h Bug 1415352: Part 1a - Pass subject principal through to ParseAttribute. r=bz 2017-11-01 20:35:52 -07:00
HTMLMetaElement.cpp Bug 1391277 - Investigative logging in CSP: log when 'upgrade-insecure-requests' CSP is added to the CSP context, r=bz 2018-01-11 10:57:00 +02:00
HTMLMetaElement.h Bug 1406278: Part 1 - Pass subject principal to SetAttribute and friends. r=bz 2017-10-09 14:33:38 -07:00
HTMLMeterElement.cpp Bug 1415352: Part 1a - Pass subject principal through to ParseAttribute. r=bz 2017-11-01 20:35:52 -07:00
HTMLMeterElement.h Bug 1415352: Part 1a - Pass subject principal through to ParseAttribute. r=bz 2017-11-01 20:35:52 -07:00
HTMLModElement.cpp
HTMLModElement.h
HTMLObjectElement.cpp Bug 1415352: Part 1a - Pass subject principal through to ParseAttribute. r=bz 2017-11-01 20:35:52 -07:00
HTMLObjectElement.h Bug 1415352: Part 1a - Pass subject principal through to ParseAttribute. r=bz 2017-11-01 20:35:52 -07:00
HTMLOptGroupElement.cpp Bug 1431000 - Introduce nsINode::InsertChildBefore, r=catalinb 2018-01-25 15:59:42 +01:00
HTMLOptGroupElement.h Bug 1431000 - Introduce nsINode::InsertChildBefore, r=catalinb 2018-01-25 15:59:42 +01:00
HTMLOptionElement.cpp Bug 1415677 part 6. Remove nsIDOMHTMLCollection. r=qdot 2017-11-13 10:41:33 -05:00
HTMLOptionElement.h Bug 1415716 - Remove nsIDOMHTMLOptionElement; r=bz 2017-11-08 17:43:09 -08:00
HTMLOptionsCollection.cpp Bug 1422197 - Add fast path to get DocGroup in binding code for [CEReactions]; r=smaug 2017-11-27 16:10:27 +08:00
HTMLOptionsCollection.h Bug 1422197 - Add fast path to get DocGroup in binding code for [CEReactions]; r=smaug 2017-11-27 16:10:27 +08:00
HTMLOutputElement.cpp Bug 1419316 - Fix setting HTMLOutputElement.defaultValue makes it being reset to empty string when it has childs and in default mode. r=smaug 2017-12-01 03:37:00 +02:00
HTMLOutputElement.h Bug 1415352: Part 1a - Pass subject principal through to ParseAttribute. r=bz 2017-11-01 20:35:52 -07:00
HTMLParagraphElement.cpp Bug 1415352: Part 1a - Pass subject principal through to ParseAttribute. r=bz 2017-11-01 20:35:52 -07:00
HTMLParagraphElement.h Bug 1415352: Part 1a - Pass subject principal through to ParseAttribute. r=bz 2017-11-01 20:35:52 -07:00
HTMLPictureElement.cpp Bug 1431000 - Introduce nsINode::InsertChildBefore, r=catalinb 2018-01-25 15:59:42 +01:00
HTMLPictureElement.h Bug 1431000 - Introduce nsINode::InsertChildBefore, r=catalinb 2018-01-25 15:59:42 +01:00
HTMLPreElement.cpp Bug 1415352: Part 1a - Pass subject principal through to ParseAttribute. r=bz 2017-11-01 20:35:52 -07:00
HTMLPreElement.h Bug 1415352: Part 1a - Pass subject principal through to ParseAttribute. r=bz 2017-11-01 20:35:52 -07:00
HTMLProgressElement.cpp Bug 1415352: Part 1a - Pass subject principal through to ParseAttribute. r=bz 2017-11-01 20:35:52 -07:00
HTMLProgressElement.h Bug 1415352: Part 1a - Pass subject principal through to ParseAttribute. r=bz 2017-11-01 20:35:52 -07:00
HTMLScriptElement.cpp Bug 1428745 - Remove support for version parameter from script loader - trimming script type, r=jonco 2018-01-09 17:00:50 +01:00
HTMLScriptElement.h Bug 1361369 - Allow async attribute on inline module scripts r=smaug 2018-01-08 15:17:34 +00:00
HTMLSelectElement.cpp Bug 1431000 - Introduce nsINode::InsertChildBefore, r=catalinb 2018-01-25 15:59:42 +01:00
HTMLSelectElement.h Bug 1431000 - Introduce nsINode::InsertChildBefore, r=catalinb 2018-01-25 15:59:42 +01:00
HTMLSharedElement.cpp Bug 1423990: Move the last few attribute-related methods outside of nsIContent. r=bz 2017-12-25 17:50:10 +01:00
HTMLSharedElement.h Bug 1415352: Part 1a - Pass subject principal through to ParseAttribute. r=bz 2017-11-01 20:35:52 -07:00
HTMLSharedListElement.cpp Bug 1415352: Part 1a - Pass subject principal through to ParseAttribute. r=bz 2017-11-01 20:35:52 -07:00
HTMLSharedListElement.h Bug 1415352: Part 1a - Pass subject principal through to ParseAttribute. r=bz 2017-11-01 20:35:52 -07:00
HTMLSlotElement.cpp Bug 1428685 - Use dom.webcomponents.shadowdom.enabled pref for Shadow DOM. r=smaug 2018-01-16 17:16:30 +01:00
HTMLSlotElement.h Bug 1409976 - Part 1: Add support for `slotchange` event. r=smaug 2017-12-19 23:14:55 +08:00
HTMLSourceElement.cpp Bug 1412414 - Remove nsIDOMHTMLSourceElement; r=bz 2017-10-27 15:00:42 -07:00
HTMLSourceElement.h Bug 1424474 part 3. Make sure that we only pass non-system subject principals to setters/methods that later use that principal for loading security checks. r=kmag 2017-12-20 17:43:18 -05:00
HTMLSpanElement.cpp Bug 1400460 - Rename nsIAtom as nsAtom. r=hiro. 2017-10-03 09:05:19 +11:00
HTMLSpanElement.h Bug 1400460 - Rename nsIAtom as nsAtom. r=hiro. 2017-10-03 09:05:19 +11:00
HTMLStyleElement.cpp Bug 1427512 - Part 22: Remove nsIDOMStyleSheet. r=xidorn,bz 2018-01-11 16:17:57 +08:00
HTMLStyleElement.h Bug 1424474 part 3. Make sure that we only pass non-system subject principals to setters/methods that later use that principal for loading security checks. r=kmag 2017-12-20 17:43:18 -05:00
HTMLSummaryElement.cpp Bug 1412125, part 2 - Fix dom/ mode lines. r=qdot 2017-10-26 15:08:41 -07:00
HTMLSummaryElement.h Bug 1412125, part 2 - Fix dom/ mode lines. r=qdot 2017-10-26 15:08:41 -07:00
HTMLTableCaptionElement.cpp Bug 1415352: Part 1a - Pass subject principal through to ParseAttribute. r=bz 2017-11-01 20:35:52 -07:00
HTMLTableCaptionElement.h Bug 1415352: Part 1a - Pass subject principal through to ParseAttribute. r=bz 2017-11-01 20:35:52 -07:00
HTMLTableCellElement.cpp Bug 1428339: Make attribute mapping work without a pres context. r=heycam 2018-01-05 13:47:04 +01:00
HTMLTableCellElement.h Bug 1415352: Part 1a - Pass subject principal through to ParseAttribute. r=bz 2017-11-01 20:35:52 -07:00
HTMLTableColElement.cpp Bug 1415352: Part 1a - Pass subject principal through to ParseAttribute. r=bz 2017-11-01 20:35:52 -07:00
HTMLTableColElement.h Bug 1415352: Part 1a - Pass subject principal through to ParseAttribute. r=bz 2017-11-01 20:35:52 -07:00
HTMLTableElement.cpp Bug 1428339: Make attribute mapping work without a pres context. r=heycam 2018-01-05 13:47:04 +01:00
HTMLTableElement.h Bug 1415352: Part 1a - Pass subject principal through to ParseAttribute. r=bz 2017-11-01 20:35:52 -07:00
HTMLTableRowElement.cpp Bug 1415352: Part 1a - Pass subject principal through to ParseAttribute. r=bz 2017-11-01 20:35:52 -07:00
HTMLTableRowElement.h Bug 1415352: Part 1a - Pass subject principal through to ParseAttribute. r=bz 2017-11-01 20:35:52 -07:00
HTMLTableSectionElement.cpp Bug 1415352: Part 1a - Pass subject principal through to ParseAttribute. r=bz 2017-11-01 20:35:52 -07:00
HTMLTableSectionElement.h Bug 1415352: Part 1a - Pass subject principal through to ParseAttribute. r=bz 2017-11-01 20:35:52 -07:00
HTMLTemplateElement.cpp Bug 1400460 - Rename nsIAtom as nsAtom. r=hiro. 2017-10-03 09:05:19 +11:00
HTMLTemplateElement.h
HTMLTextAreaElement.cpp Bug 1415352: Part 1a - Pass subject principal through to ParseAttribute. r=bz 2017-11-01 20:35:52 -07:00
HTMLTextAreaElement.h Bug 1415352: Part 1a - Pass subject principal through to ParseAttribute. r=bz 2017-11-01 20:35:52 -07:00
HTMLTimeElement.cpp
HTMLTimeElement.h
HTMLTitleElement.cpp Bug 651120 - Remove index argument from content removed/appended/inserted notifications. r=peterv 2017-10-03 11:09:08 +01:00
HTMLTitleElement.h
HTMLTrackElement.cpp Bug 1425458 - Resource timing entries Workers - part 0 - NS_NewChannel, r=smaug 2018-01-24 17:17:31 +01:00
HTMLTrackElement.h Bug 1415352: Part 1a - Pass subject principal through to ParseAttribute. r=bz 2017-11-01 20:35:52 -07:00
HTMLUnknownElement.cpp
HTMLUnknownElement.h
HTMLVideoElement.cpp Bug 1407810 - Use DDLogger in media stack - r=jwwang 2017-10-10 17:55:27 +11:00
HTMLVideoElement.h Bug 1415352: Part 1a - Pass subject principal through to ParseAttribute. r=bz 2017-11-01 20:35:52 -07:00
ImageDocument.cpp Bug 1419771 - Introduce DOMPrefs, a thread-safe access to preferences for DOM - part 19 - Resist finger-printing enabled, r=asuth 2018-01-08 14:05:06 +01:00
ImageDocument.h Bug 1418558 part 4. Add MOZ_CAN_RUN_SCRIPT annotations to nsGenericHTMLElement methods that can call GetPrimaryFrame. r=mystor 2017-12-05 11:18:16 -05:00
MediaDocument.cpp Bug 1387381 - Remove nsXPIDLString local variables. r=erahm. 2017-08-08 16:07:55 +10:00
MediaDocument.h Bug 1421004 - Break the mDocument reference cycle at Destroy(). r=jwwang,smaug 2017-12-07 13:10:51 +08:00
MediaError.cpp Bug 1354633 - When privacy.resistFingerprinting = true, MediaError.message can only get whitelisted messages r=arthuredelstein,jwwang 2017-08-04 18:46:26 +08:00
MediaError.h
PluginDocument.cpp Bug 1421004 - Break the mDocument reference cycle at Destroy(). r=jwwang,smaug 2017-12-07 13:10:51 +08:00
RadioNodeList.cpp
RadioNodeList.h Bug 1375691 - Make RadioNodeList final and cleanup the code using it. r=bz 2017-06-29 20:53:46 +02:00
TextInputListener.h Bug 1433345 - part 4: Make EditorBase derived from nsISelectionListener and notify its owning classes of selection change r=m_kato 2018-01-26 17:25:45 +09:00
TextTrackManager.cpp Bug 1430997 - Rename nsINode::IndexOf to nsINode::ComputeIndexOf, r=catalinb 2018-01-23 14:30:18 +01:00
TextTrackManager.h Bug 1385092 - Null check for the sParserWrapper. r=alwu 2017-08-09 17:30:52 +08:00
TimeRanges.cpp Bug 1392498 - Move TimeIntervals to dom::TimeRanges conversion into TimeRanges class. r=jya 2017-08-21 15:08:25 +12:00
TimeRanges.h Bug 1392498 - Move TimeIntervals to dom::TimeRanges conversion into TimeRanges class. r=jya 2017-08-21 15:08:25 +12:00
ValidityState.cpp
ValidityState.h
VideoDocument.cpp Bug 1421004 - Break the mDocument reference cycle at Destroy(). r=jwwang,smaug 2017-12-07 13:10:51 +08:00
htmlMenuBuilder.js Bug 1408169 - Remove nsIDOMHTMLMenuItemElement; r=bz 2017-10-12 15:10:50 -07:00
htmlMenuBuilder.manifest
moz.build Bug 1432528 - part 1: Expose nsTextInputListener as mozilla::TextInputListener with independent header r=m_kato 2018-01-24 11:44:34 +09:00
nsBrowserElement.cpp
nsBrowserElement.h
nsDOMStringMap.cpp Bug 1422197 - Add fast path to get DocGroup in binding code for [CEReactions]; r=smaug 2017-11-27 16:10:27 +08:00
nsDOMStringMap.h Bug 1422197 - Add fast path to get DocGroup in binding code for [CEReactions]; r=smaug 2017-11-27 16:10:27 +08:00
nsGenericHTMLElement.cpp Bug 1430997 - Rename nsINode::IndexOf to nsINode::ComputeIndexOf, r=catalinb 2018-01-23 14:30:18 +01:00
nsGenericHTMLElement.h Bug 1423990: Move the last few attribute-related methods outside of nsIContent. r=bz 2017-12-25 17:50:10 +01:00
nsGenericHTMLFrameElement.cpp Bug 1383876 - Part 1: Remove GroupedSHistory and Prerendering logic from C++ code, r=freesamael, r=smaug 2018-01-12 17:52:52 -05:00
nsGenericHTMLFrameElement.h Bug 1383876 - Part 1: Remove GroupedSHistory and Prerendering logic from C++ code, r=freesamael, r=smaug 2018-01-12 17:52:52 -05:00
nsHTMLContentSink.cpp Bug 1433051 - Cleanup nsHTMLContentSink::NotifyInsert, r=me CLOSED TREE 2018-01-25 16:13:14 +01:00
nsHTMLDNSPrefetch.cpp Bug 1404198: Part 2i - Switch to NS_NewTimer* in dom. r=njn 2017-10-15 23:15:40 -07:00
nsHTMLDNSPrefetch.h Bug 1378712 - Remove all trailing whitespaces r=Ehsan 2017-07-06 14:00:35 +02:00
nsHTMLDocument.cpp Bug 1425458 - Resource timing entries Workers - part 0 - NS_NewChannel, r=smaug 2018-01-24 17:17:31 +01:00
nsHTMLDocument.h Bug 1426494: s/StyleScope/DocumentOrShadowRoot. r=smaug 2017-12-22 01:56:36 +01:00
nsIConstraintValidation.cpp Bug 1423990: Move the last few attribute-related methods outside of nsIContent. r=bz 2017-12-25 17:50:10 +01:00
nsIConstraintValidation.h Bug 1380415 part 2. Remove XPCOM constraint validation APIs. r=mccr8 2017-07-13 23:46:28 -04:00
nsIDateTimeInputArea.idl Bug 1374967 - Part 2: Consider step when deciding whether to show second/millisecond field. r=smaug 2017-06-29 11:47:00 -04:00
nsIForm.h
nsIFormControl.h Bug 1357191 - 1. Use Gecko controls for Fennec date/time fields; r=jessica r=nechen 2017-10-12 12:20:14 -04:00
nsIFormProcessor.h Bug 1391803 - Use nsStringFwd.h for forward declaring string classes. r=froydnj 2017-08-16 16:48:52 -07:00
nsIFormSubmitObserver.idl
nsIHTMLCollection.h Bug 1417123 - Remove or replace inclusion of js/GCAPI.h r=mccr8 2017-11-16 12:21:08 +00:00
nsIHTMLDocument.h Bug 1392891 - Part 5: Devirtualize nsHTMLDocument::GetForms(); r=smaug 2017-08-29 07:30:30 -04:00
nsIImageDocument.idl
nsIMenuBuilder.idl Bug 1408169 - Remove nsIDOMHTMLMenuItemElement; r=bz 2017-10-12 15:10:50 -07:00
nsIRadioGroupContainer.h Bug 1386969 - Change nsIRadioGroupContainer::Add/RemoveToRadioGroup() to take HTMLInputElement* as argument. r=bz 2017-08-03 02:39:00 -04:00
nsIRadioVisitor.h
nsITextControlElement.h Bug 1401706: Move ownership of editor anon content to nsTextControlFrame. r=Ehsan 2017-09-22 02:18:30 +02:00
nsRadioVisitor.cpp
nsRadioVisitor.h
nsTextEditorState.cpp Bug 1433345 - part 4: Make EditorBase derived from nsISelectionListener and notify its owning classes of selection change r=m_kato 2018-01-26 17:25:45 +09:00
nsTextEditorState.h Bug 1432528 - part 1: Expose nsTextInputListener as mozilla::TextInputListener with independent header r=m_kato 2018-01-24 11:44:34 +09:00