| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename extension_manifest_keys namespace to extensions::manifest_keys. | yoz@chromium.org | 2013-08-15 | 1 | -4/+4 |
* | Make CrxInstaller creation take install prompt as a scoped_ptr | asargent@chromium.org | 2013-08-09 | 1 | -2/+2 |
* | Correctly integrate StoragePartition into TestingProfile. | ajwong@chromium.org | 2013-07-23 | 1 | -8/+2 |
* | Use a direct include of the message_loop header in chrome/browser/, part 6. | avi@chromium.org | 2013-07-18 | 1 | -1/+1 |
* | Get rid of ResourceDispatcherHost check in safe_manifest_parser.cc. Single pr... | jam@chromium.org | 2013-07-12 | 1 | -16/+47 |
* | Update some includes of chrome_notification_types.h | jam@chromium.org | 2013-07-12 | 1 | -1/+1 |
* | Call scoped_refptr<T>::get() rather than relying on implicit "operator T*" | rsleevi@chromium.org | 2013-06-11 | 1 | -2/+2 |
* | Use a direct include of strings headers in chrome/browser/extensions/, part 4. | avi@chromium.org | 2013-06-10 | 1 | -2/+2 |
* | Pull sync type / syncability out of Extension. | yoz@chromium.org | 2013-06-05 | 1 | -5/+5 |
* | Update chrome/ to use scoped_refptr<T>::get() rather than implicit "operator T*" | rsleevi@chromium.org | 2013-06-02 | 1 | -3/+3 |
* | chrome: Use base::MessageLoop. (Part 3) | xhwang@chromium.org | 2013-05-28 | 1 | -1/+1 |
* | Cleanup: Remove unneeded base/file_util.h includes in chrome. | thestig@chromium.org | 2013-05-15 | 1 | -1/+0 |
* | 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 |
* | Consolidate manifest handler registration. | yoz@chromium.org | 2013-05-06 | 1 | -4/+0 |
* | Add os/arch/nacl_arch to webstore install code | asargent@chromium.org | 2013-05-04 | 1 | -7/+2 |
* | chrome: Remove the remaining use of ALLOW_THIS_IN_INITIALIZER_LIST. | tfarina@chromium.org | 2013-05-01 | 1 | -1/+1 |
* | Move chrome/common/omaha_query_params.{h,cc} into their own directory | asargent@chromium.org | 2013-04-27 | 1 | -1/+1 |
* | Explicitly construct/destruct UserManager and dependencies in tests | bartfab@chromium.org | 2013-04-24 | 1 | -0/+12 |
* | Revert 195811 "Explicitly construct/destruct UserManager and dep..." | kalman@chromium.org | 2013-04-23 | 1 | -8/+0 |
* | Explicitly construct/destruct UserManager and dependencies in tests | bartfab@google.com | 2013-04-23 | 1 | -0/+8 |
* | Rewrite std::string("") to std::string(), Linux edition. | dcheng@chromium.org | 2013-04-09 | 1 | -27/+40 |
* | Revert "Rewrite std::string("") to std::string(), Linux edition." | dcheng@chromium.org | 2013-04-09 | 1 | -40/+27 |
* | Rewrite std::string("") to std::string(), Linux edition. | dcheng@chromium.org | 2013-04-09 | 1 | -27/+40 |
* | Move CrxFile, FileReader, ExtensionResource to src/extensions. | yoz@chromium.org | 2013-03-23 | 1 | -12/+7 |
* | Factor out OmahaQueryParams | jackhou@chromium.org | 2013-03-11 | 1 | -28/+53 |
* | Manifest handler for all keys background-related. | yoz@chromium.org | 2013-03-01 | 1 | -3/+2 |
* | chrome: Update include paths of string_split.h to its new location. | tfarina@chromium.org | 2013-02-28 | 1 | -1/+1 |
* | Sanity tweaks to the extension blacklist: | kalman@chromium.org | 2013-02-12 | 1 | -2/+2 |
* | Introduce PrefRegistrySyncable, simplifying PrefServiceSyncable. | joi@chromium.org | 2013-02-10 | 1 | -2/+2 |
* | Merge branch 'master' into file_path_browser | brettw@chromium.org | 2013-02-10 | 1 | -10/+10 |
* | Rename FilePath to base::FilePath and use new location of string_number_conve... | brettw@chromium.org | 2013-02-08 | 1 | -1/+1 |
* | Linux/ChromeOS Chromium style checker cleanup, chrome/browser/extensions edit... | rsleevi@chromium.org | 2013-02-07 | 1 | -1/+1 |
* | Allow manifest handlers to declare keys they depend on that must be parsed be... | yoz@chromium.org | 2013-02-05 | 1 | -2/+3 |
* | Move Extension Location and Type enums to Manifest, and move InstallWarning t... | yoz@chromium.org | 2013-01-31 | 1 | -13/+14 |
* | Move the parsing of 'update_url' & 'options_page' URLs out of Extension. | MHX348@motorola.com | 2013-01-15 | 1 | -0/+4 |
* | Split PrefService into PrefService, PrefServiceSimple and PrefServiceSyncable. | joi@chromium.org | 2012-12-22 | 1 | -1/+1 |
* | Removed dead code from chrome/browser/extensions/updater | sergiyb@google.com | 2012-12-11 | 1 | -3/+6 |
* | Reland 171079, as it wasn't the CL that caused the perf regression | akalin@chromium.org | 2012-12-06 | 1 | -3/+10 |
* | Revert 171079 - investigating perf regression. | kalman@chromium.org | 2012-12-06 | 1 | -10/+3 |
* | Retry manifest and extension downloads on http errors. | mek@chromium.org | 2012-12-06 | 1 | -21/+163 |
* | Make Blacklist::IsBlacklist asynchronous (it will need to be for safe | kalman@chromium.org | 2012-12-04 | 1 | -3/+10 |
* | Add enabled state to extension update pings. | mek@chromium.org | 2012-11-28 | 1 | -2/+6 |
* | Prevent redownloading of already downloaded crx files. | mek@chromium.org | 2012-11-17 | 1 | -0/+5 |
* | Pull extension blacklist and policy logic out of ExtensionPrefs and into two | kalman@chromium.org | 2012-11-15 | 1 | -36/+21 |
* | add chrome.runtime.requestUpdateCheck method. | mek@chromium.org | 2012-11-14 | 1 | -8/+13 |
* | Refactor ExtensionUpdater/ExtensionDownloader to be able to get more meaningf... | mek@chromium.org | 2012-11-13 | 1 | -38/+50 |
* | Moved JsonPrefStore to use SequencedWorkerPool instead of FILE thread. The po... | zelidrag@chromium.org | 2012-11-08 | 1 | -41/+62 |
* | Revert 165062 - We believe this change broke startup_tests | nsylvain@chromium.org | 2012-11-01 | 1 | -49/+28 |
* | Moved JsonPrefStore to use SequencedWorkerPool instead of FILE thread. The po... | zelidrag@chromium.org | 2012-10-30 | 1 | -28/+49 |