| Commit message (Expand) | Author | Age | Files | Lines |
* | Add prefs for the DOMUI version of "Customize modifier keys" dialog. | yusukes@chromium.org | 2010-08-12 | 1 | -2/+3 |
* | Convert TimeFormat (chrome/common/time_format.*) to string16 (from wstring). | viettrungluu@chromium.org | 2010-08-12 | 1 | -1/+1 |
* | Add token serialization to token_service. | chron@chromium.org | 2010-08-12 | 1 | -2/+2 |
* | Fix permissions to fix broken chromium tree. | erg@google.com | 2010-08-12 | 1 | -0/+0 |
* | sync: dont synchronously check server reachability during syncapi init | tim@chromium.org | 2010-08-11 | 1 | -2/+16 |
* | Create and remove sync nodes whenever preferences flip their managed flag | mnissler@chromium.org | 2010-08-11 | 5 | -102/+167 |
* | Synchronize Input Method and Keyboard preferences. | yusukes@chromium.org | 2010-08-11 | 1 | -21/+41 |
* | Make prefs use std::string for keys rather than wstrings. | viettrungluu@chromium.org | 2010-08-11 | 9 | -86/+91 |
* | Fix permissions on sync files. | erg@google.com | 2010-08-11 | 2 | -0/+0 |
* | sync: Fix backend configuration to support sync db refresh. | tim@chromium.org | 2010-08-11 | 13 | -139/+304 |
* | Use SSL/TCP port for notifications in sync tests. | rsimha@chromium.org | 2010-08-10 | 7 | -7/+30 |
* | Make the username readonly when asking the user to re-login to sync. | albertb@chromium.org | 2010-08-09 | 3 | -4/+17 |
* | Convert occurrences of WideToUTF{8,16}(l10n_util::GetString...() ... | viettrungluu@chromium.org | 2010-08-08 | 1 | -3/+3 |
* | Remove sync_types.h. No functions from this file are used, and some of them are | brettw@chromium.org | 2010-08-08 | 31 | -93/+36 |
* | FBTF: Remove unneeded headers from base/ (part 5) | thestig@chromium.org | 2010-08-07 | 2 | -3/+0 |
* | Cleanup: Remove now obsolete Nigori params. | albertb@chromium.org | 2010-08-06 | 3 | -23/+0 |
* | rid of more OS_LINUX defines, to help the BSD port (work by sprewell & I) | pvalchev@google.com | 2010-08-06 | 1 | -1/+1 |
* | Export and imports raw keys in the Cryptographer. | albertb@chromium.org | 2010-08-06 | 2 | -9/+9 |
* | Added constants, strings, protos for app sync. | akalin@chromium.org | 2010-08-06 | 6 | -1/+80 |
* | FBTF: Remove unneeded headers from base/ (part 3) | thestig@chromium.org | 2010-08-06 | 2 | -2/+0 |
* | FBTF: Remove unneeded headers from base/ (part 2) | thestig@chromium.org | 2010-08-06 | 9 | -9/+10 |
* | Don't sync prefs::kAutoFillAuxiliaryProfilesEnabled on non-mac | skrul@chromium.org | 2010-08-05 | 1 | -0/+2 |
* | FBTF: Remove unneeded headers from base/ (part 1) | thestig@chromium.org | 2010-08-05 | 1 | -1/+0 |
* | Convert a bunch of wstring/wchar_t*'s, mostly in browser_about_handler.cc. | viettrungluu@chromium.org | 2010-08-05 | 3 | -18/+19 |
* | Unplumb AllStatus from SyncerThread. | tim@chromium.org | 2010-08-05 | 10 | -136/+108 |
* | Let the Nigori client import and export raw encryption keys. | albertb@chromium.org | 2010-08-04 | 4 | -38/+121 |
* | Use the "tabIndex" property on the wizard iframes to prevent tabbing between ... | skrul@chromium.org | 2010-08-04 | 1 | -5/+13 |
* | Add #include utf_string_conversions.h to all files that use ASCIIToWide and | brettw@chromium.org | 2010-08-03 | 2 | -0/+2 |
* | UI changes to sync dialogs to improve formatting and font sizes. | tim@chromium.org | 2010-08-03 | 3 | -74/+86 |
* | Fix for RenewAuthToken crash. Extend life of AuthWatcher. | chron@chromium.org | 2010-08-02 | 1 | -1/+9 |
* | Stopgap fix for bug 48502. Stop syncing on db corruption. | tim@chromium.org | 2010-08-02 | 4 | -5/+45 |
* | Revert 53799 - Made CacheInvalidationPacketHandler aware of XmppClient state ... | akalin@chromium.org | 2010-08-02 | 3 | -35/+1 |
* | Convert more callers of the integer/string functions to using | brettw@chromium.org | 2010-07-31 | 5 | -10/+14 |
* | Fix presubmit errors part 2. | tfarina@chromium.org | 2010-07-31 | 1 | -2/+1 |
* | Move the number conversions from string_util to a new file. | brettw@chromium.org | 2010-07-30 | 6 | -12/+15 |
* | GTTF: Move more test server code from net/url_request/url_request_unittest.h | phajdan.jr@chromium.org | 2010-07-29 | 1 | -4/+9 |
* | Cleanup: Remove unneeded headers from app/ | thestig@chromium.org | 2010-07-29 | 1 | -1/+0 |
* | The token service should now support issuing auth tokens. | chron@chromium.org | 2010-07-28 | 1 | -1/+4 |
* | browser: Fix some presubmit errors. | tfarina@chromium.org | 2010-07-28 | 1 | -1/+1 |
* | Fix leaks found by sync unit tests. | nick@chromium.org | 2010-07-28 | 4 | -27/+47 |
* | Sync: set BASE_VERSION to entry.version() instead of 0 when changing | nick@chromium.org | 2010-07-28 | 3 | -26/+35 |
* | Rewrote handing of auto-reconnection and network changes for sync notifier. | akalin@chromium.org | 2010-07-27 | 1 | -5/+4 |
* | Made CacheInvalidationPacketHandler aware of XmppClient state changes. | akalin@chromium.org | 2010-07-27 | 3 | -1/+35 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 125 | -0/+125 |
* | Significantly speed up sync integration tests. | rsimha@chromium.org | 2010-07-26 | 4 | -0/+17 |
* | Use message loop proxy to avoid null message loop crashes. | chron@chromium.org | 2010-07-26 | 2 | -5/+12 |
* | Coverity issues 7028, 8452, 7061, 7070: Uninitialized members in browser/sync/* | finnur@chromium.org | 2010-07-24 | 4 | -4/+9 |
* | Add undeclared virtual destructors. | ziadh@chromium.org | 2010-07-24 | 1 | -0/+3 |
* | Surface the "Set up sync" button on ChromiumOS when sync is stopped permanently. | skrul@chromium.org | 2010-07-23 | 2 | -7/+15 |
* | Green Tree Tactical Force: Revert skrul's bad commits (probably a git-cl bug). | phajdan.jr@chromium.org | 2010-07-23 | 2 | -15/+7 |