summaryrefslogtreecommitdiffstats
path: root/chrome/browser/google
Commit message (Expand)AuthorAgeFilesLines
* Allow the X-Chrome-Variations header to transmit to all ports.stevet@chromium.org2012-09-064-41/+93
* Cleanup: Constify some ProfileKeyedBaseFactory methods and all overrides. Rem...thestig@chromium.org2012-09-062-6/+6
* Redirect USER_DATA_DIR for GoogleUpdateTest and FirstRunTest.mnissler@chromium.org2012-09-011-0/+18
* Support debug servers for Instant.dcblack@chromium.org2012-09-012-2/+34
* Remove searchTerms from the Instant URL.sreeram@chromium.org2012-08-302-1/+4
* Fix crash due to assuming that if we received an INSTANT_COMMITTED notificati...pkasting@chromium.org2012-08-303-107/+225
* Add support for Google Instant search URL search term extraction.dominich@chromium.org2012-08-282-19/+84
* A simple version of search term replacement for testing. Google search URLs t...dominich@chromium.org2012-08-242-1/+35
* Remove LinkDoctor from Chromium.tony@chromium.org2012-08-232-3/+21
* Introduce InfoBarTabService API.joi@chromium.org2012-08-202-2/+3
* Create chrome/browser/api directory. Move infobar delegates used by Autofill ...joi@chromium.org2012-08-132-2/+2
* Move files related to registry-controlled domains into a new net/base/registr...pam@chromium.org2012-07-201-1/+1
* Switch about box to web ui on Windows.mad@chromium.org2012-07-142-39/+21
* GoogleURLTracker should ignore PENDING notifications from non-tabs.pkasting@chromium.org2012-07-121-7/+15
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-113-3/+0
* Coverity: Initialize a member variable.jhawkins@chromium.org2012-07-021-1/+2
* Implement counting for Google Search App searches.stevet@chromium.org2012-06-292-22/+48
* Add a catch-all category of Google Searches and count them.stevet@chromium.org2012-06-283-14/+53
* More comprehensive handling of NOTIFICATION_NAV_ENTRY_PENDING for GoogleURLTr...pkasting@chromium.org2012-06-263-222/+467
* Add core plumbing for Instant Extended workdhollowa@chromium.org2012-06-223-0/+58
* Reorder virtual function overrides in private section to the top of the secti...pkasting@chromium.org2012-06-222-88/+89
* Move test_url_fetcher_factory.* from content/ to net/url_requestakalin@chromium.org2012-06-191-5/+5
* Move content::URLFetcher static functions to net::URLFetcherakalin@chromium.org2012-06-193-6/+6
* TabContentsWrapper -> TabContents, part 15.avi@chromium.org2012-06-113-23/+16
* Upgrade process: Add an error message for when CoCreateInstance fails.finnur@chromium.org2012-06-081-12/+36
* When the Google base URL changes and causes keyword updates, save those to th...pkasting@chromium.org2012-06-052-6/+11
* TabContentsWrapper -> TabContents, part 1.avi@chromium.org2012-06-051-1/+2
* 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
* google: Remove wrong comment about views::DialogDelegate implementation.tfarina@chromium.org2012-05-311-3/+0
* Add NOTIFICATION_TAB_CONTENTS_DESTROYED when a TabContentsWrapper is about to...pkasting@chromium.org2012-05-263-44/+47
* Change most content::URLFetcher references to net::URLFetcherakalin@chromium.org2012-05-232-3/+3
* Remove content::URLFetcherDelegateakalin@chromium.org2012-05-221-3/+3
* Fix unsafe attempt to blindly access owner() in GoogleURLTracker::Close().pkasting@chromium.org2012-05-221-1/+1
* Ilya's been doing reviews for GoogleURLTracker for me, so add him to the OWNE...pkasting@chromium.org2012-05-141-0/+1
* Move URLFetcherDelegate to net/ and split URLFetcher between net/ and content/akalin@chromium.org2012-05-112-4/+4
* Support scheme-setting for GoogleURLTracker.pkasting@chromium.org2012-05-103-63/+296
* Moved url_utils from chrome/browser/net to chrome/common/net.groby@chromium.org2012-05-091-3/+3
* Make GoogleURLTracker a profile-keyed service.pkasting@chromium.org2012-05-097-61/+163
* Support instant in GoogleURLTracker.pkasting@chromium.org2012-05-073-23/+67
* A few small tweaks based on further analysis of GoogleURLTracker:pkasting@chromium.org2012-05-031-24/+23
* Transmit a X-Chrome-UMA-Enabled bit to Google domains from clients that have ...stevet@chromium.org2012-05-023-14/+80
* Revert 134625 - Transmit a X-Chrome-UMA-Enabled bit to Google domains from cl...kkania@chromium.org2012-04-303-80/+14
* Transmit a X-Chrome-UMA-Enabled bit to Google domains from clients that have ...stevet@chromium.org2012-04-303-14/+80
* Fix a leak.pkasting@chromium.org2012-04-261-0/+5
* Fix a number of problems with the GoogleURLTracker, mostly around the multipl...pkasting@chromium.org2012-04-243-203/+486
* Revert 132479 - Transmit a X-Chrome-UMA-Enabled bit to Google domains from cl...sky@chromium.org2012-04-163-65/+14
* Transmit a X-Chrome-UMA-Enabled bit to Google domains from clients that have ...stevet@chromium.org2012-04-163-14/+65
* Move notifications used only in chrome/ out of content/.avi@chromium.org2012-04-161-3/+9
* Implemented on-demand installation of the Chromoting Host on Windows.alexeypa@chromium.org2012-04-101-1/+1