| Commit message (Expand) | Author | Age | Files | Lines |
* | Change base/file_utils.h includes to base/files/file_utils.h in chrome/ | thestig | 2014-08-26 | 1 | -1/+1 |
* | SkBitmap::Config is no more, use SkColorType | reed@google.com | 2014-07-10 | 1 | -1/+1 |
* | Move most of extension_file_util.cc into extensions/common/file_util.cc | jamescook@chromium.org | 2014-04-15 | 1 | -2/+2 |
* | Move WriteFile and WriteFileDescriptor from file_util to base namespace. | brettw@chromium.org | 2014-03-06 | 1 | -1/+1 |
* | Remove unused members from WebApplicationInfo. | calamity@chromium.org | 2014-01-30 | 1 | -33/+5 |
* | Refactor base/safe_numerics.h | jschuh@chromium.org | 2014-01-17 | 1 | -2/+2 |
* | Revert 242454 "Revert 242450 "Update some uses of UTF conversion..." | avi@chromium.org | 2013-12-24 | 1 | -2/+2 |
* | Revert 242450 "Update some uses of UTF conversions in chrome/bro..." | avi@chromium.org | 2013-12-24 | 1 | -2/+2 |
* | Update some uses of UTF conversions in chrome/browser to use the base:: names... | avi@chromium.org | 2013-12-24 | 1 | -2/+2 |
* | Update some uses of Value in chrome/browser to use the base:: namespace. | avi@chromium.org | 2013-12-23 | 1 | -2/+2 |
* | Move directory creation functions to base namespace. | brettw@chromium.org | 2013-12-03 | 1 | -1/+1 |
* | Move Extension and PermissionsData to extensions/common. | yoz@chromium.org | 2013-11-15 | 1 | -1/+1 |
* | Fix incorrect checking of file_util::WriteFile() return results. | thestig@chromium.org | 2013-09-17 | 1 | -1/+3 |
* | Rename extension_manifest_keys namespace to extensions::manifest_keys. | yoz@chromium.org | 2013-08-15 | 1 | -3/+2 |
* | c/b/extensions: Do not use Value::Create*. | DHNishi@gmail.com | 2013-08-14 | 1 | -3/+3 |
* | chrome/browser: Migrate from googleurl/ includes to url/ ones. Part 2 | tfarina@chromium.org | 2013-07-03 | 1 | -1/+1 |
* | Use a direct include of time headers in chrome/browser/, part 3. | avi@chromium.org | 2013-06-28 | 1 | -1/+1 |
* | Convert most of extensions and some other random stuff to using the base name... | brettw@chromium.org | 2013-06-21 | 1 | -2/+2 |
* | Use a direct include of strings headers in chrome/browser/extensions/, part 3. | avi@chromium.org | 2013-06-10 | 1 | -1/+1 |
* | Use a direct include of utf_string_conversions.h in chrome/browser/, part 2. | avi@chromium.org | 2013-06-07 | 1 | -1/+1 |
* | Update chrome/ to use scoped_refptr<T>::get() rather than implicit "operator T*" | rsleevi@chromium.org | 2013-06-02 | 1 | -1/+1 |
* | Move web_apps methods from chrome/common to chrome/renderer. | darin@chromium.org | 2013-05-10 | 1 | -1/+1 |
* | Move CrxFile, FileReader, ExtensionResource to src/extensions. | yoz@chromium.org | 2013-03-23 | 1 | -2/+2 |
* | [Cleanup] Remove StringPrintf from global namespace | groby@chromium.org | 2013-03-18 | 1 | -4/+4 |
* | Move file_path.h to base/files. | brettw@chromium.org | 2013-02-24 | 1 | -1/+1 |
* | Merge branch 'master' into file_path_browser | brettw@chromium.org | 2013-02-10 | 1 | -5/+5 |
* | Move Extension Location and Type enums to Manifest, and move InstallWarning t... | yoz@chromium.org | 2013-01-31 | 1 | -1/+1 |
* | Move scoped_temp_dir from base to base/files | brettw@chromium.org | 2012-11-16 | 1 | -3/+3 |
* | Move extension unpack intermediate dir to Extensions/Temp | jamescook@chromium.org | 2012-10-19 | 1 | -4/+6 |
* | Move small c/b/extensions classes into extensions namespace no.1 | rdevlin.cronin@chromium.org | 2012-08-17 | 1 | -1/+4 |
* | Add offline_mode support in crx-less apps | grv@chromium.org | 2012-07-24 | 1 | -0/+4 |
* | Remove Extension::STRICT_ERROR_CHECKS, it was never used. | aa@chromium.org | 2012-05-31 | 1 | -1/+1 |
* | Move Extension into extensions namespace | aa@chromium.org | 2012-05-21 | 1 | -0/+1 |
* | Put manifest string constant declarations into separate header | groby@chromium.org | 2012-03-23 | 1 | -1/+1 |
* | Break two classes defined in json_value_serializer.cc, .h into separate files. | bbudge@chromium.org | 2012-02-26 | 1 | -2/+2 |
* | Move json_value_serializer from content/common to base. | dpranke@chromium.org | 2011-10-07 | 1 | -1/+1 |
* | Convert SHA256_LENGTH from a constant-in-anonymous-enum to a static const. T... | pkasting@chromium.org | 2011-09-22 | 1 | -5/+4 |
* | Add ability to create extension/app for a bookmark-app drop. | gbillock@chromium.org | 2011-07-26 | 1 | -2/+12 |
* | Move scoped_temp_dir and scoped_native_library back from base/memory to base. | thakis@chromium.org | 2011-05-19 | 1 | -2/+2 |
* | Move json_value_serializer to content\common since it's used by code in conte... | jam@chromium.org | 2011-04-16 | 1 | -1/+1 |
* | Move crypto files out of base, to a top level directory. | rvargas@google.com | 2011-04-14 | 1 | -6/+6 |
* | Replace bools in extension creation with flags. | mihaip@chromium.org | 2011-03-29 | 1 | -2/+1 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 1 | -1/+1 |
* | Give a helpful warning message if a url patern contains a port. | skerner@chromium.org | 2011-03-04 | 1 | -1/+6 |
* | Change includes of gfx/* to ui/gfx/* | sail@chromium.org | 2011-02-05 | 1 | -1/+1 |
* | Fail gracefully if profile Temp dir can not be accessed. | skerner@chromium.org | 2011-01-19 | 1 | -3/+7 |
* | Some fields were getting dropped during the conversion of | aa@chromium.org | 2010-12-12 | 1 | -0/+3 |
* | Revert "Revert "Finish wiring up chrome.app.install()."" | aa@chromium.org | 2010-11-26 | 1 | -1/+1 |
* | Revert "Finish wiring up chrome.app.install()." | aa@chromium.org | 2010-11-23 | 1 | -1/+1 |
* | Finish wiring up chrome.app.install(). | aa@chromium.org | 2010-11-23 | 1 | -1/+1 |