summaryrefslogtreecommitdiffstats
path: root/components/dom_distiller
Commit message (Expand)AuthorAgeFilesLines
* Convert Pass()→std::move() for iOS build.dcheng2016-01-141-1/+3
* Change GotDataCallback to scoped_refptr<base::RefCountedMemory>estade2016-01-071-2/+2
* Use standard font for print previewmdjones2016-01-061-0/+1
* Convert Pass()→std::move() in //components/[a-m]*dcheng2015-12-2622-183/+185
* Switch to standard integer types in components/, part 1 of 4.avi2015-12-2531-5/+48
* Switch to standard integer types in base/strings/.avi2015-12-251-0/+1
* Replace RE2 import with a dependencybattre2015-12-211-1/+1
* Use TestTimeouts to specify time out in DomDistillerJsTest.RunJsTests()wychen2015-12-181-1/+2
* Relax the timeout of DomDistillerJsTest.RunJsTests for Android ASan botswychen2015-12-161-1/+1
* Run all the tests in DomDistillerJsTest.RunJsTestswychen2015-12-161-3/+1
* Disable HTML close button in Reader Modemdjones2015-12-111-0/+5
* Pass method parameters as JavaParamRef in components.torne2015-12-114-32/+61
* Add more components to "gn check", work on dom_distiller.brettw2015-11-306-148/+138
* Hook up JavaScript closePanelmdjones2015-11-246-5/+13
* add option to select pagination algorithm of DOM distillerkuan2015-11-201-0/+13
* Migrating tests to use EmbeddedTestServer (misc)svaldez2015-11-193-3/+3
* Add gn implementation for //components/dom_distiller/ios.sdefresne2015-11-161-0/+18
* Replace Reader Mode loading iconmdjones2015-11-1411-483/+146
* Hook up new distillability signal to DistillablePageUtilswychen2015-11-134-1/+72
* Pass distillability updates from renderer to browserwychen2015-11-138-0/+326
* Add a new distillability model for the new set of page featureswychen2015-11-133-0/+15
* Move third_party/mojo/src/mojo/public to mojo/publicrockot2015-11-137-10/+10
* Add a new set of page features for distillability testingwychen2015-11-113-4/+150
* Fix scroll jump in new Reader Panelmdjones2015-11-111-0/+1
* Fix dom_distiller build on Android.tfarina2015-10-271-0/+5
* More gn check fixesbrettw2015-10-243-0/+13
* Remove readability from third_partymdjones2015-10-221-22/+0
* Open distiller UI setting through JavaScriptmdjones2015-10-149-41/+91
* Added UMA stats reporting to LevelDB proto.cmumford2015-10-131-4/+14
* Revert "Add more tracking detail to Mojo async waits."rockot2015-10-122-2/+3
* Add more tracking detail to Mojo async waits.rockot2015-10-062-3/+2
* distiller: Retires support of CreateNewContext.yukishiino2015-10-058-46/+9
* Cleanup: Pass std::string as const reference from components/ki.stfu2015-09-282-4/+6
* Font size in DomDistiller prefs syncs with local scalingwychen2015-09-2614-20/+219
* Keep title empty if none detected in Reader Modewychen2015-09-252-14/+1
* Show the correct title when the article is not found in Reader Modewychen2015-09-252-8/+10
* Begin refactor of distiller exit buttonmdjones2015-09-2510-35/+59
* Refactor feedback to use native JS objectmdjones2015-09-247-37/+81
* Use the appropriate variant of IntToString in //componentsricea2015-09-241-4/+4
* Auto-size the feedback form of Reader Modewychen2015-09-242-12/+8
* Reland: Expose distiller functions to JavaScriptmdjones2015-09-2414-6/+462
* Update OWNERS file now that Chris has left the project.yfriedman2015-09-111-1/+1
* Revert of Expose distiller functions to JavaScript (patchset #14 id:260001 of...dbeam2015-09-1014-461/+6
* Expose distiller functions to JavaScriptmdjones2015-09-0914-6/+461
* Remove use of JSONReader::DeprecatedRead from components/olli.raula2015-09-082-4/+4
* Use fixed font-family in distiller feedback formwychen2015-09-041-0/+1
* jni_generator: Pass object parameters as JavaParamRef.torne2015-09-043-19/+30
* Fix printing distilled pageswychen2015-09-014-30/+35
* Fix theme-color meta tag for toolbar in reader modewychen2015-08-271-4/+18
* Reland "jni_generator: Make all object-returning natives return ScopedJavaLoc...torne2015-08-261-24/+21