summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions
Commit message (Expand)AuthorAgeFilesLines
* Allow an extension to dynamically set extra data in its update URL, in orderrogerta@chromium.org2010-11-124-2/+141
* Revise the omnibox extension API so that specifying descriptionStyles is easier.mpcomplete@chromium.org2010-11-113-149/+148
* Improve the doc navigation.kathyw@chromium.org2010-11-1163-62/+549
* Split the private webstore install API into two parts.asargent@chromium.org2010-11-101-0/+34
* First round of audits to make sure 'app' is displayed instead of 'extension' ...andybons@chromium.org2010-11-101-11/+11
* Only generate zips for Chrome extension samples whose contents have changed.kurrik@chromium.org2010-11-0947-758/+836
* Make the Chrome Extensions directory build script handle unicode files.kurrik@chromium.org2010-11-091-2/+2
* Chromoting: Rename ChromotocolConfig -> SessionConfiggarykac@chromium.org2010-11-081-0/+7
* Coverity: Pass parameters by reference.jhawkins@chromium.org2010-11-081-1/+1
* Add api method to get an installed extension by ID.tessamac@google.com2010-11-083-1/+263
* Adding a sample for searching through the Chrome extension docs using omnibox.kurrik@chromium.org2010-11-0810-13/+580
* Remove the mention of the "page" icon from the browserAction discussion.kathyw@chromium.org2010-11-082-2/+2
* Add pinned property to tabs.update and create.jstritar@chromium.org2010-11-082-12/+264
* Revert 64828 - "Revert 64493 - These are files need to be added to benchmarks...tessamac@google.com2010-11-034-0/+586
* Kill Extension::RuntimeData and move its guts to ExtensionsService.mpcomplete@chromium.org2010-11-032-88/+17
* Remove duplicate entry from ExtensionInfo structjochen@chromium.org2010-11-031-4/+0
* Revert 64845 - Add convert_web_app.*, a utility to convert web apps declaredaa@chromium.org2010-11-021-0/+1
* Add convert_web_app.*, a utility to convert web apps declaredaa@chromium.org2010-11-021-1/+0
* Revert 64493 - These are files need to be added to benchmarks extension.aa@chromium.org2010-11-023-580/+0
* Unrevert r64676 "Part 4/4 of immutable Extension refactor: Kill Extension::St...mpcomplete@chromium.org2010-11-023-369/+291
* Revert r64676 "Part 4/4 of immutable Extension refactor: Kill Extension::Stat...mpcomplete@chromium.org2010-11-023-291/+369
* Part 4/4 of immutable Extension refactor: Kill Extension::StaticData and putmpcomplete@chromium.org2010-11-013-369/+291
* Convert implicit scoped_refptr constructor calls to explicit ones, part 1thakis@chromium.org2010-11-011-1/+1
* chrome/common: Append base:: in the StringPrintf calls.tfarina@chromium.org2010-10-316-41/+44
* Part 3 of immutable Extension refactor.mpcomplete@chromium.org2010-10-292-46/+49
* These are files need to be added to benchmarks extension.lzheng@chromium.org2010-10-293-0/+580
* Add collapsible sections to the Chrome extension documentation sidebar.kurrik@chromium.org2010-10-2964-65/+412
* Minor change to context menu doc, to fix a problem noticedkathyw@chromium.org2010-10-292-2/+2
* Add missing sidebar API docjochen@chromium.org2010-10-291-1/+1
* Add missing example ZIP filejochen@chromium.org2010-10-292-0/+0
* 1. Fires port.onDisconnect if tabs.connect fails.jstritar@chromium.org2010-10-282-5/+5
* Make sample zip generation a configurable option in the chrome extension docs...kurrik@chromium.org2010-10-282-13/+46
* -Add the option to export the result table to .csv format.lzheng@chromium.org2010-10-278-506/+113
* Context Menu API doc improvements. Added info about '%s'kathyw@chromium.org2010-10-272-30/+30
* Add "management" permission and make other updates/improvementskathyw@chromium.org2010-10-274-19/+83
* Minor diffs for changes I noticed when generating the doc forkathyw@chromium.org2010-10-273-5/+5
* Unrevert again r63919: "Part 2 of immutable Extension refactor."mpcomplete@chromium.org2010-10-2710-178/+185
* Implement the TTS completion callback in a generic way so that the callbackdmazzoni@chromium.org2010-10-271-1/+6
* Update Clang workaround in URLPattern to referenceaa@chromium.org2010-10-271-1/+1
* It looks like the benchmark sample changed. I'd been ignoring zipfile changes...kathyw@chromium.org2010-10-273-0/+21
* Minor doc fixes.kathyw@chromium.org2010-10-266-6/+6
* Revert 63962 (broke chromeos and chromium linux builder) - Unrevert r63919: "...thakis@chromium.org2010-10-2610-185/+178
* Fix references to the Tools menu/wrench icon.kathyw@chromium.org2010-10-265-29/+47
* Unrevert r63919: "Part 2 of immutable Extension refactor."mpcomplete@chromium.org2010-10-2610-178/+185
* Revert r63919 "Part 2 of immutable Extension refactor."mpcomplete@chromium.org2010-10-2610-178/+173
* Part 2 of immutable Extension refactor.mpcomplete@chromium.org2010-10-2610-173/+178
* Make clang build work again.aa@chromium.org2010-10-261-0/+9
* Coverity: Fix several pass-by-values.jhawkins@chromium.org2010-10-262-2/+2
* Allow URLPatterns to omit trailing slash.aa@chromium.org2010-10-267-67/+121
* Fix heap leak with scoped_ptr.tessamac@google.com2010-10-251-1/+1