summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/extension_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Put manifest string constant declarations into separate headergroby@chromium.org2012-03-231-1/+1
* Break two classes defined in json_value_serializer.cc, .h into separate files.bbudge@chromium.org2012-02-261-1/+1
* Experimental Extension Keybinding (first cut).finnur@chromium.org2012-02-231-0/+84
* Fix the NTP to only Display Appscsharp@chromium.org2012-02-131-3/+17
* Extensions: remove handling of the browserActions permissions because it's nokalman@chromium.org2011-12-161-1/+0
* retry 113568 - extensions: remove install/uninstall terminologyestade@chromium.org2011-12-101-1/+1
* Revert 113568 - extensions: remove install/uninstall terminologydbeam@chromium.org2011-12-081-1/+1
* extensions: remove install/uninstall terminologyestade@chromium.org2011-12-081-1/+1
* Move json_value_serializer from content/common to base.dpranke@chromium.org2011-10-071-1/+1
* Apps/Extensions Sync refactoring -- delete most of the old glue, implement ne...bolms@chromium.org2011-08-231-0/+125
* Revert 97482 - Apps/Extensions Sync refactoring -- delete most of the old glu...bolms@chromium.org2011-08-191-125/+0
* Apps/Extensions Sync refactoring -- delete most of the old glue, implement ne...bolms@chromium.org2011-08-191-0/+125
* Move in_process_browser_test and ui_test_utils to chrome/test/basephajdan.jr@chromium.org2011-07-291-1/+0
* Add getPermissionWarnings() to management api.tessamac@chromium.org2011-07-291-1/+19
* Re-land the experimental permissions API for extensions.jstritar@chromium.org2011-07-271-2/+2
* Revert 94288 - Add an experimental permissions API for extensions.jstritar@chromium.org2011-07-271-2/+2
* Add an experimental permissions API for extensions.jstritar@chromium.org2011-07-271-2/+2
* Add ability to create extension/app for a bookmark-app drop.gbillock@chromium.org2011-07-261-0/+13
* Update URLPatternSet to contain a std::set instead of std::vector.jstritar@chromium.org2011-07-131-1/+1
* Revert 92219 - Update URLPatternSet to contain a std::set instead of std::vec...jstritar@chromium.org2011-07-121-1/+1
* Update URLPatternSet to contain a std::set instead of std::vector.jstritar@chromium.org2011-07-121-1/+1
* Start refractoring extension permissions into ExtensionPermissionSet.jstritar@chromium.org2011-06-231-402/+5
* Moved manifest tests to data driven formatgroby@chromium.org2011-06-081-670/+124
* Don't require "tabs" permission for tabs.remove/onRemoved, since they just us...mihaip@chromium.org2011-06-031-0/+2
* Moving mediaplayer to the chrome filebrowser. Observable behaviour should not...serya@google.com2011-05-271-0/+1
* Additional restrictions on kChromeUIScheme pages.asargent@chromium.org2011-05-201-0/+148
* Implemented chromePrivate.decodeJPEGIntoPixels() APIglotov@google.com2011-05-201-0/+1
* Rename ExtensionExtent to URLPatternSet and use URLPatternSet instead of std:...morrita@chromium.org2011-05-201-23/+23
* Private API for extensions like ssh-client that need access to websocket-to-t...dilmah@chromium.org2011-05-181-2/+3
* Add permission message for clipboardRead permission.dcheng@chromium.org2011-05-151-2/+0
* iwyu: Include stringprintf.h where appropriate, part 3.jhawkins@chromium.org2011-05-121-1/+1
* Add IPCs to check web copy/cut/paste for extensions with the appropriate perm...dcheng@chromium.org2011-05-031-0/+4
* Allow extensions with NPAPI plugins to install on ChromeOS, just don't allow ...mpcomplete@chromium.org2011-04-291-0/+15
* wstring: remove wstring functions from base/i18n/rtl.hevan@chromium.org2011-04-251-7/+7
* Add histograms to track permission use in extensions.jstritar@chromium.org2011-04-191-7/+12
* New fileBrowserPrivate and fileHandler APIs added + plus magic needed to safe...zelidrag@chromium.org2011-04-161-4/+0
* Revert 81865 - New fileBrowserPrivate and fileHandler APIs added + plus magic...zelidrag@chromium.org2011-04-161-0/+4
* New fileBrowserPrivate and fileHandler APIs added + plus magic needed to safe...zelidrag@chromium.org2011-04-161-4/+0
* File API changes needed for safely passing user selected file entities from t...zelidrag@chromium.org2011-04-161-0/+4
* Move json_value_serializer to content\common since it's used by code in conte...jam@chromium.org2011-04-161-1/+1
* When two extension sources request the same extension, the source with higher...skerner@chromium.org2011-04-121-0/+39
* Add a webstore install method that lets us prompt the user before downloading.asargent@chromium.org2011-04-051-1/+1
* Make <all_urls> and file:///* in permissions trigger "Allow file access"mihaip@chromium.org2011-04-011-2/+73
* Replace bools in extension creation with flags.mihaip@chromium.org2011-03-291-48/+93
* Wired local file system support for File API. The local file system provider ...zelidrag@chromium.org2011-03-251-0/+5
* Added extensions API to provide customization values.altimofeev@chromium.org2011-03-241-1/+2
* Update GetDistinctHost to prefer .com, .net, and .org when de-duping.tessamac@chromium.org2011-03-081-0/+94
* Give a helpful warning message if a url patern contains a port.skerner@chromium.org2011-03-041-46/+47
* Implement experimental.contentSettings.misc.blockThirdPartyCookies.bauerb@chromium.org2011-02-241-0/+1
* Change includes of gfx/* to ui/gfx/*sail@chromium.org2011-02-051-1/+1