summaryrefslogtreecommitdiffstats
path: root/components/visitedlink/test/visitedlink_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in components/, part 4 of 4.avi2015-12-251-9/+13
* Load the table of visited links from database file asynchronously.sath2015-12-151-27/+136
* Fix Windows ScopedTempDir in visitedlink unit tests.wkorman2015-11-121-11/+21
* Remove swapped-out usage in --site-per-process.nasko2015-06-051-2/+2
* Change most uses of Pickle to base::Picklebrettw2015-06-031-1/+1
* components: Remove use of MessageLoopProxy and deprecated MessageLoop APIsskyostil2015-06-021-4/+5
* Cleanup: Remove unneeded path_service.h includes.thestig2014-11-061-1/+0
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-291-5/+3
* Standardize usage of virtual/override/final in components/dcheng2014-10-211-14/+13
* replace OVERRIDE and FINAL with override and final in components/mostynb2014-10-061-12/+12
* Use content::RunBlockingPoolTask() in tests.mtomasz2014-09-151-4/+2
* Change base/file_utils.h includes to base/files/file_utils.h in chrome_elf/ a...thestig2014-09-101-1/+1
* Create RenderFrameProxyHost at time of swap-out instead of commit.nasko@chromium.org2014-05-191-6/+4
* Preserve Page::openedByDOM state across process swaps.davidben@chromium.org2014-04-161-2/+2
* Move directory creation functions to base namespace.brettw@chromium.org2013-12-031-1/+1
* Update include paths in components/visitedlink for base/process changes.rsesek@chromium.org2013-07-231-1/+1
* Use a direct include of the message_loop header in cc/, chrome_frame/, cloud_...avi@chromium.org2013-07-171-1/+1
* Use a direct include of the shared_memory header in base/, chrome/, components/.avi@chromium.org2013-07-171-1/+1
* Change RenderViewHostTestHarness to create BrowserContext after thread startupjochen@chromium.org2013-07-151-5/+9
* components: Migrate from googleurl/ includes to url/ ones. Part 3.tfarina@chromium.org2013-07-051-1/+1
* Use a direct include of time headers in chrome_frame/, chromeos/, cloud_print...avi@chromium.org2013-06-281-1/+1
* Use a direct include of strings headers in components/, part 2.avi@chromium.org2013-06-111-1/+1
* Pass the SiteInstance into CreateRenderProcessHostjyasskin@chromium.org2013-06-061-1/+2
* Add TestBrowserThreadBundle into RenderViewHostTestHarness. Kill some unneces...ajwong@chromium.org2013-06-061-22/+15
* components: Move visitedlink into visitedlink namespace.tfarina@chromium.org2013-05-171-2/+2
* components: Use base::MessageLoop.xhwang@chromium.org2013-05-061-8/+8
* Convert string16 -> base::string16 in components/brettw@chromium.org2013-04-111-2/+2
* [Cleanup] Remove StringPrintf from global namespacegroby@chromium.org2013-03-181-1/+1
* More FilePath -> base::FilePath replacement.brettw@chromium.org2013-02-101-2/+2
* Linux/ChromeOS Chromium style checker cleanup, assorted top directories edition.rsleevi@chromium.org2013-02-071-3/+3
* Move visitedlink and auto_login_parser to component test targetboliu@chromium.org2013-01-251-41/+37
* Add VisitedLink option to not persist to disk.boliu@chromium.org2013-01-251-1/+2
* Disable VisitedLink in incognito modeboliu@chromium.org2013-01-231-10/+26
* Componentize visitedlinks to src/components/visitedlinkboliu@chromium.org2013-01-231-0/+763