aboutsummaryrefslogtreecommitdiffstats
path: root/background_scripts
diff options
context:
space:
mode:
authorStephen Blott2014-12-16 15:44:06 +0000
committerStephen Blott2014-12-16 15:44:06 +0000
commitdb4b0c952fdf8fff517a4393cd07b04ecffb2ead (patch)
treee408b558a889d8bc758ad2530d0fe35a9ec23184 /background_scripts
parent0b3a242841f7badb069840dec80a24d38d4e843a (diff)
parenta36a735fca856bb59dd62b6bc77c56431cc9b9fd (diff)
downloadvimium-db4b0c952fdf8fff517a4393cd07b04ecffb2ead.tar.bz2
Merge branch 'master' into post-1.46
Conflicts: background_scripts/main.coffee
Diffstat (limited to 'background_scripts')
-rw-r--r--background_scripts/main.coffee1
1 files changed, 1 insertions, 0 deletions
diff --git a/background_scripts/main.coffee b/background_scripts/main.coffee
index 17d21bc4..3753fd75 100644
--- a/background_scripts/main.coffee
+++ b/background_scripts/main.coffee
@@ -639,6 +639,7 @@ sendRequestHandlers =
registerFrame: registerFrame
unregisterFrame: unregisterFrame
frameFocused: handleFrameFocused
+ nextFrame: (request) -> BackgroundCommands.nextFrame 1, request.frameId
upgradeNotificationClosed: upgradeNotificationClosed
updateScrollPosition: handleUpdateScrollPosition
copyToClipboard: copyToClipboard