| Commit message (Expand) | Author | Age | Files | Lines |
* | Update a bunch of files to the new location of browser_thread.h | jam@chromium.org | 2011-03-01 | 1 | -1/+1 |
* | Update a bunch of files to the new location of browser_thread.h | jam@chromium.org | 2011-03-01 | 1 | -1/+1 |
* | [Sync] Unrevert r75287 (initial support for sync encryption of all datatypes)... | zea@chromium.org | 2011-02-24 | 2 | -4/+13 |
* | Revert 75287 - [Sync] Initial support for encrypting any datatype (no UI hook... | zea@chromium.org | 2011-02-17 | 2 | -13/+4 |
* | [Sync] Initial support for encrypting any datatype (no UI hookup yet). | zea@chromium.org | 2011-02-17 | 2 | -4/+13 |
* | [Sync] Remove now-obsolete FastDump class | akalin@chromium.org | 2011-01-25 | 2 | -61/+3 |
* | Remove obsolete base/lock.h and fix up callers to use the new header file and | brettw@chromium.org | 2011-01-21 | 5 | -15/+15 |
* | Coverity: Fix unchecked return values. | kmadhusu@chromium.org | 2011-01-12 | 1 | -1/+2 |
* | Move CancellationFlag and WaitableEvent to the synchronization subdirectory. | brettw@chromium.org | 2011-01-02 | 1 | -1/+1 |
* | Remove base/platform_thread.h stub and fix up all callers to use the new loca... | brettw@google.com | 2011-01-01 | 1 | -4/+4 |
* | FBTF: Remove unneeded headers from base/ (part 9) | thestig@chromium.org | 2010-11-20 | 1 | -0/+1 |
* | Unrevert again r63919: "Part 2 of immutable Extension refactor." | mpcomplete@chromium.org | 2010-10-27 | 1 | -8/+6 |
* | Revert 63962 (broke chromeos and chromium linux builder) - Unrevert r63919: "... | thakis@chromium.org | 2010-10-26 | 1 | -6/+8 |
* | Unrevert r63919: "Part 2 of immutable Extension refactor." | mpcomplete@chromium.org | 2010-10-26 | 1 | -8/+6 |
* | Revert r63919 "Part 2 of immutable Extension refactor." | mpcomplete@chromium.org | 2010-10-26 | 1 | -6/+8 |
* | Part 2 of immutable Extension refactor. | mpcomplete@chromium.org | 2010-10-26 | 1 | -8/+6 |
* | Make USE_OPENSSL and USE_NSS mutually exclusive | joth@chromium.org | 2010-10-22 | 1 | -0/+2 |
* | Convert LOG(INFO) to VLOG(1) - misc. chrome/browser/sync/*. | pkasting@chromium.org | 2010-10-22 | 1 | -6/+6 |
* | Rename ChromeThread to BrowserThread Part22: | tfarina@chromium.org | 2010-10-12 | 2 | -2/+2 |
* | sync crypto helpers: Generate smaller unique strings using the same | nick@chromium.org | 2010-10-11 | 2 | -6/+24 |
* | Rename ChromeThread to BrowserThread Part5: | tfarina@chromium.org | 2010-10-08 | 3 | -9/+9 |
* | Reapply r61237: FBTF: Another big ctor/dtor cleanup found by automated tools. | erg@google.com | 2010-10-04 | 4 | -3/+8 |
* | Revert "FBTF: Another big ctor/dtor cleanup found by automated tools." | erg@google.com | 2010-10-01 | 4 | -8/+3 |
* | FBTF: Another big ctor/dtor cleanup found by automated tools. | erg@google.com | 2010-10-01 | 4 | -3/+8 |
* | sync_unit_tests: add test for unknown field retention. | agl@chromium.org | 2010-09-27 | 1 | -0/+35 |
* | Set the migration-completed flag once sync is setup on the new system, | johnnyg@chromium.org | 2010-09-21 | 1 | -1/+4 |
* | Fix sync_unit_tests two-phase lookup problems. | hans@chromium.org | 2010-09-20 | 1 | -9/+6 |
* | Disable tests that are crashing but currently passing due to an overridden as... | tim@chromium.org | 2010-09-13 | 2 | -3/+21 |
* | FBTF: Remove unneeded headers from base/ (part 8) | thestig@chromium.org | 2010-09-08 | 4 | -6/+7 |
* | sync: Add bootstrappability to the Cryptographer. | tim@chromium.org | 2010-08-31 | 3 | -3/+144 |
* | FBTF: Forward declare and move constructors in chrome/common/extensions/. | erg@google.com | 2010-08-26 | 1 | -0/+1 |
* | FBTB: Remove unneeded #includes of base/ref_counted.h and base/string16.h in ... | viettrungluu@chromium.org | 2010-08-20 | 1 | -2/+1 |
* | FBTF: Remove unneeded headers from base/ (part 6) | thestig@chromium.org | 2010-08-19 | 1 | -1/+2 |
* | FBTF: Remove "obviously" unneeded standard C++ library #includes. | viettrungluu@chromium.org | 2010-08-15 | 1 | -2/+1 |
* | Remove sync_types.h. No functions from this file are used, and some of them are | brettw@chromium.org | 2010-08-08 | 5 | -42/+1 |
* | Cleanup: Remove now obsolete Nigori params. | albertb@chromium.org | 2010-08-06 | 3 | -23/+0 |
* | Export and imports raw keys in the Cryptographer. | albertb@chromium.org | 2010-08-06 | 1 | -6/+6 |
* | Let the Nigori client import and export raw encryption keys. | albertb@chromium.org | 2010-08-04 | 4 | -38/+121 |
* | Convert more callers of the integer/string functions to using | brettw@chromium.org | 2010-07-31 | 1 | -3/+4 |
* | Move the number conversions from string_util to a new file. | brettw@chromium.org | 2010-07-30 | 1 | -3/+3 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 10 | -0/+10 |
* | Add undeclared virtual destructors. | ziadh@chromium.org | 2010-07-24 | 1 | -0/+3 |
* | Load the token from the user settings DB as a blob because it might include | albertb@chromium.org | 2010-07-21 | 2 | -4/+12 |
* | Sync tests cleanup, consolidate Encryptor mock calls into fixture SetUp | dhollowa@chromium.org | 2010-07-20 | 1 | -10/+8 |
* | sync: Remove unused row_iterator.h file. | tfarina@chromium.org | 2010-07-17 | 1 | -122/+0 |
* | sync: Get rid of duplicated typedef Closure definition. | tfarina@chromium.org | 2010-07-16 | 1 | -12/+0 |
* | Using Keychain mock in Sync unit tests. | dhollowa@chromium.org | 2010-07-16 | 1 | -0/+11 |
* | Attempt four at landing the "histogram.h removed from message_loop.h" patch. | erg@chromium.org | 2010-07-15 | 1 | -0/+2 |
* | Revert everything related to the relanding. | erg@chromium.org | 2010-07-14 | 1 | -2/+0 |
* | Reland r52336. | erg@chromium.org | 2010-07-14 | 1 | -0/+2 |