summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync/glue
Commit message (Expand)AuthorAgeFilesLines
* Generic ModelAssociator based on prototype from earlier CL.tim@chromium.org2009-12-176-52/+192
* Use a ConditionVariable in place of WaitableEvent in BookmarkModelWorker.tim@chromium.org2009-12-152-18/+23
* I refactored ChangeProcessor so that the common stuff can be reused by otheralbertb@google.com2009-12-149-837/+955
* Use utf_string_conversions header in more places.maruel@chromium.org2009-12-111-2/+1
* Plumping for taking LSID cookie from ProfileSyncService to GaiaAuthenticator.albertb@google.com2009-12-012-7/+15
* [GTTF] Reduce header dependencies in chrome.phajdan.jr@chromium.org2009-11-301-0/+2
* Revert 33301 and 33305 due to unit_tests breakage.maruel@chromium.org2009-11-301-2/+0
* [GTTF] Reduce header dependencies in chrome.phajdan.jr@chromium.org2009-11-301-0/+2
* Cleanup some callers now that the restriction that ChromeURLRequestContextGet...eroman@chromium.org2009-11-192-15/+2
* Fix crash described in 27580 by telling bookmark model to removemunjal@chromium.org2009-11-131-1/+1
* Fixes almost all of the rest of lint errors in the chrome/ directory (minus t...erg@google.com2009-11-132-3/+3
* Implement the gaia captcha state and unlock capability in the sync setup wizard.tim@chromium.org2009-11-122-6/+10
* Part 1 of implementing captcha for sync dialog. tim@chromium.org2009-11-112-29/+13
* Fix 26141munjal@chromium.org2009-11-103-47/+30
* Ninth patch in making destructors of refcounted objects private.jam@chromium.org2009-11-074-2/+13
* Part 2 of string cleanup in Sync:munjal@chromium.org2009-11-064-38/+24
* Seventh patch in making destructors of refcounted objects private.jam@chromium.org2009-11-062-0/+4
* Fourth patch in making destructors of refcounted objects private.jam@chromium.org2009-11-051-1/+2
* Clean up the strings for sync code:munjal@chromium.org2009-11-041-8/+4
* Gosh, fix a typo to really fix the tree.munjal@chromium.org2009-10-291-1/+1
* Fix the warning treated as error on linux 64 bit build ofmunjal@chromium.org2009-10-291-2/+2
* Try to revive the revision 30441 which was reverted in 30443.munjal@chromium.org2009-10-291-6/+67
* Reverting r30441. Fails compile on linux x64.aa@chromium.org2009-10-291-67/+6
* Make some improvements to sync model associator:munjal@chromium.org2009-10-291-6/+67
* Remove the browser_sync flag.zork@chromium.org2009-10-2712-45/+0
* Simplify threading in browser thread by making only ChromeThread deal with di...jam@chromium.org2009-10-273-42/+30
* Move initialization of ChromeURLRequestContexts to the IO thread.eroman@chromium.org2009-10-235-53/+118
* Lands http://codereview.chromium.org/272036 for Thiago:sky@chromium.org2009-10-191-2/+2
* Beef-up a DCHECK_NE case in browser_sync::ChangeProcessor to return early if ...tim@chromium.org2009-10-191-4/+8
* Fix ProfileSyncService unit test.nick@chromium.org2009-10-175-79/+64
* Rename CHROME_PERSONALIZATION to BROWSER_SYNC.nick@chromium.org2009-10-1712-27/+26
* Makes canceling 'bookmark all tabs' delete the folder. Or rather,sky@chromium.org2009-10-161-1/+2
* Remove a dcheck that had a signed/unsigned warning.nick@chromium.org2009-10-161-1/+0
* Use a multiset rather than a set to store bookmarks when running the model as...nick@chromium.org2009-10-161-4/+6
* Fix pieces of syncapi that aren't implemented on Linux.zork@chromium.org2009-10-152-2/+0
* More style nits.erg@google.com2009-10-141-1/+1
* Patched in 265058 (which was uploaded under akalin@gmail.com). Originalakalin@chromium.org2009-10-135-7/+10
* Update sync unit tests to build on linuxzork@chromium.org2009-10-071-10/+12
* Cleanup some rotten references to old command line switches.nick@chromium.org2009-10-061-2/+0
* Initial CL for fixing some of the proxy auth issues.chron@chromium.org2009-10-065-26/+86
* Move the JPEG and PNG codecs from base/gfx to app/gfx/codec. Move the classesbrettw@chromium.org2009-10-031-2/+2
* For bookmark sync, remove cookie support from http bridge and syncapi.chron@chromium.org2009-09-213-53/+5
* Handle some startup errors encountered by ModelAssociator (such as tim@chromium.org2009-09-161-14/+18
* Build sync engine as part of the browser build.nick@chromium.org2009-09-153-8/+2
* This CL changes the CookieStore obect to be a refcounted object to get a bett...ananta@chromium.org2009-09-051-1/+0
* Adds a FaviconService class tied to the profile.arv@google.com2009-08-281-3/+6
* Make HttpBridge::AllowSendingCookies return true for now.tim@chromium.org2009-08-252-2/+13
* In HttpBridgeTest, make sure to read the full HTTP response content and nottim@chromium.org2009-08-242-13/+7
* Add support to glue and syncAPI for header setting. (second try)chron@chromium.org2009-08-223-18/+57
* Pref-backed SSLConfigService for Linux.mattm@chromium.org2009-08-191-1/+3