| Commit message (Expand) | Author | Age | Files | Lines |
* | Move BrowserThread to content namespace. | joi@chromium.org | 2011-11-02 | 2 | -0/+4 |
* | Add temporary traces to google update to see why a test is failing only on th... | finnur@chromium.org | 2011-11-02 | 1 | -0/+9 |
* | Pass through installer errors from Google Update to the About box. | finnur@chromium.org | 2011-11-01 | 2 | -54/+81 |
* | Split BrowserThread into public API and private implementation, step 1. | joi@chromium.org | 2011-10-28 | 2 | -3/+3 |
* | Rename URLFetcher to be URLFetcherImpl, now that we have the content::URLFetc... | jam@chromium.org | 2011-10-27 | 1 | -1/+1 |
* | Convert chrome callers of UrlFetcher to use the interface. I'll switch tests ... | jam@chromium.org | 2011-10-26 | 1 | -3/+4 |
* | Create a content::UrlFetcher interface that lives in content/public/common an... | jam@chromium.org | 2011-10-25 | 2 | -9/+9 |
* | Convert URLFetcher::Delegates to use an interface in content/public/common. A... | jam@chromium.org | 2011-10-24 | 3 | -20/+13 |
* | Make NotificationService an interface in the content namespace, and switch ca... | jam@chromium.org | 2011-10-19 | 2 | -10/+10 |
* | Move NotificationObserver, NotificationSource, and NotificationDetails to con... | jam@chromium.org | 2011-10-19 | 3 | -24/+26 |
* | An empty brand string on Mac is used for channels other than stable, which are | mark@chromium.org | 2011-10-18 | 2 | -32/+38 |
* | Move PageTransition into content namespace. While I'm touching all these file... | jam@chromium.org | 2011-10-13 | 1 | -2/+2 |
* | Add brand code to app extension URLs. This should only occur for non-organic | rogerta@chromium.org | 2011-10-12 | 2 | -0/+40 |
* | base::Bind: Cleanups in geolocation/. | jhawkins@chromium.org | 2011-10-07 | 2 | -29/+42 |
* | Move brand code related function to a common place for all platforms. These | rogerta@chromium.org | 2011-10-07 | 3 | -14/+112 |
* | Move infobar handling to a tab helper. | avi@chromium.org | 2011-09-30 | 3 | -18/+21 |
* | Change some uses of old callback types to new ones. | pkasting@chromium.org | 2011-09-27 | 2 | -7/+8 |
* | Move URLFetcher from content/common to content/common/net. | willchan@chromium.org | 2011-09-13 | 2 | -2/+2 |
* | Fix Linux Views build breakage. | willchan@chromium.org | 2011-09-13 | 2 | -2/+2 |
* | Move URLFetcher from content/common to content/common/net. | willchan@chromium.org | 2011-09-13 | 2 | -2/+2 |
* | 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 |
* | Switch ChromeTestSuite to the same convention as ContentTestSuite: | phajdan.jr@chromium.org | 2011-08-27 | 1 | -5/+7 |
* | base: Fix the TODO in string_util.h | tfarina@chromium.org | 2011-08-17 | 1 | -1/+3 |
* | Reorganize chrome/test, part #9 | phajdan.jr@chromium.org | 2011-08-11 | 1 | -1/+1 |
* | Improve the usability of the "TLD changed" infobar by changing the strings: | pkasting@chromium.org | 2011-08-08 | 2 | -6/+34 |
* | Move more files from chrome/test to chrome/test/base, part #5 | phajdan.jr@chromium.org | 2011-08-01 | 1 | -1/+1 |
* | Add a scoper object for URLFetcher::Factory | phajdan.jr@chromium.org | 2011-07-29 | 1 | -3/+1 |
* | Moving notification types which are chrome specific to a new header file chro... | ananta@chromium.org | 2011-07-10 | 3 | -25/+28 |
* | Return a new error code multi-install updates if Group Policy settings blocki... | grt@chromium.org | 2011-06-16 | 1 | -31/+5 |
* | Eliminate Window completely. | ben@chromium.org | 2011-06-13 | 2 | -8/+7 |
* | Move UrlFetcher to content. I originally thought that it's only used by chro... | jam@chromium.org | 2011-06-01 | 2 | -3/+3 |
* | Misc. infobar stuff: | pkasting@chromium.org | 2011-05-24 | 1 | -2/+2 |
* | Move the little infobar code from TabContents to TabContentsWrapper. | jam@chromium.org | 2011-05-18 | 1 | -2/+4 |
* | net: Move ResponseCookies into the net namespace. | tfarina@chromium.org | 2011-05-06 | 3 | -3/+3 |
* | Replace the virtual InfoBarDelegate::InfoBarClosed() function with a non-virt... | pkasting@chromium.org | 2011-05-05 | 2 | -10/+5 |
* | Sync: Inline sync login dialog into Tabbed Options. | jhawkins@chromium.org | 2011-04-22 | 2 | -2/+14 |
* | Add a ScopedTestingLocalState for unit tests which need Local State. | bauerb@chromium.org | 2011-04-21 | 1 | -20/+10 |
* | Include base/win/scoped_comptr.h instead of base/scoped_comptr_win.h. | tfarina@chromium.org | 2011-04-12 | 1 | -5/+5 |
* | Change determination of when to show the first run search engine selection di... | mirandac@chromium.org | 2011-04-05 | 1 | -1/+18 |
* | Moved URLRequestContextGetter to net/ so it can be used by projects such as j... | sanjeevr@chromium.org | 2011-03-31 | 2 | -2/+2 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 2 | -3/+3 |
* | Commit a piece of my already-reviewed fix for bug 54274 to fix bug 76548. | pkasting@chromium.org | 2011-03-25 | 1 | -0/+1 |
* | This is an extension of http://codereview.chromium.org/6280018 that provides ... | battre@chromium.org | 2011-03-16 | 3 | -54/+5 |
* | Revert 78228 - Extended: Add "system" URLRequestContext (not ready for use!) | jam@chromium.org | 2011-03-15 | 3 | -5/+54 |
* | Extended: Add "system" URLRequestContext (not ready for use!) | battre@chromium.org | 2011-03-15 | 3 | -54/+5 |
* | Update a bunch of files to the new location of notification files. | tfarina@chromium.org | 2011-03-09 | 3 | -4/+4 |
* | Plumb through NetworkChangeNotifier::IsOffline() to WebKit, enabling | adamk@chromium.org | 2011-03-04 | 2 | -4/+4 |
* | Split infobar_delegate.[cc,h] into separate pieces for the different classes ... | tfarina@chromium.org | 2011-03-03 | 2 | -2/+2 |