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 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 1286877 - do not set c-basic-offset for python-mode; r=gps 2016-07-14 10:16:42 -06: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 1060419 - make log_print use Printf.h, r=froydnj 2016-12-15 20:16:31 -07: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 1334290 - Remove useless fields from nsScanner. r=mrbkap. 2017-02-17 08:44:49 +02:00
nsParser.h Bug 1297125. Make sure the parser insertion point is defined when firing the load event for external <scripts> or firing the error event on a failed external script load (but not other cases, like bogus script URL). r=hsivonen 2016-09-02 17:55:38 -04: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