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
/
chrome
/
browser
/
browsing_data_remover.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clear the NaCl validation cache whenever the main cache is cleared.
ncbray@chromium.org
2012-06-14
1
-2
/
+58
*
`chrome.browsingData` extension API can now remove data from protected origins.
mkwst@chromium.org
2012-06-14
1
-5
/
+10
*
Collect user metrics for clearing protected storage
battre@chromium.org
2012-06-14
1
-0
/
+20
*
Move creation and ownership of DownloadManager from the embedder to content. ...
jam@chromium.org
2012-06-06
1
-1
/
+1
*
Teaching BrowsingDataRemover how to delete application data.
mkwst@chromium.org
2012-06-04
1
-25
/
+72
*
Renaming `BrowsingDataHelper::IsValidScheme`, as it's poorly descriptive.
mkwst@chromium.org
2012-06-01
1
-1
/
+1
*
Pepper Flash settings integration: implement "deauthorize content licenses".
yzshen@chromium.org
2012-05-27
1
-1
/
+21
*
Pepper Flash settings integration: add UI for "deauthorize content licenses".
yzshen@chromium.org
2012-05-25
1
-0
/
+7
*
Taking over issue 10006037.
rlp@chromium.org
2012-05-14
1
-3
/
+5
*
Revert 136499 - Taking over issue 10006037.
yusukes@google.com
2012-05-11
1
-5
/
+3
*
Taking over issue 10006037.
rlp@chromium.org
2012-05-11
1
-3
/
+5
*
Add an interface for Flash to clear its data.
brettw@chromium.org
2012-04-12
1
-4
/
+2
*
Allow SessionService to be disabled.
yfriedman@chromium.org
2012-04-05
1
-0
/
+2
*
Revert 130682 - Revert 130574 - Adding a BrowsingDataHelper class to hold som...
nirnimesh@chromium.org
2012-04-04
1
-0
/
+3
*
Revert 130574 - Adding a BrowsingDataHelper class to hold some useful methods.
nirnimesh@chromium.org
2012-04-04
1
-3
/
+0
*
Adding a BrowsingDataHelper class to hold some useful methods.
mkwst@chromium.org
2012-04-04
1
-0
/
+3
*
Rename origin_bound_cert files to server_bound_cert.
mattm@chromium.org
2012-03-22
1
-2
/
+2
*
Change Origin bound certs -> Domain bound certs.
mattm@chromium.org
2012-03-20
1
-13
/
+13
*
Update net/base/cookie_*.h includes to net/cookies/cookie_*.h .
erikwright@chromium.org
2012-03-15
1
-1
/
+1
*
Make the content::DOMStorageContext methods callable on the main thread and h...
jam@chromium.org
2012-03-15
1
-12
/
+2
*
ContentAPI change - Post DomStorage tasks via a SequencedTaskRunner instead o...
michaeln@google.com
2012-03-14
1
-7
/
+7
*
Profile refactoring: Remove all PasswordStore code from the Profile interface.
erg@chromium.org
2012-03-14
1
-2
/
+3
*
Reverting log messages that weren't useful.
oshima@chromium.org
2012-03-07
1
-16
/
+0
*
Add log messages to troubeleshoot login timeout issue
oshima@chromium.org
2012-02-29
1
-0
/
+16
*
Get rid of WebKitContext. Only two out of six HTML5 related objects were in i...
jam@chromium.org
2012-02-24
1
-2
/
+1
*
Remove usage of WebKitContext from chrome. This also cleans up the chrome cod...
jam@chromium.org
2012-02-24
1
-9
/
+16
*
Add ENABLE_SAFE_BROWSING ifdefs in BrowsingDataRemover (for code added in r12...
mattm@chromium.org
2012-02-24
1
-0
/
+2
*
Clear SafeBrowsing cookie store in BrowsingDataRemover.
mattm@chromium.org
2012-02-22
1
-4
/
+24
*
Move creation of BrowserContext objects that live in content to content, inst...
jam@chromium.org
2012-02-20
1
-11
/
+17
*
Reverting to green up the memory waterfall.
jhawkins@chromium.org
2012-02-19
1
-17
/
+11
*
BrowsingDataRemover: Enable origin-based deletion for quota-managed data.
mkwst@chromium.org
2012-02-17
1
-3
/
+2
*
Move creation of BrowserContext objects that live in content to content, inst...
jam@chromium.org
2012-02-17
1
-11
/
+17
*
Add origin-based history removal to BrowsingDataRemover
mkwst@chromium.org
2012-02-17
1
-21
/
+42
*
Remove PassiveLogCollector, and its supporting infrastructure.
eroman@chromium.org
2012-02-15
1
-8
/
+0
*
QuotaManager::DeleteOriginData allows deletion of specific QuotaClients
mkwst@chromium.org
2012-02-09
1
-0
/
+16
*
Add origin bound certs to BrowsingDataRemover and extensions clear API.
mattm@chromium.org
2012-01-25
1
-6
/
+43
*
And now NewRunnableMethod(), you die.
ajwong@chromium.org
2012-01-04
1
-5
/
+1
*
Refactor CookieStore to allow BrowsingDataRemover to depend on it.
qsr@chromium.org
2011-12-21
1
-11
/
+7
*
Move DownloadFile/DownloadItem/DownloadManager interfaces into content/public...
jam@chromium.org
2011-12-20
1
-1
/
+2
*
Deprecate WEBKIT thread
joth@chromium.org
2011-12-20
1
-1
/
+1
*
base::Bind: Convert most of disk_cache.
jhawkins@chromium.org
2011-12-19
1
-5
/
+3
*
base::Bind: Cleanup almost-unused OldCompletionCallbacks.
jhawkins@chromium.org
2011-12-15
1
-3
/
+7
*
Split UserMetrics into API vs. implementation. Move API to content/public.
joi@chromium.org
2011-12-14
1
-8
/
+9
*
Renaming REMOVE_LSO_DATA to REMOVE_PLUGIN_DATA
mkwst@chromium.org
2011-12-13
1
-5
/
+5
*
Adding chrome::NOTIFICATION_BROWSING_DATA_REMOVED.
mkwst@chromium.org
2011-12-13
1
-4
/
+35
*
Reverts a commit that caused ASAN failures, and 2 dependent commits.
joi@chromium.org
2011-12-07
1
-7
/
+5
*
base::Bind: Convert browsing_data_remover.
jhawkins@chromium.org
2011-12-06
1
-6
/
+2
*
base::Bind: Convert disk_cache_based_ssl_host_info.
jhawkins@chromium.org
2011-12-06
1
-5
/
+11
*
Move the PluginDataRemover class to content, and remove the chrome pieces fro...
jam@chromium.org
2011-11-17
1
-3
/
+5
*
Move BrowserThread to content namespace.
joi@chromium.org
2011-11-02
1
-0
/
+2
[next]