summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync/glue
Commit message (Expand)AuthorAgeFilesLines
* Merge 228586 "[Sync] Fix crash when all visits are from the future"zea@chromium.org2013-10-212-4/+61
* Merge 218097 "Merge 191028 "[Sync] Disable unrecoverable error u..."laforge@chromium.org2013-10-021-1/+1
* * Fixed out-of-bounds crash bug in foreign_session_helper.cc.apiccion@chromium.org2013-09-231-0/+1
* Release password store synchronously on UI thread when shtudown starts.haitaol@chromium.org2013-09-204-21/+31
* Send configuration stats together at the end of data type configuration so thathaitaol@chromium.org2013-09-202-13/+20
* sync: Gracefully handle early shutdownrlarocque@chromium.org2013-09-192-58/+61
* Fixing typoslipalani@chromium.org2013-09-181-3/+3
* Release password store on UI loop when worker is stopped so that passwordhaitaol@chromium.org2013-09-162-5/+26
* sync: Add getters and setters to Entry classesrlarocque@chromium.org2013-09-133-4/+4
* bookmarks: Get rid of ui_test_utils.h entry from the exception list.tfarina@chromium.org2013-09-111-3/+3
* Revert 222154 "sync: Gracefully handle very early shutdown"vitalybuka@chromium.org2013-09-102-21/+38
* sync: Gracefully handle very early shutdownrlarocque@chromium.org2013-09-102-38/+21
* Move PasswordForm from //content to //autofill.blundell@chromium.org2013-09-093-24/+24
* sync: Improve ModelAssociation event tracingrlarocque@chromium.org2013-09-071-5/+12
* This defers starting background extension page RenderViewsgspencer@chromium.org2013-09-063-3/+6
* sync: Add GetAllSyncData to sync/apitim@chromium.org2013-09-0514-61/+97
* sync: Remove ModelTypeInvalidationMaprlarocque@chromium.org2013-09-032-2/+0
* [Sync] Don't journal/unapply types that are already disabledzea@chromium.org2013-08-281-1/+9
* Implementation of the onDeviceInfoChange event.lipalani@chromium.org2013-08-282-1/+28
* Refactor TabBase to give it ownership of ContentViews and NativePages. This ...dtrainor@chromium.org2013-08-281-1/+1
* Add HTTP status code to navigation data structurespvalenzuela@chromium.org2013-08-281-0/+6
* Add the missing GetWebContent() method.aurimas@chromium.org2013-08-262-0/+5
* Add NavigationTimeKeeper to track network navigation times of navigation haitaol@chromium.org2013-08-253-1/+25
* Implementation of DeviceInfo API (get). The API is not yet exposed the dev ch...lipalani@chromium.org2013-08-201-14/+28
* Revert 218087 "Plumbing to expose DeviceInfo API (get) to dev ch..."yoz@chromium.org2013-08-161-28/+14
* Plumbing to expose DeviceInfo API (get) to dev channel.lipalani@chromium.org2013-08-161-14/+28
* Rename extension_manifest_keys namespace to extensions::manifest_keys.yoz@chromium.org2013-08-151-2/+2
* On session restore delete unassociated tab_ids.shashishekhar@chromium.org2013-08-086-62/+55
* [Managed users] Associate tabs with only blocked navigations in SessionModelA...bauerb@chromium.org2013-08-073-57/+100
* Avoid wasted work in ShouldSyncSessionTab().pochang0403@gmail.com2013-08-071-0/+1
* Remove unnecessary #if defined(ENABLE_MANAGED_USERS) and header includes.bauerb@chromium.org2013-08-052-5/+0
* sync: Convert TabNodePool to use tab_node_id as primary index.tim@chromium.org2013-08-029-143/+152
* This reverts 214330 but adds https://codereview.chromium.org/21184002/, which...tim@chromium.org2013-08-018-117/+295
* Helper to do mapping between sync guid and public device id.lipalani@chromium.org2013-07-312-2/+13
* Lock-free shutdown of profile sync service. Changes include:haitaol@chromium.org2013-07-3134-1170/+987
* Revert 213872 "Revert 213589 to reland 213396, which re-lands 21..."hashimoto@chromium.org2013-07-308-290/+113
* Get DeviceInfo from session tag.lipalani@chromium.org2013-07-262-1/+31
* Revert 213589 to reland 213396, which re-lands 212635 - Track tab node IDs in...tim@chromium.org2013-07-268-113/+290
* Revert 213642 "Lock-free shutdown of profile sync service. Chang..."earthdok@chromium.org2013-07-2534-985/+1170
* Lock-free shutdown of profile sync service. Changes include:haitaol@chromium.org2013-07-2534-1170/+985
* Revert 213396 "Revert "Revert 212635 "sync: Track tab node IDs i..."hashimoto@chromium.org2013-07-258-273/+113
* Revert "Revert 212635 "sync: Track tab node IDs in SyncedSessionTracker.""tim@chromium.org2013-07-248-113/+273
* Correctly integrate StoragePartition into TestingProfile.ajwong@chromium.org2013-07-233-31/+26
* Remove unused unit testsrlarocque@chromium.org2013-07-232-284/+0
* Fix bug caught by clang's -Wlogical-not-parenthesesthakis@chromium.org2013-07-221-3/+2
* Revert 212635 "sync: Track tab node IDs in SyncedSessionTracker."xians@chromium.org2013-07-227-259/+97
* De-couple shutting down sync backend from deleting sync data.yfriedman@chromium.org2013-07-202-3/+13
* sync: Add pre-commit update avoidance mode + flagrlarocque@chromium.org2013-07-201-0/+4
* sync: Track tab node IDs in SyncedSessionTracker.tim@chromium.org2013-07-197-97/+259
* Introduce ToValue method in device info.lipalani@chromium.org2013-07-182-0/+53