| Commit message (Expand) | Author | Age | Files | Lines |
* | Removing MessageLoop::QuitTask() from chrome/ | dcheng@chromium.org | 2011-12-10 | 1 | -1/+1 |
* | Removing myself from owners file. People are asking for owner reviews in this | rogerta@chromium.org | 2011-12-06 | 1 | -1/+0 |
* | ChromeOS: Use OAuth2 refresh token to download GAIA info | sail@chromium.org | 2011-12-06 | 2 | -2/+1 |
* | Remove stuff in TokenService that is not needed anymore (due to OAuth based a... | munjal@chromium.org | 2011-12-05 | 3 | -75/+1 |
* | Make NavigationEntry and friends use content::Referrer instead of plain URLs | jochen@chromium.org | 2011-12-05 | 1 | -3/+4 |
* | Shaving parallel authenticator yak to remove unnecessary dependency on this c... | zelidrag@chromium.org | 2011-12-03 | 2 | -8/+15 |
* | Switch to IWYU for files that previously were getting a bunch of | joi@chromium.org | 2011-12-01 | 2 | -0/+2 |
* | Revive reverted path. | munjal@chromium.org | 2011-11-30 | 3 | -49/+185 |
* | Revert 111882 - Integrate OAuth2 login token generation into TokenService: | jstritar@chromium.org | 2011-11-29 | 3 | -185/+49 |
* | Integrate OAuth2 login token generation into TokenService: | munjal@chromium.org | 2011-11-29 | 3 | -49/+185 |
* | Removing SignalingTask and replace with base::Bind(&WaitableEvent::Signal, ...) | dcheng@chromium.org | 2011-11-25 | 1 | -2/+5 |
* | Add OVERRIDE to chrome/browser/. | avi@chromium.org | 2011-11-21 | 2 | -13/+14 |
* | UserPolicyCache only becomes ready after policy has been fetched. | joaodasilva@chromium.org | 2011-11-15 | 2 | -2/+2 |
* | Add a method to TokenService to fetch tokens for newly added services in new | munjal@chromium.org | 2011-11-11 | 3 | -8/+84 |
* | Finish up the app notification setup code: | munjal@chromium.org | 2011-11-04 | 2 | -1/+3 |
* | Moving the SignalingTask class to base/test. | tommi@chromium.org | 2011-11-02 | 2 | -2/+2 |
* | Move BrowserThread to content namespace. | joi@chromium.org | 2011-11-02 | 2 | -0/+4 |
* | Split BrowserThread into public API and private implementation, step 1. | joi@chromium.org | 2011-10-28 | 2 | -3/+4 |
* | Handle additional feedback from http://codereview.chromium.org/8395038/. | jam@chromium.org | 2011-10-28 | 2 | -9/+5 |
* | Rename URLFetcher to be URLFetcherImpl, now that we have the content::URLFetc... | jam@chromium.org | 2011-10-27 | 1 | -5/+8 |
* | Convert chrome callers of UrlFetcher to use the interface. I'll switch tests ... | jam@chromium.org | 2011-10-26 | 1 | -6/+5 |
* | Create a content::UrlFetcher interface that lives in content/public/common an... | jam@chromium.org | 2011-10-25 | 2 | -19/+20 |
* | Convert URLFetcher::Delegates to use an interface in content/public/common. A... | jam@chromium.org | 2011-10-24 | 3 | -26/+52 |
* | [cros] OOBE: add histograms for Profile image fetching. | ivankr@chromium.org | 2011-10-24 | 1 | -1/+1 |
* | Make NotificationService an interface in the content namespace, and switch ca... | jam@chromium.org | 2011-10-19 | 2 | -6/+7 |
* | Move NotificationObserver, NotificationSource, and NotificationDetails to con... | jam@chromium.org | 2011-10-19 | 7 | -51/+53 |
* | Move PageTransition into content namespace. While I'm touching all these file... | jam@chromium.org | 2011-10-13 | 1 | -3/+3 |
* | Extend GaiaOAuthFetcher with support for revoking tokens. | mnissler@chromium.org | 2011-10-04 | 4 | -8/+103 |
* | [cros] Downloading Profile image snapshot from Picasa album for logged-in user. | avayvod@chromium.org | 2011-09-27 | 2 | -2/+3 |
* | Moved static Gaia OAuth URLs to GaiaUrls. | joaodasilva@chromium.org | 2011-09-20 | 3 | -96/+37 |
* | Expose OAuth token/secret in TokenService. | rickcam@chromium.org | 2011-09-16 | 3 | -9/+49 |
* | Move TestNotificationTracker to content as it has no dependencies to chrome b... | jochen@chromium.org | 2011-09-13 | 1 | -1/+1 |
* | Move URLFetcher from content/common to content/common/net. | willchan@chromium.org | 2011-09-13 | 3 | -3/+2 |
* | Fix Linux Views build breakage. | willchan@chromium.org | 2011-09-13 | 3 | -2/+3 |
* | Move URLFetcher from content/common to content/common/net. | willchan@chromium.org | 2011-09-13 | 3 | -3/+2 |
* | net: Rename URLRequestStatus::os_error_. | tfarina@chromium.org | 2011-09-08 | 1 | -2/+2 |
* | Switch ChromeTestSuite to the same convention as ContentTestSuite: | phajdan.jr@chromium.org | 2011-08-27 | 2 | -4/+2 |
* | [ChromeOS] Fix a problem that fails to get oauth token for official build. | xiyuan@chromium.org | 2011-08-20 | 1 | -4/+3 |
* | Add a GoogleServiceAuthError parameter to GaiaOAuthConsumer::OnGetOAuthTokenF... | rickcam@chromium.org | 2011-08-18 | 3 | -4/+7 |
* | Support Sync operations after user signing with --enable-sync-oauth | rickcam@chromium.org | 2011-08-12 | 1 | -2/+2 |
* | Reorganize chrome/test, part #9 | phajdan.jr@chromium.org | 2011-08-11 | 2 | -2/+2 |
* | BUG=91661 | rickcam@chromium.org | 2011-08-04 | 8 | -68/+296 |
* | GTTF: Use a fresh TestingBrowserProcess for each test, part #4 | phajdan.jr@chromium.org | 2011-08-03 | 2 | -4/+7 |
* | Adding service_name to GaiaOAuthFetcher | rickcam@chromium.org | 2011-08-03 | 4 | -58/+80 |
* | Profile: Make NOTIFICATION_TOKEN_UPDATE profile specific for our multiprofile... | erg@chromium.org | 2011-08-02 | 1 | -2/+3 |
* | Move more files from chrome/test to chrome/test/base, part #4 | phajdan.jr@chromium.org | 2011-08-01 | 2 | -2/+2 |
* | Handling of OAuth1 access token based login flow. The token+secret are now st... | zelidrag@chromium.org | 2011-08-01 | 3 | -0/+119 |
* | Move more files from chrome/test to chrome/test/base, part #3 | phajdan.jr@chromium.org | 2011-07-29 | 1 | -1/+1 |
* | Updating OWNERS file. | rickcam@chromium.org | 2011-07-29 | 1 | -7/+2 |
* | Move more files from chrome/test to chrome/test/base, part #2 | phajdan.jr@chromium.org | 2011-07-29 | 1 | -1/+1 |