summaryrefslogtreecommitdiffstats
path: root/extensions
Commit message (Expand)AuthorAgeFilesLines
* <webview>: Implement support for package-local chrome-extension:// URLsfsamuel@chromium.org2013-09-292-0/+21
* Refactor PermissionMessage and move it to top-level extensions.yoz@chromium.org2013-09-273-0/+148
* Add EXTERNAL_POLICY to list of possible extension locationsbartfab@chromium.org2013-09-262-1/+15
* Add "kiosk_only" manifest attribute for platform apps.tengs@chromium.org2013-09-262-0/+10
* [CleanUp] Use base::STLSetDifference() in place of std::set_difference()limasdf@gmail.com2013-09-263-4/+8
* Move constants from ExtensionService to extension_misc.benwells@chromium.org2013-09-262-0/+42
* Add support for top level "sockets" manifest key.rpaquay@chromium.org2013-09-262-0/+2
* Clean up a few more unused globals.thakis@chromium.org2013-09-251-4/+0
* Create separate extensions_common and extensions_browser GYP targets.yoz@chromium.org2013-09-251-0/+113
* Make loading an unpacked extension produce an error if it contains a malforme...DHNishi@gmail.com2013-09-182-0/+3
* Add scheib as extensions/apps team owner.scheib@chromium.org2013-09-161-6/+9
* Move the rest of extension_manifest_constants to top-level extensions/rdevlin.cronin@chromium.org2013-09-162-146/+905
* content: Move kHttpScheme constant into content namespace.tfarina@chromium.org2013-09-151-2/+2
* Handle invalid input, add more tests for SourceHighlighterrdevlin.cronin@chromium.org2013-09-102-2/+35
* Revert 222257 "Revert 222235 ""Redirecting URLs to Packaged Apps..."stevet@chromium.org2013-09-102-0/+4
* Revert 222235 ""Redirecting URLs to Packaged Apps" implementatio..."stevet@chromium.org2013-09-102-4/+0
* "Redirecting URLs to Packaged Apps" implementation: revisedsergeygs@chromium.org2013-09-102-0/+4
* Fix comparison in an equal comparator.etienneb@chromium.org2013-09-101-2/+2
* Fix deadcode in an invalid string construction.etienneb@chromium.org2013-09-101-1/+1
* Namespace internal extension JavaScript modules with extensions:: so that theykalman@chromium.org2013-09-101-2/+4
* Follows https://codereview.chromium.org/22938005/rdevlin.cronin@chromium.org2013-09-075-51/+182
* Initial chrome.mdns API.justinlin@chromium.org2013-09-064-4/+30
* Revert 221619 "Initial chrome.mdns API."henrika@chromium.org2013-09-064-30/+4
* Expand RuntimeErrors for ErrorConsolerdevlin.cronin@chromium.org2013-09-064-4/+19
* Initial chrome.mdns API.justinlin@chromium.org2013-09-064-4/+30
* Add Error Console UI for install warnings to the chrome:extensions page (hidd...rdevlin.cronin@chromium.org2013-09-055-20/+401
* Catch ManifestErrors with ErrorConsole; Add Browsertestsrdevlin.cronin@chromium.org2013-09-035-5/+34
* Report Javascript Runtime Errors to the Error Consolerdevlin.cronin@chromium.org2013-09-019-106/+284
* Move ReadFileToString to the base namespace.brettw@chromium.org2013-08-302-2/+2
* ErrorConsole Switch, Duplicate Error Detection, Dev Mode Checkrdevlin.cronin@chromium.org2013-08-284-46/+108
* Added ability to process short_name property in manifest filetmdiep@chromium.org2013-08-272-0/+2
* content: Move kHttpsScheme constant into content namespace.tfarina@chromium.org2013-08-261-1/+1
* [CleanUp] Use base::STLSetDifference in place of std::set_differenceHokein.Wu@gmail.com2013-08-231-10/+6
* Move Feature and Manifest to top-level extensions.yoz@chromium.org2013-08-224-0/+632
* Add a "key" entry to InstallWarnings, remove InstallWarning::Formatrdevlin.cronin@chromium.org2013-08-152-24/+42
* Rename extension_manifest_keys namespace to extensions::manifest_keys.yoz@chromium.org2013-08-152-0/+308
* Remove unused variable declaration.etienneb@chromium.org2013-08-141-1/+0
* Resubmit 21609003: Move ExtensionError to extensions/, add error limitsrdevlin.cronin@chromium.org2013-08-102-0/+293
* Create ExtensionsClient abstraction for globally registered extension state.yoz@chromium.org2013-08-095-0/+159
* Revert 216345 "Move ExtensionError to extensions/, add error limits"jyasskin@chromium.org2013-08-082-293/+0
* Move ExtensionError to extensions/, add error limitsrdevlin.cronin@chromium.org2013-08-082-0/+293
* Add myself to apps and extensions OWNERS files.mek@chromium.org2013-08-071-0/+1
* Move kEnableExperimentalExtensionApis switch to extensions/common/switches.cc.yoz@chromium.org2013-07-312-0/+5
* Move ".crx"/".pem" constants and extension_filenames constants into extension...yoz@chromium.org2013-07-232-1/+43
* Move UserScript and Extension switches to top-level extensions/.yoz@chromium.org2013-07-195-0/+771
* Use a direct include of the message_loop header in dbus/, device/, extensions...avi@chromium.org2013-07-172-2/+2
* Update OWNERS.benwells@chromium.org2013-07-171-1/+0
* Remove DEPS rules that are redundant with the defaults in src/DEPS.tfarina@chromium.org2013-07-141-2/+0
* Migrate from googleurl/ includes to url/ ones in the remaining top-level dire...tfarina@chromium.org2013-07-139-13/+13
* Move PathExists to base namespace.brettw@chromium.org2013-07-112-2/+2