summaryrefslogtreecommitdiffstats
path: root/components/dom_distiller
Commit message (Expand)AuthorAgeFilesLines
* Start requiring DistillerPage for calls to DomDistillerService.nyquist@chromium.org2014-04-2820-183/+313
* Simplify DistillerPage and change API towards platform dependent code.nyquist@chromium.org2014-04-248-160/+102
* Add a DistilledContentStore (and an in-memory impl)cjhopman@chromium.org2014-04-177-49/+450
* Move helper utilities for the DOM Distiller Viewer to core.nyquist@chromium.org2014-04-128-216/+309
* Remove PageDistiller from DOM Distiller.nyquist@chromium.org2014-04-1210-315/+146
* Replace deprecated 3-arg SyncData::CreateLocalData with 5-arg version.maniscalco@chromium.org2014-04-101-1/+10
* Change regex back to wildcard match.yfriedman@chromium.org2014-04-101-2/+2
* Make ContentExtractor more automatablecjhopman@chromium.org2014-04-091-9/+34
* Add support for hooking up external feedback mechanism for DOM Distillernyquist@chromium.org2014-04-042-1/+30
* Make DistillerPageWebContentsTest a real test that uses the distiller.yfriedman@chromium.org2014-04-033-42/+112
* Fix a problem that FeedbackReportingView is stacked infinitely whenever navig...sungmann.cho@navercorp.com2014-04-024-1/+23
* Move ContentBrowserTest class to content/public, since it's used by component...jam@chromium.org2014-03-274-4/+2
* [dom_distiller] Improve distillation speed.yfriedman@chromium.org2014-03-243-15/+18
* Create a new stylesheet for dom-distiller.yfriedman@chromium.org2014-03-211-0/+16
* Add a manual test for content extractioncjhopman@chromium.org2014-03-212-0/+203
* use migrated fns in boilerpipe-based dom-distiller librarykuan@chromium.org2014-03-201-10/+9
* Make improper use of TaskTracker or Distiller easily identifiedcjhopman@chromium.org2014-03-186-16/+60
* Add feedback reporting for the DOM Distillernyquist@google.com2014-03-172-0/+48
* Use boilerpipe-based dom-distiller-jscjhopman@chromium.org2014-03-172-0/+47
* Some minor polish for the DomDistiller vieweryfriedman@chromium.org2014-03-162-7/+22
* Remove //components/browser_context_keyed_serviceblundell@chromium.org2014-03-161-1/+0
* Move clients of BrowserContextKeyedService to use KeyedService (#4)blundell@chromium.org2014-03-141-0/+1
* Make the distiller cancellable.shashishekhar@chromium.org2014-03-1212-44/+133
* Copy JavaScript execution to RenderFrame, switch easy cases to use it.avi@chromium.org2014-03-121-8/+7
* Add incremental updates for multipage distillation.shashishekhar@chromium.org2014-03-0714-244/+527
* Add UI hook for distilling web pages for test shell (relanding)nyquist@chromium.org2014-03-066-0/+151
* Revert 254929 "Add UI hook for distilling web pages for test shell."nyquist@google.com2014-03-056-151/+0
* Add UI hook for distilling web pages for test shell.nyquist@chromium.org2014-03-056-0/+151
* Add support for distilling arbitrary URLs in DOM Distiller Viewer.nyquist@chromium.org2014-03-0318-71/+478
* Support for distilling prior pages in an article.shashishekhar@chromium.org2014-02-174-10/+89
* Store page no for distilled pages undergoing distillation.shashishekhar@chromium.org2014-02-153-58/+319
* Change lifetime of image fetchers.shashishekhar@chromium.org2014-02-112-7/+19
* Add entry to list only if distillation is successful.shashishekhar@chromium.org2014-02-082-26/+29
* Move the translate script to the Translate componentdroger@chromium.org2014-02-073-3/+3
* Add support for multipage distillation.shashishekhar@chromium.org2014-02-0520-192/+650
* Fix scheme-based URLDataSource lookup.nyquist@chromium.org2014-01-311-1/+3
* Add support for showing CSS with distilled articles.nyquist@chromium.org2014-01-293-8/+30
* Add support for displaying distilled articles.nyquist@chromium.org2014-01-294-10/+152
* Add the scheme chrome-distiller:// and hook up data source.nyquist@chromium.org2014-01-273-2/+99
* Fix memory leak in readingListPrivate api test.yfriedman@chromium.org2014-01-164-6/+6
* Implement initial of chrome.readingListPrivate api.yfriedman@chromium.org2014-01-146-23/+30
* Update uses of UTF conversions in chrome_frame/, chromeos/, components/ to us...avi@chromium.org2013-12-251-1/+1
* Update uses of Value in chromeos/, cloud_print/, components/, content/ to use...avi@chromium.org2013-12-232-6/+6
* MessageLoop(TYPE_UI) -> MessageLoopForUIsky@chromium.org2013-12-192-2/+2
* Change AddList to take a completion callback.shashishekhar@chromium.org2013-12-1913-86/+335
* Revert of https://codereview.chromium.org/105393008/shashishekhar@chromium.org2013-12-1913-333/+86
* Change AddList to take a completion callback.shashishekhar@chromium.org2013-12-1913-86/+333
* components: Refactor the initialization of ResourceBundle for unit tests.tfarina@chromium.org2013-12-172-17/+0
* Fix some misc style errors.shashishekhar@chromium.org2013-12-1620-22/+51
* Add method for updating an article in reading list.shashishekhar@chromium.org2013-12-1411-209/+429