summaryrefslogtreecommitdiffstats
path: root/chrome/browser/google/google_url_tracker.cc
Commit message (Expand)AuthorAgeFilesLines
* Split the existing GoogleURLTrackerInfoBarDelegate into two classes by adding...pkasting@chromium.org2012-10-171-118/+101
* Switch NOTIFICATION_INSTANT_COMMITTED to source a WebContents.avi@chromium.org2012-10-111-2/+2
* Remove NOTIFICATION_TAB_CONTENTS_DESTROYED from GoogleURLTracker.avi@chromium.org2012-10-111-24/+25
* Switch InfoBarTabHelper to use WebContentsUserData.avi@chromium.org2012-10-111-15/+19
* Split GoogleURLTrackerInfoBarDelegate into its own .h/.cc. This will make ch...pkasting@chromium.org2012-10-061-141/+5
* Allow the X-Chrome-Variations header to transmit to all ports.stevet@chromium.org2012-09-061-1/+2
* Fix crash due to assuming that if we received an INSTANT_COMMITTED notificati...pkasting@chromium.org2012-08-301-28/+54
* Introduce InfoBarTabService API.joi@chromium.org2012-08-201-2/+2
* GoogleURLTracker should ignore PENDING notifications from non-tabs.pkasting@chromium.org2012-07-121-7/+15
* Coverity: Initialize a member variable.jhawkins@chromium.org2012-07-021-1/+2
* More comprehensive handling of NOTIFICATION_NAV_ENTRY_PENDING for GoogleURLTr...pkasting@chromium.org2012-06-261-92/+203
* Reorder virtual function overrides in private section to the top of the secti...pkasting@chromium.org2012-06-221-74/+74
* Move content::URLFetcher static functions to net::URLFetcherakalin@chromium.org2012-06-191-3/+3
* TabContentsWrapper -> TabContents, part 15.avi@chromium.org2012-06-111-15/+11
* When the Google base URL changes and causes keyword updates, save those to th...pkasting@chromium.org2012-06-051-1/+2
* Add NOTIFICATION_TAB_CONTENTS_DESTROYED when a TabContentsWrapper is about to...pkasting@chromium.org2012-05-261-33/+34
* Change most content::URLFetcher references to net::URLFetcherakalin@chromium.org2012-05-231-2/+2
* Fix unsafe attempt to blindly access owner() in GoogleURLTracker::Close().pkasting@chromium.org2012-05-221-1/+1
* Move URLFetcherDelegate to net/ and split URLFetcher between net/ and content/akalin@chromium.org2012-05-111-1/+1
* Support scheme-setting for GoogleURLTracker.pkasting@chromium.org2012-05-101-31/+68
* Make GoogleURLTracker a profile-keyed service.pkasting@chromium.org2012-05-091-26/+27
* Support instant in GoogleURLTracker.pkasting@chromium.org2012-05-071-13/+34
* A few small tweaks based on further analysis of GoogleURLTracker:pkasting@chromium.org2012-05-031-24/+23
* Fix a number of problems with the GoogleURLTracker, mostly around the multipl...pkasting@chromium.org2012-04-241-90/+149
* Move notifications used only in chrome/ out of content/.avi@chromium.org2012-04-161-3/+9
* Adding a flag to overwrite the URL used to check the domain to use for searchesjcivelli@chromium.org2012-03-261-3/+7
* Misc. small cleanups to minimize TemplateURL refactoring diffs:pkasting@chromium.org2012-03-221-7/+6
* Clean up GoogleURLTracker: pkasting@chromium.org2012-03-211-71/+63
* Convert use of int ms to TimeDelta in files owned by brettw.tedvessenes@gmail.com2012-01-271-2/+3
* Revert 117824 - Convert use of int ms to TimeDelta in files owned by brettw.hbono@chromium.org2012-01-161-3/+2
* Convert use of int ms to TimeDelta in files owned by brettw.tedvessenes@gmail.com2012-01-161-2/+3
* Get rid of content::NavigationController in cc file and use "using" instead.jam@chromium.org2012-01-041-6/+7
* Convert WebContents to return a content::NavigationController instead of the ...jam@chromium.org2012-01-041-1/+1
* Convert all the notifications which use NavigationController to content::Navi...jam@chromium.org2012-01-031-7/+7
* Convert chrome users of NavigationController::tab_contents() to use GetWebCon...jam@chromium.org2012-01-021-8/+9
* Remove the remaining usages of NavigationEntry in chrome by converting a few ...jam@chromium.org2011-12-281-2/+2
* Move the PageNavigator interface and GlobalRequestID struct to content\public...jam@chromium.org2011-12-281-7/+15
* Move FaviconStatus and SSLStatus out of NavigationEntry into their own files ...jam@chromium.org2011-12-271-0/+1
* Convert a bunch of WebContentsObservers to use web_contents() instead of tab_...jam@chromium.org2011-12-251-1/+1
* Create a Content API around NavigationEntry that's in content/public/browser....jam@chromium.org2011-12-251-1/+1
* Convert chrome callers of UrlFetcher to use the interface. I'll switch tests ...jam@chromium.org2011-10-261-3/+4
* Create a content::UrlFetcher interface that lives in content/public/common an...jam@chromium.org2011-10-251-7/+7
* Convert URLFetcher::Delegates to use an interface in content/public/common. A...jam@chromium.org2011-10-241-8/+5
* Make NotificationService an interface in the content namespace, and switch ca...jam@chromium.org2011-10-191-6/+6
* Move NotificationObserver, NotificationSource, and NotificationDetails to con...jam@chromium.org2011-10-191-9/+10
* Move PageTransition into content namespace. While I'm touching all these file...jam@chromium.org2011-10-131-2/+2
* Move infobar handling to a tab helper.avi@chromium.org2011-09-301-11/+16
* Change some uses of old callback types to new ones.pkasting@chromium.org2011-09-271-6/+6
* Move infobar handling to a tab helper, part 1.avi@chromium.org2011-09-011-1/+2
* Revert 99187 (speculative revert for ProfileSyncServiceSessionTest.FailModelA...thakis@chromium.org2011-09-011-2/+1