gecko-dev/parser/htmlparser
Kris Maglione 7485b4ce5c Bug 1350049: Handle nsParser being finalized before resuming. r=hsivonen
This is a hybrid of the previous two approaches. The nsParser weak reference
sometimes stays alive after it's been detached from the document, after which
attempting to remove it throws. This stores a reference to the original
parser, and checks that it's still the current parser when it comes time to
resume.

MozReview-Commit-ID: 1JSi2FmPxt0

--HG--
extra : rebase_source : fc29ab7cd2074eda5f2c747ff7255a29bcc6f4a2
2017-03-28 15:24:26 -07:00
..
tests Bug 1296477 - Part 4: stylo: Update test expectations; r=heycam 2017-03-12 21:12:08 -07:00
CNavDTD.cpp
CNavDTD.h
CParserContext.cpp Bug 209637 - Add support for application/vnd.wap.xhtml+xml. r=bz 2016-09-28 09:48:17 -05:00
CParserContext.h
moz.build Bug 1345542 - add BUG_COMPONENT to parser/* files. r=hsivonen 2017-03-10 12:31:45 -05:00
nsElementTable.cpp Bug 1322938 - Basic implementation of HTMLDialogElement. r=smaug, masayuki 2016-12-23 16:01:50 +01:00
nsElementTable.h
nsExpatDriver.cpp Bug 1343933 - Renaming Principal classes - part 2 - NullPrincipal, r=qdot 2017-03-22 11:38:40 +01:00
nsExpatDriver.h
nsHTMLEntities.cpp Bug 1297659 - Indentation fix in nsHTMLEntities.cpp. r=hsivonen 2016-08-26 14:31:34 +02:00
nsHTMLEntities.h
nsHTMLEntityList.h
nsHTMLTagList.h Bug 1322938 - Basic implementation of HTMLDialogElement. r=smaug, masayuki 2016-12-23 16:01:50 +01:00
nsHTMLTags.cpp Bug 1276669 - part 3 - split out nsHTMLTags atom initialization; r=hsivonen 2017-01-26 15:43:39 -05:00
nsHTMLTags.h Bug 1276669 - part 3 - split out nsHTMLTags atom initialization; r=hsivonen 2017-01-26 15:43:39 -05:00
nsHTMLTokenizer.cpp Bug 1325494 (part 5) - Slim down nsParserConstants.h. r=hsivonen. 2016-12-23 13:51:04 +11:00
nsHTMLTokenizer.h
nsIContentSink.h Bug 1328832 - Part 2: Rename mozFlushType to mozilla::FlushType and make it an enum class. r=bzbarsky 2017-01-05 15:31:56 +08:00
nsIDTD.h
nsIExpatSink.idl
nsIExtendedExpatSink.idl
nsIFragmentContentSink.h
nsIHTMLContentSink.h
nsIParser.h Bug 1325494 (part 4) - Remove unused parser IIDs and CIDs. r=hsivonen. 2016-12-23 13:51:04 +11:00
nsIParserService.h
nsITokenizer.h
nsParser.cpp Bug 1350049: Handle nsParser being finalized before resuming. r=hsivonen 2017-03-28 15:24:26 -07:00
nsParser.h Bug 1333990: Part 2a - Allow multiple concurrent parser blockers. r=hsivonen 2017-03-15 17:31:00 -07:00
nsParserBase.h
nsParserCIID.h Bug 1325494 (part 4) - Remove unused parser IIDs and CIDs. r=hsivonen. 2016-12-23 13:51:04 +11:00
nsParserConstants.h Bug 1325494 (part 5) - Slim down nsParserConstants.h. r=hsivonen. 2016-12-23 13:51:04 +11:00
nsParserModule.cpp
nsParserMsgUtils.cpp
nsParserMsgUtils.h
nsParserService.cpp
nsParserService.h Bug 1273282. Fix the handling of numeric entities in xml-stylesheet href values. r=peterv 2016-05-19 13:48:11 -04:00
nsScanner.cpp Bug 1334290 - Remove useless fields from nsScanner. r=mrbkap. 2017-02-17 08:44:49 +02:00
nsScanner.h Bug 1334290 - Remove useless fields from nsScanner. r=mrbkap. 2017-02-17 08:44:49 +02:00
nsScannerString.cpp Bug 1334290 - Remove useless fields from nsScanner. r=mrbkap. 2017-02-17 08:44:49 +02:00
nsScannerString.h Bug 1334290 - Remove useless fields from nsScanner. r=mrbkap. 2017-02-17 08:44:49 +02:00
nsToken.h