| Commit message (Expand) | Author | Age | Files | Lines |
* | Move prefs-related files under chrome/browser/ into a prefs/ subdir. | evan@chromium.org | 2010-08-26 | 4 | -4/+4 |
* | Move theme files in chrome/browser/ into a themes/ subdir. | evan@chromium.org | 2010-08-25 | 2 | -2/+2 |
* | Remove wstrings from bookmarks, part 7. | viettrungluu@chromium.org | 2010-08-21 | 1 | -2/+3 |
* | Remove wstrings from bookmarks, part 6. | viettrungluu@chromium.org | 2010-08-21 | 1 | -1/+1 |
* | Re-land r56742 now with correct database files | brettw@chromium.org | 2010-08-21 | 2 | -3/+4 |
* | FBTB: Remove unneeded #includes of base/ref_counted.h and base/string16.h in ... | viettrungluu@chromium.org | 2010-08-20 | 1 | -1/+0 |
* | Revert 56742 - A new field to describe the sources of history urls(visits) is... | brettw@chromium.org | 2010-08-19 | 2 | -4/+3 |
* | A new field to describe the sources of history urls(visits) is added. This fi... | brettw@chromium.org | 2010-08-19 | 2 | -3/+4 |
* | Switch to GoogleServiceAuthError struct instead of GaiaAuthError. | chron@chromium.org | 2010-08-19 | 1 | -1/+1 |
* | Clean up unnecessary #includes of base/{scoped_ptr.h,string16.h}. | viettrungluu@chromium.org | 2010-08-19 | 9 | -11/+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 | 1 | -4/+8 |
* | FBTF: Remove unneeded STL includes from src/chrome. | viettrungluu@chromium.org | 2010-08-19 | 2 | -2/+1 |
* | FBTF: Remove unneeded headers from base/ (part 6) | thestig@chromium.org | 2010-08-19 | 1 | -0/+1 |
* | Fix leaks in ProfileSyncServiceSessionTest. | tim@chromium.org | 2010-08-18 | 1 | -3/+4 |
* | 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 |
* | [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 | 7 | -0/+1134 |
* | Revert 56423 - Added classes to enable session sync functionality. | tim@chromium.org | 2010-08-17 | 7 | -1134/+0 |
* | Added classes to enable session sync functionality. | tim@chromium.org | 2010-08-17 | 7 | -0/+1134 |
* | Test server cleanup patch of death: | phajdan.jr@chromium.org | 2010-08-17 | 1 | -18/+16 |
* | Implemented apps sync (behind a flag). | akalin@chromium.org | 2010-08-16 | 9 | -14/+253 |
* | FBTF: Remove "obviously" unneeded standard C++ library #includes. | viettrungluu@chromium.org | 2010-08-15 | 6 | -11/+1 |
* | Massive refactoring of extensions sync code | akalin@chromium.org | 2010-08-13 | 11 | -534/+949 |
* | Add prefs for the DOMUI version of "Customize modifier keys" dialog. | yusukes@chromium.org | 2010-08-12 | 1 | -2/+3 |
* | Create and remove sync nodes whenever preferences flip their managed flag | mnissler@chromium.org | 2010-08-11 | 4 | -79/+106 |
* | 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 | 6 | -61/+62 |
* | Fix permissions on sync files. | erg@google.com | 2010-08-11 | 1 | -0/+0 |
* | sync: Fix backend configuration to support sync db refresh. | tim@chromium.org | 2010-08-11 | 2 | -66/+78 |
* | Use SSL/TCP port for notifications in sync tests. | rsimha@chromium.org | 2010-08-10 | 2 | -1/+8 |
* | Remove sync_types.h. No functions from this file are used, and some of them are | brettw@chromium.org | 2010-08-08 | 2 | -5/+5 |
* | 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 | 4 | -2/+10 |
* | Don't sync prefs::kAutoFillAuxiliaryProfilesEnabled on non-mac | skrul@chromium.org | 2010-08-05 | 1 | -0/+2 |
* | Convert more callers of the integer/string functions to using | brettw@chromium.org | 2010-07-31 | 1 | -1/+2 |
* | Move the number conversions from string_util to a new file. | brettw@chromium.org | 2010-07-30 | 1 | -2/+2 |
* | GTTF: Move more test server code from net/url_request/url_request_unittest.h | phajdan.jr@chromium.org | 2010-07-29 | 1 | -4/+9 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 41 | -0/+41 |
* | Significantly speed up sync integration tests. | rsimha@chromium.org | 2010-07-26 | 2 | -0/+8 |
* | Coverity issues 7028, 8452, 7061, 7070: Uninitialized members in browser/sync/* | finnur@chromium.org | 2010-07-24 | 2 | -1/+3 |
* | GTTF: test server cleanup: | phajdan.jr@chromium.org | 2010-07-23 | 1 | -8/+4 |
* | Update the sync node title for classic autofill to be | albertb@chromium.org | 2010-07-21 | 2 | -3/+2 |
* | Adjust preference sync code to only sync user modifiable preferences. | mnissler@chromium.org | 2010-07-21 | 2 | -15/+14 |
* | Added checks to handle unsyncable extensions. | akalin@chromium.org | 2010-07-21 | 3 | -30/+54 |
* | Cleanup: Break another common->app dependency. | thestig@chromium.org | 2010-07-20 | 1 | -3/+5 |
* | Disallow syncing of extensions with third-party update URLs or plugins. | akalin@chromium.org | 2010-07-20 | 2 | -16/+81 |
* | If the default theme is synced to the server, make new sync clients with cust... | albertb@chromium.org | 2010-07-20 | 4 | -59/+58 |
* | Add "settings.language.preferred_languages" for Chromium OS's Languages and I... | satorux@chromium.org | 2010-07-20 | 1 | -0/+1 |