summaryrefslogtreecommitdiffstats
path: root/chrome/browser/predictors
Commit message (Expand)AuthorAgeFilesLines
* chrome/browser: Migrate from googleurl/ includes to url/ ones. Part 1tfarina@chromium.org2013-07-027-8/+8
* Use a direct include of time headers in chrome/browser/, part 4.avi@chromium.org2013-06-288-8/+8
* [sql] Add histogram tag to predictor database.shess@chromium.org2013-06-271-0/+1
* Rewrite scoped_ptr<T>(NULL) to use the default ctor in chrome/.dcheng@chromium.org2013-06-121-1/+0
* Rename base/hash_tables to base/containers/hash_tables.brettw@chromium.org2013-06-111-1/+1
* Use a direct include of strings headers in chrome/browser/o*-p*/.avi@chromium.org2013-06-119-10/+10
* Use a direct include of utf_string_conversions.h in chrome/browser/, part 3.avi@chromium.org2013-06-075-5/+5
* Update chrome/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-024-32/+31
* Rename AutocompleteLog to OmniboxLog and move it into c/b/omnibox.tfarina@chromium.org2013-06-012-6/+5
* chrome: Use base::MessageLoop. (Part 3)xhwang@chromium.org2013-05-285-11/+11
* Remove references to Profile from browser_context_keyed_service.phajdan.jr@chromium.org2013-05-229-26/+30
* Move AutocompleteMatch::Type enum to chrome/common/autocomplete_match_type.h kmadhusu@chromium.org2013-05-211-2/+2
* Move ProfileKeyedService infrastructure to a componentphajdan.jr@chromium.org2013-05-209-10/+10
* Drop more dependencies of ProfileKeyedService infrastructure on chrome.phajdan.jr@chromium.org2013-05-173-0/+6
* Add support for split Public Suffix List distinctions.nyquist@chromium.org2013-05-141-1/+3
* Revert 199771 "Add support for split Public Suffix List distinct..."nyquist@chromium.org2013-05-131-3/+1
* Add support for split Public Suffix List distinctions.nyquist@chromium.org2013-05-131-1/+3
* Revert 199566 "Drop more dependencies of ProfileKeyedService inf..."tzik@chromium.org2013-05-133-6/+0
* Drop more dependencies of ProfileKeyedService infrastructure on chrome.phajdan.jr@chromium.org2013-05-103-0/+6
* Change GetProfileToUse method from Profile to content::BrowserContextphajdan.jr@chromium.org2013-05-032-4/+7
* [components] Switch {RefCounted}ProfileKeyedService to use BrowserContextphajdan.jr@chromium.org2013-04-266-8/+10
* Delete LoggedInPredictor state when the last cookie for a domain is deleted o...tburkard@chromium.org2013-04-252-7/+57
* Revert 196304 "Delete LoggedInPredictor state when the last cook..."atwilson@chromium.org2013-04-252-57/+7
* Delete LoggedInPredictor state when the last cookie for a domain is deleted o...tburkard@chromium.org2013-04-252-7/+57
* Add the LoggedIn Predictor, to detect which websites a user is likelytburkard@chromium.org2013-04-174-2/+194
* Revert 194541 "Revert 194504 "Fix build break""kjellander@google.com2013-04-171-1/+1
* Revert 194504 "Fix build break"kjellander@google.com2013-04-171-1/+1
* Revert 194484 "Add the LoggedIn Predictor, to detect which websi..."tburkard@chromium.org2013-04-174-191/+0
* Fix build breaktburkard@chromium.org2013-04-171-1/+1
* Add the LoggedIn Predictor, to detect which websites a user is likelytburkard@chromium.org2013-04-164-0/+192
* Remove URL fragment from referrer HTTP header (to comply with rfc2616) when o...mef@chromium.org2013-04-101-1/+1
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-095-266/+476
* Revert "Rewrite std::string("") to std::string(), Linux edition."dcheng@chromium.org2013-04-095-476/+266
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-095-266/+476
* [Net] Propagate priority changes from URLRequest to HttpTransactionakalin@chromium.org2013-03-221-1/+1
* Revert 189829 "[Net] Propagate priority changes from URLRequest ..."msw@chromium.org2013-03-221-1/+1
* [Net] Propagate priority changes from URLRequest to HttpTransactionakalin@chromium.org2013-03-221-1/+1
* [Cleanup] Remove StringPrintf from global namespacegroby@chromium.org2013-03-181-2/+2
* Revert "temporarily disable omnibox prerendering for m25"jknotten@chromium.org2013-03-051-1/+1
* temporarily disable omnibox prerendering for m25tburkard@chromium.org2013-03-051-1/+1
* Fix prerendering from the omnibox.mmenke@chromium.org2013-03-041-4/+6
* Move file_path.h to base/files.brettw@chromium.org2013-02-241-2/+2
* Move remaining non-test, non-Chrome-specific Prefs code to base/prefs/.joi@chromium.org2013-02-111-1/+1
* Merge branch 'master' into file_path_browserbrettw@chromium.org2013-02-101-2/+2
* Rename FilePath to base::FilePath and use new location of string_number_conve...brettw@chromium.org2013-02-081-1/+1
* history: Extract HistoryDBTask into its own header file.tfarina@chromium.org2013-02-081-1/+2
* Linux/ChromeOS Chromium style checker cleanup, chrome/browser edition.rsleevi@chromium.org2013-02-073-7/+7
* history: Rename history.h to history_service.htfarina@chromium.org2013-01-254-6/+6
* Only HistogramBase is used outside of base/metrics.kaiwang@chromium.org2013-01-231-3/+3
* Fixing possible read on URLRequest when there is no more data.shishir@chromium.org2013-01-052-11/+24