openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
C
clones's html5lib
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 20 hours
ago. based on code collected
about 20 hours
ago.
Aug 09, 2024 — Aug 09, 2025
Showing page 1 of 40
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Update tests for spec rev 2990 that discards partial tag tokens on EOF
hsivonen
More...
about 16 years ago
Make non-ascii characters in meta elements work and make compatMode attribute set on the right object
jgraham.html
More...
over 16 years ago
Start to add parse errors to PHP implementation. This introduces a 14% performance regression, and causes 23 tests to fail (all due to parse error issues).
geoffers
More...
over 16 years ago
Misc. micro-optimizations in the PHP impl (this has around a 1% difference).
geoffers
More...
over 16 years ago
This isn't actually quicker (~12% speed decrease, somehow), and makes the code less clear.
geoffers
More...
over 16 years ago
Remove unused method HTML5_Tokenizer::seek from PHP impl
geoffers
More...
over 16 years ago
Update line-col-tracking documentation.
[email protected]
More...
over 16 years ago
Update the tree building tests with frameset-ok, new AAA and (not yet in spec) WebKit-style foster-parenting
hsivonen
More...
over 16 years ago
PHP: grab multiple characters at once when getting attribute name.
geoffers
More...
over 16 years ago
Change EOL style to native in PHP port to match everything else.
geoffers
More...
over 16 years ago
PHP: grab multiple characters at once more often. This gives a fair performance boost on the spec (~12s), primarily by cutting out repeated method calls of each of the states.
geoffers
More...
over 16 years ago
Get rid of more preg_match used for whitespace matching.
geoffers
More...
over 16 years ago
Clean up the move to strspn by using constants for the groups of bytes.
geoffers
More...
over 16 years ago
Instead of using regex to check whether a character is a whitespace character, just use === and ||. Although messy, this cuts out a function call, which makes a fair difference when tokenizing the spec.
geoffers
More...
over 16 years ago
PHP: Really naïvely change Tokenizer::characters() to use strspn. This really needs to be tidied up, though.
geoffers
More...
over 16 years ago
PHP: use strcspn in bogusCommentState.
geoffers
More...
over 16 years ago
PHP: Calculate UTF-8 string length using count_chars, array_sum, and array_slice instead of looping over string in interpreted code. This is quicker in general for strings longer than four characters in my testing. Fuzzing strings a random length between 0 and 80 characters long shows a 10-times speed increase.
geoffers
More...
over 16 years ago
Add note of possible optimization.
geoffers
More...
over 16 years ago
I probably better add myself to the copyright notice now that there's actual code written by me.
geoffers
More...
over 16 years ago
(PHP port) Get rid of UTF8COL: this halves the time taken to tokenize the HTML 5 spec. Replacements for HTML5_Tokenizer::$line and HTML5_Tokenizer::$col can be found at HTML5_Tokenizer::getCurrentLine() and HTML5_Tokenizer::getColumnOffset() respectively. These compute what they return upon being called.
geoffers
More...
over 16 years ago
Start to remove PCRE and strtolower from PHP tokenizer.
geoffers
More...
over 16 years ago
Add note of version required of SimpleTest to run the tests in the PHP port.
geoffers
More...
over 16 years ago
Incorporate Geoffrey Sneddon's code review.
[email protected]
More...
over 16 years ago
Fixed issue 97
excors
More...
over 16 years ago
Add html5lib.serialize.serialize and html5lib.serialize
geoffers
More...
over 16 years ago
Fixed a sanitiser regression from r1248
excors
More...
over 16 years ago
Fixes issue 91 by omitting the head element's start tag when the head element is empty.
t.broyer
More...
over 16 years ago
Fix attr-value-quoting test with line tab (U+000B)
t.broyer
More...
over 16 years ago
Quick hack to fix parsing from stdin
jgraham.html
More...
over 16 years ago
Implement r2708, adding missing invalid codepoints.
[email protected]
More...
over 16 years ago
←
1
2
3
4
5
6
7
8
9
…
39
40
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree