Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(95)

Issue 449923002: gwt getInnerText -> javascript innerText or textContent (Closed)

Created:
6 years, 4 months ago by kuan
Modified:
6 years, 4 months ago
Reviewers:
Base URL:
https://code.google.com/p/dom-distiller/@master
Visibility:
Public.

Description

gwt getInnerText -> javascript innerText or textContent - replace all usage of gwt Element::getInnerText() to javascript innerText or textContent, depending on requirements of each usage. - js innerText doesn't work in gwt, so provide fallback to gwt's impl to cater to gwt tests. in production (i.e. when running in browser), the js innerText will be used, as intended. BUG=396124

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+80 lines, -30 lines) Patch
M src/com/dom_distiller/client/ContentExtractor.java View 1 chunk +1 line, -9 lines 0 comments Download
M src/com/dom_distiller/client/DocumentTitleGetter.java View 3 chunks +14 lines, -6 lines 0 comments Download
M src/com/dom_distiller/client/DomUtil.java View 1 chunk +29 lines, -0 lines 0 comments Download
M src/com/dom_distiller/client/IEReadingViewParser.java View 3 chunks +20 lines, -6 lines 0 comments Download
M src/com/dom_distiller/client/PagingLinksFinder.java View 2 chunks +6 lines, -2 lines 0 comments Download
M src/com/dom_distiller/client/SchemaOrgParser.java View 2 chunks +5 lines, -2 lines 0 comments Download
M test/com/dom_distiller/client/ContentExtractorTest.java View 1 chunk +5 lines, -5 lines 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698