| Commit message (Expand) | Author | Age | Files | Lines |
* | Speculatively use memory barriers for loading and storing g_context, | glider@chromium.org | 2014-06-16 | 1 | -3/+3 |
* | Add RLZ build file for GN build, fix Windows build. | brettw@chromium.org | 2014-06-02 | 1 | -0/+136 |
* | Move all callers of GetHomeDir() to PathService::Get(base::DIR_HOME). | nkostylev@chromium.org | 2014-05-27 | 1 | -2/+8 |
* | Use different Access Point on iOS for phone and tablet | sdefresne@chromium.org | 2014-05-22 | 3 | -8/+5 |
* | Revert 270872 "Move all callers of GetHomeDir() to PathService::..." | benwells@chromium.org | 2014-05-16 | 1 | -8/+2 |
* | Move all callers of GetHomeDir() to PathService::Get(base::DIR_HOME). | nkostylev@chromium.org | 2014-05-16 | 1 | -2/+8 |
* | Use invalid value for GetAccessPointName for CHROME_IOS_RESERVED | sdefresne@chromium.org | 2014-04-17 | 3 | -2/+11 |
* | Revert 263828 "Do not reserve an access point code for CHROME_IO..." | hshi@chromium.org | 2014-04-15 | 1 | -3/+1 |
* | Do not reserve an access point code for CHROME_IOS_RESERVED | sdefresne@chromium.org | 2014-04-15 | 1 | -1/+3 |
* | Change access point for Chrome on iOS | sdefresne@chromium.org | 2014-04-09 | 2 | -3/+3 |
* | Add RLZ Access points for the app launcher. | sammc@chromium.org | 2014-04-03 | 2 | -6/+8 |
* | 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 |