Emilio Cobos Álvarez 
								
							 
						 
						
							
							
							
							
								
							
							
								d2ed260822 
								
							 
						 
						
							
							
								
								Bug 1517241 - Rename nsIDocument to mozilla::dom::Document. r=smaug  
							
							... 
							
							
							
							Summary: Really sorry for the size of the patch. It's mostly automatic
s/nsIDocument/Document/ but I had to fix up in a bunch of places manually to
add the right namespacing and such.
Overall it's not a very interesting patch I think.
nsDocument.cpp turns into Document.cpp, nsIDocument.h into Document.h and
nsIDocumentInlines.h into DocumentInlines.h.
I also changed a bunch of nsCOMPtr usage to RefPtr, but not all of it.
While fixing up some of the bits I also removed some unneeded OwnerDoc() null
checks and such, but I didn't do anything riskier than that. 
							
						 
						
							2019-01-03 17:48:33 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Olli Pettay 
								
							 
						 
						
							
							
							
							
								
							
							
								206bc2b3f9 
								
							 
						 
						
							
							
								
								Bug 1513547, ensure selection objects created for autocopy are cleared as soon as possible, r=ehsan  
							
							... 
							
							
							
							--HG--
extra : rebase_source : 75b4aef031526d6f7c1517305f560bf60ca26b3f 
							
						 
						
							2018-12-13 15:07:19 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Sylvestre Ledru 
								
							 
						 
						
							
							
							
							
								
							
							
								265e672179 
								
							 
						 
						
							
							
								
								Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format  
							
							... 
							
							
							
							# ignore-this-changeset
--HG--
extra : amend_source : 4d301d3b0b8711c4692392aa76088ba7fd7d1022 
							
						 
						
							2018-11-30 11:46:48 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Ehsan Akhgari 
								
							 
						 
						
							
							
							
							
								
							
							
								6f7b03e600 
								
							 
						 
						
							
							
								
								Bug 1504574 - Remove the XPCOM registration for nsDocumentEncoder; r=mccr8  
							
							... 
							
							
							
							Differential Revision: https://phabricator.services.mozilla.com/D10856  
							
						 
						
							2018-11-05 23:16:04 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Ehsan Akhgari 
								
							 
						 
						
							
							
							
							
								
							
							
								c78ff51afb 
								
							 
						 
						
							
							
								
								Bug 1504566 - Remove the XPCOM registration for nsHTMLCopyEncoder; r=mccr8  
							
							... 
							
							
							
							Differential Revision: https://phabricator.services.mozilla.com/D10958  
							
						 
						
							2018-11-05 17:28:54 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Masayuki Nakano 
								
							 
						 
						
							
							
							
							
								
							
							
								9c349ade9b 
								
							 
						 
						
							
							
								
								Bug 1487591 - Make Selection treat AccessibleCaretEventHub as concrete class rather than nsISelectionListener r=smaug  
							
							... 
							
							
							
							AccessibleCaretEventHub is an nsISelectionListener of Selection whose type is
"normal".  This is added only when nsFrameSelection::Init() is called and
accessible caret is enabled.  Additionally, nsFrameSelection::Init() is
always called immediately after creating nsFrameSelection.
Therefore, when AccessibleCaretEventHub is installed to Selection, this is
always second selection listener and won't be installed multiple times.  So,
Selection can store pointer of AccessibleCaretEventHub directly only when
it's enabled and the Selection needs to notify it of selection change.
This patch makes Selection stores AccessibleCaretEventHub with RefPtr, then,
makes Selection::NotifySelectionListeners() call its OnSelectionChange()
immediately after AutoCopyListener.
Unfortunately, this patch includes making of MOZ_CAN_RUN_SCRIPT_BOUNDARY and
MOZ_CAN_RUN_SCRIPT a lot since some methods of AccessibleCaretEventHub are
marked as MOZ_CAN_RUN_SCRIPT and including AccessibleCaretEventHub.h into
Selection.h causes compile the compile errors.
Differential Revision: https://phabricator.services.mozilla.com/D4733 
--HG--
extra : moz-landing-system : lando 
							
						 
						
							2018-08-31 21:19:44 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Adrian Wielgosik 
								
							 
						 
						
							
							
							
							
								
							
							
								be0c1a4f55 
								
							 
						 
						
							
							
								
								Bug 1481645 - Remove some redundant uses of do_QueryInterface. r=bzbarsky  
							
							... 
							
							
							
							Differential Revision: https://phabricator.services.mozilla.com/D2893 
--HG--
extra : moz-landing-system : lando 
							
						 
						
							2018-08-13 09:05:19 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Andi-Bogdan Postelnicu 
								
							 
						 
						
							
							
							
							
								
							
							
								88cc63910d 
								
							 
						 
						
							
							
								
								Bug 1453795 - DOM - Initialize member fields in classes/ structures. r=peterv  
							
							... 
							
							
							
							--HG--
extra : rebase_source : 249fc26e50bded4e94f5effa4308af0f1e54b908 
							
						 
						
							2018-06-16 17:21:46 +03:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Emilio Cobos Álvarez 
								
							 
						 
						
							
							
							
							
								
							
							
								fe09ffd3af 
								
							 
						 
						
							
							
								
								Bug 1465478: Introduce Element::FromNode. r=smaug  
							
							... 
							
							
							
							And use it in a couple places I noticed.
MozReview-Commit-ID: 8baSMrbdEbF 
							
						 
						
							2018-05-31 02:46:10 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Boris Zbarsky 
								
							 
						 
						
							
							
							
							
								
							
							
								bea3100e53 
								
							 
						 
						
							
							
								
								Bug 1455676 part 14.  Remove most use of nsIDOMNode in dom/.  r=qdot  
							
							
							
						 
						
							2018-05-29 22:58:49 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Boris Zbarsky 
								
							 
						 
						
							
							
							
							
								
							
							
								931b9e37ad 
								
							 
						 
						
							
							
								
								Bug 1455676 part 10.  Remove use of nsIDOMNode from remaining xpidl.  r=qdot  
							
							
							
						 
						
							2018-05-29 22:58:49 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Boris Zbarsky 
								
							 
						 
						
							
							
							
							
								
							
							
								40d2bf9d7f 
								
							 
						 
						
							
							
								
								Bug 1377980 part 1.  Remove use of nsIDOMRange in xpidl.  r=mcc8  
							
							
							
						 
						
							2018-05-17 12:01:37 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Adrian Wielgosik 
								
							 
						 
						
							
							
							
							
								
							
							
								f5e05d1158 
								
							 
						 
						
							
							
								
								Bug 1460940 - Convert nsIDocumentEncoder to use nsIDocument. r=bz  
							
							... 
							
							
							
							MozReview-Commit-ID: 1Nla9DnwFiu
--HG--
extra : rebase_source : e019c8370f453c6794052e441dc76fc98d603510 
							
						 
						
							2018-05-11 19:46:15 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Boris Zbarsky 
								
							 
						 
						
							
							
							
							
								
							
							
								1ff99d888e 
								
							 
						 
						
							
							
								
								Bug 1387143 part 20.  Remove nsISelectionPrivate.  r=mats  
							
							
							
						 
						
							2018-05-08 13:52:38 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Boris Zbarsky 
								
							 
						 
						
							
							
							
							
								
							
							
								3463812125 
								
							 
						 
						
							
							
								
								Bug 1387143 part 2.  Stop using nsISelection in nsIDocumentEncoder.  r=mats  
							
							
							
						 
						
							2018-05-08 13:52:36 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Chris Peterson 
								
							 
						 
						
							
							
							
							
								
							
							
								71422dcaa9 
								
							 
						 
						
							
							
								
								Bug 1457813 - Part 2: Replace non-asserting NS_PRECONDITIONs with MOZ_ASSERTs. r=froydnj  
							
							... 
							
							
							
							s/NS_PRECONDITION/MOZ_ASSERT/ and reindent
MozReview-Commit-ID: KuUsnVe2h8L
--HG--
extra : source : c14655ab3df2c9b1465dd8102b9d25683359a37b 
							
						 
						
							2018-04-28 12:50:58 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Boris Zbarsky 
								
							 
						 
						
							
							
							
							
								
							
							
								25aa42d9a4 
								
							 
						 
						
							
							
								
								Bug 1455674 part 16.  Remove most use of nsIDOMElement in dom.  r=qdot  
							
							
							
						 
						
							2018-04-26 23:37:34 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Emilio Cobos Álvarez 
								
							 
						 
						
							
							
							
							
								
							
							
								081d926e7b 
								
							 
						 
						
							
							
								
								Bug 1457026: Teach nsDocumentEncoder about display: contents. r=mats  
							
							... 
							
							
							
							MozReview-Commit-ID: 5F3qurRHMNM 
							
						 
						
							2018-04-26 18:06:37 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Adrian Wielgosik 
								
							 
						 
						
							
							
							
							
								
							
							
								b3c501adc4 
								
							 
						 
						
							
							
								
								Bug 1447389 - Remove nsIDOMNodeList. r=bz  
							
							... 
							
							
							
							MozReview-Commit-ID: 11szZP6dS6V
--HG--
extra : rebase_source : 9acfb352750e53d3b36684fa945a18e817c9b82e 
							
						 
						
							2018-04-25 23:01:30 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Emilio Cobos Álvarez 
								
							 
						 
						
							
							
							
							
								
							
							
								d8e55e4596 
								
							 
						 
						
							
							
								
								Bug 1454236: Remove nsINode::eDOCUMENT_FRAGMENT. r=bz  
							
							... 
							
							
							
							MozReview-Commit-ID: D2F3LbQ1pvw 
							
						 
						
							2018-04-20 01:30:12 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Andrew McCreight 
								
							 
						 
						
							
							
							
							
								
							
							
								3f7472aec1 
								
							 
						 
						
							
							
								
								Bug 1449670, part 1 - Convert IsNodeOfType(nsINode::eTEXT) to IsText(). r=bz  
							
							... 
							
							
							
							This method is not a virtual call, and also looks nicer.
This patch was mostly generated by a Python script, but I manually
cleaned up the code in a few places where statements didn't need to be
split across multiple lines any more.
MozReview-Commit-ID: 8JExxqSRc59
--HG--
extra : rebase_source : df6330a89e8d65dfe7a6fda0c8cb9f9732302efc 
							
						 
						
							2018-04-12 15:41:00 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Sebastian Hengst 
								
							 
						 
						
							
							
							
							
								
							
							
								0819f35e51 
								
							 
						 
						
							
							
								
								Backed out 4 changesets (bug 525063) on request from Andi. a=backout  
							
							... 
							
							
							
							Backed out changeset 516c4fb1e4b8 (bug 525063)
Backed out changeset 6ff8aaef2866 (bug 525063)
Backed out changeset bf13e4103150 (bug 525063)
Backed out changeset d7d2f08e051c (bug 525063) 
							
						 
						
							2018-04-13 16:01:28 +03:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Tristan Bourvon 
								
							 
						 
						
							
							
							
							
								
							
							
								a3a77c0312 
								
							 
						 
						
							
							
								
								Bug 525063 - Initialize uninitialized class attributes in m-c. r=ehsan  
							
							
							
						 
						
							2018-04-10 21:11:02 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Boris Zbarsky 
								
							 
						 
						
							
							
							
							
								
							
							
								b94366962a 
								
							 
						 
						
							
							
								
								Bug 1447889 part 6.  Remove nsIDOMRange::SetStart/End.  r=mystor  
							
							... 
							
							
							
							MozReview-Commit-ID: 8yOZMWBexsN 
							
						 
						
							2018-03-27 00:35:21 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Boris Zbarsky 
								
							 
						 
						
							
							
							
							
								
							
							
								d03d46b01e 
								
							 
						 
						
							
							
								
								Bug 1447889 part 5.  Remove nsIDOMRange::GetCommonAncestorContainer.  r=mystor  
							
							... 
							
							
							
							MozReview-Commit-ID: 18bnPYjRld5 
							
						 
						
							2018-03-27 00:35:21 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Boris Zbarsky 
								
							 
						 
						
							
							
							
							
								
							
							
								696d273ef4 
								
							 
						 
						
							
							
								
								Bug 1447889 part 4.  Remove nsIDOMRange::GetStart/EndContainer/Offset.  r=mystor  
							
							... 
							
							
							
							I got a bit carried away with fixing up consumers to use nsINode...  But as a
result removing these methods all together made sense.
MozReview-Commit-ID: 2z9Q6D7GY92 
							
						 
						
							2018-03-27 00:35:21 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Boris Zbarsky 
								
							 
						 
						
							
							
							
							
								
							
							
								2ad0b16a31 
								
							 
						 
						
							
							
								
								Bug 1447889 part 3.  Use Selection and nsRange more in nsDocumentEncoder.  r=mystor  
							
							... 
							
							
							
							MozReview-Commit-ID: 2PYuoa1PFKL 
							
						 
						
							2018-03-27 00:35:20 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Boris Zbarsky 
								
							 
						 
						
							
							
							
							
								
							
							
								5abddeaf58 
								
							 
						 
						
							
							
								
								Bug 1447889 part 2.  Remove the XPCOM goop for creating Selection.  r=mystor  
							
							... 
							
							
							
							It's unused; we never create these things by contract or classid.
MozReview-Commit-ID: 3Jsyb6QHlJt 
							
						 
						
							2018-03-27 00:35:20 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Miko Mynttinen 
								
							 
						 
						
							
							
							
							
								
							
							
								65c6bee9d6 
								
							 
						 
						
							
							
								
								Bug 1445302 - Replace TArray.RemoveElementAt(TArray.Length() - 1) pattern with TArray.RemoveLastElement() or TArray.PopLastElement() r=froydnj  
							
							... 
							
							
							
							MozReview-Commit-ID: rGjabnP2iz
--HG--
extra : rebase_source : 1ef6c5ce028ac9ebd9f3176d57835c43fe46bada 
							
						 
						
							2018-03-13 14:51:33 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Boris Zbarsky 
								
							 
						 
						
							
							
							
							
								
							
							
								0678b901b6 
								
							 
						 
						
							
							
								
								Bug  1446533 part 4.  Remove nsIDOMCharacterData::SubstringData.  r=mystor  
							
							... 
							
							
							
							FromContent will be renamed to FromNode in bug 1447098.
MozReview-Commit-ID: DhiN6mCOb34 
							
						 
						
							2018-03-19 15:18:07 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Boris Zbarsky 
								
							 
						 
						
							
							
							
							
								
							
							
								12ef963787 
								
							 
						 
						
							
							
								
								Bug  1446599 part 1.  Stop using nsIDOMProcessingInstruction in serializers.  r=mystor  
							
							... 
							
							
							
							MozReview-Commit-ID: loUmk0rNYV 
							
						 
						
							2018-03-19 15:15:39 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Boris Zbarsky 
								
							 
						 
						
							
							
							
							
								
							
							
								4fa4d2a7f5 
								
							 
						 
						
							
							
								
								Bug 1446598 part 2.  Get rid of nsIDOMComment.  r=mystor  
							
							... 
							
							
							
							MozReview-Commit-ID: GGXPQnlwuUM 
							
						 
						
							2018-03-19 15:15:39 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Boris Zbarsky 
								
							 
						 
						
							
							
							
							
								
							
							
								51c87c6d96 
								
							 
						 
						
							
							
								
								Bug 1446598 part 1.  Stop using nsIDOMComment in serializers.  r=mystor  
							
							... 
							
							
							
							MozReview-Commit-ID: IBVkQJOi6O7 
							
						 
						
							2018-03-19 15:15:39 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Boris Zbarsky 
								
							 
						 
						
							
							
							
							
								
							
							
								46cdbdc51b 
								
							 
						 
						
							
							
								
								Bug 1433566 part 13.  Remove nsIDOMText.  r=mystor  
							
							... 
							
							
							
							MozReview-Commit-ID: DvaZ96j5exf 
							
						 
						
							2018-03-19 15:15:39 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Boris Zbarsky 
								
							 
						 
						
							
							
							
							
								
							
							
								7bbb9b0ced 
								
							 
						 
						
							
							
								
								Bug 1445140 part 3.  Pass a DocumentType to nsIContentSerializer::AppendDoctype.  r=mystor  
							
							... 
							
							
							
							MozReview-Commit-ID: 5UjRSP6MoDI 
							
						 
						
							2018-03-13 16:24:01 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Henri Sivonen 
								
							 
						 
						
							
							
							
							
								
							
							
								f82f215fea 
								
							 
						 
						
							
							
								
								Bug 1425520. r=smaug.  
							
							... 
							
							
							
							MozReview-Commit-ID: IoZeR5BGjmQ 
							
						 
						
							2018-03-01 10:15:28 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Boris Zbarsky 
								
							 
						 
						
							
							
							
							
								
							
							
								f60fd673d6 
								
							 
						 
						
							
							
								
								Bug 1432186 part 19.  Remove the nsIDOMNode::*_NODE constants.  r=mccr8  
							
							... 
							
							
							
							MozReview-Commit-ID: KvKjeKIOB9K 
							
						 
						
							2018-01-29 23:10:53 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Boris Zbarsky 
								
							 
						 
						
							
							
							
							
								
							
							
								4d88c28e4d 
								
							 
						 
						
							
							
								
								Bug 1432186 part 17.  Remove nsIDOMNode's parentNode attribute.  r=mccr8  
							
							... 
							
							
							
							MozReview-Commit-ID: 4xzDwwEqnvE 
							
						 
						
							2018-01-29 23:10:52 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Boris Zbarsky 
								
							 
						 
						
							
							
							
							
								
							
							
								87cd3b385a 
								
							 
						 
						
							
							
								
								Bug 1432186 part 14.  Remove nsIDOMNode's childNodes attribute.  r=mccr8  
							
							... 
							
							
							
							MozReview-Commit-ID: JyQjEYngKAT 
							
						 
						
							2018-01-29 23:10:51 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Ehsan Akhgari 
								
							 
						 
						
							
							
							
							
								
							
							
								de3684029d 
								
							 
						 
						
							
							
								
								Bug 1433563 - Remove nsIDOMCDATASection; r=qdot  
							
							
							
						 
						
							2018-01-26 17:52:44 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Andrea Marchesini 
								
							 
						 
						
							
							
							
							
								
							
							
								b8bb98af8c 
								
							 
						 
						
							
							
								
								Bug 1430997 - Rename nsINode::IndexOf to nsINode::ComputeIndexOf, r=catalinb  
							
							
							
						 
						
							2018-01-23 14:30:18 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Andrea Marchesini 
								
							 
						 
						
							
							
							
							
								
							
							
								205d40e2d7 
								
							 
						 
						
							
							
								
								Bug 1425440 - Get rid of GetChildAt_Deprecated in nsDocumentEncoder, r=catalinb  
							
							
							
						 
						
							2018-01-15 17:18:03 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Chris Peterson 
								
							 
						 
						
							
							
							
							
								
							
							
								37efe4d0e6 
								
							 
						 
						
							
							
								
								Bug 1428535 - Add missing override specifiers to overridden virtual functions. r=froydnj  
							
							... 
							
							
							
							MozReview-Commit-ID: DCPTnyBooIe
--HG--
extra : rebase_source : cfec2d96faeb11656d86d760a34e0a04cacddb13
extra : intermediate-source : 6176724d63788b0fe8caa3f91607c2d93dbaa7ec
extra : source : eebbb0600447f9b64aae3bcd47b4be66c02a51ea 
							
						 
						
							2017-11-05 19:37:28 -08:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Andrea Marchesini 
								
							 
						 
						
							
							
							
							
								
							
							
								00e79ef07b 
								
							 
						 
						
							
							
								
								Bug 1425321 - Renaming nsINode::GetChildAt to GetChildAt_Deprecated, r=catalinb  
							
							... 
							
							
							
							We want to deprecate nsINode::GetChildAt as the first step of removing DOM node
child array storage. See bug 651120. 
							
						 
						
							2018-01-03 13:59:54 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Emilio Cobos Álvarez 
								
							 
						 
						
							
							
							
							
								
							
							
								1cda1ad876 
								
							 
						 
						
							
							
								
								Bug 1427511: Make GetFlattenedTreeParent more straight-forward. r=smaug  
							
							... 
							
							
							
							Now that accessing nsIContent slots is not a blob of virtual function calls, we
should be able to unify logic here, and speed up the not-so-rare case for
chrome, while keeping the usual case fast.
MozReview-Commit-ID: 87iY5Cbhx4T 
							
						 
						
							2018-01-02 18:00:25 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Jorg K 
								
							 
						 
						
							
							
							
							
								
							
							
								8ed13df845 
								
							 
						 
						
							
							
								
								Bug 1423990 - Follow-up for conditionally compiled code for Thunderbird. r=smaug  
							
							... 
							
							
							
							--HG--
extra : amend_source : e1e50e7e55d2c014b2ae8487f2cf9b7299da5879 
							
						 
						
							2017-12-26 02:58:00 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Henri Sivonen 
								
							 
						 
						
							
							
							
							
								
							
							
								009840a99b 
								
							 
						 
						
							
							
								
								Bug 1409951 - Use a stack to end serializer contexts instead of recomputing them. r=smaug  
							
							... 
							
							
							
							MozReview-Commit-ID: FOd8AUmtYyA 
							
						 
						
							2017-12-01 10:45:25 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Emilio Cobos Álvarez 
								
							 
						 
						
							
							
							
							
								
							
							
								dd634e3981 
								
							 
						 
						
							
							
								
								Bug 1411612: Kill nsINode::eCONTENT. r=bz  
							
							... 
							
							
							
							MozReview-Commit-ID: ESlOqlwhcHI
--HG--
extra : rebase_source : fe6a02469dca1e50c24ba166e15e39160ab4551b 
							
						 
						
							2017-10-25 17:19:11 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Nicholas Nethercote 
								
							 
						 
						
							
							
							
							
								
							
							
								2ef37710e7 
								
							 
						 
						
							
							
								
								Bug 1395828 (part 4) - Remove nsIParserService/nsParserService. r=mrbkap.  
							
							... 
							
							
							
							It a stateless wrapper around static methods in nsHTMLTags and nsHTMLElement,
and hence an unnecessary layer of indirection that just adds complexity and
slowness. This patch removes it, cutting almost 300 lines of code.
This requires making nsElementTable.h an exported header, to expose the
nsHTMLElement methods.
--HG--
extra : rebase_source : abbcb8e5001389affbf717092213b898673db07f 
							
						 
						
							2017-09-05 20:19:06 +10:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Henri Sivonen 
								
							 
						 
						
							
							
							
							
								
							
							
								057b37715a 
								
							 
						 
						
							
							
								
								Bug 1385272 - Make plaintext serializer not crash when a <tr> is a child of a <tr>. r=Ehsan  
							
							... 
							
							
							
							MozReview-Commit-ID: CMNIWYX8R07
--HG--
extra : rebase_source : 0b245f01c4c7aa4b78853534584876a23689826c 
							
						 
						
							2017-08-14 14:24:51 +03:00