summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/extension_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Move Plugins out of Extension classrdevlin.cronin@chromium.org2013-03-081-2/+4
* Manifest handler for all keys background-related.yoz@chromium.org2013-03-011-2/+8
* Change --load-extension flag so the extensions don't persist across restart.mpcomplete@chromium.org2013-02-271-1/+2
* Move file_path.h to base/files.brettw@chromium.org2013-02-241-1/+1
* Move page action manifest parsing out of Extension; the first multi-key manif...yoz@chromium.org2013-02-131-131/+1
* Remove ImageLoadingTracker class, as it is not used anymore.rpaquay@chromium.org2013-02-121-85/+0
* Rename FilePath to base::FilePath and use new location of string_number_conve...brettw@chromium.org2013-02-081-1/+1
* Use base namespace for FilePath in chrome/common and content/common.brettw@chromium.org2013-02-071-26/+28
* Allow manifest handlers to declare keys they depend on that must be parsed be...yoz@chromium.org2013-02-051-1/+1
* Move Extension Location and Type enums to Manifest, and move InstallWarning t...yoz@chromium.org2013-01-311-58/+59
* Disable ExtensionTest.GetSyncTypeUserScriptValidUpdateUrl.maruel@chromium.org2013-01-291-1/+2
* Move Commands from Extension to CommandsHandlerrdevlin.cronin@chromium.org2013-01-241-34/+42
* Move ScriptBadge, ActionInfo out of Extension; preparation for BrowserActionrdevlin.cronin@chromium.org2013-01-161-14/+9
* Clean-up USB/Bluetooth Permissions.bryeung@chromium.org2012-12-131-2/+2
* Implement chrome.usb API Permissions.bryeung@chromium.org2012-12-111-0/+27
* Move extension_error_utils.* and url_pattern_set.* intoaa@chromium.org2012-11-191-7/+9
* Split Extension::ShouldDisplayInLauncher into ShouldDisplayIn{AppLauncher,New...tapted@chromium.org2012-11-091-2/+53
* Use extensions socket permission for TCP/UDP socket APIs in Pepperdpolukhin@chromium.org2012-11-021-10/+12
* Revert 165376 - Use extensions socket permission for TCP/UDP socket APIs in P...dpolukhin@chromium.org2012-11-011-12/+10
* Use extensions socket permission for TCP/UDP socket APIs in Pepperdpolukhin@chromium.org2012-11-011-10/+12
* Refactor api permissions to eliminate the need for fileSystem and mediaGaller...mek@chromium.org2012-10-191-2/+2
* Move extension_action.* from common/ to browser/jyasskin@chromium.org2012-10-131-1/+0
* Move ownership of ExtensionAction into ExtensionSystem.jyasskin@chromium.org2012-10-081-17/+25
* Delete some unused code found by -Wunused-functionthakis@chromium.org2012-10-011-10/+1
* Use CHANNEL_DEV for socket permission testspenghuang@chromium.org2012-09-201-1/+1
* Change browser/page action default icon defined in manifest to support hidpi.tbarzic@chromium.org2012-09-181-2/+4
* Remove support for page_action.icons, and the legacy code surrounding it.mpcomplete@chromium.org2012-09-131-5/+2
* Tabs Extension: Implementation of tabs.duplicate api.ncj674@motorola.com2012-09-101-0/+1
* Remove permission warnings from most tabs and windows APIs.aa@chromium.org2012-09-041-2/+2
* Disable sync for default appsgrv@chromium.org2012-08-271-15/+38
* Added check to prevent extensions from injecting scrips into pages hosted in ...zelidrag@chromium.org2012-08-231-15/+40
* Rename APIPermission to APIPermissionInfo and APIPermissionDetail to APIPermi...penghuang@chromium.org2012-08-211-1/+1
* Support socket endpoint permissions for AppsV2 Socket API.penghuang@chromium.org2012-08-161-0/+48
* Don't show host permission warnings for platform apps.mihaip@chromium.org2012-08-021-1/+1
* Make ActiveTabPermissionManager also grant the tabs permission forkalman@chromium.org2012-08-021-27/+46
* Make sure all browser actions can be assigned a shortcut by synthesizing a ge...finnur@chromium.org2012-06-271-0/+13
* Animate the script badges for cocoa and GTK.kalman@chromium.org2012-06-271-14/+14
* From the 'no free lunch' department: Add a warning when developing an extensi...aa@chromium.org2012-06-131-1/+1
* Implement the activeTab permission, so that extensions with the permissionkalman@chromium.org2012-06-131-36/+147
* Prevent developers from accidentally including their private keys in extensions.jyasskin@chromium.org2012-06-011-1/+4
* Remove Extension::STRICT_ERROR_CHECKS, it was never used.aa@chromium.org2012-05-311-8/+8
* Move Extension into extensions namespaceaa@chromium.org2012-05-211-0/+2
* Update to handle absolute-looking paths in manifests and still produce nice-l...gbillock@chromium.org2012-05-151-0/+4
* Rephrasing extension permission warnings to remove the "access" prefix.mkwst@chromium.org2012-05-091-8/+8
* Move Command class out of the Extension class and into its own location (unde...finnur@chromium.org2012-05-041-173/+0
* A bit of cleanup for the Extension Commands.finnur@chromium.org2012-05-041-32/+32
* Modify IsSyncable to only include Internal items and the Chrome Web Storecsharp@chromium.org2012-04-121-0/+12
* Evernote DCHECKs on install because it uses absolute pathscduvall@chromium.org2012-04-031-1/+15
* Polish the keybinding implementation a bit.finnur@chromium.org2012-04-021-19/+108
* Put manifest string constant declarations into separate headergroby@chromium.org2012-03-231-1/+1