Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(70)

Issue 166051: Unpack HTML Parser source into third_party/java/htmlparser (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
16 years, 3 months ago by MikeSamuel
Modified:
16 years, 3 months ago
Reviewers:
Jasvir
CC:
google-caja-discuss_googlegroups.com
Base URL:
http://google-caja.googlecode.com/svn/trunk/
Visibility:
Public.

Description

This is a prerequisite to being able to modify the source to let us upgrade to a modern version of libhtmlparser. This is the unmodified source for revision 1.2.1. Submitted @3892

Patch Set 1 #

Patch Set 2 : Unpack HTML Parser source into third_party/java/htmlparser #

Unified diffs Side-by-side diffs Delta from patch set Stats (+29139 lines, -5 lines) Patch
MM third_party/java/htmlparser/LICENSE.txt View 2 chunks +62 lines, -4 lines 0 comments Download
MM third_party/java/htmlparser/README.txt View 1 chunk +2 lines, -0 lines 0 comments Download
A third_party/java/htmlparser/src/nu/validator/htmlparser/annotation/IdType.java View 1 chunk +34 lines, -0 lines 0 comments Download
A third_party/java/htmlparser/src/nu/validator/htmlparser/annotation/Inline.java View 1 chunk +27 lines, -0 lines 0 comments Download
A third_party/java/htmlparser/src/nu/validator/htmlparser/annotation/Literal.java View 1 chunk +27 lines, -0 lines 0 comments Download
A third_party/java/htmlparser/src/nu/validator/htmlparser/annotation/Local.java View 1 chunk +34 lines, -0 lines 0 comments Download
A third_party/java/htmlparser/src/nu/validator/htmlparser/annotation/NoLength.java View 1 chunk +34 lines, -0 lines 0 comments Download
A third_party/java/htmlparser/src/nu/validator/htmlparser/annotation/NsUri.java View 1 chunk +33 lines, -0 lines 0 comments Download
A third_party/java/htmlparser/src/nu/validator/htmlparser/annotation/Prefix.java View 1 chunk +33 lines, -0 lines 0 comments Download
A third_party/java/htmlparser/src/nu/validator/htmlparser/annotation/QName.java View 1 chunk +33 lines, -0 lines 0 comments Download
A third_party/java/htmlparser/src/nu/validator/htmlparser/annotation/Virtual.java View 1 chunk +33 lines, -0 lines 0 comments Download
A third_party/java/htmlparser/src/nu/validator/htmlparser/annotation/package.html View 1 chunk +30 lines, -0 lines 0 comments Download
A third_party/java/htmlparser/src/nu/validator/htmlparser/common/ByteReadable.java View 1 chunk +29 lines, -0 lines 0 comments Download
A third_party/java/htmlparser/src/nu/validator/htmlparser/common/CharacterHandler.java View 1 chunk +59 lines, -0 lines 0 comments Download
A third_party/java/htmlparser/src/nu/validator/htmlparser/common/DoctypeExpectation.java View 1 chunk +65 lines, -0 lines 0 comments Download
A third_party/java/htmlparser/src/nu/validator/htmlparser/common/DocumentMode.java View 1 chunk +47 lines, -0 lines 0 comments Download
A third_party/java/htmlparser/src/nu/validator/htmlparser/common/DocumentModeHandler.java View 1 chunk +46 lines, -0 lines 0 comments Download
A third_party/java/htmlparser/src/nu/validator/htmlparser/common/EncodingDeclarationHandler.java View 1 chunk +33 lines, -0 lines 0 comments Download
A third_party/java/htmlparser/src/nu/validator/htmlparser/common/Heuristics.java View 1 chunk +52 lines, -0 lines 0 comments Download
A third_party/java/htmlparser/src/nu/validator/htmlparser/common/TokenHandler.java View 1 chunk +163 lines, -0 lines 0 comments Download
A third_party/java/htmlparser/src/nu/validator/htmlparser/common/XmlViolationPolicy.java View 1 chunk +48 lines, -0 lines 0 comments Download
A third_party/java/htmlparser/src/nu/validator/htmlparser/common/package.html View 1 chunk +29 lines, -0 lines 0 comments Download
A third_party/java/htmlparser/src/nu/validator/htmlparser/dom/DOMTreeBuilder.java View 1 chunk +332 lines, -0 lines 0 comments Download
A third_party/java/htmlparser/src/nu/validator/htmlparser/dom/Dom2Sax.java View 1 chunk +248 lines, -0 lines 0 comments Download
A third_party/java/htmlparser/src/nu/validator/htmlparser/dom/HtmlDocumentBuilder.java View 1 chunk +408 lines, -0 lines 0 comments Download
A third_party/java/htmlparser/src/nu/validator/htmlparser/dom/package.html View 1 chunk +29 lines, -0 lines 0 comments Download
A third_party/java/htmlparser/src/nu/validator/htmlparser/extra/ChardetSniffer.java View 1 chunk +84 lines, -0 lines 0 comments Download
A third_party/java/htmlparser/src/nu/validator/htmlparser/extra/IcuDetectorSniffer.java View 1 chunk +77 lines, -0 lines 0 comments Download
A third_party/java/htmlparser/src/nu/validator/htmlparser/extra/NormalizationChecker.java View 1 chunk +268 lines, -0 lines 0 comments Download
A third_party/java/htmlparser/src/nu/validator/htmlparser/impl/AttributeName.java View 1 chunk +2346 lines, -0 lines 0 comments Download
A third_party/java/htmlparser/src/nu/validator/htmlparser/impl/CoalescingTreeBuilder.java View 1 chunk +84 lines, -0 lines 0 comments Download
A third_party/java/htmlparser/src/nu/validator/htmlparser/impl/ElementName.java View 1 chunk +1513 lines, -0 lines 0 comments Download
A third_party/java/htmlparser/src/nu/validator/htmlparser/impl/HtmlAttributes.java View 1 chunk +464 lines, -0 lines 0 comments Download
A third_party/java/htmlparser/src/nu/validator/htmlparser/impl/LocatorImpl.java View 1 chunk +59 lines, -0 lines 0 comments Download
A third_party/java/htmlparser/src/nu/validator/htmlparser/impl/MetaScanner.java View 1 chunk +696 lines, -0 lines 0 comments Download
A third_party/java/htmlparser/src/nu/validator/htmlparser/impl/NCName.java View 1 chunk +495 lines, -0 lines 0 comments Download
A third_party/java/htmlparser/src/nu/validator/htmlparser/impl/NamedCharacters.java View 1 chunk +1644 lines, -0 lines 0 comments Download
A third_party/java/htmlparser/src/nu/validator/htmlparser/impl/Portability.java View 1 chunk +167 lines, -0 lines 0 comments Download
A third_party/java/htmlparser/src/nu/validator/htmlparser/impl/PushedLocation.java View 1 chunk +136 lines, -0 lines 0 comments Download
A third_party/java/htmlparser/src/nu/validator/htmlparser/impl/StackNode.java View 1 chunk +155 lines, -0 lines 0 comments Download
A third_party/java/htmlparser/src/nu/validator/htmlparser/impl/StateSnapshot.java View 1 chunk +59 lines, -0 lines 0 comments Download
A third_party/java/htmlparser/src/nu/validator/htmlparser/impl/Tokenizer.java View 1 chunk +5586 lines, -0 lines 0 comments Download
A third_party/java/htmlparser/src/nu/validator/htmlparser/impl/TreeBuilder.java View 1 chunk +5070 lines, -0 lines 0 comments Download
A third_party/java/htmlparser/src/nu/validator/htmlparser/impl/UTF16Buffer.java View 1 chunk +99 lines, -0 lines 0 comments Download
A third_party/java/htmlparser/src/nu/validator/htmlparser/impl/package.html View 1 chunk +30 lines, -0 lines 0 comments Download
A third_party/java/htmlparser/src/nu/validator/htmlparser/io/BomSniffer.java View 1 chunk +79 lines, -0 lines 0 comments Download
A third_party/java/htmlparser/src/nu/validator/htmlparser/io/Confidence.java View 1 chunk +27 lines, -0 lines 0 comments Download
A third_party/java/htmlparser/src/nu/validator/htmlparser/io/Driver.java View 1 chunk +582 lines, -0 lines 0 comments Download
A third_party/java/htmlparser/src/nu/validator/htmlparser/io/Encoding.java View 1 chunk +395 lines, -0 lines 0 comments Download
A third_party/java/htmlparser/src/nu/validator/htmlparser/io/HtmlInputStreamReader.java View 1 chunk +482 lines, -0 lines 0 comments Download
A third_party/java/htmlparser/src/nu/validator/htmlparser/io/MetaSniffer.java View 1 chunk +199 lines, -0 lines 0 comments Download
A third_party/java/htmlparser/src/nu/validator/htmlparser/rewindable/Rewindable.java View 1 chunk +42 lines, -0 lines 0 comments Download
A third_party/java/htmlparser/src/nu/validator/htmlparser/rewindable/RewindableInputStream.java View 1 chunk +235 lines, -0 lines 0 comments Download
A third_party/java/htmlparser/src/nu/validator/htmlparser/sax/HtmlParser.java View 1 chunk +1016 lines, -0 lines 0 comments Download
A third_party/java/htmlparser/src/nu/validator/htmlparser/sax/HtmlSerializer.java View 1 chunk +269 lines, -0 lines 0 comments Download
A third_party/java/htmlparser/src/nu/validator/htmlparser/sax/NameCheckingXmlSerializer.java View 1 chunk +51 lines, -0 lines 0 comments Download
A third_party/java/htmlparser/src/nu/validator/htmlparser/sax/SAXStreamer.java View 1 chunk +184 lines, -0 lines 0 comments Download
A third_party/java/htmlparser/src/nu/validator/htmlparser/sax/SAXTreeBuilder.java View 1 chunk +191 lines, -0 lines 0 comments Download
A third_party/java/htmlparser/src/nu/validator/htmlparser/sax/XmlSerializer.java View 1 chunk +737 lines, -0 lines 0 comments Download
A third_party/java/htmlparser/src/nu/validator/htmlparser/sax/package.html View 1 chunk +29 lines, -0 lines 0 comments Download
A third_party/java/htmlparser/src/nu/validator/htmlparser/xom/FormPointer.java View 1 chunk +49 lines, -0 lines 0 comments Download
A third_party/java/htmlparser/src/nu/validator/htmlparser/xom/FormPtrElement.java View 1 chunk +87 lines, -0 lines 0 comments Download
A third_party/java/htmlparser/src/nu/validator/htmlparser/xom/HtmlBuilder.java View 1 chunk +460 lines, -0 lines 0 comments Download
A third_party/java/htmlparser/src/nu/validator/htmlparser/xom/ModalDocument.java View 1 chunk +75 lines, -0 lines 0 comments Download
A third_party/java/htmlparser/src/nu/validator/htmlparser/xom/Mode.java View 1 chunk +48 lines, -0 lines 0 comments Download
A third_party/java/htmlparser/src/nu/validator/htmlparser/xom/SimpleNodeFactory.java View 1 chunk +102 lines, -0 lines 0 comments Download
A third_party/java/htmlparser/src/nu/validator/htmlparser/xom/XOMTreeBuilder.java View 1 chunk +321 lines, -0 lines 0 comments Download
A third_party/java/htmlparser/src/nu/validator/htmlparser/xom/package.html View 1 chunk +29 lines, -0 lines 0 comments Download
A third_party/java/htmlparser/src/nu/validator/saxtree/CDATA.java View 1 chunk +70 lines, -0 lines 0 comments Download
A third_party/java/htmlparser/src/nu/validator/saxtree/CharBufferNode.java View 1 chunk +62 lines, -0 lines 0 comments Download
A third_party/java/htmlparser/src/nu/validator/saxtree/Characters.java View 1 chunk +65 lines, -0 lines 0 comments Download
A third_party/java/htmlparser/src/nu/validator/saxtree/Comment.java View 1 chunk +66 lines, -0 lines 0 comments Download
A third_party/java/htmlparser/src/nu/validator/saxtree/DTD.java View 1 chunk +118 lines, -0 lines 0 comments Download
A third_party/java/htmlparser/src/nu/validator/saxtree/Document.java View 1 chunk +70 lines, -0 lines 0 comments Download
A third_party/java/htmlparser/src/nu/validator/saxtree/DocumentFragment.java View 1 chunk +58 lines, -0 lines 0 comments Download
A third_party/java/htmlparser/src/nu/validator/saxtree/Element.java View 1 chunk +172 lines, -0 lines 0 comments Download
A third_party/java/htmlparser/src/nu/validator/saxtree/Entity.java View 1 chunk +86 lines, -0 lines 0 comments Download
A third_party/java/htmlparser/src/nu/validator/saxtree/IgnorableWhitespace.java View 1 chunk +65 lines, -0 lines 0 comments Download
A third_party/java/htmlparser/src/nu/validator/saxtree/LocatorImpl.java View 1 chunk +104 lines, -0 lines 0 comments Download
A third_party/java/htmlparser/src/nu/validator/saxtree/Node.java View 1 chunk +307 lines, -0 lines 0 comments Download
A third_party/java/htmlparser/src/nu/validator/saxtree/NodeType.java View 1 chunk +76 lines, -0 lines 0 comments Download
A third_party/java/htmlparser/src/nu/validator/saxtree/NullLexicalHandler.java View 1 chunk +85 lines, -0 lines 0 comments Download
A third_party/java/htmlparser/src/nu/validator/saxtree/ParentNode.java View 1 chunk +208 lines, -0 lines 0 comments Download
A third_party/java/htmlparser/src/nu/validator/saxtree/PrefixMapping.java View 1 chunk +65 lines, -0 lines 0 comments Download
A third_party/java/htmlparser/src/nu/validator/saxtree/ProcessingInstruction.java View 1 chunk +94 lines, -0 lines 0 comments Download
A third_party/java/htmlparser/src/nu/validator/saxtree/SkippedEntity.java View 1 chunk +77 lines, -0 lines 0 comments Download
A third_party/java/htmlparser/src/nu/validator/saxtree/TreeBuilder.java View 1 chunk +250 lines, -0 lines 0 comments Download
A third_party/java/htmlparser/src/nu/validator/saxtree/TreeParser.java View 1 chunk +301 lines, -0 lines 0 comments Download
A third_party/java/htmlparser/src/nu/validator/saxtree/package.html View 1 chunk +46 lines, -0 lines 0 comments Download
M tools/myvn View 1 chunk +3 lines, -1 line 0 comments Download

Messages

Total messages: 2
MikeSamuel
16 years, 3 months ago (2009-12-04 03:01:51 UTC) #1
Jasvir
16 years, 3 months ago (2009-12-04 14:42:24 UTC) #2
LGTM
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b