| Commit message (Expand) | Author | Age | Files | Lines |
* | Move ReadFileToString to the base namespace. | brettw@chromium.org | 2013-08-30 | 2 | -2/+2 |
* | ErrorConsole Switch, Duplicate Error Detection, Dev Mode Check | rdevlin.cronin@chromium.org | 2013-08-28 | 4 | -46/+108 |
* | Added ability to process short_name property in manifest file | tmdiep@chromium.org | 2013-08-27 | 2 | -0/+2 |
* | content: Move kHttpsScheme constant into content namespace. | tfarina@chromium.org | 2013-08-26 | 1 | -1/+1 |
* | [CleanUp] Use base::STLSetDifference in place of std::set_difference | Hokein.Wu@gmail.com | 2013-08-23 | 1 | -10/+6 |
* | Move Feature and Manifest to top-level extensions. | yoz@chromium.org | 2013-08-22 | 4 | -0/+632 |
* | Add a "key" entry to InstallWarnings, remove InstallWarning::Format | rdevlin.cronin@chromium.org | 2013-08-15 | 2 | -24/+42 |
* | Rename extension_manifest_keys namespace to extensions::manifest_keys. | yoz@chromium.org | 2013-08-15 | 2 | -0/+308 |
* | Remove unused variable declaration. | etienneb@chromium.org | 2013-08-14 | 1 | -1/+0 |
* | Resubmit 21609003: Move ExtensionError to extensions/, add error limits | rdevlin.cronin@chromium.org | 2013-08-10 | 2 | -0/+293 |
* | Create ExtensionsClient abstraction for globally registered extension state. | yoz@chromium.org | 2013-08-09 | 5 | -0/+159 |
* | Revert 216345 "Move ExtensionError to extensions/, add error limits" | jyasskin@chromium.org | 2013-08-08 | 2 | -293/+0 |
* | Move ExtensionError to extensions/, add error limits | rdevlin.cronin@chromium.org | 2013-08-08 | 2 | -0/+293 |
* | Add myself to apps and extensions OWNERS files. | mek@chromium.org | 2013-08-07 | 1 | -0/+1 |
* | Move kEnableExperimentalExtensionApis switch to extensions/common/switches.cc. | yoz@chromium.org | 2013-07-31 | 2 | -0/+5 |
* | Move ".crx"/".pem" constants and extension_filenames constants into extension... | yoz@chromium.org | 2013-07-23 | 2 | -1/+43 |
* | Move UserScript and Extension switches to top-level extensions/. | yoz@chromium.org | 2013-07-19 | 5 | -0/+771 |
* | Use a direct include of the message_loop header in dbus/, device/, extensions... | avi@chromium.org | 2013-07-17 | 2 | -2/+2 |
* | Update OWNERS. | benwells@chromium.org | 2013-07-17 | 1 | -1/+0 |
* | Remove DEPS rules that are redundant with the defaults in src/DEPS. | tfarina@chromium.org | 2013-07-14 | 1 | -2/+0 |
* | Migrate from googleurl/ includes to url/ ones in the remaining top-level dire... | tfarina@chromium.org | 2013-07-13 | 9 | -13/+13 |
* | Move PathExists to base namespace. | brettw@chromium.org | 2013-07-11 | 2 | -2/+2 |
* | <webview>: Don't attempt to dispatch events to all app windows. | fsamuel@chromium.org | 2013-07-10 | 5 | -22/+53 |
* | Remove jeremya from extensions and apps OWNERS files. | benwells@chromium.org | 2013-07-03 | 1 | -1/+0 |
* | Differential updates for components. We are adding support for delivering del... | sorin@chromium.org | 2013-06-21 | 2 | -2/+19 |
* | Revert 207805 "Differential updates for components. We are addin..." | dmichael@chromium.org | 2013-06-21 | 2 | -19/+2 |
* | Differential updates for components. We are adding support for delivering del... | sorin@chromium.org | 2013-06-21 | 2 | -2/+19 |
* | <webview>: Add support for filtering extension events by instanceId. | fsamuel@chromium.org | 2013-06-19 | 4 | -12/+27 |
* | Remove aa@chromium.org from extensions-related OWNERS files. | aa@chromium.org | 2013-06-19 | 1 | -1/+0 |
* | Rewrite scoped_ptr<T>(NULL) to use the default ctor in extensions/. | dcheng@chromium.org | 2013-06-13 | 2 | -15/+17 |
* | Move Extension-Controlled Preference functions from ExtPrefs to PreferenceAPI | rdevlin.cronin@chromium.org | 2013-06-12 | 3 | -0/+107 |
* | Turn disallowed URL patterns such as <all_urls> for externally_connectable into | kalman@chromium.org | 2013-06-11 | 3 | -12/+15 |
* | Use a direct include of strings headers in extensions/, google_apis/, gpu/. | avi@chromium.org | 2013-06-11 | 8 | -10/+10 |
* | Use a direct include of utf_string_conversions.h in chrome_frame/, chromeos/,... | avi@chromium.org | 2013-06-07 | 1 | -1/+1 |
* | Update extensions/ to use scoped_refptr<T>::get() rather than implicit "opera... | rsleevi@chromium.org | 2013-06-01 | 2 | -2/+2 |
* | Use base::MessageLoop in more files. | xhwang@chromium.org | 2013-05-30 | 1 | -1/+1 |
* | Allow virtual keyboard window to access audio stream and speech api for voice... | bshe@chromium.org | 2013-05-24 | 1 | -0/+1 |
* | Replace the RulesRegistryWithCache 'ready' system with a OneShotEvent. | jyasskin@chromium.org | 2013-05-23 | 1 | -1/+5 |
* | Add a non-blocking "OneShotEvent" class | jyasskin@chromium.org | 2013-05-17 | 3 | -0/+275 |
* | Reland 200220 - Make ExtensionPrefs a ProfileKeyedService. | yoz@chromium.org | 2013-05-16 | 2 | -0/+6 |
* | Revert 200220 "Make ExtensionPrefs a ProfileKeyedService." | eugenis@chromium.org | 2013-05-15 | 2 | -6/+0 |
* | Speed improvements to SubstringSetMatcher | vabr@chromium.org | 2013-05-15 | 2 | -55/+123 |
* | Make ExtensionPrefs a ProfileKeyedService. | yoz@chromium.org | 2013-05-15 | 2 | -0/+6 |
* | Revert 198871 "Speed improvements to SubstringSetMatcher" | vabr@chromium.org | 2013-05-08 | 2 | -123/+55 |
* | Speed improvements to SubstringSetMatcher | vabr@chromium.org | 2013-05-08 | 2 | -55/+123 |
* | Revert 198803 "Speed improvements to SubstringSetMatcher" | dewittj@chromium.org | 2013-05-07 | 2 | -121/+55 |
* | Speed improvements to SubstringSetMatcher | vabr@chromium.org | 2013-05-07 | 2 | -55/+121 |
* | extensions: Use base::MessageLoop. | xhwang@chromium.org | 2013-05-01 | 2 | -6/+5 |
* | Add a RE2 syntax check for kOriginAndPathMatchesKey | vabr@chromium.org | 2013-04-29 | 2 | -1/+12 |
* | Update the remaining include paths of base/string_piece.h to its new location. | tfarina@chromium.org | 2013-04-17 | 1 | -1/+1 |