Commit Graph

90 Commits (c2f7db51f54c3706ef1a8d8a7cbb4c55470ebed0)

Author SHA1 Message Date
Gijs c2f7db51f5 Remove textContent from metadata file (fixes #324) (#326) 8 years ago
Evan Tseng 33dc8fa023 Bug 1255978 - Remove legends candidate, r=Gijs 8 years ago
Evan Tseng af0aa5c59f Bug 1173548 - Find out text direction from ancestors of final candidate, r=Gijs 8 years ago
Evan Tseng ece0d1ecea Bug 1317930 - Tests for msn.com, r=Gijs 8 years ago
Evan Tseng 1b694cf650 Bug 1310075 - Tests for qq.com. r=Gijs 8 years ago
Evan Tseng 522f39617f Bug 1310074 - Tests for yahoo.com. r=Gijs 8 years ago
Evan Tseng 4fa0d1b207 Bug 1177619 - Score div nodes which have br nodes. r=Gijs 8 years ago
Evan Tseng 8bfd2a978d Bug 1310073 - Tests for wikipedia.org. r=Gijs 8 years ago
Gijs 1a12befa41 Fix code style, tighten up eslint rules (#301) 8 years ago
Gijs Kruitbosch 46b08a5ea5 Address issue #277 by marking 'modal' unlikely+negative 9 years ago
Gijs Kruitbosch a4d1e9ca12 Fix oversight in comment removal code exposed by better/newer jsdom implementation 9 years ago
Gijs Kruitbosch e830ac9dd8 Fix eslint issues identified in m-c 9 years ago
Gijs Kruitbosch dffa760c04 Fix issue #267 by ignoring hash URIs when making URIs absolute 9 years ago
Wes Johnston f87a12400b Reuse test from pull request #239 which passes without modifications (modified by @gijsk to pass in the current XHTML test environment) 9 years ago
Gijs Kruitbosch 2e1cb3f467 Fix issue #251 by making JSDOMParser expect XML and stop making excuses for 'self-closed' things, when all that does is cause trouble 9 years ago
Gijs a801846a45 Merge pull request #204 from mozilla/tweak-great-grandparent-scoring
Updated great grandparent node scoring.
10 years ago
Nicolas Perriault ae0833522c Improved embedded video elements detection. 10 years ago
Nicolas Perriault 46304bb5fe Updated great grandparent node scoring. 10 years ago
Nicolas Perriault 88ef3893b5 Fixes #180 - Score intermediary headings. 10 years ago
Nicolas Perriault dc1b2c9fa0 Refs #195 - Exclude nodes likely to be related content. 10 years ago
Nicolas Perriault cc18cb5787 Ref #195 - Add support for dailymotion videos. 10 years ago
Nicolas Perriault 9dbc009376 Fixes #113 - Recursive node ancestor scoring. 10 years ago
Nicolas Perriault 44879722b6 Fixes #183 - Preserve list items. 10 years ago
Alexis Métaireau 5912e0c872 Add Firefox User-Agent when generating the test case. 10 years ago
Gijs 79aa2fca87 Merge pull request #189 from mozilla/dont-remove-headings
Fixes #150 - Keep article intermediary headings.
10 years ago
Margaret Leibovic af6da2a87d Merge pull request #190 from mozilla/improved-author-meta-extraction
Improved author metadata detection.
10 years ago
Nicolas Perriault 7aee44adb2 Improved author metadata detection. 10 years ago
Gijs Kruitbosch 5f184053cd Make isProbablyReaderable include <pre>, and deal with long <br>-separated paragraphs and/or shorter-than-5-paragraph text and such. 10 years ago
Nicolas Perriault 2451a07a7d Fixes #150 - Keep article intermediary headings. 10 years ago
Margaret Leibovic 319a50b4f0 Fixes #184 - Don't strip class names from article content 10 years ago
Gijs 49e40768aa Merge pull request #185 from mozilla/score-section-tags-by-default
Fixes #139 #143: Added more weight to section tags.
10 years ago
Nicolas Perriault f6ffa6acde Fixes #139 #143: Added more weight to section tags. 10 years ago
Nicolas Perriault 58cd789cd3 Improved title extraction 'algorithm'. 10 years ago
Nicolas Perriault de89036cd5 Fixes #130 - Using js-beautify for HTML formatting. 10 years ago
Gijs b37ff08bc7 Merge pull request #169 from mozilla/clean-footer-tags
Fixes #163 - Avoid including footer tag contents.
10 years ago
Nicolas Perriault 12c6a11f67 Fixes #163 - Avoid including footer tag contents. 10 years ago
Nicolas Perriault 6eeabf90c1 Fixes #164 - Add support for title alt semantic metadata. 10 years ago
Gijs Kruitbosch 0ff82de0f4 Implement createTextNode, do more relaxed escaping there, update testcase. 10 years ago
Margaret Leibovic 37a8cd4171 Bug 1147584 - Don't remove unlikely <a> tags, and replace <a> tags with their text content if they won't be useful links 10 years ago
Gijs a6014f5854 Merge pull request #132 from gijsk/heise-ad-prioritization
Don't look at banners and skyscrapers, remove <noscript> elements
10 years ago
Gijs Kruitbosch a6346a0ad4 Don't look at banners and skyscrapers, remove <noscript> elements 10 years ago
Nicolas Perriault 4424b0bad7 Refs #128 - Add support for options to Readability constructor. r=@gijsk 10 years ago
Gijs Kruitbosch c53ca31907 Fixed test result output being sent at once 10 years ago
Nicolas Perriault 4d41f5e4ed Refs #117 - Drop social/share buttons. 10 years ago
Nicolas Perriault d725ebc953 Fixes #99: JSDOMParser tag name case handling. r=@gijsk 10 years ago
Gijs Kruitbosch a04f9d9a68 Fix embedded video testcase to work with both jsdom and JSDOMParser 10 years ago
Gijs Kruitbosch 225adef137 Turn off JS when using JSDOM in tests. 10 years ago
Gijs Kruitbosch b1f6c62b25 Fix tests for readability to also work with jsdom
For instance, jsdom's more spec-compliant parsing causes issues with auto-closing elements (lifehacker article) and with not having self-closing <img> and <br> tags. The former was fixed by removing offending markup, the latter by adjusting JSDOMParser to be more sane, and the expected outputs to cope with this.

Finally, JSDOMParser automatically drops comments. The test code needed to manually do this in the jsdom case.
10 years ago
Gijs Kruitbosch 62801faa0e Fix JSDOMParser to do some HTML escaping and identify as JSDOMParser + add tests 10 years ago
Nicolas Perriault 3b636b59f0 Added readerable value to test pages metadata. 10 years ago