summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_keybinding_apitest.cc
Commit message (Expand)AuthorAgeFilesLines
* Move bookmarks_ui manifest key from chrome_settings_overrides to chrome_ui_ov...wittman@chromium.org2014-03-101-9/+1
* Settings Override API: limit it to Windows.vasilii@chromium.org2014-03-051-1/+9
* Allow extensions to remove and override the bookmark shortcut keywittman@chromium.org2014-02-141-2/+67
* The Script Bubble and Script Badge were two extension experiments that didn't...finnur@chromium.org2014-01-241-94/+15
* Revert of https://codereview.chromium.org/131573003/jochen@chromium.org2014-01-121-4/+0
* Convert DomAutomationController from CppBoundClass to gin::Wrappablejochen@chromium.org2014-01-111-0/+4
* linux_aura: Reenable a bunch of individual extensions tests.erg@chromium.org2013-12-131-16/+2
* Fix issue: when overriding keybinding preferences, should remove the one taken.zhchbin@gmail.com2013-12-041-0/+52
* [Windows] Finish global and non-global media keys support on Windows.zhchbin@gmail.com2013-11-221-0/+26
* Move Extension and PermissionsData to extensions/common.yoz@chromium.org2013-11-151-2/+2
* Move FeatureSwitch to top-level extensions/rdevlin.cronin@chromium.org2013-11-081-3/+3
* linux_aura: Enable interactive_ui_tests.erg@chromium.org2013-10-221-2/+16
* Allow tabCapture API to be granted for chrome:// pages.justinlin@chromium.org2013-09-151-4/+11
* Move kEnableExperimentalExtensionApis switch to extensions/common/switches.cc.yoz@chromium.org2013-07-311-3/+1
* Deflaking the Commands test that makes sure extension commands can't overwrit...finnur@chromium.org2013-04-191-4/+10
* Disable CommandsApiTest.DontOverwriteSystemShortcuts.kkania@chromium.org2013-04-181-1/+2
* Make sure manifest specified shortcut for Extension Command can not override thefinnur@chromium.org2013-04-181-0/+40
* Revert 194594 "Make sure manifest specified shortcut for Extensi..."finnur@chromium.org2013-04-171-40/+0
* Make sure manifest specified shortcut for Extension Command can not override ...finnur@chromium.org2013-04-171-0/+40
* Remove TabStripModel wrapper use.avi@chromium.org2013-01-291-3/+2
* Simplify ExecuteJavaScript* functions.darin@chromium.org2013-01-041-9/+6
* Change ExecuteJavaScript* helper functions in browser_test_utils.{h,cc}darin@chromium.org2013-01-021-12/+15
* Disable CommandsApiTest.PageAction on linux/crosdgrogan@chromium.org2012-12-131-1/+7
* Remove TabContents from extensions.avi@chromium.org2012-12-111-1/+0
* Move the test functions that deal with focus to interactive_ui_tets_utils.h a...jam@chromium.org2012-11-291-0/+1
* Fix the _DISABLED suffix to a proper prefixmaruel@chromium.org2012-11-221-1/+1
* Remove tabstrip wrappers in browser_tabstrip.avi@chromium.org2012-11-201-5/+5
* Replace extension_switch_utils.h with feature_switch.h.aa@chromium.org2012-10-131-2/+2
* Move extension_action.* from common/ to browser/jyasskin@chromium.org2012-10-131-1/+1
* Remove Extension's accessors for ExtensionActions.jyasskin@chromium.org2012-10-121-1/+4
* Add a query API for listing all commands and which shortcut they have (if any).finnur@chromium.org2012-10-051-0/+8
* Make extension commands grant the activeTab permission.kalman@chromium.org2012-09-241-7/+23
* Switch SessionTabHelper to use WebContentsUserData.avi@chromium.org2012-09-121-2/+2
* Extension Commands: Make Ctrl mean Command on Mac. If you really want Ctrl as...finnur@chromium.org2012-08-311-2/+2
* RestoreTabHelper > SessionTabHelper, move more session stuff into it.avi@chromium.org2012-08-301-2/+2
* Extension Commands: Remove the "experimental" flag requirement but limit the ...finnur@chromium.org2012-08-301-4/+1
* Port Extension Commands to Mac.finnur@chromium.org2012-08-171-2/+0
* Implement Keybinding (Extension Commands) for script badges. With this change...finnur@chromium.org2012-08-031-5/+48
* Move ExecuteJavaScript functions from ui_test_utils.h to browser_test_utils.h...jam@chromium.org2012-07-241-3/+4
* Move tab functions off Browser into browser_tabstrip and browser_tabrestore.ben@chromium.org2012-06-291-4/+5
* TabContentsWrapper -> TabContents, part 12.avi@chromium.org2012-06-121-4/+4
* Move Extension into extensions namespaceaa@chromium.org2012-05-211-2/+2
* Conflict detection for Extension Keybinding.finnur@chromium.org2012-05-031-2/+14
* Add Extension Keybinding test for page actions and port the PageAction keybin...finnur@chromium.org2012-03-161-13/+46
* Revert 127146 - Add Extension Keybinding test for page actions and port the P...finnur@chromium.org2012-03-161-46/+13
* Add Extension Keybinding test for page actions and port the PageAction keybin...finnur@chromium.org2012-03-161-13/+46
* Refactor the ExtensionKeybindingRegistry into cross-platform and Views specif...finnur@chromium.org2012-03-091-2/+2
* Enable the keybinding test for TOOLKIT_VIEWS.finnur@chromium.org2012-02-271-2/+2
* Experimental Extension Keybinding (first cut).finnur@chromium.org2012-02-231-0/+81