| Commit message (Expand) | Author | Age | Files | Lines |
* | Adding a TearDown() method to class LiveSyncTest. | rsimha@chromium.org | 2010-05-28 | 2 | -1/+18 |
* | Fix for bug 44624: Updating calls to AwaitMutualSyncCycleCompletion. | rsimha@chromium.org | 2010-05-22 | 1 | -3/+3 |
* | Patch from Raghu Simha (rsimha@chromium.org) | nick@chromium.org | 2010-05-19 | 1 | -6/+6 |
* | Form AutoFill Phone number should be displayed as xxx-xxx-xxxx | dhollowa@chromium.org | 2010-05-14 | 1 | -1/+2 |
* | Add integration test for autofill profiles. | skrul@chromium.org | 2010-05-05 | 1 | -7/+358 |
* | Embed unicode literals the correct way | skrul@chromium.org | 2010-04-30 | 1 | -1/+3 |
* | Adds TwoClientLiveAutofillSyncTest to test old school autofill. Includes som... | skrul@chromium.org | 2010-04-30 | 2 | -1/+275 |
* | Re-apply http://codereview.chromium.org/1622012 | timurrrr@chromium.org | 2010-04-30 | 2 | -24/+41 |
* | Revert "[Third time landing] Python implementation of sync server, for testing." | phajdan.jr@chromium.org | 2010-04-30 | 2 | -41/+24 |
* | [Third time landing] Python implementation of sync server, for testing. | nick@chromium.org | 2010-04-30 | 2 | -24/+41 |
* | In the sync integration tests for preferences, don't assume a specific | albertb@chromium.org | 2010-04-29 | 1 | -4/+5 |
* | Get rid of BookmarkEditor::Handler entirely. | viettrungluu@chromium.org | 2010-04-29 | 2 | -4/+4 |
* | Revert 45916 - Python implementation of sync server, for testing. | nick@chromium.org | 2010-04-29 | 2 | -41/+24 |
* | Python implementation of sync server, for testing. | nick@chromium.org | 2010-04-29 | 2 | -24/+41 |
* | Fix second-profile dir so that it's a sibling of the first; eliminate a FromW... | nick@chromium.org | 2010-04-28 | 6 | -12/+15 |
* | Revert 44708 - Python implementation of sync server, for testing. | nick@chromium.org | 2010-04-15 | 2 | -41/+24 |
* | Python implementation of sync server, for testing. | nick@chromium.org | 2010-04-15 | 2 | -24/+41 |
* | Make it clear what last_sync_timestamp actually tracks. Update | nick@chromium.org | 2010-03-24 | 1 | -4/+4 |
* | Improve the integration test harness by using the max_local_timestamp | tim@chromium.org | 2010-03-19 | 3 | -93/+66 |
* | Sanity integration tests for preference sync. | albertb@chromium.org | 2010-03-12 | 7 | -31/+171 |
* | Move pref_{member,service} and important_file_writer from chrome/common | phajdan.jr@chromium.org | 2010-02-19 | 1 | -1/+1 |
* | [GTTF] Reduce header dependencies in chrome. | phajdan.jr@chromium.org | 2010-02-09 | 1 | -0/+1 |
* | Migrate old cookie setting to new system. | pkasting@chromium.org | 2010-02-02 | 1 | -3/+1 |
* | Moved the sync_integration_test in chrome.gypi so that they will build on all | tim@chromium.org | 2010-01-12 | 5 | -21/+120 |
* | Add autodetection of "intranet" redirection, for ISPs etc. that send typos an... | pkasting@chromium.org | 2010-01-08 | 2 | -4/+14 |
* | Revert 35707 - Moved the sync_integration_test in chrome.gypi so that they wi... | tim@chromium.org | 2010-01-07 | 5 | -116/+17 |
* | Moved the sync_integration_test in chrome.gypi so that they will build on all... | tim@chromium.org | 2010-01-07 | 5 | -17/+116 |
* | Remove IsPrefRegistered function from PrefService API and fix the callers to | tony@chromium.org | 2009-12-07 | 1 | -2/+2 |
* | Add -profile command line switch | davemoore@chromium.org | 2009-11-30 | 1 | -1/+1 |
* | Fixes almost all of the rest of lint errors in the chrome/ directory (minus t... | erg@google.com | 2009-11-13 | 2 | -2/+2 |
* | Implement the gaia captcha state and unlock capability in the sync setup wizard. | tim@chromium.org | 2009-11-12 | 1 | -1/+1 |
* | Part 1 of implementing captcha for sync dialog. | tim@chromium.org | 2009-11-11 | 1 | -1/+0 |
* | Ninth patch in making destructors of refcounted objects private. | jam@chromium.org | 2009-11-07 | 1 | -2/+7 |
* | Part 2 of string cleanup in Sync: | munjal@chromium.org | 2009-11-06 | 5 | -318/+267 |
* | Remove the browser_sync flag. | zork@chromium.org | 2009-10-27 | 8 | -30/+0 |
* | Fix style issues in BookmarkModelVerifier class. | nick@chromium.org | 2009-10-27 | 1 | -16/+24 |
* | Lands http://codereview.chromium.org/272036 for Thiago: | sky@chromium.org | 2009-10-19 | 1 | -1/+1 |
* | Rename CHROME_PERSONALIZATION to BROWSER_SYNC. | nick@chromium.org | 2009-10-17 | 8 | -16/+16 |
* | Makes canceling 'bookmark all tabs' delete the folder. Or rather, | sky@chromium.org | 2009-10-16 | 2 | -6/+7 |
* | Adding lot more Sync Integration Test | tejasshah@google.com | 2009-10-05 | 3 | -222/+1540 |
* | Look for sync_password under %USERPROFILE% in addition to alongside the script, | tim@chromium.org | 2009-09-30 | 1 | -398/+404 |
* | Remove the enable-sync flag from the Chrome command line and enable sync by d... | brg@chromium.com | 2009-09-29 | 1 | -1/+0 |
* | Add SetUpTestFixtureTest/TearDownTestFixtureTest methods to InProcessBrowserT... | tim@chromium.org | 2009-09-23 | 3 | -14/+36 |
* | This is a small quick fix for this script when it doesn't find password, it s... | tejasshah@google.com | 2009-09-01 | 1 | -2/+6 |
* | With this change script can look out for password file if password was not su... | tejasshah@google.com | 2009-08-26 | 1 | -2/+12 |
* | Updating the script to pass the port value as part of sync-url instead of sep... | tejasshah@google.com | 2009-08-26 | 1 | -2/+1 |
* | Original Changelist being moved to this new location. Refer Original CL # 110... | tejasshah@google.com | 2009-08-21 | 3 | -7/+166 |
* | Remove personalization.h/cc by putting things in final resting places | tim@chromium.org | 2009-08-20 | 2 | -2/+0 |
* | This script can be used by devs to run the sync integration test. Also, it wi... | tejasshah@google.com | 2009-08-19 | 1 | -0/+385 |
* | This is the change to add enable sync flag to existing sync test cases so the... | tejasshah@google.com | 2009-08-19 | 1 | -0/+5 |