| Commit message (Expand) | Author | Age | Files | Lines |
* | Make GetUserName() return more specific error code, so that we could know how... | yiyaoliu@chromium.org | 2014-03-10 | 1 | -14/+9 |
* | Move TrimWhitespace to the base namespace. | brettw@chromium.org | 2014-03-03 | 1 | -3/+3 |
* | Get rid of some uses of base::Create*Value | estade@chromium.org | 2014-01-30 | 1 | -2/+2 |
* | Removes some unnecessary preprocessor directives | cimamoglu@chromium.org | 2014-01-15 | 1 | -5/+0 |
* | Update uses of UTF conversions in ppapi/, printing/, remoting/, rlz/, sandbox... | avi@chromium.org | 2013-12-25 | 5 | -9/+12 |
* | Update uses of Value in extensions/, google_apis/, gpu/, media/, net/, printi... | avi@chromium.org | 2013-12-23 | 1 | -1/+2 |
* | Add base:: to string16 in rlz/. | dbeam@chromium.org | 2013-12-19 | 8 | -14/+14 |
* | Don't HANDLE_EINTR(close). Either IGNORE_EINTR(close) or just close. | mark@chromium.org | 2013-12-03 | 1 | -2/+2 |
* | Move some more file utils to the base namespace. | brettw@chromium.org | 2013-12-02 | 1 | -2/+2 |
* | Use RegistryOverrideManager properly in RLZ tests. | grt@chromium.org | 2013-11-14 | 8 | -153/+146 |
* | Implements RLZ lib for iOS | sdefresne@chromium.org | 2013-10-23 | 4 | -4/+32 |
* | Drop unused variable in rlz_value_store_chromeos.cc. | xhwang@chromium.org | 2013-10-21 | 1 | -4/+0 |
* | Add periodic check to see if context has been reset. | oshima@chromium.org | 2013-10-17 | 3 | -16/+126 |
* | Include What You Use: #include <errno.h> where errno is used, or use DPLOG | mark@chromium.org | 2013-09-16 | 1 | -0/+1 |
* | Update include paths in rlz for base/process changes. | rsesek@chromium.org | 2013-07-23 | 2 | -2/+2 |
* | Use a direct include of the message_loop header in ppapi/, printing/, rlz/, s... | avi@chromium.org | 2013-07-18 | 1 | -1/+1 |
* | Migrate from googleurl/ includes to url/ ones in the remaining top-level dire... | tfarina@chromium.org | 2013-07-13 | 1 | -1/+1 |
* | Use a direct include of time headers in rlz/, skia/, sql/, sync/. | avi@chromium.org | 2013-06-28 | 2 | -3/+3 |
* | mac: Update clients of scoped_nsobject.h. | thakis@chromium.org | 2013-06-24 | 1 | -4/+4 |
* | mac: Replace base::mac::ScopedCFTypeRef with base::ScopedCFTypeRef. | thakis@chromium.org | 2013-06-24 | 1 | -5/+6 |
* | Use a direct include of strings headers in rlz/, sandbox/, skia/, sql/, sync/. | avi@chromium.org | 2013-06-11 | 11 | -16/+16 |
* | Use a direct include of utf_string_conversions.h in google_apis/, gpu/, ipc/,... | avi@chromium.org | 2013-06-07 | 7 | -8/+8 |
* | Roll DEPS for googleurl. Second try. | tfarina@chromium.org | 2013-06-03 | 1 | -1/+1 |
* | Revert 198844 "Move sequenced_task_runner to base/task" | dbeam@chromium.org | 2013-05-08 | 1 | -1/+1 |
* | Move sequenced_task_runner to base/task | brettw@chromium.org | 2013-05-08 | 1 | -1/+1 |
* | Detect when chrome is shutting down and don't SendFinacialPing | bcwhite@chromium.org | 2013-04-30 | 1 | -1/+4 |
* | rlz: Use base::MessageLoop. | xhwang@chromium.org | 2013-04-29 | 2 | -7/+8 |
* | Revert 193992 "Lets try this again." | jochen@chromium.org | 2013-04-15 | 1 | -1/+1 |
* | Lets try this again. | michaeln@google.com | 2013-04-12 | 1 | -1/+1 |
* | Revert 193968 "Roll the DEPS for google-url." | michaeln@google.com | 2013-04-12 | 1 | -1/+1 |
* | Roll the DEPS for google-url. | tfarina@chromium.org | 2013-04-12 | 1 | -1/+1 |
* | Rewrite scoped_array<T> to scoped_ptr<T[]> in rlz. | dcheng@chromium.org | 2013-04-11 | 5 | -5/+5 |
* | Update the remaining references to sys_string_conversions.h to its new location. | tfarina@chromium.org | 2013-03-30 | 2 | -3/+3 |
* | src/: Update the remaining include paths of string_split.h to its new location. | tfarina@chromium.org | 2013-03-06 | 1 | -1/+1 |
* | Move file_path.h to base/files. | brettw@chromium.org | 2013-02-24 | 5 | -9/+9 |
* | Mac Chromium style checker cleanup | rsleevi@chromium.org | 2013-02-20 | 1 | -1/+1 |
* | Add base:: qualifiers for FilePath uses. | msw@chromium.org | 2013-02-19 | 1 | -3/+3 |
* | Make rlz build on Win64 | jschuh@chromium.org | 2013-02-18 | 1 | -0/+4 |
* | Replace FilePath with base::FilePath in some more top level directories. | brettw@chromium.org | 2013-02-10 | 5 | -10/+11 |
* | [RLZ] Get rid of vista_winnt.h | mnaganov@chromium.org | 2013-02-03 | 3 | -101/+0 |
* | Add FilePath to base namespace. | brettw@chromium.org | 2013-02-02 | 2 | -2/+6 |
* | [cros] RLZ tracking can be turned off via a flag file. | ivankr@chromium.org | 2012-12-17 | 1 | -0/+13 |
* | Fix CrOS compilation error due to lack of include of unistd.h. | posciak@chromium.org | 2012-12-11 | 1 | -0/+1 |
* | [rlz,cros] RLZ glue for ChromeOS. | ivankr@chromium.org | 2012-12-05 | 1 | -5/+0 |
* | Fix tautological compare in rlz. | hans@chromium.org | 2012-11-29 | 2 | -3/+3 |
* | [cros] RlzValueStore made protected by a cross-process lock and not persisted... | ivankr@chromium.org | 2012-11-29 | 15 | -637/+317 |
* | Move scoped_temp_dir from base to base/files | brettw@chromium.org | 2012-11-16 | 1 | -2/+2 |
* | [cros,rlz] Financial ping livelock fix and proper shutdown. | ivankr@chromium.org | 2012-11-16 | 5 | -4/+19 |
* | Move eintr_wrapper.h from base to base/posix | brettw@chromium.org | 2012-11-14 | 2 | -2/+2 |
* | Reland 167337 - Move url_request_test_util into net namespace | jochen@chromium.org | 2012-11-13 | 1 | -2/+2 |