gecko-dev/parser/htmlparser
Masatoshi Kimura 7be7b11a1c Bug 1342144 - Remove version parameter from the type attribute of script elements. r=jmaher
This patch is generated by the following sed script:
find . ! -wholename '*/.hg*' -type f \( -iname '*.html' -o -iname '*.xhtml' -o -iname '*.xul' -o -iname '*.js' \) -exec sed -i -e 's/\(\(text\|application\)\/javascript\);version=1.[0-9]/\1/g' {} \;

MozReview-Commit-ID: AzhtdwJwVNg

--HG--
extra : rebase_source : e8f90249454c0779d926f87777f457352961748d
2017-02-23 06:10:07 +09:00
..
tests Bug 1342144 - Remove version parameter from the type attribute of script elements. r=jmaher 2017-02-23 06:10:07 +09:00
CNavDTD.cpp
CNavDTD.h
CParserContext.cpp
CParserContext.h
moz.build
nsElementTable.cpp Bug 1322938 - Basic implementation of HTMLDialogElement. r=smaug, masayuki 2016-12-23 16:01:50 +01:00
nsElementTable.h
nsExpatDriver.cpp Bug 1060419 - make log_print use Printf.h, r=froydnj 2016-12-15 20:16:31 -07:00
nsExpatDriver.h
nsHTMLEntities.cpp
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 1334290 - Remove useless fields from nsScanner. r=mrbkap. 2017-02-17 08:44:49 +02:00
nsParser.h
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
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