summaryrefslogtreecommitdiffstats
path: root/chrome/browser/visitedlink
Commit message (Expand)AuthorAgeFilesLines
* Componentize visitedlinks to src/components/visitedlinkboliu@chromium.org2013-01-239-2717/+0
* Remove VisitedLink dependency on rest of chromeboliu@chromium.org2013-01-099-247/+249
* Initial DEPS setup to make VisitedLink into Browser Componentwxjg68@motorola.com2013-01-091-0/+24
* Revert "Remove VisitedLink dependency on rest of chrome" r175186boliu@chromium.org2013-01-049-244/+234
* Remove VisitedLink dependency on rest of chromeboliu@chromium.org2013-01-049-234/+244
* Move scoped_temp_dir from base to base/filesbrettw@chromium.org2012-11-161-1/+1
* Move stack_container and linked_list to the new containers subdirectory.brettw@chromium.org2012-11-101-2/+2
* Fix memory leak in VisitedLinkMastercaitkp@chromium.org2012-11-024-17/+29
* Make history service not ref-counted and not thread-safeakalin@chromium.org2012-11-011-4/+4
* Fix memory leak in VisitedLink testscaitkp@chromium.org2012-10-261-23/+26
* Browser Plugin: Deleted old implementation (browser side)fsamuel@chromium.org2012-10-251-4/+0
* Convert VisitedLinkMaster to a ProfileKeyedServicecaitkp@chromium.org2012-10-246-27/+113
* Make HQP Delete Matches.mrossetti@chromium.org2012-09-271-2/+3
* Rework arguments of HistoryService::AddPage()akalin@chromium.org2012-09-211-1/+3
* Revert 152946 - Replace HistoryQuickProvider protobuf-based caching with an S...ricow@chromium.org2012-08-231-3/+2
* Replace HistoryQuickProvider protobuf-based caching with an SQLite-based data...mrossetti@chromium.org2012-08-231-2/+3
* Fix error checking in VisitedLinkMaster.paivanof@gmail.com2012-08-161-3/+6
* Revert 151419 - Replace HistoryQuickProvider protobuf-based caching with an S...mrossetti@chromium.org2012-08-141-3/+2
* Replace HistoryQuickProvider protobuf-based caching with an SQLite-based data...mrossetti@chromium.org2012-08-141-2/+3
* Coverity: Fix a pass-by-value.jhawkins@chromium.org2012-08-031-1/+1
* Do not open file on UI thread in VisitedLinkMasterpaivanof@gmail.com2012-07-312-27/+54
* Rename WasRestored to WasShown across all uses.scshunt@chromium.org2012-07-271-2/+2
* Remove more set noparentsben@chromium.org2012-07-251-1/+0
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-112-2/+0
* Removing usage of profile_->GetHistory() from the codebase in order to remove...rlp@chromium.org2012-06-191-1/+4
* Move the rest of the content\test headers that are used by embedders to conte...jam@chromium.org2012-06-041-1/+1
* Move test_browser_thread.h from content\test to content\public\test. This way...jam@chromium.org2012-06-041-1/+1
* Move mock test headers from content\test to content\public\test. This way we ...jam@chromium.org2012-06-031-1/+1
* Browser Plugin: Remove MapInstance from BrowserPluginHost + More cross-proces...fsamuel@chromium.org2012-05-241-2/+10
* Browser Plugin: Removed BrowserPluginWebContentsObserver (to be replaced by r...fsamuel@chromium.org2012-05-161-2/+2
* Create swapped-out opener RVHs after a process swap.creis@chromium.org2012-05-021-2/+2
* Single URL Expires Were Not Being Deleted.mrossetti@chromium.org2012-04-173-18/+23
* Revert 132268 - Single URL Expires Were Not Being Deleted.mrossetti@chromium.org2012-04-133-21/+16
* Single URL Expires Were Not Being Deleted.mrossetti@chromium.org2012-04-133-16/+21
* Move MockRenderProcessHost to content/test and put it into the content namesp...tfarina@chromium.org2012-03-161-1/+2
* Introduce abstractions to allow embedders to test RenderViewHostjoi@chromium.org2012-03-121-7/+9
* Refactor Pickle Read methods to use higher performance PickleIterator.jbates@chromium.org2012-03-071-1/+1
* Move Render(View|Widget)Host and associated classes to content namespace.joi@chromium.org2012-03-071-0/+1
* Move RenderWidgetHost and RenderViewHost interfaces to their own files.joi@chromium.org2012-03-061-1/+1
* Extract minimal RenderViewHost interface for embedders, leavingjoi@chromium.org2012-03-051-2/+2
* Properly do set noparent for history owners, add one for visited links.brettw@chromium.org2012-02-101-0/+3
* Remove a bunch of easy entries from chrome\browser\DEPS.jam@chromium.org2012-01-311-25/+9
* Convert use of int ms to TimeDelta in files owned by brettw.tedvessenes@gmail.com2012-01-271-3/+5
* Hook up the SequencedWorkerPool to the browser thread.brettw@chromium.org2012-01-193-12/+21
* Revert 117824 - Convert use of int ms to TimeDelta in files owned by brettw.hbono@chromium.org2012-01-161-5/+3
* Convert use of int ms to TimeDelta in files owned by brettw.tedvessenes@gmail.com2012-01-161-3/+5
* Revert 116816 - Hook up the SequencedWorkerPool to the browser thread.msw@chromium.org2012-01-072-18/+12
* Hook up the SequencedWorkerPool to the browser thread.brettw@chromium.org2012-01-072-12/+18
* Coverity: Add some NULL checks.thestig@chromium.org2011-12-211-0/+2
* Make page IDs be specific to a RenderView rather than global to its process.creis@chromium.org2011-12-161-2/+2