summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions
Commit message (Expand)AuthorAgeFilesLines
* Disable uninstalling and editing permissions for policy controlled extensions.pastarmovj@chromium.org2011-03-313-0/+70
* Remove "permissions" from sample code, so copy-pasters will be less likely to...kathyw@chromium.org2011-03-302-14/+10
* Add request_id to HttpRequestInfo and pass it to the NetworkDelegate for events.mpcomplete@chromium.org2011-03-303-442/+686
* Use correct error message when someone attempts to create a new child of the ...bolms@chromium.org2011-03-302-4/+10
* DevTools: make extensions more user-friendly.pfeldman@chromium.org2011-03-302-32/+254
* Adding 'explicit_expiration' cause to 'OnCookieChanged'jochen@chromium.org2011-03-302-3/+3
* Revert 79705 - Revert 79651 - Coverity: Pass parameters by reference.dhollowa@chromium.org2011-03-294-7/+7
* Revert 79651 - Coverity: Pass parameters by reference.dhollowa@chromium.org2011-03-294-7/+7
* Move the dispatching of extension messages out of RenderThread. This also mo...jam@chromium.org2011-03-291-0/+7
* Coverity: Pass parameters by reference.jhawkins@chromium.org2011-03-294-7/+7
* Replace bools in extension creation with flags.mihaip@chromium.org2011-03-2910-100/+141
* Make ExtensionResource::NormalizeSeperators pass by reference.rnorton10@gmail.com2011-03-292-9/+12
* Remove the timeStamp property from the webNavigation extension API.mpcomplete@chromium.org2011-03-282-420/+6
* Add focused property to chrome.windows.create extension API.jennb@chromium.org2011-03-282-2/+71
* Move extension messages to their own file and add a RenderViewObserver to sta...jam@chromium.org2011-03-284-3/+432
* Move some files from base to base/memory.levin@chromium.org2011-03-2820-42/+42
* Wired local file system support for File API. The local file system provider ...zelidrag@chromium.org2011-03-254-3/+40
* Coverity: Pass parameters by reference.jhawkins@chromium.org2011-03-241-1/+1
* Remove the timeStamp property from webRequest extension events.mpcomplete@chromium.org2011-03-242-420/+6
* Renaming 'cognito' to 'regular'. Boring.battre@chromium.org2011-03-243-2/+2
* Added extensions API to provide customization values.altimofeev@chromium.org2011-03-244-1/+42
* Theme system cleanuperg@google.com2011-03-232-8/+8
* Adding `cause` to the cookie extension API's onchanged event signature.jochen@chromium.org2011-03-233-11/+84
* Move the rest of the content browser->renderer messages to content. Also mov...jam@chromium.org2011-03-231-1/+1
* Adjusting directory.py to generate JSON without line-ending whitespace.battre@chromium.org2011-03-222-1264/+1265
* Sample extension demonstrating usage of the WebNavigation API.jochen@chromium.org2011-03-219-1/+681
* Extensions: expose raw debugging protocol via extension API.pfeldman@chromium.org2011-03-178-1/+1521
* Fixing breaking bugs in the proxy sample extension.battre@chromium.org2011-03-1710-23/+24
* Added a sample Chrome Extension that uses the Tab Pinning API.smus@chromium.org2011-03-168-1/+127
* fav icon -> favicon. Pass 11: rest of chrome/browser/uiavi@chromium.org2011-03-161-1/+1
* Add onChange event to preference extension APIs.bauerb@chromium.org2011-03-162-0/+327
* Remove executable permissions from experimental.html (build fix)caseq@google.com2011-03-161-0/+0
* Exposing extension preferences via the `chrome.extension` API.bauerb@chromium.org2011-03-163-0/+434
* Add experimental.webInspector.* to experimental.htmlcaseq@google.com2011-03-162-10/+31
* Initial support for partitioning cookies for isolated apps.creis@google.com2011-03-155-1/+70
* Use PreferenceTransformerInterface in extension preference APIs.bauerb@chromium.org2011-03-151-5/+1
* Sample extension demonstrating usage of the Proxy API.battre@chromium.org2011-03-1413-1/+3008
* extensions: generate extension id from path by using bytes directlyevan@chromium.org2011-03-092-1/+5
* Add ability to find out whether an extension pref value is coming from incogn...bauerb@chromium.org2011-03-092-6/+79
* Implement blocking for webRequest.onBeforeRequest extension event.mpcomplete@chromium.org2011-03-085-15/+103
* Update GetDistinctHost to prefer .com, .net, and .org when de-duping.tessamac@chromium.org2011-03-083-20/+144
* Don't try to convert text/html URLs ending in .user.js.aa@chromium.org2011-03-052-11/+7
* Give a helpful warning message if a url patern contains a port.skerner@chromium.org2011-03-0416-141/+477
* Change other usages of .size() to .empty() when applicable.erg@google.com2011-03-044-8/+8
* Return accessible icon URLs for disabled extensions in the management API.jstritar@chromium.org2011-03-042-2/+2
* Take out the is_content_filtered bool that gets passed around betwen renderer...jam@chromium.org2011-03-043-14/+11
* Release notes for M10.kathyw@chromium.org2011-03-034-12/+54
* Fix TODOs: Get rid of ExtensionService::InstallExtension().skerner@chromium.org2011-03-032-0/+9
* Update Chromium Search extension to use Chromium Verticalaa@chromium.org2011-03-035-7/+8
* Say that file: access requires user opt-in.kathyw@chromium.org2011-03-032-2/+16