summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync
Commit message (Expand)AuthorAgeFilesLines
* Changed error message when sync is unavailable for domain.rickcam@chromium.org2011-03-111-2/+5
* [Sync] Extra checks to attempt to trace codepath in autofillchangeprocessor d...zea@chromium.org2011-03-111-0/+11
* Coverity: Fix various NULL_RETURNS defects.csilv@chromium.org2011-03-111-0/+1
* Rename TreeNode::SetTitle to TreeNode::set_title. Part 4.tfarina@chromium.org2011-03-111-1/+1
* Coverity: Fix negative return function errors.kmadhusu@chromium.org2011-03-111-1/+3
* Coverity: Pass parameters by ref.jhawkins@chromium.org2011-03-114-4/+5
* Fix some pass-by-values caught by Coveritystuartmorgan@chromium.org2011-03-111-1/+1
* Fix (more) clang chromium-style violations introduced by 77725akalin@chromium.org2011-03-112-0/+3
* Fix clang chromium-style violations introduced by 77725akalin@chromium.org2011-03-112-6/+10
* [Sync] Refactor notification RegistrationManager, implement backoffakalin@chromium.org2011-03-105-259/+580
* ImportantFileWriter: check return value of PostTaskphajdan.jr@chromium.org2011-03-101-3/+1
* autofill: Rename AutoFillProfile to AutofillProfile.tfarina@chromium.org2011-03-1010-173/+173
* Revert 77607 - [Sync] Refactor notification RegistrationManager, implement ba...akalin@chromium.org2011-03-105-485/+252
* [Sync] Refactor notification RegistrationManager, implement backoffakalin@chromium.org2011-03-105-252/+485
* Rename TreeNode::GetChildCount to TreeNode::child_count. Part 3.tfarina@chromium.org2011-03-103-43/+43
* Switch content/browser/webui to string16/std::string, update all callers.avi@chromium.org2011-03-091-6/+6
* Update a bunch of files to the new location of notification files.tfarina@chromium.org2011-03-0943-145/+145
* Options: Remove the kDisabledTabbedOptions flag.jhawkins@chromium.org2011-03-091-15/+6
* Rename TreeNode::GetParent() to TreeNode::parent(). Part 2tfarina@chromium.org2011-03-082-19/+19
* [Sync] Remove unncessary nudge in UpdateCredentials that can cause issues.zea@chromium.org2011-03-081-4/+0
* Fix sync wizard window size for chromeos/linuxstevenjb@google.com2011-03-081-1/+1
* Fixup RTL issue in sync settings dialog with learn more link.atwilson@chromium.org2011-03-082-1/+7
* Rename IndexOfChild to GetIndexOf. Part 1tfarina@chromium.org2011-03-082-17/+17
* Cleanup: Use more specific friend struct / make destructors non-public for cl...thestig@chromium.org2011-03-071-6/+3
* autofill: Rename AutoFillType to AutofillType.tfarina@chromium.org2011-03-074-33/+33
* Move notification service code to content. We'll need to figure out how to s...jam@chromium.org2011-03-073-13/+13
* Plumb through NetworkChangeNotifier::IsOffline() to WebKit, enablingadamk@chromium.org2011-03-041-3/+3
* Give a helpful warning message if a url patern contains a port.skerner@chromium.org2011-03-043-5/+7
* Change other usages of .size() to .empty() when applicable.erg@google.com2011-03-046-10/+7
* [Sync] Fix the session info on NTP to properly set opacity. Fix bug in associ...zea@chromium.org2011-03-032-7/+10
* Remove web_ui_util helper functions.kmadhusu@chromium.org2011-03-031-9/+22
* sync: add switch for using new syncer thread.tim@chromium.org2011-03-0311-16/+291
* sync: Optimize GetFirstChildId and ComputePrevIdFromServerPosition by having ...nick@chromium.org2011-03-0310-188/+293
* Update the includes to the old tab_contents.hjam@chromium.org2011-03-021-1/+1
* Update more includes that were pointing to the old locations.jam@chromium.org2011-03-022-4/+4
* Get rid of temporary render_view_host.h.jam@chromium.org2011-03-021-2/+2
* Pure pedantry: Replace all ".size() == 0" with ".empty()".erg@google.com2011-03-022-2/+2
* autofill: Rename AutoFillFieldType to AutofillFieldType.tfarina@chromium.org2011-03-013-3/+3
* Disable OneBajillionUpdates; it was hanging tsan.nick@chromium.org2011-03-011-1/+1
* Take out chrome\browser\browser_thread.h. This is a retake of r76418 with th...jam@chromium.org2011-03-011-1/+1
* Revert 76418 - Remove chrome\browser\browser_thread.hrdsmith@chromium.org2011-03-011-1/+1
* Remove chrome\browser\browser_thread.hjam@chromium.org2011-03-011-1/+1
* Update a bunch of files to the new location of browser_thread.h jam@chromium.org2011-03-0118-18/+18
* In the syncable directory, an index consists of (a) a rule defining which syn...nick@chromium.org2011-03-015-101/+175
* Update a bunch of files to the new location of browser_thread.h jam@chromium.org2011-03-012-2/+2
* Update a bunch of files to the new location of browser_thread.h jam@chromium.org2011-03-0124-46/+46
* Linux: disable password syncing temporarily; it can be enabled withmdm@chromium.org2011-03-012-2/+14
* Delete the temporary headers left behind in chrome\browser. I've left browse...jam@chromium.org2011-03-012-2/+2
* [Sync] Attach payload to appropriate progress marker + unit tests.zea@chromium.org2011-02-287-4/+82
* [Sync] Convert ModelTypeBitSetFromString to not use streams.zea@chromium.org2011-02-282-9/+27