| Commit message (Expand) | Author | Age | Files | Lines |
* | sync: move internal_api components used by chrome/browser into internal_api/p... | tim@chromium.org | 2012-06-17 | 1 | -1/+1 |
* | sync: create internal_api/public to house sync/ files needed by chrome/browse... | tim@chromium.org | 2012-06-07 | 1 | -1/+1 |
* | Move test_browser_thread.h from content\test to content\public\test. This way... | jam@chromium.org | 2012-06-04 | 1 | -1/+1 |
* | [Sync] Move 'syncapi_core' and 'sync_unit_tests' targets to sync/ | akalin@chromium.org | 2012-04-21 | 1 | -1/+1 |
* | Profiles: Really fix refcounted services. | erg@chromium.org | 2012-03-16 | 1 | -1/+1 |
* | [Sync] Move 'sync' target to sync/ | akalin@chromium.org | 2012-03-15 | 1 | -1/+1 |
* | Converting TokenService to a ProfileKeyedService. | rlp@chromium.org | 2012-03-08 | 1 | -1/+2 |
* | "Recommit 118589 - Re-commit r117965 and 117130 with a fix for perf regression." | atwilson@chromium.org | 2012-01-22 | 1 | -1/+1 |
* | Revert 118589 - Re-commit r117965 and 117130 with a prospective fix for perf ... | atwilson@chromium.org | 2012-01-21 | 1 | -1/+1 |
* | Re-commit r117965 and 117130 with a prospective fix for perf regression. | atwilson@chromium.org | 2012-01-21 | 1 | -1/+1 |
* | sync: Make ProfileSyncService a ProfileKeyedService. | tim@chromium.org | 2012-01-20 | 1 | -2/+1 |
* | Revert SigninManager changes to see if they were the cause of the perf regres... | atwilson@chromium.org | 2012-01-19 | 1 | -2/+2 |
* | Moved SigninManager out of browser/sync, and start changing the code so signin | atwilson@chromium.org | 2012-01-11 | 1 | -2/+2 |
* | base::Bind() conversion for sync code | dcheng@chromium.org | 2011-12-23 | 1 | -1/+0 |
* | Updated sync manager to include device information in nigori node | tmuehlbauer@google.com | 2011-12-19 | 1 | -0/+1 |
* | base::Bind: Convert Tasks in chrome/browser/sync tests. | jhawkins@chromium.org | 2011-11-28 | 1 | -6/+9 |
* | sync: rename ProfileSyncFactory to ProfileSyncComponentsFactory. | tim@chromium.org | 2011-11-22 | 1 | -2/+2 |
* | Add OVERRIDE to chrome/browser/sync/. | avi@chromium.org | 2011-11-21 | 1 | -3/+4 |
* | Split BrowserThread into public API and private implementation, step 1. | joi@chromium.org | 2011-10-28 | 1 | -4/+4 |
* | [Sync] Add support for deleting foreign sessions | zea@chromium.org | 2011-10-11 | 1 | -0/+6 |
* | [Sync] Move ChangeRecord into its own file (change_record.{h,cc}) | akalin@chromium.org | 2011-09-17 | 1 | -0/+4 |
* | This is the problem of the leaking URLRequestContextGetters in the ProfileSyn... | battre@chromium.org | 2011-09-13 | 1 | -1/+1 |
* | Switch ChromeTestSuite to the same convention as ContentTestSuite: | phajdan.jr@chromium.org | 2011-08-27 | 1 | -2/+1 |
* | Reorganize chrome/test, part #9 | phajdan.jr@chromium.org | 2011-08-11 | 1 | -1/+1 |
* | GTTF: Use a fresh TestingBrowserProcess for each test, part #4 | phajdan.jr@chromium.org | 2011-08-03 | 1 | -1/+2 |
* | [Sync] Fix bug leading to ProfileSyncService test flakiness | akalin@chromium.org | 2011-04-26 | 1 | -1/+7 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 1 | -1/+1 |
* | Take out chrome\browser\browser_thread.h. This is a retake of r76418 with th... | jam@chromium.org | 2011-03-01 | 1 | -1/+1 |
* | Revert 76418 - Remove chrome\browser\browser_thread.h | rdsmith@chromium.org | 2011-03-01 | 1 | -1/+1 |
* | Remove chrome\browser\browser_thread.h | jam@chromium.org | 2011-03-01 | 1 | -1/+1 |
* | Cleanup more test code. | erg@google.com | 2011-02-09 | 1 | -1/+2 |
* | [Sync] Refactored ProfileSyncService and remove its backend() function | akalin@chromium.org | 2011-01-24 | 1 | -104/+23 |
* | Turn password sync on by default. | johnnyg@chromium.org | 2011-01-15 | 1 | -27/+26 |
* | Fixing the autofill unit tests. | lipalani@chromium.org | 2011-01-05 | 1 | -0/+4 |
* | Revert 63447 - sync: enable password sync by default. | tim@chromium.org | 2010-11-04 | 1 | -26/+27 |
* | sync: enable password sync by default. | tim@chromium.org | 2010-10-21 | 1 | -27/+26 |
* | Rename ChromeThread to BrowserThread Part22: | tfarina@chromium.org | 2010-10-12 | 1 | -1/+1 |
* | Rename ChromeThread to BrowserThread Part5: | tfarina@chromium.org | 2010-10-08 | 1 | -2/+2 |
* | 2nd attempt at http://codereview.chromium.org/3305003/show | johnnyg@chromium.org | 2010-09-09 | 1 | -1/+3 |
* | Revert 58778 - New authorization framework for sync. | johnnyg@chromium.org | 2010-09-08 | 1 | -3/+1 |
* | New authorization framework for sync. | johnnyg@chromium.org | 2010-09-08 | 1 | -1/+3 |
* | sync: take two for: | tim@chromium.org | 2010-08-18 | 1 | -8/+20 |
* | Revert 56423 - Added classes to enable session sync functionality. | tim@chromium.org | 2010-08-17 | 1 | -20/+8 |
* | Added classes to enable session sync functionality. | tim@chromium.org | 2010-08-17 | 1 | -8/+20 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Fix sync startup ordering to make sense and be less broken (though not perfec... | tim@chromium.org | 2010-07-07 | 1 | -8/+16 |
* | Revert "Revert 48932 - Merge certain preferences during model association." | skrul@chromium.org | 2010-06-14 | 1 | -0/+125 |
* | Revert 48932 - Merge certain preferences during model association. | skrul@chromium.org | 2010-06-04 | 1 | -125/+0 |
* | Merge certain preferences during model association. | skrul@chromium.org | 2010-06-04 | 1 | -0/+125 |