summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync
Commit message (Expand)AuthorAgeFilesLines
* Make the username readonly when asking the user to re-login to sync.albertb@chromium.org2010-08-093-4/+17
* Convert occurrences of WideToUTF{8,16}(l10n_util::GetString...() ...viettrungluu@chromium.org2010-08-081-3/+3
* Remove sync_types.h. No functions from this file are used, and some of them arebrettw@chromium.org2010-08-0831-93/+36
* FBTF: Remove unneeded headers from base/ (part 5)thestig@chromium.org2010-08-072-3/+0
* Cleanup: Remove now obsolete Nigori params.albertb@chromium.org2010-08-063-23/+0
* rid of more OS_LINUX defines, to help the BSD port (work by sprewell & I)pvalchev@google.com2010-08-061-1/+1
* Export and imports raw keys in the Cryptographer.albertb@chromium.org2010-08-062-9/+9
* Added constants, strings, protos for app sync.akalin@chromium.org2010-08-066-1/+80
* FBTF: Remove unneeded headers from base/ (part 3)thestig@chromium.org2010-08-062-2/+0
* FBTF: Remove unneeded headers from base/ (part 2)thestig@chromium.org2010-08-069-9/+10
* Don't sync prefs::kAutoFillAuxiliaryProfilesEnabled on non-macskrul@chromium.org2010-08-051-0/+2
* FBTF: Remove unneeded headers from base/ (part 1)thestig@chromium.org2010-08-051-1/+0
* Convert a bunch of wstring/wchar_t*'s, mostly in browser_about_handler.cc.viettrungluu@chromium.org2010-08-053-18/+19
* Unplumb AllStatus from SyncerThread.tim@chromium.org2010-08-0510-136/+108
* Let the Nigori client import and export raw encryption keys.albertb@chromium.org2010-08-044-38/+121
* Use the "tabIndex" property on the wizard iframes to prevent tabbing between ...skrul@chromium.org2010-08-041-5/+13
* Add #include utf_string_conversions.h to all files that use ASCIIToWide andbrettw@chromium.org2010-08-032-0/+2
* UI changes to sync dialogs to improve formatting and font sizes.tim@chromium.org2010-08-033-74/+86
* Fix for RenewAuthToken crash. Extend life of AuthWatcher.chron@chromium.org2010-08-021-1/+9
* Stopgap fix for bug 48502. Stop syncing on db corruption.tim@chromium.org2010-08-024-5/+45
* Revert 53799 - Made CacheInvalidationPacketHandler aware of XmppClient state ...akalin@chromium.org2010-08-023-35/+1
* Convert more callers of the integer/string functions to usingbrettw@chromium.org2010-07-315-10/+14
* Fix presubmit errors part 2.tfarina@chromium.org2010-07-311-2/+1
* Move the number conversions from string_util to a new file.brettw@chromium.org2010-07-306-12/+15
* GTTF: Move more test server code from net/url_request/url_request_unittest.hphajdan.jr@chromium.org2010-07-291-4/+9
* Cleanup: Remove unneeded headers from app/thestig@chromium.org2010-07-291-1/+0
* The token service should now support issuing auth tokens.chron@chromium.org2010-07-281-1/+4
* browser: Fix some presubmit errors.tfarina@chromium.org2010-07-281-1/+1
* Fix leaks found by sync unit tests.nick@chromium.org2010-07-284-27/+47
* Sync: set BASE_VERSION to entry.version() instead of 0 when changingnick@chromium.org2010-07-283-26/+35
* Rewrote handing of auto-reconnection and network changes for sync notifier.akalin@chromium.org2010-07-271-5/+4
* Made CacheInvalidationPacketHandler aware of XmppClient state changes.akalin@chromium.org2010-07-273-1/+35
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-26125-0/+125
* Significantly speed up sync integration tests.rsimha@chromium.org2010-07-264-0/+17
* Use message loop proxy to avoid null message loop crashes.chron@chromium.org2010-07-262-5/+12
* Coverity issues 7028, 8452, 7061, 7070: Uninitialized members in browser/sync/*finnur@chromium.org2010-07-244-4/+9
* Add undeclared virtual destructors.ziadh@chromium.org2010-07-241-0/+3
* Surface the "Set up sync" button on ChromiumOS when sync is stopped permanently.skrul@chromium.org2010-07-232-7/+15
* Green Tree Tactical Force: Revert skrul's bad commits (probably a git-cl bug).phajdan.jr@chromium.org2010-07-232-15/+7
* Surface the "Set up sync" button on ChromiumOS when sync is stopped permanently.skrul@chromium.org2010-07-232-7/+15
* GTTF: test server cleanup:phajdan.jr@chromium.org2010-07-231-8/+4
* When the user cancels the sync setup, it should not cause an unrecoverable er...johnnyg@chromium.org2010-07-221-0/+1
* Refactored the customize dialog UI. tim@chromium.org2010-07-211-159/+207
* sync: fixes crash that happens when you disable a datatype while there are un...tim@chromium.org2010-07-214-8/+108
* Fix deadlock by introducing a new transaction event.chron@chromium.org2010-07-214-15/+52
* Update the sync node title for classic autofill to bealbertb@chromium.org2010-07-212-3/+2
* Load the token from the user settings DB as a blob because it might includealbertb@chromium.org2010-07-212-4/+12
* Adjust preference sync code to only sync user modifiable preferences.mnissler@chromium.org2010-07-213-16/+47
* Added checks to handle unsyncable extensions.akalin@chromium.org2010-07-213-30/+54
* Cleanup: Break another common->app dependency.thestig@chromium.org2010-07-201-3/+5