summaryrefslogtreecommitdiffstats
path: root/chrome/browser/google/google_url_tracker.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move infobar handling to a tab helper, part 1.avi@chromium.org2011-09-011-1/+2
* Improve the usability of the "TLD changed" infobar by changing the strings:pkasting@chromium.org2011-08-081-6/+27
* Moving notification types which are chrome specific to a new header file chro...ananta@chromium.org2011-07-101-16/+18
* Move the little infobar code from TabContents to TabContentsWrapper.jam@chromium.org2011-05-181-2/+4
* net: Move ResponseCookies into the net namespace.tfarina@chromium.org2011-05-061-1/+1
* Replace the virtual InfoBarDelegate::InfoBarClosed() function with a non-virt...pkasting@chromium.org2011-05-051-5/+1
* Moved URLRequestContextGetter to net/ so it can be used by projects such as j...sanjeevr@chromium.org2011-03-311-1/+1
* Commit a piece of my already-reviewed fix for bug 54274 to fix bug 76548.pkasting@chromium.org2011-03-251-0/+1
* This is an extension of http://codereview.chromium.org/6280018 that provides ...battre@chromium.org2011-03-161-17/+4
* Revert 78228 - Extended: Add "system" URLRequestContext (not ready for use!)jam@chromium.org2011-03-151-4/+17
* Extended: Add "system" URLRequestContext (not ready for use!)battre@chromium.org2011-03-151-17/+4
* Update a bunch of files to the new location of notification files.tfarina@chromium.org2011-03-091-1/+1
* Plumb through NetworkChangeNotifier::IsOffline() to WebKit, enablingadamk@chromium.org2011-03-041-2/+2
* Update more includes that were pointing to the old locations.jam@chromium.org2011-03-021-2/+2
* Cleanup:pkasting@chromium.org2011-01-261-6/+2
* Revert 72408 - Fix leak.pkasting@chromium.org2011-01-241-0/+4
* Fix leak.pkasting@chromium.org2011-01-241-4/+0
* Move l10n_util to ui/baseben@chromium.org2011-01-211-1/+1
* net: Remove typedef net::URLRequestStatus URLRequestStatus;tfarina@chromium.org2011-01-131-2/+2
* Move:ben@chromium.org2010-12-021-1/+1
* Implement exponential back-off mechanism.joi@chromium.org2010-11-251-8/+5
* Fix crash due to erroneous use of |controller_|.pkasting@chromium.org2010-11-151-2/+5
* Misc. cleanup and reorg in preparation for fixing bug 54274. None of this sh...pkasting@chromium.org2010-11-111-82/+83
* Cleanup precursor patch #3: Convert factory class into a simple function poin...pkasting@chromium.org2010-11-091-39/+36
* Cleanup precursor patch #2: Split classes into declaration and definition pie...pkasting@chromium.org2010-11-091-43/+61
* Add a command line switch "--disable-background-networking", to be used inmbelshe@chromium.org2010-09-081-0/+6
* Update last prompted URL when user choosed "yes" or "no".ukai@chromium.org2010-09-061-2/+12
* Move Google-specific code under browser/ into browser/google/.evan@chromium.org2010-08-301-0/+348