1. c6f82b1 Update SplitString calls in chrome. by brettw · 10 years ago
  2. d94a2214 Move JoinString to the base namespace. by brettw · 10 years ago
  3. b8788460 Revert of Move JoinString to the base namespace (patchset #9 id:160001 of https://codereview.chromium.org/1223153003/) by hongchan · 10 years ago
  4. 0eabfa00 Move JoinString to the base namespace. by brettw · 10 years ago
  5. d428197 [Extensions] Convert commands UI to developerPrivate API by rdevlin.cronin · 10 years ago
  6. 6a0140fe Support the Spacebar key in a commands shortcut. by dtseng · 11 years ago
  7. eb85cd1 Add remaining text/caret navigation commands to ChromeVox Next. by dtseng · 11 years ago
  8. 37710c542 Support "Search" as a modifier specified in a chrome.commands manifest. by [email protected] · 11 years ago
  9. 5ec0d4f Use a qualified path for grit includes in various chrome/ directories. by [email protected] · 11 years ago
  10. 698b41f Support global keyboard commands on Chrome OS. by [email protected] · 11 years ago
  11. 51bdc21 Enable the Commands API. by [email protected] · 11 years ago
  12. c732365 Media Keys should not count towards the max of four shortcuts per extension. by [email protected] · 11 years ago
  13. 808b69a The Script Bubble and Script Badge were two extension experiments that didn't go anywhere -- so there's no need to carry them around anymore. by [email protected] · 12 years ago
  14. 428fac1 Add explicit base namespace to string16 users. by [email protected] · 12 years ago
  15. e4452d3 Move Extension and PermissionsData to extensions/common. by [email protected] · 12 years ago
  16. 5ef835a Move FeatureSwitch to top-level extensions/ by [email protected] · 12 years ago
  17. a53aa15 Enabling Commands API for Apps (on dev) by [email protected] · 12 years ago
  18. abd41b76 Adding UI to configure whether commands are global or not. by [email protected] · 12 years ago
  19. 3658534 Implement first part of supporting global extension commands. by [email protected] · 12 years ago
  20. 0c3c973 Move the rest of extension_manifest_constants to top-level extensions/ by [email protected] · 12 years ago
  21. 5eb4043e Parse media keys for named command in the manifest. by [email protected] · 12 years ago
  22. 6bf9061 Rename extension_manifest_keys namespace to extensions::manifest_keys. by [email protected] · 12 years ago
  23. 44510e3 Remove unused variable declaration. by [email protected] · 12 years ago
  24. a371b4b Make chrome/common and chrome/renderer use base namespace for Value. by [email protected] · 12 years ago
  25. d2e754f Use a direct include of strings headers in chrome/common/, part 1. by [email protected] · 12 years ago
  26. 645aea0 Support more keys for the Commands API: by [email protected] · 12 years ago
  27. 350f84d Remove the limit of number of commands per extension, but keep the limit of 4 commands *with shortcuts* per extension. by [email protected] · 12 years ago
  28. 1988e1c chrome: Update include paths of string_split.h to its new location. by [email protected] · 12 years ago
  29. 3ea1b18 Rename FilePath to base::FilePath and use new location of string_number_conversions in some chrome subdirectories. by [email protected] · 13 years ago
  30. a899c0b0 Replaced DictionaryValue::key_iterator by DictionaryValue::Iterator outside of chrome/browser. by [email protected] · 13 years ago
  31. e9f541a Move extension_error_utils.* and url_pattern_set.* into by [email protected] · 13 years ago
  32. bbb3f0b [Coverity] Pass-by-val -> Pass-by-ref by [email protected] · 13 years ago
  33. 322482d Extension Commands: Make Ctrl mean Command on Mac. If you really want Ctrl as a shortcut for your extension command you can specify MacCtrl in your manifest. I also took out the special mac-only Options key, as the Mac keyboard shows it is also called Alt (and is treated in code like Alt), so we might as well keep it consistent across all platforms. by [email protected] · 13 years ago
  34. d2885ba Port Extension Commands to Mac. by [email protected] · 13 years ago
  35. d179cdd Implement Keybinding (Extension Commands) for script badges. With this change you can assign a shortcut to activate a visible script badge. Currently, the script badge will just show a synthesized popup, but once they become more fleshed out we can have a developer specified popup (or maybe an event, but that's not decided yet). by [email protected] · 13 years ago
  36. 6121c483 Extension Command Config UI part 2. by [email protected] · 13 years ago
  37. 6eeee97 Extension commands now support numbers (Ctrl+Shift+0) and Shift alone as a modifier is rejected. Also added a few more manifest tests. by [email protected] · 13 years ago
  38. 78ba0ac Limit the extension commands an extension can have to 4 (including browser/page action). by [email protected] · 13 years ago
  39. 6590794 Rename ExtensionCommand* to Command* within the extensions namespace. by [email protected] · 13 years ago[Renamed (98%) from chrome/common/extensions/extension_commands.cc]
  40. 406f934 This adds a webui overlay on the extensions page for showing what Extension keybindings are active. Doesn't allow you to change anything yet (future changelist). by [email protected] · 13 years ago
  41. 07d294fb Pass event bitmask (shift, control, alt) to ui::Accelerator instead of booleans. by [email protected] · 13 years ago
  42. 3fc5f6a Move Command class out of the Extension class and into its own location (under chrome/common/extensions). by [email protected] · 13 years ago