support multi-frame following

This commit is contained in:
Shin'ya Ueoka 2017-10-15 12:34:26 +09:00
parent 4c9d0433a6
commit ac5354020e
11 changed files with 234 additions and 95 deletions

View file

@ -11,6 +11,15 @@ export default {
CONSOLE_SHOW_INFO: 'console.show.info',
CONSOLE_HIDE_COMMAND: 'console.hide.command',
FOLLOW_START: 'follow.start',
FOLLOW_REQUEST_COUNT_TARGETS: 'follow.request.count.targets',
FOLLOW_RESPONSE_COUNT_TARGETS: 'follow.response.count.targets',
FOLLOW_CREATE_HINTS: 'follow.create.hints',
FOLLOW_SHOW_HINTS: 'follow.update.hints',
FOLLOW_REMOVE_HINTS: 'follow.remove.hints',
FOLLOW_ACTIVATE: 'follow.activate',
FOLLOW_KEY_PRESS: 'follow.key.press',
OPEN_URL: 'open.url',
SETTINGS_RELOAD: 'settings.reload',