diff options
author | mdjones <mdjones@chromium.org> | 2015-03-25 10:07:13 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-03-25 17:07:37 +0000 |
commit | c430d4b17cbb9b2cc055777c0124cdce745479da (patch) | |
tree | 93f7ebea2ecaf323a73bfe6419c144e074114e02 /third_party/dom_distiller_js | |
parent | 7e555daf95a1fbead12dc60fb0f7f1eaab9c22b7 (diff) | |
download | chromium_src-c430d4b17cbb9b2cc055777c0124cdce745479da.zip chromium_src-c430d4b17cbb9b2cc055777c0124cdce745479da.tar.gz chromium_src-c430d4b17cbb9b2cc055777c0124cdce745479da.tar.bz2 |
Roll DOM Distiller JavaScript distribution package
Diff since last roll:
https://github.com/chromium/dom-distiller/compare/8c015c13ad...cc268ee730
Picked up changes:
cc268ee Revert "Treat images as another type of embed"
a7949c7 implement extraction of page parameters from potential pagination URLs
47c825f Add target "ant runtest" to run tests without recompiling
7a29e21 Fixes a crash when window.performance is not available.
b7b4d4a Fixing python header.
1c2dd98 Revert "Disable flaky page link tests"
2a64c8d Use a much simpler baseUrl heuristics
3e49cf2 Fix flakiness due to a bug in createAnchorWithBase()
d69f15d Allow multiple instances of "ant test" running
d9fb022 Put steps in continuous integration into a bash script
94320fe Unify the style in Ant target descriptions
4adbcfa Don't let base tag change original_url
a3a07ce Disable flaky page link tests
0b8c2e7 Treat images as another type of embed
d49edaf Add pagenum difference in the next page heuristics
abee435 Do not sum up scores of next page links with the same URL
0955aa3 Use numbers as a fast filter in next page detection
ff4bc3d Fix relative link resolution with base tag
875b0ff Use URL prefix as a fast filter in next page detection
7b12bc7 Resolve links in a new HTML document with a base tag
ab96c56 Add timing info for pagination
2812744 Add support for wrapping the standalone JavaScript.
7bd24c4 Groundwork for retaining popular embeds in results
4b3cdb9 Add instructions for using `git cl format`.
94c8270 Add project introduction in README.md
86983de Add support for running jstests on Mac OS X and add documentation.
f33d992 Add JS tests to package and suppress log output.
1a42d14 Make the "test" target not depend on "package"
eabc11d Add data tables to the WebDocument
669d605 Revert "Disable some tests in PagingLinksFinderTest"
2874c7b Fix the page URL in PagingLinksFinderTest
ddc30e2 Fix next-page tests for new mocking mechanism
BUG=431067,450813,455503,464143
Review URL: https://codereview.chromium.org/1029263006
Cr-Commit-Position: refs/heads/master@{#322180}
Diffstat (limited to 'third_party/dom_distiller_js')
-rw-r--r-- | third_party/dom_distiller_js/README.chromium | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/dom_distiller_js/README.chromium b/third_party/dom_distiller_js/README.chromium index 4aa5381..c63d398 100644 --- a/third_party/dom_distiller_js/README.chromium +++ b/third_party/dom_distiller_js/README.chromium @@ -1,6 +1,6 @@ Name: dom-distiller-js URL: https://github.com/chromium/dom-distiller -Version: 8c015c13ad +Version: cc268ee730 License: BSD Security Critical: yes |