| Commit message (Expand) | Author | Age | Files | Lines |
* | A new field to describe the sources of history urls(visits) is added. This fi... | brettw@chromium.org | 2010-08-19 | 3 | -9/+11 |
* | DOM UI: Change DOMMessageHandler callback arg type to ListValue. | estade@chromium.org | 2010-08-19 | 2 | -6/+6 |
* | Switch to GoogleServiceAuthError struct instead of GaiaAuthError. | chron@chromium.org | 2010-08-19 | 6 | -6/+6 |
* | Clean up unnecessary #includes of base/{scoped_ptr.h,string16.h}. | viettrungluu@chromium.org | 2010-08-19 | 10 | -12/+2 |
* | Allow update URLs in external_extensions.json. | skerner@chromium.org | 2010-08-19 | 2 | -7/+11 |
* | Remove wstrings from bookmarks, part 3. | viettrungluu@chromium.org | 2010-08-19 | 2 | -35/+43 |
* | FBTF: Remove unneeded STL includes from src/chrome. | viettrungluu@chromium.org | 2010-08-19 | 3 | -3/+1 |
* | FBTF: Remove unneeded headers from base/ (part 6) | thestig@chromium.org | 2010-08-19 | 4 | -4/+5 |
* | Fix leaks in ProfileSyncServiceSessionTest. | tim@chromium.org | 2010-08-18 | 2 | -9/+10 |
* | Move bundled copy of sqlite one level deeper to better separate it | phajdan.jr@chromium.org | 2010-08-18 | 2 | -3/+3 |
* | Re-land r56529, and add fixes for the browser tests on chromium os. | cmasone@google.com | 2010-08-18 | 1 | -0/+7 |
* | Revert 56529 - [Chrome OS] Block the installation of extensions with NPAPI pl... | phajdan.jr@chromium.org | 2010-08-18 | 1 | -7/+0 |
* | Remove all wstrings from the IPC logging subsystem. | erg@google.com | 2010-08-18 | 1 | -0/+1 |
* | [Chrome OS] Block the installation of extensions with NPAPI plugins | cmasone@google.com | 2010-08-18 | 1 | -0/+7 |
* | sync: take two for: | tim@chromium.org | 2010-08-18 | 24 | -32/+1711 |
* | Revert 56423 - Added classes to enable session sync functionality. | tim@chromium.org | 2010-08-17 | 24 | -1711/+32 |
* | Added classes to enable session sync functionality. | tim@chromium.org | 2010-08-17 | 24 | -32/+1711 |
* | Test server cleanup patch of death: | phajdan.jr@chromium.org | 2010-08-17 | 1 | -18/+16 |
* | Handling empty ScopedDirLookup username in HandleDirectoryManagerEvent(). | rsimha@chromium.org | 2010-08-17 | 1 | -0/+7 |
* | Remove remaining deprecated wstring methods from base/values.{cc,h}. | viettrungluu@chromium.org | 2010-08-17 | 1 | -82/+82 |
* | Fix build breakage from r56302. | viettrungluu@chromium.org | 2010-08-17 | 1 | -3/+3 |
* | Made server_notifier_thread listen to UNKNOWN data type. | akalin@chromium.org | 2010-08-17 | 4 | -3/+29 |
* | Implemented apps sync (behind a flag). | akalin@chromium.org | 2010-08-16 | 18 | -20/+330 |
* | Remove deprecated wstring Get(As)String() methods from Value, etc. | viettrungluu@chromium.org | 2010-08-16 | 2 | -44/+44 |
* | FBTF: Remove "obviously" unneeded standard C++ library #includes. | viettrungluu@chromium.org | 2010-08-15 | 16 | -27/+8 |
* | FBTF: Forward declare everything possible in testing_profile.h | erg@google.com | 2010-08-13 | 3 | -4/+8 |
* | Rework gfx::Font by moving platform-specific code into inner classes. | ben@chromium.org | 2010-08-13 | 1 | -1/+1 |
* | Massive refactoring of extensions sync code | akalin@chromium.org | 2010-08-13 | 12 | -535/+950 |
* | sync: Add sessions to protocol and chromiumsync python test server. | jerrica@google.com | 2010-08-13 | 2 | -0/+92 |
* | 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 |