summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync/glue
Commit message (Expand)AuthorAgeFilesLines
* Event tracing for sync eventsrlarocque@chromium.org2011-11-231-0/+5
* [Sync] Make ModelSafeWorker a true interfaceakalin@chromium.org2011-11-223-2/+4
* sync: rename ProfileSyncFactory to ProfileSyncComponentsFactory.tim@chromium.org2011-11-2245-121/+124
* Add OVERRIDE to chrome/browser/sync/.avi@chromium.org2011-11-2121-112/+133
* sync: remove includes from ProfileSyncFactory + add to AutofillDataTypeContro...tim@chromium.org2011-11-171-0/+1
* Revert 110384 - Revert 110356 - Sync: Improve handling of database load failurescpu@chromium.org2011-11-171-3/+6
* Revert 110356 - Sync: Improve handling of database load failurescpu@chromium.org2011-11-161-6/+3
* Sync: Improve handling of database load failuresrlarocque@chromium.org2011-11-161-3/+6
* Revert 110177 - Sync: Improve handling of database load failuresrlarocque@chromium.org2011-11-151-6/+3
* Sync: Improve handling of database load failuresrlarocque@chromium.org2011-11-151-3/+6
* Cleanup: Remove unneeded forward declarations in chrome/browser/sync.thestig@chromium.org2011-11-157-18/+3
* net: Move the last two Escape() functions into the net namespace.tfarina@chromium.org2011-11-091-5/+5
* Move all Extension Settings API files from c/b/extensions to c/b/extensions/s...kalman@chromium.org2011-11-092-6/+9
* Use base::StringPrintf to fix SyncedSessionTrackerTest.ManyGetTabs under Addr...glider@chromium.org2011-11-081-1/+2
* Revert 108858 - Hotfix SyncedSessionTrackerTest.ManyGetTabs to pass under Add...glider@chromium.org2011-11-071-4/+1
* Hotfix the hotfix for SyncedSessionTrackerTest.ManyGetTabs (r108858) to compi...glider@chromium.org2011-11-071-0/+1
* Hotfix SyncedSessionTrackerTest.ManyGetTabs to pass under AddressSanitizer.glider@chromium.org2011-11-071-1/+3
* Fix crash in PSS:SetEncryptEverything() and in TypedUrlModelAssociatoratwilson@chromium.org2011-11-041-5/+4
* Add only types with empty progress marker to config requests. This fixes a bu...lipalani@chromium.org2011-11-041-6/+22
* Switch to composition for TestBrowserThread.joi@chromium.org2011-11-033-13/+13
* Move Autocomplete to the new syncgeorgey@chromium.org2011-11-039-1611/+109
* Move BrowserThread to content namespace.joi@chromium.org2011-11-0247-5/+77
* Refactored TypedUrlChangeProcessor to treat ADD and UPDATE similarly.atwilson@chromium.org2011-11-015-109/+51
* Separate the syncing of extension settings and app settings into separate datakalman@chromium.org2011-11-013-17/+28
* Changed change processors to use ScopedStopObservingatwilson@chromium.org2011-10-3110-17/+13
* Converted top-level NewRunnableMethod and straggler NewRunnableFunction usage...rickcam@chromium.org2011-10-286-72/+56
* [Sync] Ensure new non-frontend datatypes release shared change processorzea@chromium.org2011-10-283-9/+35
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-2838-80/+83
* Handle additional feedback from http://codereview.chromium.org/8395038/.jam@chromium.org2011-10-281-10/+1
* This is the first patch in a series of patches. This patch introduces the unr...lipalani@chromium.org2011-10-2710-57/+113
* [Sync] Add HasChildren() function and use it instead of GetFirstChildId()akalin@chromium.org2011-10-278-11/+10
* Rename URLFetcher to be URLFetcherImpl, now that we have the content::URLFetc...jam@chromium.org2011-10-271-1/+0
* Updated TypedURL sync code to not create duplicate visits.atwilson@chromium.org2011-10-263-49/+78
* Convert chrome callers of UrlFetcher to use the interface. I'll switch tests ...jam@chromium.org2011-10-261-3/+3
* Fix for 101232 NewNonFrontendDataTypeController has a racing condition that l...georgey@chromium.org2011-10-251-3/+3
* Create a content::UrlFetcher interface that lives in content/public/common an...jam@chromium.org2011-10-253-12/+12
* [Sync] Cache encrypted types info in ProfileSyncServiceakalin@chromium.org2011-10-243-38/+65
* Convert URLFetcher::Delegates to use an interface in content/public/common. A...jam@chromium.org2011-10-243-22/+19
* Changed the TypedUrlModelAssociator to correctly merge changes between the sy...atwilson@chromium.org2011-10-224-17/+79
* Now does not sync URLs that only have imported visits.atwilson@chromium.org2011-10-222-1/+32
* Avoid DCHECK in AutofillModelAssociator::Associateisherman@chromium.org2011-10-221-0/+5
* [Sync] Fix VLOG of session titleszea@chromium.org2011-10-211-11/+14
* Implement sync data type controller and UI for syncing notifications:munjal@chromium.org2011-10-213-0/+406
* Make NotificationService an interface in the content namespace, and switch ca...jam@chromium.org2011-10-1914-47/+49
* Fix ordering dependencies for #if OS_CHROMEOS and OS_LINUXstevenjb@chromium.org2011-10-191-3/+3
* Prevent crash by posting a task to call unrecoverable error handler. The task...lipalani@chromium.org2011-10-196-1/+33
* Move NotificationObserver, NotificationSource, and NotificationDetails to con...jam@chromium.org2011-10-1928-177/+177
* Move content_client.h into content/public.joi@chromium.org2011-10-182-2/+2
* Move content_notification_types.h from content\common to content\public\brows...jam@chromium.org2011-10-188-8/+9
* [Sync] Make BrowserThreadModelWorker subclasses show up in call stacksakalin@chromium.org2011-10-183-7/+32