summaryrefslogtreecommitdiffstats
path: root/chrome/browser/alternate_nav_url_fetcher.cc
Commit message (Expand)AuthorAgeFilesLines
* Move content::URLFetcher static functions to net::URLFetcherakalin@chromium.org2012-06-191-2/+2
* TabContentsWrapper -> TabContents, part 33.avi@chromium.org2012-06-111-4/+4
* Audit URLFetcher cookie use in alternate_nav_url_fetcher.cc.pkasting@chromium.org2012-06-071-7/+1
* Add support to URLFetcher for stopping on redirects. Use this in AlternateNa...pkasting@chromium.org2012-06-071-18/+14
* Change most content::URLFetcher references to net::URLFetcherakalin@chromium.org2012-05-231-1/+1
* Make AssociateWithRenderView() a free function in the 'content' namespaceakalin@chromium.org2012-05-221-1/+2
* Move URLFetcherDelegate to net/ and split URLFetcher between net/ and content/akalin@chromium.org2012-05-111-2/+2
* TabContents -> WebContentsImpl, part 18.avi@chromium.org2012-04-171-1/+1
* Move notifications used only in chrome/ out of content/.avi@chromium.org2012-04-161-3/+5
* Do cookie checks in NetworkDelegate instead of the URLRequest::Delegate.jochen@chromium.org2012-03-091-1/+8
* Disable storing cookies from URLFetchers that run with a profile's cookie jar.jochen@chromium.org2012-02-291-1/+3
* Get rid of content::NavigationController in cc file and use "using" instead.jam@chromium.org2012-01-041-9/+8
* 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/+10
* Convert chrome users of NavigationController::tab_contents() to use GetWebCon...jam@chromium.org2012-01-021-3/+3
* Convert unix_hacker functions on NavigationController that are used by Chrome...jam@chromium.org2011-12-291-1/+1
* Remove the remaining usages of NavigationEntry in chrome by converting a few ...jam@chromium.org2011-12-281-1/+1
* Convert a few methods in NavigationController to return a content::Navigation...jam@chromium.org2011-12-281-1/+0
* Move the PageNavigator interface and GlobalRequestID struct to content\public...jam@chromium.org2011-12-281-3/+8
* Convert a bunch of WebContentsObservers to use web_contents() instead of tab_...jam@chromium.org2011-12-251-1/+1
* Revert 115346. The change didn't break anything, the test was faulty. Will di...jam@chromium.org2011-12-211-1/+1
* Revert r115276, it broke PanelDownloadTest.Download in interactive_ui_teststhakis@chromium.org2011-12-211-1/+1
* Rename TabContents::controller() to GetController and put it into the WebCont...jam@chromium.org2011-12-211-1/+1
* Clean up TCW, make it solely a hub for 1:1 observer/helper objects.avi@chromium.org2011-12-121-1/+3
* Handle additional feedback from http://codereview.chromium.org/8395038/.jam@chromium.org2011-10-281-1/+1
* Convert chrome callers of UrlFetcher to use the interface. I'll switch tests ...jam@chromium.org2011-10-261-3/+3
* Create a content::UrlFetcher interface that lives in content/public/common an...jam@chromium.org2011-10-251-3/+4
* Convert URLFetcher::Delegates to use an interface in content/public/common. A...jam@chromium.org2011-10-241-8/+4
* Make NotificationService an interface in the content namespace, and switch ca...jam@chromium.org2011-10-191-3/+3
* Move NotificationObserver, NotificationSource, and NotificationDetails to con...jam@chromium.org2011-10-191-8/+9
* Move PageTransition into content namespace. While I'm touching all these file...jam@chromium.org2011-10-131-1/+1
* Display alternate nav infobars even when instant is on. This adds a new noti...pkasting@chromium.org2011-10-061-23/+41
* Move infobar handling to a tab helper.avi@chromium.org2011-09-301-10/+10
* Classes that implement InfoBarDelegates should contain only what's needed to ...pkasting@chromium.org2011-09-261-44/+83
* 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
* Removal of Profile from content part 3.avi@chromium.org2011-07-281-1/+1
* Moving notification types which are chrome specific to a new header file chro...ananta@chromium.org2011-07-101-9/+9
* Move the little infobar code from TabContents to TabContentsWrapper.jam@chromium.org2011-05-181-2/+3
* 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-4/+0
* Submitting http://codereview.chromium.org/6901058/ on behalf of rhashimotosaintlou@chromium.org2011-04-291-1/+1
* Make InfoBarDelegate::GetIcon() return gfx::Image rather than SkBitmap.rsesek@chromium.org2011-04-211-2/+2
* Update a bunch of files to the new location of notification files.tfarina@chromium.org2011-03-081-1/+1
* Update more includes that were pointing to the old locations.jam@chromium.org2011-03-021-3/+3
* Cleanup:pkasting@chromium.org2011-02-241-1/+0
* Begin the DCHECK() cleanup. Starting off with /src/chrome/a* and /src/chrome/...rsesek@chromium.org2011-02-171-2/+2
* Fix presentation of infobar for non-warning messages. Their colour isrogerta@chromium.org2011-02-091-0/+4
* Cleanup:pkasting@chromium.org2011-02-081-1/+0