| Commit message (Expand) | Author | Age | Files | Lines |
* | Correctly integrate StoragePartition into TestingProfile. | ajwong@chromium.org | 2013-07-23 | 1 | -15/+0 |
* | Reset Profile: clear and repopulate extension search engines. | vasilii@chromium.org | 2013-07-22 | 1 | -6/+12 |
* | Remove unused WEBKIT_DEPRECATED thread | jamesr@chromium.org | 2013-07-19 | 1 | -1/+0 |
* | Add ExtensionService test for InstallTracker notifications. | calamity@chromium.org | 2013-07-19 | 1 | -0/+77 |
* | Make devtools, plugin, and webConnectable permissions not specifiable in the ... | yoz@chromium.org | 2013-07-19 | 1 | -0/+2 |
* | Use a direct include of the message_loop header in chrome/browser/, part 6. | avi@chromium.org | 2013-07-18 | 1 | -1/+1 |
* | Remove plugin_list.h includes from chrome tests in preparation for moving web... | jam@chromium.org | 2013-07-18 | 1 | -13/+4 |
* | Rename base::Delete to base::DeleteFile | brettw@chromium.org | 2013-07-16 | 1 | -8/+8 |
* | Move PathIsWritable, DirectoryExists, ContentsEqual, and TextContentsEqual to... | brettw@chromium.org | 2013-07-15 | 1 | -4/+4 |
* | Renable ExtensionServiceTest.ExternalInstallMultiple after the fix in r211543. | jam@chromium.org | 2013-07-15 | 1 | -1/+1 |
* | Update some includes of chrome_notification_types.h | jam@chromium.org | 2013-07-12 | 1 | -1/+1 |
* | Move PathExists to base namespace. | brettw@chromium.org | 2013-07-11 | 1 | -49/+49 |
* | Disable ExtensionServiceTest.ExternalInstallMultiple since it's flaky now. | jam@chromium.org | 2013-07-10 | 1 | -1/+1 |
* | Make utility process run in-process when running in single-process mode. | jam@chromium.org | 2013-07-09 | 1 | -41/+116 |
* | Move Copy* into the base namespace. | brettw@chromium.org | 2013-07-09 | 1 | -8/+8 |
* | sync: deferred initialization support for apps + extensions | tim@chromium.org | 2013-07-09 | 1 | -0/+102 |
* | Allow Chrome OS login profile to have different default pref values | bartfab@chromium.org | 2013-07-05 | 1 | -1/+1 |
* | chrome/browser: Migrate from googleurl/ includes to url/ ones. Part 2 | tfarina@chromium.org | 2013-07-03 | 1 | -1/+1 |
* | Move DeleteAfterReboot, Move, and ReplaceFile to base namespace | brettw@chromium.org | 2013-07-01 | 1 | -1/+1 |
* | Move file_util::Delete to the base namespace | brettw@chromium.org | 2013-07-01 | 1 | -8/+8 |
* | Update Linux to use scoped_refptr<T>::get() rather than implicit "operator T*" | rsleevi@chromium.org | 2013-06-27 | 1 | -3/+4 |
* | Move IndexedDB from WEBKIT_DEPRECATED to dedicated thread | jsbell@chromium.org | 2013-06-25 | 1 | -0/+4 |
* | Convert most of extensions and some other random stuff to using the base name... | brettw@chromium.org | 2013-06-21 | 1 | -0/+3 |
* | Auto-install/uninstall shared module dependencies for extensions. | elijahtaylor@chromium.org | 2013-06-21 | 1 | -0/+60 |
* | Use chromium logic for database identifier<->origin conversions | jamesr@chromium.org | 2013-06-19 | 1 | -3/+3 |
* | Origin identifiers are always ASCII, store as std::string | jamesr@chromium.org | 2013-06-18 | 1 | -9/+9 |
* | Update CrOS to use scoped_refptr<T>::get() rather than implicit "operator T*" | rsleevi@chromium.org | 2013-06-14 | 1 | -1/+1 |
* | Delay garbage collection of extensions until startup is complete. | benwells@chromium.org | 2013-06-14 | 1 | -0/+8 |
* | Call scoped_refptr<T>::get() rather than relying on implicit "operator T*" | rsleevi@chromium.org | 2013-06-11 | 1 | -7/+6 |
* | Use a direct include of strings headers in chrome/browser/extensions/, part 3. | avi@chromium.org | 2013-06-10 | 1 | -2/+2 |
* | Move FileEnumerator to its own file, do some refactoring. | brettw@chromium.org | 2013-06-08 | 1 | -2/+3 |
* | Use a direct include of utf_string_conversions.h in chrome/browser/, part 2. | avi@chromium.org | 2013-06-07 | 1 | -1/+1 |
* | Pull sync type / syncability out of Extension. | yoz@chromium.org | 2013-06-05 | 1 | -4/+4 |
* | Move parsing of app.launch keys out of Extension. | yoz@chromium.org | 2013-06-05 | 1 | -9/+16 |
* | Update chrome/ to use scoped_refptr<T>::get() rather than implicit "operator T*" | rsleevi@chromium.org | 2013-06-02 | 1 | -16/+18 |
* | Add ability to keep external extension for existing user but don't install it... | dpolukhin@chromium.org | 2013-05-30 | 1 | -0/+16 |
* | Move webkit/quota files to webkit/browser/quota or webkit/common/quota | tzik@chromium.org | 2013-05-30 | 1 | -1/+1 |
* | Windows: When an app is updated and its name changes, recreate shortcuts. | mgiuca@chromium.org | 2013-05-29 | 1 | -4/+38 |
* | chrome: Use base::MessageLoop. (Part 3) | xhwang@chromium.org | 2013-05-28 | 1 | -12/+12 |
* | Move GPU device/driver info related code from content to gpu. | zmo@chromium.org | 2013-05-23 | 1 | -2/+2 |
* | Move webkit/database to webkit/browser and webkit/common. Also move content::... | michaeln@google.com | 2013-05-22 | 1 | -1/+1 |
* | Revert 201380 "Move GPU device/driver info related code from con..." | zmo@chromium.org | 2013-05-21 | 1 | -2/+2 |
* | Move GPU device/driver info related code from content to gpu. | zmo@chromium.org | 2013-05-21 | 1 | -2/+2 |
* | Reland 200220 - Make ExtensionPrefs a ProfileKeyedService. | yoz@chromium.org | 2013-05-16 | 1 | -1/+1 |
* | Revert 200220 "Make ExtensionPrefs a ProfileKeyedService." | eugenis@chromium.org | 2013-05-15 | 1 | -1/+1 |
* | Make ExtensionPrefs a ProfileKeyedService. | yoz@chromium.org | 2013-05-15 | 1 | -1/+1 |
* | webkit: Merge fileapi::GetOriginURLFromIdentifier and DatabaseUtil::GetOrigin... | tfarina@chromium.org | 2013-05-10 | 1 | -5/+3 |
* | Revert 198820 "Move FileEnumerator to its own file, do some refa..." | dbeam@chromium.org | 2013-05-08 | 1 | -3/+2 |
* | Move FileEnumerator to its own file, do some refactoring. | brettw@chromium.org | 2013-05-07 | 1 | -2/+3 |
* | Consolidate manifest handler registration. | yoz@chromium.org | 2013-05-06 | 1 | -8/+0 |