Sign in
chromium
/
chromium
/
src
/
e4ca7e269f215e183571f3025de7570aac92e379
/
chrome
/
common
/
extensions
/
command.cc
c6f82b1
Update SplitString calls in chrome.
by brettw
· 10 years ago
d94a2214
Move JoinString to the base namespace.
by brettw
· 10 years ago
b8788460
Revert of Move JoinString to the base namespace (patchset #9 id:160001 of https://codereview.chromium.org/1223153003/)
by hongchan
· 10 years ago
0eabfa00
Move JoinString to the base namespace.
by brettw
· 10 years ago
d428197
[Extensions] Convert commands UI to developerPrivate API
by rdevlin.cronin
· 10 years ago
6a0140fe
Support the Spacebar key in a commands shortcut.
by dtseng
· 11 years ago
eb85cd1
Add remaining text/caret navigation commands to ChromeVox Next.
by dtseng
· 11 years ago
37710c542
Support "Search" as a modifier specified in a chrome.commands manifest.
by
[email protected]
· 11 years ago
5ec0d4f
Use a qualified path for grit includes in various chrome/ directories.
by
[email protected]
· 11 years ago
698b41f
Support global keyboard commands on Chrome OS.
by
[email protected]
· 11 years ago
51bdc21
Enable the Commands API.
by
[email protected]
· 11 years ago
c732365
Media Keys should not count towards the max of four shortcuts per extension.
by
[email protected]
· 11 years ago
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
428fac1
Add explicit base namespace to string16 users.
by
[email protected]
· 12 years ago
e4452d3
Move Extension and PermissionsData to extensions/common.
by
[email protected]
· 12 years ago
5ef835a
Move FeatureSwitch to top-level extensions/
by
[email protected]
· 12 years ago
a53aa15
Enabling Commands API for Apps (on dev)
by
[email protected]
· 12 years ago
abd41b76
Adding UI to configure whether commands are global or not.
by
[email protected]
· 12 years ago
3658534
Implement first part of supporting global extension commands.
by
[email protected]
· 12 years ago
0c3c973
Move the rest of extension_manifest_constants to top-level extensions/
by
[email protected]
· 12 years ago
5eb4043e
Parse media keys for named command in the manifest.
by
[email protected]
· 12 years ago
6bf9061
Rename extension_manifest_keys namespace to extensions::manifest_keys.
by
[email protected]
· 12 years ago
44510e3
Remove unused variable declaration.
by
[email protected]
· 12 years ago
a371b4b
Make chrome/common and chrome/renderer use base namespace for Value.
by
[email protected]
· 12 years ago
d2e754f
Use a direct include of strings headers in chrome/common/, part 1.
by
[email protected]
· 12 years ago
645aea0
Support more keys for the Commands API:
by
[email protected]
· 12 years ago
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
1988e1c
chrome: Update include paths of string_split.h to its new location.
by
[email protected]
· 12 years ago
3ea1b18
Rename FilePath to base::FilePath and use new location of string_number_conversions in some chrome subdirectories.
by
[email protected]
· 13 years ago
a899c0b0
Replaced DictionaryValue::key_iterator by DictionaryValue::Iterator outside of chrome/browser.
by
[email protected]
· 13 years ago
e9f541a
Move extension_error_utils.* and url_pattern_set.* into
by
[email protected]
· 13 years ago
bbb3f0b
[Coverity] Pass-by-val -> Pass-by-ref
by
[email protected]
· 13 years ago
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
d2885ba
Port Extension Commands to Mac.
by
[email protected]
· 13 years ago
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
6121c483
Extension Command Config UI part 2.
by
[email protected]
· 13 years ago
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
78ba0ac
Limit the extension commands an extension can have to 4 (including browser/page action).
by
[email protected]
· 13 years ago
6590794
Rename ExtensionCommand* to Command* within the extensions namespace.
by
[email protected]
· 13 years ago
[Renamed (98%) from chrome/common/extensions/extension_commands.cc]
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
07d294fb
Pass event bitmask (shift, control, alt) to ui::Accelerator instead of booleans.
by
[email protected]
· 13 years ago
3fc5f6a
Move Command class out of the Extension class and into its own location (under chrome/common/extensions).
by
[email protected]
· 13 years ago