| Commit message (Expand) | Author | Age | Files | Lines |
* | Move content::URLFetcher static functions to net::URLFetcher | akalin@chromium.org | 2012-06-19 | 1 | -2/+2 |
* | TabContentsWrapper -> TabContents, part 33. | avi@chromium.org | 2012-06-11 | 1 | -4/+4 |
* | Audit URLFetcher cookie use in alternate_nav_url_fetcher.cc. | pkasting@chromium.org | 2012-06-07 | 1 | -7/+1 |
* | Add support to URLFetcher for stopping on redirects. Use this in AlternateNa... | pkasting@chromium.org | 2012-06-07 | 1 | -18/+14 |
* | Change most content::URLFetcher references to net::URLFetcher | akalin@chromium.org | 2012-05-23 | 1 | -1/+1 |
* | Make AssociateWithRenderView() a free function in the 'content' namespace | akalin@chromium.org | 2012-05-22 | 1 | -1/+2 |
* | Move URLFetcherDelegate to net/ and split URLFetcher between net/ and content/ | akalin@chromium.org | 2012-05-11 | 1 | -2/+2 |
* | TabContents -> WebContentsImpl, part 18. | avi@chromium.org | 2012-04-17 | 1 | -1/+1 |
* | Move notifications used only in chrome/ out of content/. | avi@chromium.org | 2012-04-16 | 1 | -3/+5 |
* | Do cookie checks in NetworkDelegate instead of the URLRequest::Delegate. | jochen@chromium.org | 2012-03-09 | 1 | -1/+8 |
* | Disable storing cookies from URLFetchers that run with a profile's cookie jar. | jochen@chromium.org | 2012-02-29 | 1 | -1/+3 |
* | Get rid of content::NavigationController in cc file and use "using" instead. | jam@chromium.org | 2012-01-04 | 1 | -9/+8 |
* | Convert WebContents to return a content::NavigationController instead of the ... | jam@chromium.org | 2012-01-04 | 1 | -1/+1 |
* | Convert all the notifications which use NavigationController to content::Navi... | jam@chromium.org | 2012-01-03 | 1 | -7/+10 |
* | Convert chrome users of NavigationController::tab_contents() to use GetWebCon... | jam@chromium.org | 2012-01-02 | 1 | -3/+3 |
* | Convert unix_hacker functions on NavigationController that are used by Chrome... | jam@chromium.org | 2011-12-29 | 1 | -1/+1 |
* | Remove the remaining usages of NavigationEntry in chrome by converting a few ... | jam@chromium.org | 2011-12-28 | 1 | -1/+1 |
* | Convert a few methods in NavigationController to return a content::Navigation... | jam@chromium.org | 2011-12-28 | 1 | -1/+0 |
* | Move the PageNavigator interface and GlobalRequestID struct to content\public... | jam@chromium.org | 2011-12-28 | 1 | -3/+8 |
* | Convert a bunch of WebContentsObservers to use web_contents() instead of tab_... | jam@chromium.org | 2011-12-25 | 1 | -1/+1 |
* | Revert 115346. The change didn't break anything, the test was faulty. Will di... | jam@chromium.org | 2011-12-21 | 1 | -1/+1 |
* | Revert r115276, it broke PanelDownloadTest.Download in interactive_ui_tests | thakis@chromium.org | 2011-12-21 | 1 | -1/+1 |
* | Rename TabContents::controller() to GetController and put it into the WebCont... | jam@chromium.org | 2011-12-21 | 1 | -1/+1 |
* | Clean up TCW, make it solely a hub for 1:1 observer/helper objects. | avi@chromium.org | 2011-12-12 | 1 | -1/+3 |
* | Handle additional feedback from http://codereview.chromium.org/8395038/. | jam@chromium.org | 2011-10-28 | 1 | -1/+1 |
* | Convert chrome callers of UrlFetcher to use the interface. I'll switch tests ... | jam@chromium.org | 2011-10-26 | 1 | -3/+3 |
* | Create a content::UrlFetcher interface that lives in content/public/common an... | jam@chromium.org | 2011-10-25 | 1 | -3/+4 |
* | Convert URLFetcher::Delegates to use an interface in content/public/common. A... | jam@chromium.org | 2011-10-24 | 1 | -8/+4 |
* | Make NotificationService an interface in the content namespace, and switch ca... | jam@chromium.org | 2011-10-19 | 1 | -3/+3 |
* | Move NotificationObserver, NotificationSource, and NotificationDetails to con... | jam@chromium.org | 2011-10-19 | 1 | -8/+9 |
* | Move PageTransition into content namespace. While I'm touching all these file... | jam@chromium.org | 2011-10-13 | 1 | -1/+1 |
* | Display alternate nav infobars even when instant is on. This adds a new noti... | pkasting@chromium.org | 2011-10-06 | 1 | -23/+41 |
* | Move infobar handling to a tab helper. | avi@chromium.org | 2011-09-30 | 1 | -10/+10 |
* | Classes that implement InfoBarDelegates should contain only what's needed to ... | pkasting@chromium.org | 2011-09-26 | 1 | -44/+83 |
* | Move infobar handling to a tab helper, part 1. | avi@chromium.org | 2011-09-01 | 1 | -1/+2 |
* | Revert 99187 (speculative revert for ProfileSyncServiceSessionTest.FailModelA... | thakis@chromium.org | 2011-09-01 | 1 | -2/+1 |
* | Move infobar handling to a tab helper, part 1. | avi@chromium.org | 2011-09-01 | 1 | -1/+2 |
* | Removal of Profile from content part 3. | avi@chromium.org | 2011-07-28 | 1 | -1/+1 |
* | Moving notification types which are chrome specific to a new header file chro... | ananta@chromium.org | 2011-07-10 | 1 | -9/+9 |
* | Move the little infobar code from TabContents to TabContentsWrapper. | jam@chromium.org | 2011-05-18 | 1 | -2/+3 |
* | net: Move ResponseCookies into the net namespace. | tfarina@chromium.org | 2011-05-06 | 1 | -1/+1 |
* | Replace the virtual InfoBarDelegate::InfoBarClosed() function with a non-virt... | pkasting@chromium.org | 2011-05-05 | 1 | -4/+0 |
* | Submitting http://codereview.chromium.org/6901058/ on behalf of rhashimoto | saintlou@chromium.org | 2011-04-29 | 1 | -1/+1 |
* | Make InfoBarDelegate::GetIcon() return gfx::Image rather than SkBitmap. | rsesek@chromium.org | 2011-04-21 | 1 | -2/+2 |
* | Update a bunch of files to the new location of notification files. | tfarina@chromium.org | 2011-03-08 | 1 | -1/+1 |
* | Update more includes that were pointing to the old locations. | jam@chromium.org | 2011-03-02 | 1 | -3/+3 |
* | Cleanup: | pkasting@chromium.org | 2011-02-24 | 1 | -1/+0 |
* | Begin the DCHECK() cleanup. Starting off with /src/chrome/a* and /src/chrome/... | rsesek@chromium.org | 2011-02-17 | 1 | -2/+2 |
* | Fix presentation of infobar for non-warning messages. Their colour is | rogerta@chromium.org | 2011-02-09 | 1 | -0/+4 |
* | Cleanup: | pkasting@chromium.org | 2011-02-08 | 1 | -1/+0 |