summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync
Commit message (Expand)AuthorAgeFilesLines
* Get rid of TabContentsWrapper::tab_contents. Also make it use WebContents exc...jam@chromium.org2012-01-061-1/+0
* Depending on when the network change notification fires the client could go t...lipalani@chromium.org2012-01-051-5/+11
* Fix var hiding bug in sync's UIModelWorkerrlarocque@chromium.org2012-01-051-2/+1
* Always set current_state_ in SyncSetupFlow::Adance()stevenjb@chromium.org2012-01-051-1/+8
* Get rid of content::NavigationController in cc file and use "using" instead.jam@chromium.org2012-01-041-2/+2
* sync: Merge the server-side protocol changes.albertb@chromium.org2012-01-0418-194/+249
* Convert WebContents to return a content::NavigationController instead of the ...jam@chromium.org2012-01-041-1/+1
* Reland: Fix and re-enable passwords sync perf test on Macrsimha@chromium.org2012-01-031-3/+3
* Convert all the notifications which use NavigationController to content::Navi...jam@chromium.org2012-01-031-1/+2
* Replace most of Browser::GetSelectedTabContents calls into Browser::GetSelect...jam@chromium.org2012-01-031-9/+9
* Remove DeleteTask and convert remaining users.dcheng@chromium.org2012-01-021-2/+2
* Convert chrome users of NavigationController::tab_contents() to use GetWebCon...jam@chromium.org2012-01-021-3/+4
* Convert various ReleaseSoon methods to use base::Bind()dcheng@chromium.org2011-12-301-3/+5
* Revert 116002 - Fix and re-enable passwords sync perf testkerz@chromium.org2011-12-301-1/+8
* Have whitespace cleanup for bookmarks happen in BookmarkNode::SetTitle(..).zea@chromium.org2011-12-302-4/+9
* Fix and re-enable passwords sync perf testrsimha@chromium.org2011-12-291-8/+1
* Add more per-tab preferences.mnaganov@chromium.org2011-12-292-7/+7
* Move net/base/sys_byteorder.h to base/sys_byteorder.hisherman@chromium.org2011-12-281-6/+1
* A command line flag to simulate an unrecoverable error.lipalani@chromium.org2011-12-281-0/+13
* Rename NavigationController to NavigationControllerImpl and put it into the c...jam@chromium.org2011-12-281-4/+5
* Ignore empty passphrases in SyncSetupFlow.OnUserConfigured.atwilson@chromium.org2011-12-281-2/+4
* Remove the remaining usages of NavigationEntry in chrome by converting a few ...jam@chromium.org2011-12-281-1/+1
* Convert a few methods in NavigationController to return a content::Navigation...jam@chromium.org2011-12-282-7/+10
* This patch achieves it without crashing the process. We create a new exceptio...lipalani@chromium.org2011-12-282-0/+16
* Move the PageNavigator interface and GlobalRequestID struct to content\public...jam@chromium.org2011-12-281-0/+1
* Fix MockKeychain implementation on Macrsimha@chromium.org2011-12-275-92/+17
* Move FaviconStatus and SSLStatus out of NavigationEntry into their own files ...jam@chromium.org2011-12-271-0/+1
* Remove PrefService::ScheduleSavePersistentPrefs and change SavePersistentPref...bauerb@chromium.org2011-12-272-13/+0
* Remove temporary redirect header and DEPS exception for cancelable_request.hjoi@chromium.org2011-12-273-4/+4
* Convert a bunch of WebContentsObservers to use web_contents() instead of tab_...jam@chromium.org2011-12-251-1/+1
* Create a Content API around NavigationEntry that's in content/public/browser....jam@chromium.org2011-12-252-9/+10
* base::Bind: Random remaining cleanups.jhawkins@chromium.org2011-12-232-1/+3
* base::Bind: Remove unused ScopedCallbackFactorys.jhawkins@chromium.org2011-12-232-4/+0
* This is the fourth patch in this series. This replaces the CHECK stmts with u...lipalani@chromium.org2011-12-232-110/+309
* Mark more TwoClientTypedUrlsSyncTest tests flakyjbates@chromium.org2011-12-231-2/+4
* Mark TwoClientTypedUrlsSyncTest.AddOneDeleteOtherAddAgain flakyjbates@chromium.org2011-12-231-1/+2
* [Sync] Implement encryption-aware conflict resolution.zea@chromium.org2011-12-2315-199/+634
* base::Bind() conversion for sync codedcheng@chromium.org2011-12-2364-378/+396
* Remove ProcessUpdates::ModelNeutralExecuteImplrlarocque@chromium.org2011-12-222-11/+0
* This is the third patch in the series. lipalani@chromium.org2011-12-223-12/+93
* [Sync] Ensure encryption happens before syncing with the server.zea@chromium.org2011-12-221-5/+8
* Removes svn:executable flags.hbono@chromium.org2011-12-224-0/+0
* Migrate cacheinvalidation override implementation to use base::Callback<>.ajwong@chromium.org2011-12-213-67/+61
* This is the second patch in the set. This propagates the unrecoverable error ...lipalani@chromium.org2011-12-2123-42/+237
* Rename TabContents::browser_context() to GetBrowserContext and put it into th...jam@chromium.org2011-12-211-1/+2
* base::Bind: Remove includes of base.bind in header files.jhawkins@chromium.org2011-12-212-1/+2
* Change definition of "syncing" in AllStatusrlarocque@chromium.org2011-12-2117-124/+44
* Disable it until we can fix it right.lipalani@chromium.org2011-12-211-1/+4
* sync: take two on removing cros_user parameter from ProfileSyncService.tim@chromium.org2011-12-2125-120/+253
* [Sync] Add nigori node conflict resolution.zea@chromium.org2011-12-218-62/+296