summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync
Commit message (Expand)AuthorAgeFilesLines
* Make tweaks to password UI following today's UI review: added a learn more li...johnnyg@chromium.org2011-01-202-4/+19
* Update references part 3: remaining files in chrome/...msw@chromium.org2011-01-191-3/+3
* [Sync] Tidy up SyncBackendHost interface.akalin@chromium.org2011-01-1912-195/+199
* Change all the places where the multi-purpose sync error link is surfaced to ...johnnyg@chromium.org2011-01-192-0/+24
* Made return types of various Value::DeepCopy() implementations more specificakalin@chromium.org2011-01-181-3/+2
* Cleanup: Remove unneeded chrome/browser/prefs/pref_service.h usage.thestig@chromium.org2011-01-154-4/+0
* Turn password sync on by default.johnnyg@chromium.org2011-01-1512-231/+254
* net: Remove typedef net::URLRequestContext URLRequestContext;tfarina@chromium.org2011-01-153-8/+10
* [Sync] Convert notifications for UNKNOWN to notifications for everythingakalin@chromium.org2011-01-143-15/+13
* [Sync] Port about:sync to DOMUIakalin@chromium.org2011-01-143-216/+3
* Clang: enable -Wbool-conversions and -Wunused-variables on Linux.hans@chromium.org2011-01-141-1/+1
* We forgot to call Associate in case of local changes for autofill.lipalani@chromium.org2011-01-141-0/+3
* Fix passphrase unit test.johnnyg@chromium.org2011-01-141-1/+2
* Further tweaks to the passphrase UI to deal with passphrase entry.johnnyg@chromium.org2011-01-138-42/+101
* Cleanup: Remove unneeded chrome/browser/ui/browser.h usage.thestig@chromium.org2011-01-131-1/+0
* sync: annotate call to join SyncCoreThread to keep ThreadRestrictions happy.tim@chromium.org2011-01-131-4/+9
* The sync server supports a new "progress token" scheme that allows data types...nick@chromium.org2011-01-1334-554/+692
* sync: avoid creating a HistoryModelWorker unless it is needed.tim@chromium.org2011-01-133-10/+12
* Linux: fix a bunch of NULL vs. 0 issues spotted by gcc 4.5.craig.schlenter@chromium.org2011-01-131-1/+1
* Also delete plugin data when the cookies checkbox in the clear browsing data ...bauerb@chromium.org2011-01-131-1/+0
* net: Remove typedef net::URLRequestStatus URLRequestStatus;tfarina@chromium.org2011-01-133-11/+15
* Cleanup: Remove unneeded includes of pref_names.hthestig@chromium.org2011-01-136-9/+1
* Bugfixes for the remoting setup wizard:sergeyu@chromium.org2011-01-131-14/+31
* Chromium build failed with heap leak checker, or configured withtony@chromium.org2011-01-132-6/+6
* Coverity: Fix unchecked return values.kmadhusu@chromium.org2011-01-121-1/+2
* Revert 71169 - Revert 71167 - Remove wstring from gfx.avi@chromium.org2011-01-121-1/+1
* Revert 71167 - Remove wstring from gfx.joi@chromium.org2011-01-121-1/+1
* Remove wstring from gfx.avi@chromium.org2011-01-121-1/+1
* Increasing live (sync) operation timeout to 45 seconds.rsimha@chromium.org2011-01-111-1/+1
* Fix logic error in passphrase match detection if the confirmation is blank. ...johnnyg@chromium.org2011-01-111-13/+3
* Further tweaks to passphrase UI: change the text and spacing so that it fits ...johnnyg@chromium.org2011-01-113-46/+20
* Cleanup: Remove unneeded includes of chrome_switches.h.thestig@chromium.org2011-01-113-17/+14
* Made logging not look up --enable-dcheck from command lineakalin@chromium.org2011-01-111-2/+6
* Removing the command line flag for enabling autofill profile datatype.lipalani@chromium.org2011-01-1110-1557/+43
* Revert 70967 - Full refactor and rewrite of the autofill sync integration testsrsimha@chromium.org2011-01-111-1/+7
* Full refactor and rewrite of the autofill sync integration testsrsimha@chromium.org2011-01-111-7/+1
* Remove the stubbed out headers in chrome/browser/views.msw@chromium.org2011-01-101-2/+2
* Adding missing AUTOFILL_PROFILE sync data type to model_type.ccrsimha@chromium.org2011-01-101-1/+7
* Revert 70920 - Made logging not look up --enable-dcheck from command lineakalin@chromium.org2011-01-101-6/+2
* Made logging not look up --enable-dcheck from command lineakalin@chromium.org2011-01-101-2/+6
* Remove Windows newlines in directory_backing_store.hnick@chromium.org2011-01-081-3/+3
* Add passphrase migration UI according to the flow chart for users who require...johnnyg@chromium.org2011-01-0813-110/+633
* Revert 70782 - Made logging not look up --enable-dcheck from command lineakalin@chromium.org2011-01-071-6/+2
* Made logging not look up --enable-dcheck from command lineakalin@chromium.org2011-01-071-2/+6
* Fix clang compile failurezea@chromium.org2011-01-061-1/+1
* [SYNC] Sessions datatype refactor. Most things related to sessions under-the-...zea@chromium.org2011-01-0610-531/+1703
* net: Add namespace net to the remaining files under url_request directory.tfarina@chromium.org2011-01-061-8/+9
* [SYNC] HttpBridge's UrlFetcher should not send cookieszea@chromium.org2011-01-062-4/+1
* Fixing the crash in about:sync code. This was caused by a race condition.lipalani@chromium.org2011-01-062-0/+10
* fixing the case of duplicate profiles.lipalani@chromium.org2011-01-054-105/+84