| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixes for re-enabling more MSVC level 4 warnings: misc edition #2 | pkasting@chromium.org | 2014-07-18 | 1 | -15/+11 |
* | Convert Media Galleries to use base::File | rvargas@chromium.org | 2014-01-27 | 1 | -7/+7 |
* | Update uses of UTF conversions in courgette/, device/, extensions/, google_ap... | avi@chromium.org | 2013-12-25 | 1 | -2/+2 |
* | Move more uses of string16 to specify base:: | brettw@chromium.org | 2013-12-03 | 1 | -2/+2 |
* | Optimize ParamTraits<float> and ParamTraits<double> | piman@chromium.org | 2013-10-31 | 1 | -21/+2 |
* | Add support for marshalling unsigned char in IPC. | tsepez@chromium.org | 2013-07-12 | 1 | -17/+34 |
* | Use a direct include of time headers in courgette/, crypto/, dbus/, device/, ... | avi@chromium.org | 2013-06-28 | 1 | -1/+1 |
* | Add base namespace to more values in sync and elsewhere. | brettw@chromium.org | 2013-06-21 | 1 | -3/+3 |
* | Make net and ipc explicitly use the base namespace for Values. | brettw@chromium.org | 2013-06-13 | 1 | -36/+40 |
* | Move nullable_string16.h to the string subdirectory. | avi@chromium.org | 2013-06-13 | 1 | -6/+9 |
* | Revert 205889 "Revert 205775 "Revert 205772 "Revert "Revert 2054..." | jochen@chromium.org | 2013-06-13 | 1 | -2/+0 |
* | Revert 205775 "Revert 205772 "Revert "Revert 205443 "headless wi..." | jochen@chromium.org | 2013-06-12 | 1 | -0/+2 |
* | Revert 205772 "Revert "Revert 205443 "headless windows content_s..." | jochen@chromium.org | 2013-06-12 | 1 | -2/+0 |
* | Revert "Revert 205443 "headless windows content_shell"" | jochen@chromium.org | 2013-06-12 | 1 | -0/+2 |
* | Use a direct include of strings headers in ipc/, jingle/, media/. | avi@chromium.org | 2013-06-11 | 1 | -1/+1 |
* | Use a direct include of utf_string_conversions.h in google_apis/, gpu/, ipc/,... | avi@chromium.org | 2013-06-07 | 1 | -1/+1 |
* | Proudly fixing funny indents since 1969 | groby@chromium.org | 2013-03-30 | 1 | -3/+3 |
* | Fix libcxx build. | eugenis@chromium.org | 2013-03-20 | 1 | -2/+5 |
* | [Cleanup] Remove StringPrintf from global namespace | groby@chromium.org | 2013-03-18 | 1 | -9/+10 |
* | Add IPC handling for INVALID_HANDLE_VALUE on Win64 builds | jschuh@chromium.org | 2013-03-04 | 1 | -5/+5 |
* | Move file_path.h to base/files. | brettw@chromium.org | 2013-02-24 | 1 | -1/+1 |
* | Rename FilePath -> base::FilePath in various toplevel directories | brettw@chromium.org | 2013-02-10 | 1 | -6/+6 |
* | ipc: Do not use Value::Create* functions. | tfarina@chromium.org | 2013-01-30 | 1 | -4/+4 |
* | Don't allow '\0' characters in FilePath. | aedla@chromium.org | 2013-01-28 | 1 | -9/+2 |
* | Replaced DictionaryValue::key_iterator by DictionaryValue::Iterator outside o... | pneubeck@chromium.org | 2013-01-18 | 1 | -16/+6 |
* | Validate that paths don't contain embedded NULLs at deserialization. | cevans@chromium.org | 2013-01-03 | 1 | -0/+3 |
* | Remove IPC::MessageIterator. | viettrungluu@chromium.org | 2012-12-17 | 1 | -17/+0 |
* | Verify lfFaceName is NUL terminated in IPC deserializer. | jschuh@chromium.org | 2012-11-21 | 1 | -7/+10 |
* | LogData.message_name not marshalled across logging IPCs. | tsepez@chromium.org | 2012-11-15 | 1 | -0/+2 |
* | Correct const accessors in base/values.(h|cc), Part II (ListValue) | vabr@chromium.org | 2012-08-03 | 1 | -1/+1 |
* | Correct const accessors in base/values.(h|cc) | vabr@chromium.org | 2012-07-27 | 1 | -1/+1 |
* | Fixed several CHECKED_RETURN defects in ipc message utils cc | orenb@chromium.org | 2012-07-26 | 1 | -4/+9 |
* | Make the serialization of IPC::Messages inside other IPC::Messages independent | brettw@chromium.org | 2012-06-29 | 1 | -10/+31 |
* | This groups the ParamTraits into different categories and orders the .cc file... | brettw@chromium.org | 2012-06-04 | 1 | -137/+412 |
* | Move ParamTraits<base::PlatformFileInfo> and <base::PlatformFileError>. | tsepez@chromium.org | 2012-05-30 | 1 | -0/+43 |
* | JSONWriter cleanup: integrate pretty print into write options. | ericdingle@chromium.org | 2012-03-16 | 1 | -2/+2 |
* | Refactor Pickle Read methods to use higher performance PickleIterator. | jbates@chromium.org | 2012-03-07 | 1 | -15/+21 |
* | Initialize IPC:ChannelHandle from existing HANDLE | amit@chromium.org | 2012-01-24 | 1 | -1/+5 |
* | Fix IPC logging on Windows. | jam@chromium.org | 2011-10-17 | 1 | -6/+3 |
* | Improve IPC logging for ChannelHandle and NPVariant_Param | steveblock@chromium.org | 2011-09-23 | 1 | -0/+1 |
* | Add metrics to measure time elapsed between form load and form submission wit... | isherman@chromium.org | 2011-09-02 | 1 | -3/+22 |
* | Fix IPC marshalling of dictionaries with dots in their key names. | kalman@chromium.org | 2011-08-19 | 1 | -1/+1 |
* | base: Remove using declaration of BinaryValue as it's no longer necessary. | tfarina@chromium.org | 2011-08-05 | 1 | -2/+3 |
* | Initialize struct member in LogData. | finnur@chromium.org | 2011-03-30 | 1 | -2/+7 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 1 | -2/+2 |
* | Rename Real* to Double* in values.* and dependent files | arv@chromium.org | 2011-02-01 | 1 | -4/+4 |
* | Add proxies for some of the PDF & Flash functionality. There are still a few | brettw@chromium.org | 2010-11-12 | 1 | -0/+17 |
* | Added IPC ParamTraits for TimeDelta. | apatrick@chromium.org | 2010-10-21 | 1 | -0/+19 |
* | Revert 63388 - http://build.chromium.org/buildbot/waterfall/builders/Mac10.6%... | stoyan@chromium.org | 2010-10-21 | 1 | -19/+0 |
* | Relanding 61718. | apatrick@chromium.org | 2010-10-21 | 1 | -0/+19 |