| Commit message (Expand) | Author | Age | Files | Lines |
* | Handle invalid input, add more tests for SourceHighlighter | rdevlin.cronin@chromium.org | 2013-09-10 | 2 | -2/+35 |
* | Revert 222257 "Revert 222235 ""Redirecting URLs to Packaged Apps..." | stevet@chromium.org | 2013-09-10 | 2 | -0/+4 |
* | Revert 222235 ""Redirecting URLs to Packaged Apps" implementatio..." | stevet@chromium.org | 2013-09-10 | 2 | -4/+0 |
* | "Redirecting URLs to Packaged Apps" implementation: revised | sergeygs@chromium.org | 2013-09-10 | 2 | -0/+4 |
* | Fix comparison in an equal comparator. | etienneb@chromium.org | 2013-09-10 | 1 | -2/+2 |
* | Fix deadcode in an invalid string construction. | etienneb@chromium.org | 2013-09-10 | 1 | -1/+1 |
* | Namespace internal extension JavaScript modules with extensions:: so that they | kalman@chromium.org | 2013-09-10 | 1 | -2/+4 |
* | Follows https://codereview.chromium.org/22938005/ | rdevlin.cronin@chromium.org | 2013-09-07 | 5 | -51/+182 |
* | Initial chrome.mdns API. | justinlin@chromium.org | 2013-09-06 | 4 | -4/+30 |
* | Revert 221619 "Initial chrome.mdns API." | henrika@chromium.org | 2013-09-06 | 4 | -30/+4 |
* | Expand RuntimeErrors for ErrorConsole | rdevlin.cronin@chromium.org | 2013-09-06 | 4 | -4/+19 |
* | Initial chrome.mdns API. | justinlin@chromium.org | 2013-09-06 | 4 | -4/+30 |
* | Add Error Console UI for install warnings to the chrome:extensions page (hidd... | rdevlin.cronin@chromium.org | 2013-09-05 | 5 | -20/+401 |
* | Catch ManifestErrors with ErrorConsole; Add Browsertests | rdevlin.cronin@chromium.org | 2013-09-03 | 5 | -5/+34 |
* | Report Javascript Runtime Errors to the Error Console | rdevlin.cronin@chromium.org | 2013-09-01 | 9 | -106/+284 |
* | 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 |