index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
components
/
dom_distiller
Commit message (
Expand
)
Author
Age
Files
Lines
*
Start requiring DistillerPage for calls to DomDistillerService.
nyquist@chromium.org
2014-04-28
20
-183
/
+313
*
Simplify DistillerPage and change API towards platform dependent code.
nyquist@chromium.org
2014-04-24
8
-160
/
+102
*
Add a DistilledContentStore (and an in-memory impl)
cjhopman@chromium.org
2014-04-17
7
-49
/
+450
*
Move helper utilities for the DOM Distiller Viewer to core.
nyquist@chromium.org
2014-04-12
8
-216
/
+309
*
Remove PageDistiller from DOM Distiller.
nyquist@chromium.org
2014-04-12
10
-315
/
+146
*
Replace deprecated 3-arg SyncData::CreateLocalData with 5-arg version.
maniscalco@chromium.org
2014-04-10
1
-1
/
+10
*
Change regex back to wildcard match.
yfriedman@chromium.org
2014-04-10
1
-2
/
+2
*
Make ContentExtractor more automatable
cjhopman@chromium.org
2014-04-09
1
-9
/
+34
*
Add support for hooking up external feedback mechanism for DOM Distiller
nyquist@chromium.org
2014-04-04
2
-1
/
+30
*
Make DistillerPageWebContentsTest a real test that uses the distiller.
yfriedman@chromium.org
2014-04-03
3
-42
/
+112
*
Fix a problem that FeedbackReportingView is stacked infinitely whenever navig...
sungmann.cho@navercorp.com
2014-04-02
4
-1
/
+23
*
Move ContentBrowserTest class to content/public, since it's used by component...
jam@chromium.org
2014-03-27
4
-4
/
+2
*
[dom_distiller] Improve distillation speed.
yfriedman@chromium.org
2014-03-24
3
-15
/
+18
*
Create a new stylesheet for dom-distiller.
yfriedman@chromium.org
2014-03-21
1
-0
/
+16
*
Add a manual test for content extraction
cjhopman@chromium.org
2014-03-21
2
-0
/
+203
*
use migrated fns in boilerpipe-based dom-distiller library
kuan@chromium.org
2014-03-20
1
-10
/
+9
*
Make improper use of TaskTracker or Distiller easily identified
cjhopman@chromium.org
2014-03-18
6
-16
/
+60
*
Add feedback reporting for the DOM Distiller
nyquist@google.com
2014-03-17
2
-0
/
+48
*
Use boilerpipe-based dom-distiller-js
cjhopman@chromium.org
2014-03-17
2
-0
/
+47
*
Some minor polish for the DomDistiller viewer
yfriedman@chromium.org
2014-03-16
2
-7
/
+22
*
Remove //components/browser_context_keyed_service
blundell@chromium.org
2014-03-16
1
-1
/
+0
*
Move clients of BrowserContextKeyedService to use KeyedService (#4)
blundell@chromium.org
2014-03-14
1
-0
/
+1
*
Make the distiller cancellable.
shashishekhar@chromium.org
2014-03-12
12
-44
/
+133
*
Copy JavaScript execution to RenderFrame, switch easy cases to use it.
avi@chromium.org
2014-03-12
1
-8
/
+7
*
Add incremental updates for multipage distillation.
shashishekhar@chromium.org
2014-03-07
14
-244
/
+527
*
Add UI hook for distilling web pages for test shell (relanding)
nyquist@chromium.org
2014-03-06
6
-0
/
+151
*
Revert 254929 "Add UI hook for distilling web pages for test shell."
nyquist@google.com
2014-03-05
6
-151
/
+0
*
Add UI hook for distilling web pages for test shell.
nyquist@chromium.org
2014-03-05
6
-0
/
+151
*
Add support for distilling arbitrary URLs in DOM Distiller Viewer.
nyquist@chromium.org
2014-03-03
18
-71
/
+478
*
Support for distilling prior pages in an article.
shashishekhar@chromium.org
2014-02-17
4
-10
/
+89
*
Store page no for distilled pages undergoing distillation.
shashishekhar@chromium.org
2014-02-15
3
-58
/
+319
*
Change lifetime of image fetchers.
shashishekhar@chromium.org
2014-02-11
2
-7
/
+19
*
Add entry to list only if distillation is successful.
shashishekhar@chromium.org
2014-02-08
2
-26
/
+29
*
Move the translate script to the Translate component
droger@chromium.org
2014-02-07
3
-3
/
+3
*
Add support for multipage distillation.
shashishekhar@chromium.org
2014-02-05
20
-192
/
+650
*
Fix scheme-based URLDataSource lookup.
nyquist@chromium.org
2014-01-31
1
-1
/
+3
*
Add support for showing CSS with distilled articles.
nyquist@chromium.org
2014-01-29
3
-8
/
+30
*
Add support for displaying distilled articles.
nyquist@chromium.org
2014-01-29
4
-10
/
+152
*
Add the scheme chrome-distiller:// and hook up data source.
nyquist@chromium.org
2014-01-27
3
-2
/
+99
*
Fix memory leak in readingListPrivate api test.
yfriedman@chromium.org
2014-01-16
4
-6
/
+6
*
Implement initial of chrome.readingListPrivate api.
yfriedman@chromium.org
2014-01-14
6
-23
/
+30
*
Update uses of UTF conversions in chrome_frame/, chromeos/, components/ to us...
avi@chromium.org
2013-12-25
1
-1
/
+1
*
Update uses of Value in chromeos/, cloud_print/, components/, content/ to use...
avi@chromium.org
2013-12-23
2
-6
/
+6
*
MessageLoop(TYPE_UI) -> MessageLoopForUI
sky@chromium.org
2013-12-19
2
-2
/
+2
*
Change AddList to take a completion callback.
shashishekhar@chromium.org
2013-12-19
13
-86
/
+335
*
Revert of https://codereview.chromium.org/105393008/
shashishekhar@chromium.org
2013-12-19
13
-333
/
+86
*
Change AddList to take a completion callback.
shashishekhar@chromium.org
2013-12-19
13
-86
/
+333
*
components: Refactor the initialization of ResourceBundle for unit tests.
tfarina@chromium.org
2013-12-17
2
-17
/
+0
*
Fix some misc style errors.
shashishekhar@chromium.org
2013-12-16
20
-22
/
+51
*
Add method for updating an article in reading list.
shashishekhar@chromium.org
2013-12-14
11
-209
/
+429
[next]