summaryrefslogtreecommitdiffstats
path: root/chrome/browser/history
Commit message (Expand)AuthorAgeFilesLines
* Attempt 2 at landing top sites refactor:sky@chromium.org2010-10-2720-1918/+2441
* Make history notification's destructors all virtual, since the base class is.jochen@chromium.org2010-10-271-5/+5
* Coverity: Fix several pass-by-values.jhawkins@chromium.org2010-10-265-14/+16
* Revert 63687 - Refactors TopSites so that it's hopefully easier to maintain andsky@chromium.org2010-10-2419-2236/+1816
* Refactors TopSites so that it's hopefully easier to maintain andsky@chromium.org2010-10-2419-1816/+2236
* Update code that previously constructed strings from string iterators only to...erikwright@chromium.org2010-10-221-2/+2
* Move inspector to "chrome-devtools" schemepodivilov@chromium.org2010-10-221-0/+1
* Convert LOG(INFO) to VLOG(1) - misc. chrome/browser/*/*.pkasting@chromium.org2010-10-212-3/+3
* RedirectTest.ClientEmptyReferer works with a test_server on ephemeral ports.cbentzel@chromium.org2010-10-211-5/+25
* Change to use the new FORMAT_SkBitmap when encoding SkBitmap to jpeg.klobag@chromium.org2010-10-202-2/+2
* FBTF: Even more deinlining.erg@google.com2010-10-204-5/+57
* Remove scoped_bstr_win, fix all callers to use the new location.brettw@chromium.org2010-10-201-3/+6
* Revert 59851 since we now avoid the problem with the testing webserver.thomasvl@chromium.org2010-10-201-2/+1
* FBTF: Even more ctor/virtual deinlining.erg@google.com2010-10-196-22/+33
* Move pe_image and registry from base to base/win and use the namespace. It re...brettw@chromium.org2010-10-171-2/+2
* FBTF: More ctor/dtor cleanup.erg@google.com2010-10-144-22/+35
* Move Stats, histograms, and field trial into a metrics subdirectory of base andbrettw@chromium.org2010-10-146-6/+6
* base: Move SplitString functions into the base namespace and update the callers.tfarina@chromium.org2010-10-142-2/+2
* Temporarily disable the HistoryQuickProvider and InMemoryURLIndex to see if i...mrossetti@chromium.org2010-10-131-0/+4
* Final phase of the URL History Quick autocomplete provider integration. This ...mrossetti@chromium.org2010-10-1210-29/+53
* Rename ChromeThread to BrowserThread Part20:tfarina@chromium.org2010-10-124-4/+4
* Revert 62193 - Final phase of the URL History Quick autocomplete provider int...mrossetti@chromium.org2010-10-1110-53/+29
* Final phase of the URL History Quick autocomplete provider integration. This...mrossetti@chromium.org2010-10-1110-29/+53
* Rename ChromeThread to BrowserThread Part11:tfarina@chromium.org2010-10-105-40/+41
* Revert 61826 - Revert "Make sure TopSites is only created if enabled. TopSite...sky@chromium.org2010-10-071-2/+4
* Remove all FIXMEs in browser/estade@chromium.org2010-10-072-3/+3
* Revert "Make sure TopSites is only created if enabled. TopSites was getting"agl@chromium.org2010-10-071-4/+2
* Make sure TopSites is only created if enabled. TopSites was gettingsky@chromium.org2010-10-071-2/+4
* FBTF: Continue fixing nits found by my automated source scanner.erg@google.com2010-10-052-1/+11
* HistoryBrowserTest.SavingHistoryDisabled and SavingHistoryDisabledThenEnabled...dhollowa@chromium.org2010-10-051-2/+18
* clang/mac: Fix most easy problems in chrome.xcodeproj (all targets)thakis@chromium.org2010-10-021-35/+0
* Implement policy for enabling/disabling browsing history.phajdan.jr@chromium.org2010-10-011-0/+210
* FBTF: Move ctors/dtors into implementation files. Adds ctors/dtors to non-POD...erg@google.com2010-09-304-9/+61
* base: Finish moving the SplitString functions from string_util.h to string_sp...tfarina@chromium.org2010-09-242-1/+3
* FBTF: Move virtual methods to implementation files.erg@google.com2010-09-232-1/+4
* Reduce console DLOG(INFO) spam in history_backend.isherman@chromium.org2010-09-231-2/+0
* Make it possible to run unit_tests under parallel_launcher.py for speed.phajdan.jr@chromium.org2010-09-232-14/+12
* Fix numeric typo. The page size needs to be a power of 2 between 512 and 8192,mark@chromium.org2010-09-221-1/+1
* Disables top sites until we get it in a better shape.sky@chromium.org2010-09-219-59/+49
* Marking RedirectTest.Client as FLAKYmlloyd@chromium.org2010-09-171-1/+2
* Reduce console LOG(INFO) spam in history_service.evan@chromium.org2010-09-171-1/+0
* Reduce console spam from top_sites.evan@chromium.org2010-09-171-3/+1
* Updates to NTP per UI review:aa@chromium.org2010-09-143-0/+13
* Fix several spelling mistakes, mostly in comments.mdm@chromium.org2010-09-141-1/+1
* FBTF: Move ctors/dtors into cc files.erg@google.com2010-09-1310-62/+173
* Add HostForURL to HostPortPair and use it to make surephajdan.jr@chromium.org2010-09-101-2/+2
* Step 3 integrating the HistoryQuickProvider: Implement searching and producti...mrossetti@chromium.org2010-09-093-19/+466
* Reduce the number of files that recompile when changing template_url.h or tem...levin@chromium.org2010-08-316-20/+21
* Remove the wstring FormatUrl() functions (and convert remaining users to the ...viettrungluu@chromium.org2010-08-314-10/+10
* Remove the wstring TreeModelNode::GetTitle() and rename GetTitleAsString16() ...viettrungluu@chromium.org2010-08-303-0/+3