| Commit message (Expand) | Author | Age | Files | Lines |
* | FBTF: Remove unneeded headers from base/ (part 10) | thestig@chromium.org | 2010-11-30 | 10 | -10/+0 |
* | Add command line flag to override gallery update urls | asargent@chromium.org | 2010-11-30 | 1 | -4/+2 |
* | roll cacheinvalidation to @60 | akalin@chromium.org | 2010-11-29 | 2 | -16/+15 |
* | net: Add namespace net to URLRequest and URLRequestJob classes. | tfarina@chromium.org | 2010-11-28 | 1 | -1/+1 |
* | sync: Make SyncSession take most of its required state at construction time. | tim@chromium.org | 2010-11-24 | 8 | -341/+357 |
* | Autofill work: | lipalani@chromium.org | 2010-11-24 | 23 | -358/+2705 |
* | cleaning up drover mess up. | lipalani@chromium.org | 2010-11-24 | 1 | -199/+0 |
* | Revert 67189 - Autofill work: | lipalani@chromium.org | 2010-11-24 | 22 | -2506/+358 |
* | Autofill work: | lipalani@chromium.org | 2010-11-24 | 23 | -358/+2705 |
* | Add a boolean prefs for mobile plan notification checkbox. | xiyuan@chromium.org | 2010-11-23 | 1 | -0/+4 |
* | [Sync] Avoid reinitializing server notifier client on XMPP reconnect | akalin@chromium.org | 2010-11-23 | 4 | -35/+37 |
* | FBTF: Remove unneeded headers from base/ (part 9) | thestig@chromium.org | 2010-11-20 | 1 | -0/+1 |
* | Logging tweak for sync integration tests | rsimha@chromium.org | 2010-11-20 | 1 | -12/+16 |
* | Add a boolean details to the PASSPHRASE_REQUIRED message that indicates | johnnyg@chromium.org | 2010-11-19 | 8 | -27/+83 |
* | Disabled flaky pause tests (again). | zea@chromium.org | 2010-11-18 | 1 | -2/+5 |
* | Allow sync with 2-factor StrongAuth accounts in ChromeOS. | stevenjb@chromium.org | 2010-11-18 | 4 | -33/+34 |
* | sync: union model type nudge source before dropping coalesced nudge. | tim@chromium.org | 2010-11-18 | 3 | -16/+68 |
* | Revert 66513 - sync: remove event_sys from ServerConnectionManager and Syncer... | tim@chromium.org | 2010-11-18 | 6 | -84/+95 |
* | roll cacheinvalidation to @56 (adds Start() method to InvalidationClient) | akalin@chromium.org | 2010-11-18 | 3 | -2/+6 |
* | sync: remove event_sys from ServerConnectionManager and SyncerThread | tim@chromium.org | 2010-11-17 | 6 | -95/+84 |
* | Sync: Fix RequestResume in SyncerThread, and re-enable the various unit tests | zea@chromium.org | 2010-11-17 | 2 | -16/+11 |
* | Cleanup: Include browser.h -> ui/browser.h [Part 4]. | jhawkins@chromium.org | 2010-11-17 | 3 | -6/+6 |
* | Disable SyncerThread's NudgeSyncerWithDatatypes unit test. | zea@chromium.org | 2010-11-13 | 1 | -2/+3 |
* | Fix model type checking causing some crashes. | zea@chromium.org | 2010-11-12 | 1 | -0/+1 |
* | Fix race in syncer thread unit test. | zea@chromium.org | 2010-11-11 | 1 | -1/+1 |
* | Marking test flaky. | jcivelli@chromium.org | 2010-11-11 | 1 | -1/+4 |
* | Provide sync integration tests with a way to set a favicon for a bookmark. | rsimha@chromium.org | 2010-11-11 | 2 | -4/+21 |
* | Change the protocol specifics files to unblock the server team | lipalani@chromium.org | 2010-11-11 | 1 | -0/+3 |
* | Plumb datatype information to syncer from nudges. | zea@chromium.org | 2010-11-11 | 12 | -48/+256 |
* | Rename GaiaAuthenticator2 to GaiaAuthFetcher. | tfarina@chromium.org | 2010-11-10 | 3 | -12/+12 |
* | fix arm build. | tim@chromium.org | 2010-11-10 | 1 | -2/+2 |
* | sync: bake 'explicit' passphrases into the nigori specifics, rather | tim@chromium.org | 2010-11-10 | 14 | -61/+213 |
* | Split out command IDs from chrome_dll_resource.h. | evan@chromium.org | 2010-11-08 | 1 | -1/+1 |
* | Make TestURLFetcherFactory able to remove fetchers from its map, and add an I... | pkasting@chromium.org | 2010-11-08 | 1 | -2/+2 |
* | Revert 63447 - sync: enable password sync by default. | tim@chromium.org | 2010-11-04 | 12 | -314/+214 |
* | [Sync] Removed unused notification methods, renamed 'transitional' to 'p2p' | akalin@chromium.org | 2010-11-04 | 2 | -37/+10 |
* | Add barrier to autofill datatype controller shutdown. | zea@chromium.org | 2010-11-04 | 2 | -3/+17 |
* | Autofill deprecate unique_ids in favor of guids for PersonalDataManager | dhollowa@chromium.org | 2010-11-04 | 2 | -45/+40 |
* | Session sync integration tests. Left out many client for now, since even | zea@chromium.org | 2010-11-04 | 3 | -16/+28 |
* | PyAuto hooks for Sync in TestingAutomationProvider | rsimha@chromium.org | 2010-11-03 | 4 | -42/+119 |
* | sync: on chrome os, postpone network reachability check | tim@chromium.org | 2010-11-03 | 1 | -0/+20 |
* | When checking "sync everything", only check the other boxes which are visible... | johnnyg@chromium.org | 2010-11-03 | 1 | -13/+18 |
* | Cloud Print Dialog work. | scottbyer@google.com | 2010-11-02 | 1 | -0/+1 |
* | Convert implicit scoped_refptr constructor calls to explicit ones, part 2 | thakis@chromium.org | 2010-11-02 | 3 | -5/+8 |
* | Clear the suppress-start flag when a user submits credentials, since this ind... | johnnyg@chromium.org | 2010-11-01 | 1 | -0/+6 |
* | Convert implicit scoped_refptr constructor calls to explicit ones, part 1 | thakis@chromium.org | 2010-11-01 | 4 | -19/+19 |
* | Part 3 of immutable Extension refactor. | mpcomplete@chromium.org | 2010-10-29 | 6 | -10/+10 |
* | sync: clear auth error on shutdown. | tim@chromium.org | 2010-10-29 | 1 | -0/+1 |
* | [Sync] made --sync-notification-host take an optional port | akalin@chromium.org | 2010-10-28 | 1 | -2/+30 |
* | Make SigninManager tolerate SignOut() calls when not initialized. | mnissler@chromium.org | 2010-10-28 | 2 | -0/+14 |